diff --git a/package-lock.json b/package-lock.json
index 9677f96..b65c9aa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -49,8 +49,7 @@
"remark-gfm": "^3.0.1",
"rosetta": "^1.1.0",
"tailwindcss": "^3.3.3",
- "tsparticles-confetti": "^2.12.0",
- "typescript": "5.1.6"
+ "tsparticles-confetti": "^2.12.0"
},
"devDependencies": {
"axios": "^1.9.0",
@@ -58,7 +57,9 @@
"eslint-config-next": "13.4.16",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
- "sharp": "^0.32.0"
+ "sharp": "^0.32.0",
+ "ts-node": "^10.9.2",
+ "typescript": "^5.9.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -92,6 +93,30 @@
"node": ">=6.9.0"
}
},
+ "node_modules/@cspotcode/source-map-support": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
+ "devOptional": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/trace-mapping": "0.3.9"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "devOptional": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
"node_modules/@ctrl/react-adsense": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@ctrl/react-adsense/-/react-adsense-1.7.0.tgz",
@@ -761,6 +786,34 @@
"node": ">= 10"
}
},
+ "node_modules/@tsconfig/node10": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
+ "integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
+ "devOptional": true,
+ "license": "MIT"
+ },
+ "node_modules/@tsconfig/node12": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
+ "devOptional": true,
+ "license": "MIT"
+ },
+ "node_modules/@tsconfig/node14": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
+ "devOptional": true,
+ "license": "MIT"
+ },
+ "node_modules/@tsconfig/node16": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
+ "devOptional": true,
+ "license": "MIT"
+ },
"node_modules/@turf/along": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/@turf/along/-/along-5.1.5.tgz",
@@ -2575,9 +2628,10 @@
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
},
"node_modules/acorn": {
- "version": "8.10.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
- "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
+ "version": "8.16.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
+ "license": "MIT",
"bin": {
"acorn": "bin/acorn"
},
@@ -2602,6 +2656,19 @@
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
+ "node_modules/acorn-walk": {
+ "version": "8.3.5",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
+ "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
+ "devOptional": true,
+ "license": "MIT",
+ "dependencies": {
+ "acorn": "^8.11.0"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
"node_modules/agent-base": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -3795,6 +3862,13 @@
"node": ">=0.10.0"
}
},
+ "node_modules/create-require": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
+ "devOptional": true,
+ "license": "MIT"
+ },
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -7568,6 +7642,13 @@
"semver": "bin/semver.js"
}
},
+ "node_modules/make-error": {
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
+ "devOptional": true,
+ "license": "ISC"
+ },
"node_modules/mapbox-gl": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.15.0.tgz",
@@ -11762,6 +11843,67 @@
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
},
+ "node_modules/ts-node": {
+ "version": "10.9.2",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
+ "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
+ "devOptional": true,
+ "license": "MIT",
+ "dependencies": {
+ "@cspotcode/source-map-support": "^0.8.0",
+ "@tsconfig/node10": "^1.0.7",
+ "@tsconfig/node12": "^1.0.7",
+ "@tsconfig/node14": "^1.0.0",
+ "@tsconfig/node16": "^1.0.2",
+ "acorn": "^8.4.1",
+ "acorn-walk": "^8.1.1",
+ "arg": "^4.1.0",
+ "create-require": "^1.1.0",
+ "diff": "^4.0.1",
+ "make-error": "^1.1.1",
+ "v8-compile-cache-lib": "^3.0.1",
+ "yn": "3.1.1"
+ },
+ "bin": {
+ "ts-node": "dist/bin.js",
+ "ts-node-cwd": "dist/bin-cwd.js",
+ "ts-node-esm": "dist/bin-esm.js",
+ "ts-node-script": "dist/bin-script.js",
+ "ts-node-transpile-only": "dist/bin-transpile.js",
+ "ts-script": "dist/bin-script-deprecated.js"
+ },
+ "peerDependencies": {
+ "@swc/core": ">=1.2.50",
+ "@swc/wasm": ">=1.2.50",
+ "@types/node": "*",
+ "typescript": ">=2.7"
+ },
+ "peerDependenciesMeta": {
+ "@swc/core": {
+ "optional": true
+ },
+ "@swc/wasm": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/ts-node/node_modules/arg": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
+ "devOptional": true,
+ "license": "MIT"
+ },
+ "node_modules/ts-node/node_modules/diff": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
+ "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
+ "devOptional": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=0.3.1"
+ }
+ },
"node_modules/tsconfig-paths": {
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
@@ -12188,9 +12330,11 @@
}
},
"node_modules/typescript": {
- "version": "5.1.6",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
- "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
+ "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"
@@ -12602,6 +12746,13 @@
"node": ">=6"
}
},
+ "node_modules/v8-compile-cache-lib": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
+ "devOptional": true,
+ "license": "MIT"
+ },
"node_modules/validate-npm-package-name": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
@@ -13178,6 +13329,16 @@
"node": ">=6"
}
},
+ "node_modules/yn": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
+ "devOptional": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/yocto-queue": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
@@ -13220,6 +13381,27 @@
"regenerator-runtime": "^0.13.11"
}
},
+ "@cspotcode/source-map-support": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
+ "devOptional": true,
+ "requires": {
+ "@jridgewell/trace-mapping": "0.3.9"
+ },
+ "dependencies": {
+ "@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "devOptional": true,
+ "requires": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ }
+ }
+ },
"@ctrl/react-adsense": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@ctrl/react-adsense/-/react-adsense-1.7.0.tgz",
@@ -13665,6 +13847,30 @@
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A=="
},
+ "@tsconfig/node10": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
+ "integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
+ "devOptional": true
+ },
+ "@tsconfig/node12": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
+ "devOptional": true
+ },
+ "@tsconfig/node14": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
+ "devOptional": true
+ },
+ "@tsconfig/node16": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
+ "devOptional": true
+ },
"@turf/along": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/@turf/along/-/along-5.1.5.tgz",
@@ -15396,9 +15602,9 @@
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
},
"acorn": {
- "version": "8.10.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
- "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw=="
+ "version": "8.16.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw=="
},
"acorn-import-assertions": {
"version": "1.9.0",
@@ -15413,6 +15619,15 @@
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
"requires": {}
},
+ "acorn-walk": {
+ "version": "8.3.5",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
+ "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
+ "devOptional": true,
+ "requires": {
+ "acorn": "^8.11.0"
+ }
+ },
"agent-base": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -16264,6 +16479,12 @@
"capture-stack-trace": "^1.0.0"
}
},
+ "create-require": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
+ "devOptional": true
+ },
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -19013,6 +19234,12 @@
}
}
},
+ "make-error": {
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
+ "devOptional": true
+ },
"mapbox-gl": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.15.0.tgz",
@@ -21896,6 +22123,41 @@
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
},
+ "ts-node": {
+ "version": "10.9.2",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
+ "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
+ "devOptional": true,
+ "requires": {
+ "@cspotcode/source-map-support": "^0.8.0",
+ "@tsconfig/node10": "^1.0.7",
+ "@tsconfig/node12": "^1.0.7",
+ "@tsconfig/node14": "^1.0.0",
+ "@tsconfig/node16": "^1.0.2",
+ "acorn": "^8.4.1",
+ "acorn-walk": "^8.1.1",
+ "arg": "^4.1.0",
+ "create-require": "^1.1.0",
+ "diff": "^4.0.1",
+ "make-error": "^1.1.1",
+ "v8-compile-cache-lib": "^3.0.1",
+ "yn": "3.1.1"
+ },
+ "dependencies": {
+ "arg": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
+ "devOptional": true
+ },
+ "diff": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
+ "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
+ "devOptional": true
+ }
+ }
+ },
"tsconfig-paths": {
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
@@ -22217,9 +22479,10 @@
}
},
"typescript": {
- "version": "5.1.6",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
- "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA=="
+ "version": "5.9.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
+ "devOptional": true
},
"typewise": {
"version": "1.0.3",
@@ -22511,6 +22774,12 @@
}
}
},
+ "v8-compile-cache-lib": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
+ "devOptional": true
+ },
"validate-npm-package-name": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
@@ -22947,6 +23216,12 @@
"decamelize": "^1.2.0"
}
},
+ "yn": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
+ "devOptional": true
+ },
"yocto-queue": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
@@ -22959,4 +23234,4 @@
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="
}
}
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 19c06e9..6f74bc3 100644
--- a/package.json
+++ b/package.json
@@ -51,8 +51,7 @@
"remark-gfm": "^3.0.1",
"rosetta": "^1.1.0",
"tailwindcss": "^3.3.3",
- "tsparticles-confetti": "^2.12.0",
- "typescript": "5.1.6"
+ "tsparticles-confetti": "^2.12.0"
},
"devDependencies": {
"axios": "^1.9.0",
@@ -60,6 +59,8 @@
"eslint-config-next": "13.4.16",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
- "sharp": "^0.32.0"
+ "sharp": "^0.32.0",
+ "ts-node": "^10.9.2",
+ "typescript": "^5.9.3"
}
-}
+}
\ No newline at end of file
diff --git a/public/images/Lille1.svg b/public/images/Lille1.svg
new file mode 100644
index 0000000..bcbba6f
--- /dev/null
+++ b/public/images/Lille1.svg
@@ -0,0 +1,63 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/images/Lille2.svg b/public/images/Lille2.svg
new file mode 100644
index 0000000..73e6cb0
--- /dev/null
+++ b/public/images/Lille2.svg
@@ -0,0 +1,61 @@
+
+
+
\ No newline at end of file
diff --git a/public/images/LilleR.svg b/public/images/LilleR.svg
new file mode 100644
index 0000000..84f88dc
--- /dev/null
+++ b/public/images/LilleR.svg
@@ -0,0 +1,80 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/images/LilleT.svg b/public/images/LilleT.svg
new file mode 100644
index 0000000..5932c4d
--- /dev/null
+++ b/public/images/LilleT.svg
@@ -0,0 +1,72 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/images/LyonA.svg b/public/images/LyonA.svg
new file mode 100644
index 0000000..64380e0
--- /dev/null
+++ b/public/images/LyonA.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonB.svg b/public/images/LyonB.svg
new file mode 100644
index 0000000..a091b1d
--- /dev/null
+++ b/public/images/LyonB.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonC.svg b/public/images/LyonC.svg
new file mode 100644
index 0000000..f310b2d
--- /dev/null
+++ b/public/images/LyonC.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonD.svg b/public/images/LyonD.svg
new file mode 100644
index 0000000..9e944fe
--- /dev/null
+++ b/public/images/LyonD.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonF1.svg b/public/images/LyonF1.svg
new file mode 100644
index 0000000..c2aaa57
--- /dev/null
+++ b/public/images/LyonF1.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonF2.svg b/public/images/LyonF2.svg
new file mode 100644
index 0000000..87fc98b
--- /dev/null
+++ b/public/images/LyonF2.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonRX.svg b/public/images/LyonRX.svg
new file mode 100644
index 0000000..16ab86e
--- /dev/null
+++ b/public/images/LyonRX.svg
@@ -0,0 +1,92 @@
+
+
+
+
diff --git a/public/images/LyonT1.svg b/public/images/LyonT1.svg
new file mode 100644
index 0000000..845e8ff
--- /dev/null
+++ b/public/images/LyonT1.svg
@@ -0,0 +1,71 @@
+
+
+
+
diff --git a/public/images/LyonT2.svg b/public/images/LyonT2.svg
new file mode 100644
index 0000000..5f4ea75
--- /dev/null
+++ b/public/images/LyonT2.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonT3.svg b/public/images/LyonT3.svg
new file mode 100644
index 0000000..6ff9400
--- /dev/null
+++ b/public/images/LyonT3.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonT4.svg b/public/images/LyonT4.svg
new file mode 100644
index 0000000..fc7c60b
--- /dev/null
+++ b/public/images/LyonT4.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonT5.svg b/public/images/LyonT5.svg
new file mode 100644
index 0000000..4955795
--- /dev/null
+++ b/public/images/LyonT5.svg
@@ -0,0 +1,84 @@
+
+
+
+
diff --git a/public/images/LyonT6.svg b/public/images/LyonT6.svg
new file mode 100644
index 0000000..96fd540
--- /dev/null
+++ b/public/images/LyonT6.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/public/images/LyonT7.svg b/public/images/LyonT7.svg
new file mode 100644
index 0000000..42a17f9
--- /dev/null
+++ b/public/images/LyonT7.svg
@@ -0,0 +1,86 @@
+
+
diff --git a/public/images/MarseilleM1.svg b/public/images/MarseilleM1.svg
new file mode 100644
index 0000000..fe8d5fd
--- /dev/null
+++ b/public/images/MarseilleM1.svg
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/public/images/MarseilleM2.svg b/public/images/MarseilleM2.svg
new file mode 100644
index 0000000..7467e95
--- /dev/null
+++ b/public/images/MarseilleM2.svg
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/public/images/MarseilleT1.svg b/public/images/MarseilleT1.svg
new file mode 100644
index 0000000..c1e8f98
--- /dev/null
+++ b/public/images/MarseilleT1.svg
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/public/images/MarseilleT2.svg b/public/images/MarseilleT2.svg
new file mode 100644
index 0000000..70cfdab
--- /dev/null
+++ b/public/images/MarseilleT2.svg
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/public/images/MarseilleT3.svg b/public/images/MarseilleT3.svg
new file mode 100644
index 0000000..bbd4e87
--- /dev/null
+++ b/public/images/MarseilleT3.svg
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/public/images/Montpellier1.svg b/public/images/Montpellier1.svg
new file mode 100644
index 0000000..88b20ee
--- /dev/null
+++ b/public/images/Montpellier1.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/public/images/Montpellier2.svg b/public/images/Montpellier2.svg
new file mode 100644
index 0000000..6c7bb84
--- /dev/null
+++ b/public/images/Montpellier2.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/public/images/Montpellier3.svg b/public/images/Montpellier3.svg
new file mode 100644
index 0000000..4d3484f
--- /dev/null
+++ b/public/images/Montpellier3.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/public/images/Montpellier4.svg b/public/images/Montpellier4.svg
new file mode 100644
index 0000000..d126b3f
--- /dev/null
+++ b/public/images/Montpellier4.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/public/images/Montpellier5.svg b/public/images/Montpellier5.svg
new file mode 100644
index 0000000..e6b4166
--- /dev/null
+++ b/public/images/Montpellier5.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/public/images/RennesA.svg b/public/images/RennesA.svg
new file mode 100644
index 0000000..b83ab7a
--- /dev/null
+++ b/public/images/RennesA.svg
@@ -0,0 +1,226 @@
+
+
+
+
\ No newline at end of file
diff --git a/public/images/RennesB.svg b/public/images/RennesB.svg
new file mode 100644
index 0000000..9475148
--- /dev/null
+++ b/public/images/RennesB.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/ToulouseA.svg b/public/images/ToulouseA.svg
new file mode 100644
index 0000000..a239e2b
--- /dev/null
+++ b/public/images/ToulouseA.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/public/images/ToulouseAC.svg b/public/images/ToulouseAC.svg
new file mode 100644
index 0000000..8e951de
--- /dev/null
+++ b/public/images/ToulouseAC.svg
@@ -0,0 +1,144 @@
+
+
diff --git a/public/images/ToulouseAE.svg b/public/images/ToulouseAE.svg
new file mode 100644
index 0000000..54f24a4
--- /dev/null
+++ b/public/images/ToulouseAE.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/ToulouseB.svg b/public/images/ToulouseB.svg
new file mode 100644
index 0000000..d62f500
--- /dev/null
+++ b/public/images/ToulouseB.svg
@@ -0,0 +1,79 @@
+
+
+
+
diff --git a/public/images/ToulouseC.svg b/public/images/ToulouseC.svg
new file mode 100644
index 0000000..eb5736f
--- /dev/null
+++ b/public/images/ToulouseC.svg
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/images/ToulouseT1.svg b/public/images/ToulouseT1.svg
new file mode 100644
index 0000000..58de27f
--- /dev/null
+++ b/public/images/ToulouseT1.svg
@@ -0,0 +1,222 @@
+
+
+
+
diff --git a/public/images/ToulouseTeleo.svg b/public/images/ToulouseTeleo.svg
new file mode 100644
index 0000000..5649b07
--- /dev/null
+++ b/public/images/ToulouseTeleo.svg
@@ -0,0 +1,104 @@
+
+
diff --git a/src/app/(game)/lille/config.ts b/src/app/(game)/lille/config.ts
new file mode 100644
index 0000000..44dd484
--- /dev/null
+++ b/src/app/(game)/lille/config.ts
@@ -0,0 +1,81 @@
+import { Config, Line } from '@/lib/types'
+import { MapboxOptions } from 'mapbox-gl'
+import { Metadata } from 'next'
+
+export const BEG_THRESHOLD = 0.5
+
+export const LINES: {
+ [name: string]: Line
+} = {
+ Lille1: {
+ name: '1',
+ color: '#FFD400',
+ backgroundColor: '#806A00',
+ textColor: '#FFFFFF',
+ order: 1,
+ },
+ Lille2: {
+ name: '2',
+ color: '#ED1D24',
+ backgroundColor: '#7B0A0E',
+ textColor: '#FFFFFF',
+ order: 2,
+ },
+ LilleR: {
+ name: 'R',
+ color: '#81CF00',
+ backgroundColor: '#416800',
+ textColor: '#FFFFFF',
+ order: 3,
+ },
+ LilleT: {
+ name: 'T',
+ color: '#0099FF',
+ backgroundColor: '#004C80',
+ textColor: '#FFFFFF',
+ order: 4,
+ },
+}
+
+export const METADATA: Metadata = {
+ title: 'Lille Metro Memory',
+ description: 'Combien de stations de métro de Lille connaissez-vous ?',
+ openGraph: {
+ title: 'Lille Metro Memory',
+ description:
+ 'Combien de stations de Metro pouvez-vous nommer par cœur ? Jouez au Metro Memory de Lille et découvrez-le !',
+ type: 'website',
+ locale: 'fr_FR',
+ url: 'https://metro-memory.com/lille',
+ },
+}
+
+export const MAP_CONFIG: MapboxOptions = {
+ container: 'map',
+ style: 'mapbox://styles/benjamintd/cls4h02hy019201qygvumc0nb',
+ minZoom: 6,
+ fadeDuration: 50,
+ dragRotate: false,
+}
+
+export const STRIPE_LINK = 'https://buy.stripe.com/cN2aFb0nI1rI9bi5km'
+
+export const CITY_NAME = 'lille'
+
+export const LOCALE = 'fr'
+
+export const MAP_FROM_DATA = true
+
+const config: Config = {
+ GAUGE_COLORS: 'default',
+ MAP_FROM_DATA,
+ LOCALE,
+ STRIPE_LINK,
+ CITY_NAME,
+ MAP_CONFIG,
+ METADATA,
+ LINES,
+ BEG_THRESHOLD,
+}
+
+export default config
diff --git a/src/app/(game)/lille/data/download-osm-raw-data.ts b/src/app/(game)/lille/data/download-osm-raw-data.ts
new file mode 100644
index 0000000..e1cc858
--- /dev/null
+++ b/src/app/(game)/lille/data/download-osm-raw-data.ts
@@ -0,0 +1,282 @@
+import axios from 'axios'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+const osmApi = axios.create({
+ baseURL: 'https://www.openstreetmap.org/api/0.6/',
+})
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ Lille1: {
+ name: '1',
+ osm: {
+ relationIds: [171691],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#FFD400',
+ },
+ Lille2: {
+ name: '2',
+ osm: {
+ relationIds: [449485],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#ED1D24',
+ },
+ LilleR: {
+ name: 'R',
+ osm: {
+ relationIds: [224816],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#81CF00',
+ },
+ LilleT: {
+ name: 'T',
+ osm: {
+ relationIds: [593563],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#0099FF',
+ },
+}
+
+
+/**
+ * Retrieve IDs of stations (node in OSM) and routes (path of the line; way in OSM) for a given relation ID.
+ * If the relation includes child relations (e.g., relation is a route_master and includes multiple routes),
+ * those are retrieved as well (recursively).
+ */
+async function getOsmRelationsDetails(relationIds: number[]): Promise<
+ {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+> {
+ const relationsDetails: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[] = []
+ await Promise.all(
+ relationIds.map(async (relationId) => {
+ const stationsNodeIds: number[] = []
+ const routesWayIds: number[] = []
+ const response = await osmApi.get(`relation/${relationId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'relation' || element.id !== relationId) continue
+ for (const member of element.members as {
+ type: string
+ ref: number
+ role: string
+ }[]) {
+ if (member.type === 'relation') {
+ const relationDetails = await getOsmRelationsDetails([member.ref])
+ relationsDetails.push(...relationDetails)
+ } else if (member.type === 'node' && member.role.startsWith('stop')) {
+ stationsNodeIds.push(member.ref)
+ } else if (member.type === 'way' && member.role === '') {
+ // we ignore ways with role platform*
+ routesWayIds.push(member.ref)
+ }
+ }
+ }
+ relationsDetails.push({ relationId, stationsNodeIds, routesWayIds })
+ }),
+ )
+ return relationsDetails
+}
+
+/**
+ * Retrieve details (name, lat, lon) for each station in a list of stations (OSM node IDs)
+ */
+async function getOsmStationsDetails(
+ stationsNodeIds: number[],
+): Promise<{ nodeId: number; name: string; lat: number; lon: number }[]> {
+ const stationsDetails: {
+ nodeId: number
+ name: string
+ lat: number
+ lon: number
+ }[] = []
+ await Promise.all(
+ stationsNodeIds.map(async (nodeId) => {
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ stationsDetails.push({
+ nodeId,
+ name: element.tags.name,
+ lat: element.lat,
+ lon: element.lon,
+ })
+ }
+ }),
+ )
+ return stationsDetails
+}
+
+/**
+ * Retrieve list of coordinates (lat, lon) for each way in a list of OSM way IDs
+ */
+async function getOsmWaysDetails(wayIds: number[]): Promise<{
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; lat: number; lon: number }[]
+}> {
+ const ways: {
+ wayId: number
+ nodeIds: number[]
+ }[] = []
+ await Promise.all(
+ wayIds.map(async (wayId) => {
+ const response = await osmApi.get(`way/${wayId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'way' || element.id !== wayId) continue
+ ways.push({ wayId, nodeIds: element.nodes })
+ }
+ }),
+ )
+
+ const uniqueNodeIds = [...new Set(ways.map((way) => way.nodeIds).flat())]
+ console.debug(
+ `Fetched node IDs for ${ways.length} ways, now fetching details for ${uniqueNodeIds.length} nodes ...`,
+ )
+ const nodes: { nodeId: number; lat: number; lon: number }[] = []
+ await Promise.all(
+ uniqueNodeIds.map(async (nodeId, ix) => {
+ // very naive DoS protection: wait a bit for each request, to have max ~30 req/second
+ await wait(30 * ix)
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ const { lat, lon } = element
+ nodes.push({ nodeId, lat, lon })
+ }
+ if ((ix + 1) % 10 === 0)
+ console.debug(` Finished request #${ix + 1}/${uniqueNodeIds.length}`)
+ }),
+ )
+ return { ways, nodes }
+}
+
+async function wait(ms: number): Promise {
+ return new Promise((resolve) => setTimeout(resolve, ms))
+}
+
+const main = async () => {
+ // get OSM IDs of stops and routes
+ console.debug(
+ `Fetching stations and routes for ${
+ Object.keys(linesMetadata).length
+ } lines...`,
+ )
+ const relationsDetailsPerLine: SourceJson['lines'] = await Promise.all(
+ Object.entries(linesMetadata).map(async ([lineId, lineMetadata]) => {
+ const relations = await getOsmRelationsDetails(
+ lineMetadata.osm.relationIds,
+ )
+ return {
+ lineId,
+ relations,
+ extraStationNodeIds: lineMetadata.osm.extraStationNodeIds ?? [],
+ extraRouteWayIds: lineMetadata.osm.extraRouteWayIds ?? [],
+ }
+ }),
+ )
+
+ const uniqueStationsNodeIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...lineDetails.extraStationNodeIds,
+ ])
+ .flat(),
+ ),
+ ]
+ const uniqueRoutesWayIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.routesWayIds)
+ .flat(),
+ ...lineDetails.extraRouteWayIds,
+ ])
+ .flat(),
+ ),
+ ]
+ console.debug(
+ `Fetched ${uniqueStationsNodeIds.length} unique station node IDs and ${uniqueRoutesWayIds.length} route way IDs`,
+ )
+
+ // get details of stations and routes
+ console.debug(`Fetching details for ${uniqueStationsNodeIds.length} nodes...`)
+ const stationsDetails = await getOsmStationsDetails(uniqueStationsNodeIds)
+ console.debug(`Fetched details for ${uniqueStationsNodeIds.length} nodes`)
+
+ console.debug(`Fetching details for ${uniqueRoutesWayIds.length} ways...`)
+ const waysDetails = await getOsmWaysDetails(uniqueRoutesWayIds)
+ console.debug(`Fetched details for ${uniqueRoutesWayIds.length} ways`)
+
+ console.debug(`Saving data...`)
+
+ // store station node IDs for easier lookup
+ const setStationNodeIds = new Set(
+ stationsDetails.map((station) => station.nodeId),
+ )
+
+ // save data to source.json
+ const sourceData: SourceJson = {
+ lines: relationsDetailsPerLine,
+ ways: waysDetails.ways,
+ nodes: [
+ ...stationsDetails,
+ ...waysDetails.nodes.filter(
+ (node) => setStationNodeIds.has(node.nodeId) === false,
+ ),
+ ],
+ }
+ await fs.writeFile(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lille/data', './source.json'),
+ JSON.stringify(sourceData, null, 2),
+ 'utf8',
+ )
+}
+
+main()
diff --git a/src/app/(game)/lille/data/features.json b/src/app/(game)/lille/data/features.json
new file mode 100644
index 0000000..5568c19
--- /dev/null
+++ b/src/app/(game)/lille/data/features.json
@@ -0,0 +1,1589 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1390652, 50.6054124]
+ },
+ "properties": {
+ "id": 1,
+ "name": "Quatre Cantons – Stade Pierre Mauroy",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 1
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1424269, 50.6115887]
+ },
+ "properties": {
+ "id": 2,
+ "name": "Cité Scientifique – Professeur Gabillard",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 2
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1406789, 50.6168843]
+ },
+ "properties": {
+ "id": 3,
+ "name": "Triolo",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 3
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1308523, 50.6191838]
+ },
+ "properties": {
+ "id": 4,
+ "name": "Villeneuve d'Ascq – Hôtel de Ville",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 4
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1280357, 50.6242405]
+ },
+ "properties": {
+ "id": 5,
+ "name": "Pont de Bois",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 5
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1160694, 50.6251809]
+ },
+ "properties": {
+ "id": 6,
+ "name": "Square Flandres",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 6
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1090277, 50.6270877]
+ },
+ "properties": {
+ "id": 7,
+ "name": "Mairie d'Hellemmes",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 7
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0978885, 50.6301511]
+ },
+ "properties": {
+ "id": 8,
+ "name": "Marbrerie",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 8
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0905047, 50.633041]
+ },
+ "properties": {
+ "id": 9,
+ "name": "Fives",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 9
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0868209, 50.6367139]
+ },
+ "properties": {
+ "id": 10,
+ "name": "Madeleine Caulier",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 10
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0710152, 50.6374689]
+ },
+ "properties": {
+ "id": 11,
+ "name": "Gare Lille Flandres",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 11
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0629969, 50.6356739]
+ },
+ "properties": {
+ "id": 12,
+ "name": "Rihour",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 12
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0608677, 50.6316357]
+ },
+ "properties": {
+ "id": 13,
+ "name": "République – Beaux-Arts",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 13
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0527177, 50.626939]
+ },
+ "properties": {
+ "id": 14,
+ "name": "Gambetta",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 14
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0515983, 50.6234558]
+ },
+ "properties": {
+ "id": 15,
+ "name": "Wazemmes",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 15
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0501806, 50.6184476]
+ },
+ "properties": {
+ "id": 16,
+ "name": "Porte des Postes",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 16
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.036412, 50.6130886]
+ },
+ "properties": {
+ "id": 17,
+ "name": "CHU – Centre Oscar Lambret",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 17
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.038947, 50.608053]
+ },
+ "properties": {
+ "id": 18,
+ "name": "CHU – Eurasanté",
+ "alternateNames": [],
+ "line": "Lille1",
+ "order": 1
+ },
+ "id": 18
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [2.974277, 50.6520821]
+ },
+ "properties": {
+ "id": 19,
+ "name": "Saint-Philibert",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 19
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [2.9851942, 50.645574]
+ },
+ "properties": {
+ "id": 20,
+ "name": "Bourg",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 20
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [2.9952327, 50.6463068]
+ },
+ "properties": {
+ "id": 21,
+ "name": "Maison des Enfants",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 21
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0073866, 50.6467613]
+ },
+ "properties": {
+ "id": 22,
+ "name": "Mitterie",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 22
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0138888, 50.6443814]
+ },
+ "properties": {
+ "id": 23,
+ "name": "Pont Supérieur",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 23
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0187184, 50.6406747]
+ },
+ "properties": {
+ "id": 24,
+ "name": "Lomme – Lambersart – Arthur-Notebart",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 24
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0246674, 50.6371343]
+ },
+ "properties": {
+ "id": 25,
+ "name": "Canteleu – Euratechnologies",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 25
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0304363, 50.6345058]
+ },
+ "properties": {
+ "id": 26,
+ "name": "Bois Blancs",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 26
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0357267, 50.6299552]
+ },
+ "properties": {
+ "id": 27,
+ "name": "Port de Lille",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 27
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0402998, 50.6262355]
+ },
+ "properties": {
+ "id": 28,
+ "name": "Cormontaigne",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 28
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0454849, 50.6220359]
+ },
+ "properties": {
+ "id": 29,
+ "name": "Montebello",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 29
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0502802, 50.6184387]
+ },
+ "properties": {
+ "id": 30,
+ "name": "Porte des Postes",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 30
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0622981, 50.6175899]
+ },
+ "properties": {
+ "id": 31,
+ "name": "Porte d'Arras",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 31
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0721485, 50.6180428]
+ },
+ "properties": {
+ "id": 32,
+ "name": "Porte de Douai – Jardin des Plantes",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 32
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0789012, 50.6210592]
+ },
+ "properties": {
+ "id": 33,
+ "name": "Porte de Valenciennes",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 33
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0749235, 50.6296509]
+ },
+ "properties": {
+ "id": 34,
+ "name": "Lille Grand Palais",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 34
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0706587, 50.6328076]
+ },
+ "properties": {
+ "id": 35,
+ "name": "Mairie de Lille",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 35
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0710791, 50.6373662]
+ },
+ "properties": {
+ "id": 36,
+ "name": "Gare Lille Flandres",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 36
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0762447, 50.6393534]
+ },
+ "properties": {
+ "id": 37,
+ "name": "Gare Lille Europe",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 37
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0887019, 50.6423001]
+ },
+ "properties": {
+ "id": 38,
+ "name": "Saint-Maurice Pellevoisin",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 38
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.099278, 50.6420731]
+ },
+ "properties": {
+ "id": 39,
+ "name": "Mons Sarts",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 39
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1100713, 50.6420965]
+ },
+ "properties": {
+ "id": 40,
+ "name": "Mairie de Mons",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 40
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1194332, 50.6420581]
+ },
+ "properties": {
+ "id": 41,
+ "name": "Fort de Mons",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 41
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1264767, 50.6501004]
+ },
+ "properties": {
+ "id": 42,
+ "name": "Les Prés – Edgard Pisani",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 42
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1347276, 50.658486]
+ },
+ "properties": {
+ "id": 43,
+ "name": "Jean Jaurès",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 43
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1299757, 50.6639104]
+ },
+ "properties": {
+ "id": 44,
+ "name": "Wasquehal – Pavé de Lille",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 44
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1313598, 50.6697917]
+ },
+ "properties": {
+ "id": 45,
+ "name": "Wasquehal – Hôtel de Ville",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 45
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1461426, 50.6746674]
+ },
+ "properties": {
+ "id": 46,
+ "name": "Croix Centre",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 46
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1559882, 50.6792861]
+ },
+ "properties": {
+ "id": 47,
+ "name": "Mairie de Croix",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 47
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1634721, 50.6842023]
+ },
+ "properties": {
+ "id": 48,
+ "name": "Épeule – Montesquieu",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 48
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.169775, 50.6869065]
+ },
+ "properties": {
+ "id": 49,
+ "name": "Roubaix – Charles de Gaulle",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 49
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1793333, 50.690843]
+ },
+ "properties": {
+ "id": 50,
+ "name": "Eurotéléport",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 50
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.174713, 50.6918257]
+ },
+ "properties": {
+ "id": 51,
+ "name": "Roubaix – Grand Place",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 51
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1639473, 50.6954332]
+ },
+ "properties": {
+ "id": 52,
+ "name": "Gare Jean Lebas Roubaix",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 52
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1610197, 50.7007313]
+ },
+ "properties": {
+ "id": 53,
+ "name": "Alsace – Plaine Images",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 53
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1604768, 50.7047789]
+ },
+ "properties": {
+ "id": 54,
+ "name": "Mercure",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 54
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1602043, 50.7110166]
+ },
+ "properties": {
+ "id": 55,
+ "name": "Carliers",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 55
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1627778, 50.7171471]
+ },
+ "properties": {
+ "id": 56,
+ "name": "Gare de Tourcoing",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 56
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1601194, 50.7209441]
+ },
+ "properties": {
+ "id": 57,
+ "name": "Tourcoing Centre",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 57
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1567313, 50.7257893]
+ },
+ "properties": {
+ "id": 58,
+ "name": "Colbert",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 58
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1579003, 50.7324168]
+ },
+ "properties": {
+ "id": 59,
+ "name": "Phalempins",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 59
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1707748, 50.7367947]
+ },
+ "properties": {
+ "id": 60,
+ "name": "Pont de Neuville",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 60
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1796717, 50.7394748]
+ },
+ "properties": {
+ "id": 61,
+ "name": "Bourgogne",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 61
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1809818, 50.7434323]
+ },
+ "properties": {
+ "id": 62,
+ "name": "C.H. Dron",
+ "alternateNames": [],
+ "line": "Lille2",
+ "order": 2
+ },
+ "id": 62
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0713943, 50.6377476]
+ },
+ "properties": {
+ "id": 63,
+ "name": "Gare Lille Flandres",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 63
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0740513, 50.6398712]
+ },
+ "properties": {
+ "id": 64,
+ "name": "Gare Lille Europe",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 64
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0757016, 50.6460051]
+ },
+ "properties": {
+ "id": 65,
+ "name": "Romarin",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 65
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0792036, 50.6493155]
+ },
+ "properties": {
+ "id": 66,
+ "name": "Botanique",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 66
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0818935, 50.6518035]
+ },
+ "properties": {
+ "id": 67,
+ "name": "Saint-Maur",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 67
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0891187, 50.6568583]
+ },
+ "properties": {
+ "id": 68,
+ "name": "Buisson",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 68
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0944674, 50.6605668]
+ },
+ "properties": {
+ "id": 69,
+ "name": "Brossolette",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 69
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0966792, 50.6620394]
+ },
+ "properties": {
+ "id": 70,
+ "name": "Clemenceau – Hippodrome",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 70
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1108142, 50.6648425]
+ },
+ "properties": {
+ "id": 71,
+ "name": "Acacias",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 71
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1185339, 50.664404]
+ },
+ "properties": {
+ "id": 72,
+ "name": "Pont de Wasquehal",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 72
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1266702, 50.663947]
+ },
+ "properties": {
+ "id": 73,
+ "name": "La Terrasse",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 73
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1307602, 50.6637248]
+ },
+ "properties": {
+ "id": 74,
+ "name": "Wasquehal – Pavé de Lille",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 74
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1394564, 50.6632285]
+ },
+ "properties": {
+ "id": 75,
+ "name": "Le Sart",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 75
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.146271, 50.6645449]
+ },
+ "properties": {
+ "id": 76,
+ "name": "Planche Épinoy",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 76
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1498502, 50.6665709]
+ },
+ "properties": {
+ "id": 77,
+ "name": "La Marque",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 77
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1544259, 50.6691566]
+ },
+ "properties": {
+ "id": 78,
+ "name": "Villa Cavrois",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 78
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1561407, 50.672248]
+ },
+ "properties": {
+ "id": 79,
+ "name": "Bol d'Air",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 79
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1622393, 50.6781029]
+ },
+ "properties": {
+ "id": 80,
+ "name": "Parc Barbieux",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 80
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1676589, 50.6810185]
+ },
+ "properties": {
+ "id": 81,
+ "name": "Hôpital Victor Provo",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 81
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.172242, 50.6850046]
+ },
+ "properties": {
+ "id": 82,
+ "name": "Jean Moulin",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 82
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1753306, 50.6878301]
+ },
+ "properties": {
+ "id": 83,
+ "name": "Alfred Mongy",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 83
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1791712, 50.6910458]
+ },
+ "properties": {
+ "id": 84,
+ "name": "Eurotéléport",
+ "alternateNames": [],
+ "line": "LilleR",
+ "order": 3
+ },
+ "id": 84
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0713641, 50.6377737]
+ },
+ "properties": {
+ "id": 85,
+ "name": "Gare Lille Flandres",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 85
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0740513, 50.6398712]
+ },
+ "properties": {
+ "id": 86,
+ "name": "Gare Lille Europe",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 86
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0757016, 50.6460051]
+ },
+ "properties": {
+ "id": 87,
+ "name": "Romarin",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 87
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0792036, 50.6493155]
+ },
+ "properties": {
+ "id": 88,
+ "name": "Botanique",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 88
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0818935, 50.6518035]
+ },
+ "properties": {
+ "id": 89,
+ "name": "Saint-Maur",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 89
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0891187, 50.6568583]
+ },
+ "properties": {
+ "id": 90,
+ "name": "Buisson",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 90
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0944674, 50.6605668]
+ },
+ "properties": {
+ "id": 91,
+ "name": "Brossolette",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 91
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.0966792, 50.6620394]
+ },
+ "properties": {
+ "id": 92,
+ "name": "Clemenceau – Hippodrome",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 92
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1037774, 50.6666746]
+ },
+ "properties": {
+ "id": 93,
+ "name": "Foch",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 93
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1070065, 50.6735664]
+ },
+ "properties": {
+ "id": 94,
+ "name": "Le Quesne",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 94
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1115512, 50.6773551]
+ },
+ "properties": {
+ "id": 95,
+ "name": "Cerisaie – Centre d'Affaires",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 95
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1145146, 50.679699]
+ },
+ "properties": {
+ "id": 96,
+ "name": "Château Rouge",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 96
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1196149, 50.6836626]
+ },
+ "properties": {
+ "id": 97,
+ "name": "Cartelot",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 97
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1244188, 50.6873451]
+ },
+ "properties": {
+ "id": 98,
+ "name": "Grand Cottignies",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 98
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1315521, 50.6928156]
+ },
+ "properties": {
+ "id": 99,
+ "name": "Triez",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 99
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1390673, 50.6993375]
+ },
+ "properties": {
+ "id": 100,
+ "name": "Trois Suisses",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 100
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1431794, 50.7038341]
+ },
+ "properties": {
+ "id": 101,
+ "name": "Faidherbe",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 101
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1533556, 50.7100603]
+ },
+ "properties": {
+ "id": 102,
+ "name": "Ma Campagne",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 102
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.156221, 50.7126938]
+ },
+ "properties": {
+ "id": 103,
+ "name": "Pont Hydraulique",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 103
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1571198, 50.7178429]
+ },
+ "properties": {
+ "id": 104,
+ "name": "Victoire",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 104
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [3.1589556, 50.7206895]
+ },
+ "properties": {
+ "id": 105,
+ "name": "Tourcoing Centre",
+ "alternateNames": [],
+ "line": "LilleT",
+ "order": 4
+ },
+ "id": 105
+ }
+ ],
+ "properties": {
+ "totalStations": 90,
+ "stationsPerLine": {
+ "Lille1": 18,
+ "Lille2": 44,
+ "LilleR": 22,
+ "LilleT": 21
+ }
+ }
+}
diff --git a/src/app/(game)/lille/data/lines.json b/src/app/(game)/lille/data/lines.json
new file mode 100644
index 0000000..4ebebcf
--- /dev/null
+++ b/src/app/(game)/lille/data/lines.json
@@ -0,0 +1,30 @@
+{
+ "Lille1": {
+ "name": "1",
+ "color": "#FFD400",
+ "backgroundColor": "#806A00",
+ "textColor": "#FFFFFF",
+ "order": 1
+ },
+ "Lille2": {
+ "name": "2",
+ "color": "#ED1D24",
+ "backgroundColor": "#7B0A0E",
+ "textColor": "#FFFFFF",
+ "order": 2
+ },
+ "LilleR": {
+ "name": "R",
+ "color": "#81CF00",
+ "backgroundColor": "#416800",
+ "textColor": "#FFFFFF",
+ "order": 3
+ },
+ "LilleT": {
+ "name": "T",
+ "color": "#0099FF",
+ "backgroundColor": "#004C80",
+ "textColor": "#FFFFFF",
+ "order": 4
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/lille/data/preprocess.ts b/src/app/(game)/lille/data/preprocess.ts
new file mode 100644
index 0000000..fd318e5
--- /dev/null
+++ b/src/app/(game)/lille/data/preprocess.ts
@@ -0,0 +1,519 @@
+import Color from 'color'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ Lille1: {
+ name: '1',
+ osm: {
+ relationIds: [171691],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#FFD400',
+ },
+ Lille2: {
+ name: '2',
+ osm: {
+ relationIds: [449485],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#ED1D24',
+ },
+ LilleR: {
+ name: 'R',
+ osm: {
+ relationIds: [224816],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#81CF00',
+ },
+ LilleT: {
+ name: 'T',
+ osm: {
+ relationIds: [593563],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#0099FF',
+ },
+}
+
+
+
+const Bun = {
+ file(path: string) {
+ return {
+ async json() {
+ return JSON.parse(await fs.readFile(path, 'utf8'))
+ },
+ }
+ },
+
+ async write(path: string, content: string) {
+ await fs.writeFile(path, content, 'utf8')
+ },
+}
+
+type StationsFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'Point'
+ coordinates: [number, number]
+ }
+ properties: {
+ id: number
+ name: string
+ alternate_names?: string[]
+ line: string
+ order: number
+ }
+ id: number
+ }[]
+ properties: {
+ totalStations: number
+ stationsPerLine: {
+ [lineId: string]: number
+ }
+ nextStationId?: number
+ }
+}
+
+type RoutesFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'LineString'
+ coordinates: [number, number][]
+ }
+ properties: {
+ line: string
+ name: string
+ color: string
+ order: number
+ }
+ }[]
+}
+
+function getStationMapKeyByLineIdAndName(args: {
+ lineId: string
+ name: string
+}): string {
+ return `${args.lineId}::${args.name}`
+}
+
+function getStationMapKeyByLineIdAndNodeId(args: {
+ lineId: string
+ nodeId: number
+}): string {
+ return `${args.lineId}::${args.nodeId}`
+}
+
+async function parseOldStationsAndCreateStationIdGetter(): Promise<
+ (args: { lineId: string; name: string }) => number
+> {
+ const oldStationsIdMap = new Map()
+ let maxStationId = 0
+ try {
+ const oldFeatureCollection = Bun.file(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lille/data', './features.json'),
+ )
+ const { features, properties } =
+ (await oldFeatureCollection.json()) as StationsFeatureCollection
+ maxStationId = (properties.nextStationId ?? 1) - 1
+ for (const feature of features) {
+ const { name, line, id } = feature.properties
+ oldStationsIdMap.set(
+ getStationMapKeyByLineIdAndName({
+ lineId: line,
+ name,
+ }),
+ id,
+ )
+ maxStationId = Math.max(maxStationId, id)
+ }
+ } catch (err) {
+ console.warn(
+ 'Could not find or parse old features.json',
+ (err as Error).message,
+ )
+ }
+ let nextStationId = maxStationId + 1
+
+ function getStationId(args: { lineId: string; name: string }): number {
+ const mapKey = getStationMapKeyByLineIdAndName(args)
+ return oldStationsIdMap.get(mapKey) ?? nextStationId++
+ }
+ return getStationId
+}
+
+function toMap(
+ array: T[],
+ keyPropertyName: K,
+): Map {
+ const map = new Map()
+ for (const item of array) {
+ map.set(item[keyPropertyName], item)
+ }
+ return map
+}
+
+function isDefined(arg: T): arg is Exclude {
+ return arg !== null && typeof arg !== 'undefined'
+}
+
+const main = async () => {
+ const data = Bun.file(path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lille/data', './source.json'))
+ const { lines, nodes, ways } = (await data.json()) as SourceJson
+
+ const getStationId = await parseOldStationsAndCreateStationIdGetter()
+ const waysMap = toMap(ways, 'wayId')
+ const nodesMap = toMap(nodes, 'nodeId')
+
+ // lines
+ const augmentedLinesMetadataMap = new Map<
+ string,
+ (typeof linesMetadata)[string] & {
+ id: string
+ order: number
+ latLonOffset: number
+ }
+ >()
+ const sortedLineIds = Object.entries(linesMetadata)
+ .sort(([, lineMetadata1], [, lineMetadata2]) =>
+ lineMetadata1.name.localeCompare(lineMetadata2.name),
+ )
+ .map(([lineId, lineMetadata], ix, arr): string => {
+ const numLines = arr.length
+ augmentedLinesMetadataMap.set(lineId, {
+ ...lineMetadata,
+ id: lineId,
+ order: ix + 1,
+ latLonOffset: (ix / (numLines - 1) - 0.5) * 0.000_015,
+ })
+ return lineId
+ })
+
+ console.debug(`Writing ${sortedLineIds.length} lines to lines.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lille/data', './lines.json'),
+ JSON.stringify(
+ sortedLineIds.reduce(
+ (acc, lineId) => {
+ const lineMetadata = augmentedLinesMetadataMap.get(lineId)!
+ acc[lineId] = {
+ name: lineMetadata.name,
+ color: lineMetadata.color,
+ backgroundColor: Color(lineMetadata.color).darken(0.5).hex(),
+ textColor: '#FFFFFF',
+ order: lineMetadata.order,
+ }
+ return acc
+ },
+ {} as {
+ [lineId: string]: {
+ name: string
+ color: string
+ backgroundColor: string
+ textColor: string
+ order: number
+ }
+ },
+ ),
+ null,
+ 2,
+ ),
+ )
+
+ // stations
+ type StationDetails = {
+ name: string
+ coords: {
+ lat: number
+ lon: number
+ lineIds: Map
+ nodeIds: { lineId: string; nodeId: number }[]
+ }[]
+ stationIdByLineId: Map
+ alternateNames: string[]
+ }
+ /**
+ * Get station details but ensure we have each station only once (per line), i.e. usually a station has at least two
+ * nodes (one for each direction of the line) but we only want to have one.
+ * As we want to access it by lineId/nodeId later, we eventually build another map for that purpose.
+ */
+ function getUniqueStationsByLineIdAndNodeId(): Map {
+ const mapUniqueStationsByName = new Map()
+ for (const line of lines) {
+ for (const stationNodeId of line.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat()
+ .concat(...line.extraStationNodeIds)) {
+ const stationNode = nodesMap.get(stationNodeId)!
+ if (!stationNode.name)
+ throw new Error(
+ `Unknown name for station with node id ${stationNodeId}`,
+ )
+ const existingStation = mapUniqueStationsByName.get(stationNode.name)
+ if (existingStation === undefined) {
+ mapUniqueStationsByName.set(stationNode.name, {
+ name: stationNode.name,
+ coords: [
+ {
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ },
+ ],
+ stationIdByLineId: new Map([
+ [
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ ],
+ ]),
+ alternateNames: [],
+ })
+ } else {
+ if (existingStation.stationIdByLineId.has(line.lineId) === false) {
+ existingStation.stationIdByLineId.set(
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ )
+ }
+ const existingCoords = existingStation.coords.find(
+ (c) => c.lat === stationNode.lat && c.lon === stationNode.lon,
+ )
+ if (existingCoords) {
+ existingCoords.lineIds.set(line.lineId, true)
+ existingCoords.nodeIds.push({
+ lineId: line.lineId,
+ nodeId: stationNodeId,
+ })
+ } else {
+ existingStation.coords.push({
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ })
+ }
+ }
+ }
+ }
+ const mapUniqueStationsByLineIdAndNodeId = new Map()
+ for (const stationDetails of mapUniqueStationsByName.values()) {
+ // sort nodes by which node covers more lines -> ideally first node covers all lines and only in rare cases we need to use 2nd+ node for some lines (if there's no node matching all lines)
+ stationDetails.coords.sort(
+ (c1, c2) =>
+ c2.lineIds.size - c1.lineIds.size ||
+ c1.lat - c2.lat ||
+ c1.lon - c2.lon,
+ )
+ for (const coords of stationDetails.coords) {
+ for (const { lineId, nodeId } of coords.nodeIds) {
+ mapUniqueStationsByLineIdAndNodeId.set(
+ getStationMapKeyByLineIdAndNodeId({ lineId, nodeId }),
+ stationDetails,
+ )
+ }
+ }
+ }
+
+ // print unique station names a-z (for easier review where alternate names are missing / might be helpful)
+ const stationSortedAtoZ = [...mapUniqueStationsByName.values()].sort(
+ (s1, s2) => s1.name.localeCompare(s2.name),
+ )
+ console.debug(`Stations (a-z, ${stationSortedAtoZ.length}):`)
+ for (const station of stationSortedAtoZ) {
+ console.debug(
+ ` ${station.name}${
+ station.alternateNames.length > 0
+ ? ` (${station.alternateNames.join('; ')})`
+ : ''
+ }`,
+ )
+ }
+
+ return mapUniqueStationsByLineIdAndNodeId
+ }
+ const mapUniqueStationsByLineIdAndNodeId =
+ getUniqueStationsByLineIdAndNodeId()
+ const mapStationsUsed = new Map()
+ const stationFeatures: StationsFeatureCollection['features'] = lines
+ .map((line) => {
+ const nodeIds = [
+ // we sort relations by length to get most-complete list of stations so that order of station names in output is closest to actual order and stations are not too scattered
+ ...line.relations
+ .sort((r1, r2) =>
+ r1.stationsNodeIds.length !== r2.stationsNodeIds.length
+ ? r2.stationsNodeIds.length - r1.stationsNodeIds.length
+ : r1.relationId - r2.relationId,
+ )
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...line.extraStationNodeIds,
+ ]
+ return nodeIds
+ .map((nodeId) => {
+ const stationDetails = mapUniqueStationsByLineIdAndNodeId.get(
+ getStationMapKeyByLineIdAndNodeId({
+ lineId: line.lineId,
+ nodeId,
+ }),
+ )!
+ const coords = stationDetails.coords.find((c) =>
+ c.lineIds.has(line.lineId),
+ )!
+ // we check if we already have station with that name at those coordinates for that line
+ const mapKey = `${line.lineId}::${stationDetails.name}::${coords.lat}::${coords.lon}`
+ if (mapStationsUsed.has(mapKey)) {
+ // we already have this station in the output => skip
+ return undefined
+ } else {
+ mapStationsUsed.set(mapKey, true)
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'Point' as const,
+ coordinates: [coords.lon, coords.lat] as [number, number],
+ },
+ properties: {
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ name: stationDetails.name,
+ alternateNames: [],
+ line: line.lineId,
+ order: augmentedLinesMetadataMap.get(line.lineId)!.order,
+ },
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ }
+ }
+ })
+ .filter(isDefined)
+ })
+ .flat()
+ const mapStationsNamesUsed = new Map()
+ const mapStationsNamesUsedByLine = new Map()
+ const stations: StationsFeatureCollection = {
+ type: 'FeatureCollection',
+ features: stationFeatures,
+ properties: {
+ ...stationFeatures.reduce(
+ (properties, station) => {
+ if (mapStationsNamesUsed.has(station.properties.name) === false) {
+ mapStationsNamesUsed.set(station.properties.name, true)
+ properties.totalStations += 1
+ }
+ const mapKey = getStationMapKeyByLineIdAndName({
+ lineId: station.properties.line,
+ name: station.properties.name,
+ })
+ if (mapStationsNamesUsedByLine.has(mapKey) === false) {
+ mapStationsNamesUsedByLine.set(mapKey, true)
+ properties.stationsPerLine[station.properties.line] += 1
+ }
+ return properties
+ },
+ {
+ totalStations: 0,
+ stationsPerLine: Object.fromEntries(
+ lines.map((line) => [line.lineId, 0]),
+ ),
+ },
+ ),
+ // using a non-existant line/station to get next station id
+ nextStationId: getStationId({ lineId: '', name: '' }),
+ },
+ }
+
+ console.debug(
+ `Writing ${stations.features.length} stations to features.json ...`,
+ )
+ stationFeatures.forEach((station) =>
+ console.debug(` ${station.properties.line} ${station.properties.name}`),
+ )
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lille/data', './features.json'),
+ JSON.stringify(stations, null, 2),
+ )
+
+ // routes
+ const routes: RoutesFeatureCollection = {
+ type: 'FeatureCollection',
+ features: lines
+ .map((line) => {
+ const wayIds = [
+ ...line.relations.map((relation) => relation.routesWayIds).flat(),
+ ...line.extraRouteWayIds,
+ ]
+ const uniqueWayIds = [...new Set(wayIds)].sort((w1, w2) => w1 - w2)
+ return uniqueWayIds.map((wayId) => {
+ const nodeIds = waysMap.get(wayId)!.nodeIds
+ const nodes = nodeIds.map((nodeId) => nodesMap.get(nodeId)!)
+ const { latLonOffset, name, color, order } =
+ augmentedLinesMetadataMap.get(line.lineId)!
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'LineString' as const,
+ coordinates: nodes.map(
+ (node) =>
+ [node.lon + latLonOffset, node.lat + latLonOffset] as [
+ number,
+ number,
+ ],
+ ),
+ },
+ properties: {
+ line: line.lineId,
+ name,
+ color,
+ order,
+ },
+ }
+ })
+ })
+ .flat(),
+ }
+
+ console.debug(`Writing ${routes.features.length} paths to routes.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lille/data', './routes.json'),
+ JSON.stringify(routes, null, 2),
+ )
+}
+
+main()
diff --git a/src/app/(game)/lille/data/routes.json b/src/app/(game)/lille/data/routes.json
new file mode 100644
index 0000000..230fc1a
--- /dev/null
+++ b/src/app/(game)/lille/data/routes.json
@@ -0,0 +1,13163 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0678216,
+ 50.6367449
+ ],
+ [
+ 3.0676587,
+ 50.6367676
+ ],
+ [
+ 3.0674091999999997,
+ 50.6368192
+ ],
+ [
+ 3.0671651,
+ 50.6368648
+ ],
+ [
+ 3.066967,
+ 50.6369002
+ ],
+ [
+ 3.0667690999999997,
+ 50.6369356
+ ],
+ [
+ 3.0663964,
+ 50.636992299999996
+ ],
+ [
+ 3.0661479,
+ 50.6370261
+ ],
+ [
+ 3.0660979,
+ 50.6370315
+ ],
+ [
+ 3.0657739,
+ 50.6370699
+ ],
+ [
+ 3.0654863,
+ 50.6370766
+ ],
+ [
+ 3.0652274999999998,
+ 50.6370571
+ ],
+ [
+ 3.0649564,
+ 50.6370188
+ ],
+ [
+ 3.0646443,
+ 50.6369638
+ ],
+ [
+ 3.0643466,
+ 50.6368753
+ ],
+ [
+ 3.0639954,
+ 50.6367246
+ ],
+ [
+ 3.0638343999999997,
+ 50.6366309
+ ],
+ [
+ 3.0637052,
+ 50.6365372
+ ],
+ [
+ 3.0634894,
+ 50.6363608
+ ],
+ [
+ 3.0632989,
+ 50.6361682
+ ],
+ [
+ 3.0631361999999998,
+ 50.6359388
+ ],
+ [
+ 3.0629893999999998,
+ 50.6356664
+ ],
+ [
+ 3.062834,
+ 50.6353716
+ ],
+ [
+ 3.0620808999999998,
+ 50.6341676
+ ],
+ [
+ 3.0618052,
+ 50.633697
+ ],
+ [
+ 3.0615851999999997,
+ 50.633258
+ ],
+ [
+ 3.0613994,
+ 50.632795099999996
+ ],
+ [
+ 3.0612407,
+ 50.6324116
+ ],
+ [
+ 3.0610825999999998,
+ 50.6320304
+ ],
+ [
+ 3.0609881,
+ 50.6318512
+ ],
+ [
+ 3.0608602,
+ 50.631628199999994
+ ],
+ [
+ 3.0608388,
+ 50.631591
+ ],
+ [
+ 3.0606385,
+ 50.631234299999996
+ ],
+ [
+ 3.0605765999999996,
+ 50.6311438
+ ],
+ [
+ 3.0605252999999997,
+ 50.6310614
+ ],
+ [
+ 3.0604590999999997,
+ 50.6309957
+ ],
+ [
+ 3.0603526,
+ 50.630892599999996
+ ],
+ [
+ 3.0600593999999997,
+ 50.630652
+ ],
+ [
+ 3.0597741,
+ 50.630420199999996
+ ],
+ [
+ 3.0595166999999996,
+ 50.6302106
+ ],
+ [
+ 3.0594173,
+ 50.630137999999995
+ ],
+ [
+ 3.0593285999999997,
+ 50.6300731
+ ],
+ [
+ 3.0591407999999998,
+ 50.6299518
+ ],
+ [
+ 3.058973,
+ 50.6298603
+ ],
+ [
+ 3.0587678,
+ 50.629763999999994
+ ],
+ [
+ 3.0585571,
+ 50.6296793
+ ],
+ [
+ 3.0583283999999997,
+ 50.6295916
+ ],
+ [
+ 3.0579799,
+ 50.6294785
+ ],
+ [
+ 3.0576307,
+ 50.6293684
+ ],
+ [
+ 3.0573262,
+ 50.6292684
+ ],
+ [
+ 3.0570738,
+ 50.6291599
+ ],
+ [
+ 3.0567781999999997,
+ 50.6290366
+ ],
+ [
+ 3.0563933999999997,
+ 50.6288439
+ ],
+ [
+ 3.0560913999999997,
+ 50.628693399999996
+ ],
+ [
+ 3.0558525999999997,
+ 50.6285646
+ ],
+ [
+ 3.0555301,
+ 50.6283928
+ ],
+ [
+ 3.0552118,
+ 50.6282231
+ ],
+ [
+ 3.0549011,
+ 50.628060299999994
+ ],
+ [
+ 3.0545894,
+ 50.627903499999995
+ ],
+ [
+ 3.0543397,
+ 50.627781299999995
+ ],
+ [
+ 3.0540447,
+ 50.627627999999994
+ ],
+ [
+ 3.0537297999999997,
+ 50.627463
+ ],
+ [
+ 3.053429,
+ 50.6273067
+ ],
+ [
+ 3.0531783999999997,
+ 50.627180599999996
+ ],
+ [
+ 3.0531268,
+ 50.627152699999996
+ ],
+ [
+ 3.0527102,
+ 50.6269315
+ ],
+ [
+ 3.0524579999999997,
+ 50.626805
+ ],
+ [
+ 3.0521301999999997,
+ 50.626644399999996
+ ],
+ [
+ 3.0518764,
+ 50.6265107
+ ],
+ [
+ 3.0516907,
+ 50.6263948
+ ],
+ [
+ 3.0515436,
+ 50.626253899999995
+ ],
+ [
+ 3.0514116,
+ 50.626097699999995
+ ],
+ [
+ 3.051332,
+ 50.6259697
+ ],
+ [
+ 3.0512683,
+ 50.625859999999996
+ ],
+ [
+ 3.0511945999999996,
+ 50.625695099999994
+ ],
+ [
+ 3.0511600999999997,
+ 50.6255733
+ ],
+ [
+ 3.0511255,
+ 50.625431799999994
+ ],
+ [
+ 3.0510843999999997,
+ 50.6252748
+ ],
+ [
+ 3.0510631999999998,
+ 50.6251477
+ ],
+ [
+ 3.0510454,
+ 50.6249682
+ ],
+ [
+ 3.0510607999999997,
+ 50.624779399999994
+ ],
+ [
+ 3.05109,
+ 50.624604899999994
+ ],
+ [
+ 3.0511385,
+ 50.6243939
+ ],
+ [
+ 3.0512023,
+ 50.6241925
+ ],
+ [
+ 3.0513036999999996,
+ 50.6239973
+ ],
+ [
+ 3.0514574999999997,
+ 50.6236987
+ ],
+ [
+ 3.0515908,
+ 50.6234483
+ ],
+ [
+ 3.0517106,
+ 50.623223499999995
+ ],
+ [
+ 3.0518330999999996,
+ 50.6229734
+ ],
+ [
+ 3.0519575,
+ 50.6227133
+ ],
+ [
+ 3.0520448,
+ 50.6225357
+ ],
+ [
+ 3.0521295,
+ 50.6223494
+ ],
+ [
+ 3.0521906,
+ 50.622208199999996
+ ],
+ [
+ 3.052263,
+ 50.6220394
+ ],
+ [
+ 3.0523173999999997,
+ 50.6218309
+ ],
+ [
+ 3.0523349,
+ 50.621614
+ ],
+ [
+ 3.0523298999999997,
+ 50.621456099999996
+ ],
+ [
+ 3.0522991999999998,
+ 50.621306999999995
+ ],
+ [
+ 3.0522544,
+ 50.62117
+ ],
+ [
+ 3.0521799,
+ 50.6210044
+ ],
+ [
+ 3.0520709999999998,
+ 50.620814599999996
+ ],
+ [
+ 3.0519213,
+ 50.6205825
+ ],
+ [
+ 3.0517805,
+ 50.6204076
+ ],
+ [
+ 3.0516231,
+ 50.6202075
+ ],
+ [
+ 3.0514002999999996,
+ 50.619931699999995
+ ],
+ [
+ 3.0511774,
+ 50.619672099999995
+ ],
+ [
+ 3.0509127,
+ 50.6193466
+ ],
+ [
+ 3.0507534,
+ 50.6191402
+ ],
+ [
+ 3.0505445,
+ 50.6188918
+ ],
+ [
+ 3.0504628,
+ 50.6187824
+ ],
+ [
+ 3.0501731,
+ 50.6184401
+ ],
+ [
+ 3.0500968999999998,
+ 50.6183501
+ ],
+ [
+ 3.0498341,
+ 50.6180307
+ ],
+ [
+ 3.0496453999999997,
+ 50.6178283
+ ],
+ [
+ 3.0494904,
+ 50.6176508
+ ],
+ [
+ 3.0493512999999997,
+ 50.6175067
+ ],
+ [
+ 3.0491748999999997,
+ 50.617341599999996
+ ],
+ [
+ 3.0489829,
+ 50.6171917
+ ],
+ [
+ 3.0487832999999998,
+ 50.617065399999994
+ ],
+ [
+ 3.0485721999999997,
+ 50.6169504
+ ],
+ [
+ 3.0483985999999996,
+ 50.6168726
+ ],
+ [
+ 3.0482384999999996,
+ 50.6168098
+ ],
+ [
+ 3.0480604,
+ 50.6167574
+ ],
+ [
+ 3.0478593999999997,
+ 50.6167069
+ ],
+ [
+ 3.0476199999999998,
+ 50.6166536
+ ],
+ [
+ 3.0473445999999997,
+ 50.6166158
+ ],
+ [
+ 3.0471150999999996,
+ 50.6166007
+ ],
+ [
+ 3.0468031,
+ 50.6165835
+ ],
+ [
+ 3.0463826,
+ 50.6165753
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0769455999999997,
+ 50.6385587
+ ],
+ [
+ 3.0767018,
+ 50.6386258
+ ],
+ [
+ 3.0764614999999997,
+ 50.6386873
+ ],
+ [
+ 3.0761589,
+ 50.6387481
+ ],
+ [
+ 3.0758824999999996,
+ 50.6387937
+ ],
+ [
+ 3.0756563999999997,
+ 50.6388134
+ ],
+ [
+ 3.0754547999999997,
+ 50.638829699999995
+ ],
+ [
+ 3.0752292999999997,
+ 50.6388427
+ ],
+ [
+ 3.0749760999999998,
+ 50.6388496
+ ],
+ [
+ 3.0747111,
+ 50.638835199999995
+ ],
+ [
+ 3.0744596,
+ 50.6387997
+ ],
+ [
+ 3.0742121,
+ 50.638760299999994
+ ],
+ [
+ 3.0739565,
+ 50.638695999999996
+ ],
+ [
+ 3.0737351,
+ 50.6386316
+ ],
+ [
+ 3.0734801,
+ 50.6385357
+ ],
+ [
+ 3.0731914,
+ 50.638411999999995
+ ],
+ [
+ 3.071226,
+ 50.6375564
+ ],
+ [
+ 3.0710077,
+ 50.6374614
+ ],
+ [
+ 3.0703148,
+ 50.6371645
+ ],
+ [
+ 3.0700594999999997,
+ 50.637063299999994
+ ],
+ [
+ 3.069766,
+ 50.6369498
+ ],
+ [
+ 3.0695104,
+ 50.6368693
+ ],
+ [
+ 3.0692871,
+ 50.6368193
+ ],
+ [
+ 3.0690505999999997,
+ 50.636773
+ ],
+ [
+ 3.0687678,
+ 50.636734999999994
+ ],
+ [
+ 3.0685168,
+ 50.6367227
+ ],
+ [
+ 3.0682673,
+ 50.636718699999996
+ ],
+ [
+ 3.0681418999999996,
+ 50.636719899999996
+ ],
+ [
+ 3.0680332999999997,
+ 50.6367275
+ ],
+ [
+ 3.0678216,
+ 50.6367449
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1298535999999997,
+ 50.6212179
+ ],
+ [
+ 3.1298996999999997,
+ 50.6214289
+ ],
+ [
+ 3.1299375,
+ 50.6215725
+ ],
+ [
+ 3.1299455,
+ 50.6216219
+ ],
+ [
+ 3.1299856,
+ 50.621891399999996
+ ],
+ [
+ 3.1300331,
+ 50.6221878
+ ],
+ [
+ 3.1300744,
+ 50.6225202
+ ],
+ [
+ 3.1301227,
+ 50.6228616
+ ],
+ [
+ 3.1301414,
+ 50.6231223
+ ],
+ [
+ 3.1301300999999997,
+ 50.6232798
+ ],
+ [
+ 3.1300833999999997,
+ 50.623450999999996
+ ],
+ [
+ 3.1300475,
+ 50.6235423
+ ],
+ [
+ 3.1299881,
+ 50.623635
+ ],
+ [
+ 3.1298909,
+ 50.623744599999995
+ ],
+ [
+ 3.1298002,
+ 50.623812699999995
+ ],
+ [
+ 3.1297165,
+ 50.6238807
+ ],
+ [
+ 3.1296116,
+ 50.623948899999995
+ ],
+ [
+ 3.1294855,
+ 50.6240082
+ ],
+ [
+ 3.129345,
+ 50.624054199999996
+ ],
+ [
+ 3.1291689999999996,
+ 50.624100399999996
+ ],
+ [
+ 3.1289173,
+ 50.6241555
+ ],
+ [
+ 3.1286747,
+ 50.624192699999995
+ ],
+ [
+ 3.1283684999999997,
+ 50.6242206
+ ],
+ [
+ 3.1280281999999997,
+ 50.624233
+ ],
+ [
+ 3.1272202,
+ 50.624217599999994
+ ],
+ [
+ 3.1268523999999998,
+ 50.6242023
+ ],
+ [
+ 3.1265057,
+ 50.6241822
+ ],
+ [
+ 3.1262155,
+ 50.624161699999995
+ ],
+ [
+ 3.1258686,
+ 50.624128299999995
+ ],
+ [
+ 3.1254863,
+ 50.6240904
+ ],
+ [
+ 3.1251675999999997,
+ 50.6240568
+ ],
+ [
+ 3.1249127999999997,
+ 50.6240361
+ ],
+ [
+ 3.1245448,
+ 50.624011599999996
+ ],
+ [
+ 3.124177,
+ 50.623996299999995
+ ],
+ [
+ 3.1239130999999998,
+ 50.623991499999995
+ ],
+ [
+ 3.1236610999999996,
+ 50.6239999
+ ],
+ [
+ 3.1233505999999998,
+ 50.624029099999994
+ ],
+ [
+ 3.1231248999999996,
+ 50.624057699999994
+ ],
+ [
+ 3.1229063,
+ 50.624090699999996
+ ],
+ [
+ 3.1225962999999997,
+ 50.6241468
+ ],
+ [
+ 3.1222773999999998,
+ 50.624198199999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1222773999999998,
+ 50.624198199999995
+ ],
+ [
+ 3.1219549,
+ 50.6242502
+ ],
+ [
+ 3.1216264,
+ 50.6243045
+ ],
+ [
+ 3.1213607,
+ 50.6243516
+ ],
+ [
+ 3.1210316,
+ 50.624400599999994
+ ],
+ [
+ 3.1207634,
+ 50.6244294
+ ],
+ [
+ 3.1204387999999996,
+ 50.624454199999995
+ ],
+ [
+ 3.1200714,
+ 50.6244612
+ ],
+ [
+ 3.1197534,
+ 50.624468
+ ],
+ [
+ 3.1194211999999997,
+ 50.6244703
+ ],
+ [
+ 3.1192656,
+ 50.6244624
+ ],
+ [
+ 3.119103,
+ 50.6244636
+ ],
+ [
+ 3.1189544999999996,
+ 50.6244601
+ ],
+ [
+ 3.1188624999999996,
+ 50.6244563
+ ],
+ [
+ 3.1187636,
+ 50.624461399999994
+ ],
+ [
+ 3.1181988,
+ 50.6244969
+ ],
+ [
+ 3.1180648,
+ 50.624511299999995
+ ],
+ [
+ 3.1178812,
+ 50.6245261
+ ],
+ [
+ 3.1177826,
+ 50.624544699999994
+ ],
+ [
+ 3.1176136,
+ 50.6245864
+ ],
+ [
+ 3.1171917,
+ 50.6247062
+ ],
+ [
+ 3.1160619,
+ 50.625173399999994
+ ],
+ [
+ 3.1155587,
+ 50.625367
+ ],
+ [
+ 3.11542,
+ 50.6254273
+ ],
+ [
+ 3.1152675,
+ 50.625492599999994
+ ],
+ [
+ 3.1151174999999998,
+ 50.6255313
+ ],
+ [
+ 3.1149337,
+ 50.6255635
+ ],
+ [
+ 3.1147544999999996,
+ 50.625579099999996
+ ],
+ [
+ 3.1145367999999998,
+ 50.6255847
+ ],
+ [
+ 3.1144868,
+ 50.6255787
+ ],
+ [
+ 3.1142741999999997,
+ 50.6255768
+ ],
+ [
+ 3.1139618,
+ 50.6255719
+ ],
+ [
+ 3.1137625,
+ 50.6255873
+ ],
+ [
+ 3.1136272999999997,
+ 50.625597799999994
+ ],
+ [
+ 3.113491,
+ 50.6256207
+ ],
+ [
+ 3.1133826,
+ 50.6256445
+ ],
+ [
+ 3.1129811999999997,
+ 50.6257294
+ ],
+ [
+ 3.1127113,
+ 50.625809999999994
+ ],
+ [
+ 3.1123784999999997,
+ 50.6259021
+ ],
+ [
+ 3.1119463,
+ 50.626033199999995
+ ],
+ [
+ 3.1115238,
+ 50.626163
+ ],
+ [
+ 3.1109584,
+ 50.6263407
+ ],
+ [
+ 3.1106089999999997,
+ 50.6264427
+ ],
+ [
+ 3.1102738999999997,
+ 50.626559799999995
+ ],
+ [
+ 3.1100497,
+ 50.626644999999996
+ ],
+ [
+ 3.1098966,
+ 50.626703199999994
+ ],
+ [
+ 3.1096326,
+ 50.6268026
+ ],
+ [
+ 3.1090202,
+ 50.627080199999995
+ ],
+ [
+ 3.1086478,
+ 50.6272278
+ ],
+ [
+ 3.1084989999999997,
+ 50.627291199999995
+ ],
+ [
+ 3.1081786,
+ 50.627437
+ ],
+ [
+ 3.1080085,
+ 50.6275111
+ ],
+ [
+ 3.1075991999999997,
+ 50.627649399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0458987,
+ 50.6165738
+ ],
+ [
+ 3.0445794999999998,
+ 50.6165545
+ ],
+ [
+ 3.0442188999999997,
+ 50.616547499999996
+ ],
+ [
+ 3.0439334,
+ 50.6165437
+ ],
+ [
+ 3.0437293,
+ 50.6165404
+ ],
+ [
+ 3.0434085,
+ 50.6165382
+ ],
+ [
+ 3.0431811,
+ 50.6165374
+ ],
+ [
+ 3.0429587999999996,
+ 50.6165393
+ ],
+ [
+ 3.0425291,
+ 50.6165477
+ ],
+ [
+ 3.0397714,
+ 50.6166087
+ ],
+ [
+ 3.0395816,
+ 50.616609999999994
+ ],
+ [
+ 3.0393966,
+ 50.6166093
+ ],
+ [
+ 3.0392555,
+ 50.6166066
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0392555,
+ 50.6166066
+ ],
+ [
+ 3.0391499,
+ 50.6166019
+ ],
+ [
+ 3.0390485,
+ 50.6165956
+ ],
+ [
+ 3.0389402,
+ 50.6165859
+ ],
+ [
+ 3.0388249,
+ 50.616574
+ ],
+ [
+ 3.0387388,
+ 50.616562699999996
+ ],
+ [
+ 3.0386484,
+ 50.6165507
+ ],
+ [
+ 3.0385674,
+ 50.6165386
+ ],
+ [
+ 3.0384859,
+ 50.616524399999996
+ ],
+ [
+ 3.0383446,
+ 50.616497599999995
+ ],
+ [
+ 3.0382754,
+ 50.616481799999995
+ ],
+ [
+ 3.0381677999999996,
+ 50.616456
+ ],
+ [
+ 3.0380767,
+ 50.6164316
+ ],
+ [
+ 3.0379427999999997,
+ 50.616394
+ ],
+ [
+ 3.0377965,
+ 50.6163479
+ ],
+ [
+ 3.0376543999999996,
+ 50.6162961
+ ],
+ [
+ 3.0375071,
+ 50.6162388
+ ],
+ [
+ 3.0373848999999997,
+ 50.6161866
+ ],
+ [
+ 3.0372730999999997,
+ 50.616135
+ ],
+ [
+ 3.0371740999999997,
+ 50.616084699999995
+ ],
+ [
+ 3.03707,
+ 50.6160259
+ ],
+ [
+ 3.0369736,
+ 50.615968099999996
+ ],
+ [
+ 3.0368827,
+ 50.615912099999996
+ ],
+ [
+ 3.0368112,
+ 50.6158619
+ ],
+ [
+ 3.0367232,
+ 50.615797799999996
+ ],
+ [
+ 3.0366275999999996,
+ 50.6157213
+ ],
+ [
+ 3.036572,
+ 50.6156746
+ ],
+ [
+ 3.0365088,
+ 50.6156193
+ ],
+ [
+ 3.0364082999999997,
+ 50.6155201
+ ],
+ [
+ 3.0363512999999998,
+ 50.6154581
+ ],
+ [
+ 3.0363124,
+ 50.615413
+ ],
+ [
+ 3.0362587,
+ 50.6153455
+ ],
+ [
+ 3.0362109,
+ 50.6152825
+ ],
+ [
+ 3.0361601,
+ 50.615209699999994
+ ],
+ [
+ 3.0361179999999997,
+ 50.615144199999996
+ ],
+ [
+ 3.0360717,
+ 50.615063199999994
+ ],
+ [
+ 3.0360232999999996,
+ 50.6149644
+ ],
+ [
+ 3.0359835,
+ 50.6148704
+ ],
+ [
+ 3.0359515999999998,
+ 50.614777399999994
+ ],
+ [
+ 3.0359235,
+ 50.6146661
+ ],
+ [
+ 3.0359051999999997,
+ 50.6145776
+ ],
+ [
+ 3.0358951999999997,
+ 50.6145023
+ ],
+ [
+ 3.0358907,
+ 50.614449099999995
+ ],
+ [
+ 3.0358878,
+ 50.6143917
+ ],
+ [
+ 3.0358875999999997,
+ 50.614331199999995
+ ],
+ [
+ 3.0358875,
+ 50.614269099999994
+ ],
+ [
+ 3.0358918,
+ 50.614201099999995
+ ],
+ [
+ 3.0359027,
+ 50.614129299999995
+ ],
+ [
+ 3.0359130999999997,
+ 50.6140677
+ ],
+ [
+ 3.0359262,
+ 50.6140057
+ ],
+ [
+ 3.0359464999999997,
+ 50.613928599999994
+ ],
+ [
+ 3.0359705,
+ 50.613853199999994
+ ],
+ [
+ 3.0359933,
+ 50.6137933
+ ],
+ [
+ 3.0360194,
+ 50.613730399999994
+ ],
+ [
+ 3.0360552,
+ 50.613657499999995
+ ],
+ [
+ 3.0360885,
+ 50.613591
+ ],
+ [
+ 3.0361214999999997,
+ 50.6135325
+ ],
+ [
+ 3.0361963,
+ 50.613408199999995
+ ],
+ [
+ 3.0362609,
+ 50.613304199999995
+ ],
+ [
+ 3.0364044999999997,
+ 50.613081099999995
+ ],
+ [
+ 3.0365617,
+ 50.6128289
+ ],
+ [
+ 3.0386091,
+ 50.6095937
+ ],
+ [
+ 3.0386897999999998,
+ 50.6094608
+ ],
+ [
+ 3.038716,
+ 50.6094157
+ ],
+ [
+ 3.0387486999999997,
+ 50.6093562
+ ],
+ [
+ 3.0387736,
+ 50.609308299999995
+ ],
+ [
+ 3.0388028,
+ 50.6092507
+ ],
+ [
+ 3.0388319,
+ 50.609186099999995
+ ],
+ [
+ 3.0388634999999997,
+ 50.60911
+ ],
+ [
+ 3.0388921,
+ 50.609027
+ ],
+ [
+ 3.0389112999999996,
+ 50.608955099999996
+ ],
+ [
+ 3.0389242,
+ 50.6089043
+ ],
+ [
+ 3.0389378999999996,
+ 50.6088363
+ ],
+ [
+ 3.0389429999999997,
+ 50.6088029
+ ],
+ [
+ 3.0389502,
+ 50.6087323
+ ],
+ [
+ 3.0389534,
+ 50.6086745
+ ],
+ [
+ 3.0389557999999997,
+ 50.6085779
+ ],
+ [
+ 3.0389540999999998,
+ 50.6084824
+ ],
+ [
+ 3.0389529,
+ 50.608405
+ ],
+ [
+ 3.038947,
+ 50.6082676
+ ],
+ [
+ 3.0389394999999997,
+ 50.608045499999996
+ ],
+ [
+ 3.0389314,
+ 50.607821799999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1338272,
+ 50.6185123
+ ],
+ [
+ 3.1335085,
+ 50.6184581
+ ],
+ [
+ 3.1334025,
+ 50.6184411
+ ],
+ [
+ 3.1333058,
+ 50.6184291
+ ],
+ [
+ 3.1331685,
+ 50.6184156
+ ],
+ [
+ 3.132843,
+ 50.6183954
+ ],
+ [
+ 3.1327266,
+ 50.618396399999995
+ ],
+ [
+ 3.1325817,
+ 50.6184018
+ ],
+ [
+ 3.1324121999999996,
+ 50.618412
+ ],
+ [
+ 3.132201,
+ 50.6184539
+ ],
+ [
+ 3.1320181,
+ 50.618504699999995
+ ],
+ [
+ 3.1318284999999997,
+ 50.6185735
+ ],
+ [
+ 3.1316742,
+ 50.618641999999994
+ ],
+ [
+ 3.1314575,
+ 50.618783
+ ],
+ [
+ 3.1310662999999996,
+ 50.6190376
+ ],
+ [
+ 3.1308447999999998,
+ 50.6191763
+ ],
+ [
+ 3.1306887999999997,
+ 50.619274
+ ],
+ [
+ 3.1305071,
+ 50.6193968
+ ],
+ [
+ 3.1303044,
+ 50.6195196
+ ],
+ [
+ 3.1301227,
+ 50.6196377
+ ],
+ [
+ 3.1299767999999997,
+ 50.6197782
+ ],
+ [
+ 3.1298728,
+ 50.619895899999996
+ ],
+ [
+ 3.1297764,
+ 50.6200404
+ ],
+ [
+ 3.1297496,
+ 50.620121499999996
+ ],
+ [
+ 3.12973,
+ 50.620220599999996
+ ],
+ [
+ 3.1297181,
+ 50.6203466
+ ],
+ [
+ 3.1297205,
+ 50.6204815
+ ],
+ [
+ 3.1297291,
+ 50.620562299999996
+ ],
+ [
+ 3.1298535999999997,
+ 50.6212179
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1390205,
+ 50.605113499999995
+ ],
+ [
+ 3.1390577,
+ 50.605404899999996
+ ],
+ [
+ 3.1390824999999998,
+ 50.6055996
+ ],
+ [
+ 3.1390933,
+ 50.605693699999996
+ ],
+ [
+ 3.1391055,
+ 50.6058041
+ ],
+ [
+ 3.1391142,
+ 50.6058898
+ ],
+ [
+ 3.139119,
+ 50.605953799999995
+ ],
+ [
+ 3.1391212,
+ 50.6060272
+ ],
+ [
+ 3.1391204999999998,
+ 50.606094999999996
+ ],
+ [
+ 3.1391187,
+ 50.6061415
+ ],
+ [
+ 3.1391161,
+ 50.6061986
+ ],
+ [
+ 3.1391052,
+ 50.606284599999995
+ ],
+ [
+ 3.1390930999999997,
+ 50.606358
+ ],
+ [
+ 3.1390731,
+ 50.6064717
+ ],
+ [
+ 3.1390267,
+ 50.6067162
+ ],
+ [
+ 3.1390061,
+ 50.6068157
+ ],
+ [
+ 3.1389902999999997,
+ 50.606905
+ ],
+ [
+ 3.1389741,
+ 50.6070116
+ ],
+ [
+ 3.1389666999999997,
+ 50.6070764
+ ],
+ [
+ 3.1389628,
+ 50.6071532
+ ],
+ [
+ 3.1389617999999997,
+ 50.6071995
+ ],
+ [
+ 3.1389625,
+ 50.607296999999996
+ ],
+ [
+ 3.1389666999999997,
+ 50.607388199999995
+ ],
+ [
+ 3.1389725,
+ 50.607447799999996
+ ],
+ [
+ 3.1389796999999997,
+ 50.6075058
+ ],
+ [
+ 3.1389918,
+ 50.6075708
+ ],
+ [
+ 3.1390141,
+ 50.6076602
+ ],
+ [
+ 3.1390512,
+ 50.607774199999994
+ ],
+ [
+ 3.1390705,
+ 50.607839399999996
+ ],
+ [
+ 3.1390908,
+ 50.6078924
+ ],
+ [
+ 3.1391152,
+ 50.6079515
+ ],
+ [
+ 3.1391527,
+ 50.6080336
+ ],
+ [
+ 3.1391834,
+ 50.608095299999995
+ ],
+ [
+ 3.1392886,
+ 50.608268599999995
+ ],
+ [
+ 3.1393483,
+ 50.608354399999996
+ ],
+ [
+ 3.1394066,
+ 50.6084323
+ ],
+ [
+ 3.1394708,
+ 50.608509299999994
+ ],
+ [
+ 3.1395405,
+ 50.608591399999995
+ ],
+ [
+ 3.1395771,
+ 50.608630999999995
+ ],
+ [
+ 3.1396496999999997,
+ 50.6087023
+ ],
+ [
+ 3.1397097,
+ 50.6087606
+ ],
+ [
+ 3.1397814,
+ 50.6088242
+ ],
+ [
+ 3.1399250999999997,
+ 50.6089403
+ ],
+ [
+ 3.1400375,
+ 50.6090234
+ ],
+ [
+ 3.1401301999999998,
+ 50.6090884
+ ],
+ [
+ 3.1402295,
+ 50.6091537
+ ],
+ [
+ 3.1403534,
+ 50.609225699999996
+ ],
+ [
+ 3.1404856,
+ 50.6092994
+ ],
+ [
+ 3.140986,
+ 50.6095587
+ ],
+ [
+ 3.1410834999999997,
+ 50.609609
+ ],
+ [
+ 3.1411922,
+ 50.6096675
+ ],
+ [
+ 3.141272,
+ 50.609712099999996
+ ],
+ [
+ 3.1413531,
+ 50.6097603
+ ],
+ [
+ 3.1414272,
+ 50.6098071
+ ],
+ [
+ 3.1414834999999997,
+ 50.609842799999996
+ ],
+ [
+ 3.1415235,
+ 50.609869499999995
+ ],
+ [
+ 3.1415634,
+ 50.609896199999994
+ ],
+ [
+ 3.1416161999999996,
+ 50.609935199999995
+ ],
+ [
+ 3.1416637,
+ 50.6099733
+ ],
+ [
+ 3.1417183,
+ 50.610015499999996
+ ],
+ [
+ 3.1417593,
+ 50.610049399999994
+ ],
+ [
+ 3.1418195,
+ 50.6101008
+ ],
+ [
+ 3.1418871999999998,
+ 50.6101648
+ ],
+ [
+ 3.1419390999999997,
+ 50.6102194
+ ],
+ [
+ 3.1419846,
+ 50.6102686
+ ],
+ [
+ 3.1420288999999997,
+ 50.6103202
+ ],
+ [
+ 3.1420751,
+ 50.6103805
+ ],
+ [
+ 3.1421269,
+ 50.6104564
+ ],
+ [
+ 3.1421579,
+ 50.6105027
+ ],
+ [
+ 3.1421867999999997,
+ 50.6105477
+ ],
+ [
+ 3.1422152999999997,
+ 50.6105977
+ ],
+ [
+ 3.1422396999999997,
+ 50.6106451
+ ],
+ [
+ 3.1422651,
+ 50.6107016
+ ],
+ [
+ 3.142287,
+ 50.610748699999995
+ ],
+ [
+ 3.1423075,
+ 50.6108031
+ ],
+ [
+ 3.1423292999999997,
+ 50.6108676
+ ],
+ [
+ 3.1423465999999998,
+ 50.610925599999995
+ ],
+ [
+ 3.1423598,
+ 50.6109862
+ ],
+ [
+ 3.1423718999999997,
+ 50.6110554
+ ],
+ [
+ 3.1423810999999997,
+ 50.611119099999996
+ ],
+ [
+ 3.1423891999999998,
+ 50.6111977
+ ],
+ [
+ 3.1424033999999996,
+ 50.6113688
+ ],
+ [
+ 3.1424193999999996,
+ 50.611581199999996
+ ],
+ [
+ 3.1424935,
+ 50.6125676
+ ],
+ [
+ 3.1425037999999996,
+ 50.612690099999995
+ ],
+ [
+ 3.1425112,
+ 50.6128085
+ ],
+ [
+ 3.1425151999999996,
+ 50.6129171
+ ],
+ [
+ 3.1425121999999996,
+ 50.6130175
+ ],
+ [
+ 3.1425058,
+ 50.6130978
+ ],
+ [
+ 3.1424963999999997,
+ 50.613156499999995
+ ],
+ [
+ 3.1424879999999997,
+ 50.6132011
+ ],
+ [
+ 3.1424787,
+ 50.613237299999994
+ ],
+ [
+ 3.1424627,
+ 50.613287899999996
+ ],
+ [
+ 3.1424469999999998,
+ 50.6133281
+ ],
+ [
+ 3.1424244999999997,
+ 50.6133817
+ ],
+ [
+ 3.1424041999999996,
+ 50.6134255
+ ],
+ [
+ 3.1423813999999997,
+ 50.6134683
+ ],
+ [
+ 3.1423392,
+ 50.613533999999994
+ ],
+ [
+ 3.142305,
+ 50.6135832
+ ],
+ [
+ 3.1422775,
+ 50.613617999999995
+ ],
+ [
+ 3.1422466,
+ 50.6136548
+ ],
+ [
+ 3.1421997999999998,
+ 50.6137077
+ ],
+ [
+ 3.1421471999999997,
+ 50.613761499999995
+ ],
+ [
+ 3.1421007999999997,
+ 50.613804699999996
+ ],
+ [
+ 3.1420548,
+ 50.613846099999996
+ ],
+ [
+ 3.1420112999999996,
+ 50.6138826
+ ],
+ [
+ 3.1419596,
+ 50.613923799999995
+ ],
+ [
+ 3.1419248,
+ 50.613951
+ ],
+ [
+ 3.1418766,
+ 50.6139906
+ ],
+ [
+ 3.1415531999999997,
+ 50.614220499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1410929,
+ 50.6146204
+ ],
+ [
+ 3.1410472,
+ 50.614676599999996
+ ],
+ [
+ 3.1410194999999996,
+ 50.614715999999994
+ ],
+ [
+ 3.1409848,
+ 50.614765399999996
+ ],
+ [
+ 3.1409556,
+ 50.6148162
+ ],
+ [
+ 3.1409377999999997,
+ 50.614851599999994
+ ],
+ [
+ 3.1409114,
+ 50.614904599999996
+ ],
+ [
+ 3.1408886,
+ 50.6149594
+ ],
+ [
+ 3.1408666999999997,
+ 50.6150223
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1408666999999997,
+ 50.6150223
+ ],
+ [
+ 3.1408522,
+ 50.615064
+ ],
+ [
+ 3.1408370999999997,
+ 50.615122899999996
+ ],
+ [
+ 3.1408237999999997,
+ 50.6151814
+ ],
+ [
+ 3.1408153999999997,
+ 50.6152296
+ ],
+ [
+ 3.1408098,
+ 50.615263399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1408098,
+ 50.615263399999996
+ ],
+ [
+ 3.1407958,
+ 50.6154283
+ ],
+ [
+ 3.1407024,
+ 50.6165564
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1407024,
+ 50.6165564
+ ],
+ [
+ 3.1406714,
+ 50.6168768
+ ],
+ [
+ 3.1406441999999997,
+ 50.6171495
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1406441999999997,
+ 50.6171495
+ ],
+ [
+ 3.1406129999999997,
+ 50.617567699999995
+ ],
+ [
+ 3.1406055999999998,
+ 50.617621899999996
+ ],
+ [
+ 3.1405952999999998,
+ 50.617679499999994
+ ],
+ [
+ 3.1405814999999997,
+ 50.6177439
+ ],
+ [
+ 3.1405686,
+ 50.617789599999995
+ ],
+ [
+ 3.140557,
+ 50.617829099999994
+ ],
+ [
+ 3.1405456,
+ 50.6178592
+ ],
+ [
+ 3.1405249,
+ 50.6179078
+ ],
+ [
+ 3.1405003999999996,
+ 50.6179555
+ ],
+ [
+ 3.1404832,
+ 50.6179864
+ ],
+ [
+ 3.1404703,
+ 50.618009
+ ],
+ [
+ 3.1404532,
+ 50.6180348
+ ],
+ [
+ 3.140427,
+ 50.618069999999996
+ ],
+ [
+ 3.1403836999999997,
+ 50.6181208
+ ],
+ [
+ 3.1403303,
+ 50.6181771
+ ],
+ [
+ 3.1402861,
+ 50.6182178
+ ],
+ [
+ 3.1402517999999997,
+ 50.618246899999995
+ ],
+ [
+ 3.1401984,
+ 50.618289399999995
+ ],
+ [
+ 3.1401432999999996,
+ 50.6183285
+ ],
+ [
+ 3.1400856,
+ 50.6183659
+ ],
+ [
+ 3.1400303,
+ 50.6183963
+ ],
+ [
+ 3.1399512,
+ 50.618438399999995
+ ],
+ [
+ 3.1398745,
+ 50.6184756
+ ],
+ [
+ 3.1397877999999997,
+ 50.6185123
+ ],
+ [
+ 3.1396721999999997,
+ 50.6185571
+ ],
+ [
+ 3.1394868999999996,
+ 50.6186194
+ ],
+ [
+ 3.1388521999999996,
+ 50.618811799999996
+ ],
+ [
+ 3.1387007999999996,
+ 50.6188563
+ ],
+ [
+ 3.1385672,
+ 50.6188921
+ ],
+ [
+ 3.1384786,
+ 50.6189122
+ ],
+ [
+ 3.1384125999999997,
+ 50.618926599999995
+ ],
+ [
+ 3.1383615,
+ 50.6189371
+ ],
+ [
+ 3.1383077999999998,
+ 50.618946699999995
+ ],
+ [
+ 3.138236,
+ 50.6189579
+ ],
+ [
+ 3.1381653,
+ 50.6189682
+ ],
+ [
+ 3.1380801999999997,
+ 50.618977699999995
+ ],
+ [
+ 3.1380074,
+ 50.618984399999995
+ ],
+ [
+ 3.1379422,
+ 50.618988599999994
+ ],
+ [
+ 3.1378827,
+ 50.618991699999995
+ ],
+ [
+ 3.1378133,
+ 50.6189927
+ ],
+ [
+ 3.1377471,
+ 50.6189927
+ ],
+ [
+ 3.1376754,
+ 50.6189909
+ ],
+ [
+ 3.1375716999999996,
+ 50.618986799999995
+ ],
+ [
+ 3.1374465999999996,
+ 50.6189786
+ ],
+ [
+ 3.1373197,
+ 50.6189695
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1373197,
+ 50.6189695
+ ],
+ [
+ 3.1372177999999997,
+ 50.6189611
+ ],
+ [
+ 3.137024,
+ 50.6189399
+ ],
+ [
+ 3.1360096,
+ 50.6188268
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1360096,
+ 50.6188268
+ ],
+ [
+ 3.1359595,
+ 50.6188211
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1359595,
+ 50.6188211
+ ],
+ [
+ 3.1350324,
+ 50.618704
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1350324,
+ 50.618704
+ ],
+ [
+ 3.1348108999999997,
+ 50.618676799999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1348108999999997,
+ 50.618676799999996
+ ],
+ [
+ 3.134655,
+ 50.6186552
+ ],
+ [
+ 3.1345731,
+ 50.6186441
+ ],
+ [
+ 3.1344523,
+ 50.618626899999995
+ ],
+ [
+ 3.1343573,
+ 50.618612299999995
+ ],
+ [
+ 3.1342665999999997,
+ 50.6185961
+ ],
+ [
+ 3.1341932,
+ 50.6185827
+ ],
+ [
+ 3.1340101999999996,
+ 50.6185475
+ ],
+ [
+ 3.1338272,
+ 50.6185123
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0463826,
+ 50.6165753
+ ],
+ [
+ 3.0458987,
+ 50.6165738
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1075991999999997,
+ 50.627649399999996
+ ],
+ [
+ 3.1073033,
+ 50.6277439
+ ],
+ [
+ 3.1063927999999996,
+ 50.6280303
+ ],
+ [
+ 3.1057473,
+ 50.628231199999995
+ ],
+ [
+ 3.1053211,
+ 50.6283646
+ ],
+ [
+ 3.1050549,
+ 50.6284482
+ ],
+ [
+ 3.1043906999999997,
+ 50.628643399999994
+ ],
+ [
+ 3.1043466,
+ 50.628657399999994
+ ],
+ [
+ 3.1037722999999997,
+ 50.628826399999994
+ ],
+ [
+ 3.103224,
+ 50.6289709
+ ],
+ [
+ 3.1025679,
+ 50.6291288
+ ],
+ [
+ 3.1021975999999998,
+ 50.6292103
+ ],
+ [
+ 3.1018341,
+ 50.6293084
+ ],
+ [
+ 3.1015196,
+ 50.629383499999996
+ ],
+ [
+ 3.1012752,
+ 50.629428999999995
+ ],
+ [
+ 3.1009913,
+ 50.629461
+ ],
+ [
+ 3.100735,
+ 50.6294787
+ ],
+ [
+ 3.1004916999999996,
+ 50.6294912
+ ],
+ [
+ 3.1003328,
+ 50.629507
+ ],
+ [
+ 3.1002921999999997,
+ 50.6295134
+ ],
+ [
+ 3.1000881,
+ 50.6295213
+ ],
+ [
+ 3.0998449,
+ 50.6295268
+ ],
+ [
+ 3.0996561999999996,
+ 50.629537199999994
+ ],
+ [
+ 3.0995209999999997,
+ 50.629564599999995
+ ],
+ [
+ 3.0992183,
+ 50.629641
+ ],
+ [
+ 3.0990303,
+ 50.629705599999994
+ ],
+ [
+ 3.0989288,
+ 50.629740399999996
+ ],
+ [
+ 3.0986236999999996,
+ 50.6298548
+ ],
+ [
+ 3.0978809999999997,
+ 50.6301436
+ ],
+ [
+ 3.0972329999999997,
+ 50.6304087
+ ],
+ [
+ 3.0964557,
+ 50.6307444
+ ],
+ [
+ 3.0955836999999997,
+ 50.631094999999995
+ ],
+ [
+ 3.0954230999999996,
+ 50.631157599999995
+ ],
+ [
+ 3.0948582,
+ 50.6313779
+ ],
+ [
+ 3.0941603,
+ 50.6316668
+ ],
+ [
+ 3.0936773,
+ 50.6318628
+ ],
+ [
+ 3.0930847999999997,
+ 50.6320829
+ ],
+ [
+ 3.0922673,
+ 50.6323972
+ ],
+ [
+ 3.0904971999999997,
+ 50.633033499999996
+ ],
+ [
+ 3.0902243,
+ 50.633101599999996
+ ],
+ [
+ 3.0900019999999997,
+ 50.633149599999996
+ ],
+ [
+ 3.0896945999999996,
+ 50.633240699999995
+ ],
+ [
+ 3.0895669,
+ 50.6334819
+ ],
+ [
+ 3.089483,
+ 50.633607299999994
+ ],
+ [
+ 3.0894000999999998,
+ 50.633731499999996
+ ],
+ [
+ 3.0892622,
+ 50.6339052
+ ],
+ [
+ 3.0890950999999998,
+ 50.634131499999995
+ ],
+ [
+ 3.0889574,
+ 50.634337699999996
+ ],
+ [
+ 3.0888225,
+ 50.6345384
+ ],
+ [
+ 3.0887881999999998,
+ 50.634605099999995
+ ],
+ [
+ 3.0887325999999997,
+ 50.634713399999995
+ ],
+ [
+ 3.0886416999999997,
+ 50.634878699999994
+ ],
+ [
+ 3.0885488999999997,
+ 50.635066099999996
+ ],
+ [
+ 3.0884639,
+ 50.6352459
+ ],
+ [
+ 3.0883749999999996,
+ 50.6354215
+ ],
+ [
+ 3.0882807,
+ 50.6355917
+ ],
+ [
+ 3.0881833,
+ 50.635753199999996
+ ],
+ [
+ 3.0880533999999997,
+ 50.6359036
+ ],
+ [
+ 3.0879204999999996,
+ 50.6360308
+ ],
+ [
+ 3.0876688999999997,
+ 50.6362162
+ ],
+ [
+ 3.0868134,
+ 50.636706399999994
+ ],
+ [
+ 3.0862119999999997,
+ 50.637053699999996
+ ],
+ [
+ 3.0859976999999996,
+ 50.6371338
+ ],
+ [
+ 3.0857364,
+ 50.6372065
+ ],
+ [
+ 3.0854846,
+ 50.6372675
+ ],
+ [
+ 3.0852408999999996,
+ 50.6372985
+ ],
+ [
+ 3.0849167,
+ 50.637319
+ ],
+ [
+ 3.0845488,
+ 50.6373366
+ ],
+ [
+ 3.0840682999999998,
+ 50.6373505
+ ],
+ [
+ 3.0836311999999997,
+ 50.637371699999996
+ ],
+ [
+ 3.0831489,
+ 50.637411799999995
+ ],
+ [
+ 3.0827765,
+ 50.637443999999995
+ ],
+ [
+ 3.0823905999999996,
+ 50.6374973
+ ],
+ [
+ 3.0819596,
+ 50.637569899999995
+ ],
+ [
+ 3.0814895,
+ 50.637663499999995
+ ],
+ [
+ 3.0810646,
+ 50.6377546
+ ],
+ [
+ 3.0806636,
+ 50.6378402
+ ],
+ [
+ 3.0801051999999998,
+ 50.637949899999995
+ ],
+ [
+ 3.0795133999999997,
+ 50.6380572
+ ],
+ [
+ 3.079061,
+ 50.638141999999995
+ ],
+ [
+ 3.0788219999999997,
+ 50.638192599999996
+ ],
+ [
+ 3.0783916999999996,
+ 50.6382706
+ ],
+ [
+ 3.0779072999999997,
+ 50.6383558
+ ],
+ [
+ 3.0774858,
+ 50.6384429
+ ],
+ [
+ 3.0769455999999997,
+ 50.6385587
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1415531999999997,
+ 50.614220499999995
+ ],
+ [
+ 3.1414752999999997,
+ 50.614279499999995
+ ],
+ [
+ 3.1414282,
+ 50.614315299999994
+ ],
+ [
+ 3.1413701,
+ 50.6143595
+ ],
+ [
+ 3.1413081999999997,
+ 50.6144089
+ ],
+ [
+ 3.1412492,
+ 50.614459399999994
+ ],
+ [
+ 3.1411727999999997,
+ 50.614532499999996
+ ],
+ [
+ 3.1411308,
+ 50.614576799999995
+ ],
+ [
+ 3.1410929,
+ 50.6146204
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille1",
+ "name": "1",
+ "color": "#FFD400",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0240006,
+ 50.637601
+ ],
+ [
+ 3.0241187000000003,
+ 50.6375181
+ ],
+ [
+ 3.0246649,
+ 50.6371318
+ ],
+ [
+ 3.024873,
+ 50.6369961
+ ],
+ [
+ 3.0251034,
+ 50.6368528
+ ],
+ [
+ 3.0252071000000003,
+ 50.6367883
+ ],
+ [
+ 3.0252954,
+ 50.636741799999996
+ ],
+ [
+ 3.0253468,
+ 50.6367148
+ ],
+ [
+ 3.0255172,
+ 50.636616599999996
+ ],
+ [
+ 3.0257421,
+ 50.636506499999996
+ ],
+ [
+ 3.0258045,
+ 50.6364827
+ ],
+ [
+ 3.0259921000000003,
+ 50.6364112
+ ],
+ [
+ 3.0261326,
+ 50.636355699999996
+ ],
+ [
+ 3.0262078,
+ 50.636326
+ ],
+ [
+ 3.0263392000000002,
+ 50.6362842
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0263392000000002,
+ 50.6362842
+ ],
+ [
+ 3.0264596,
+ 50.6362459
+ ],
+ [
+ 3.0266926,
+ 50.6361926
+ ],
+ [
+ 3.0269199,
+ 50.636153
+ ],
+ [
+ 3.0272021000000002,
+ 50.6361094
+ ],
+ [
+ 3.0274473,
+ 50.6360721
+ ],
+ [
+ 3.0277195,
+ 50.636035
+ ],
+ [
+ 3.027933,
+ 50.6360005
+ ],
+ [
+ 3.0280858,
+ 50.6359675
+ ],
+ [
+ 3.0283363000000003,
+ 50.6359053
+ ],
+ [
+ 3.0286807000000002,
+ 50.6358015
+ ],
+ [
+ 3.0288823000000002,
+ 50.6357296
+ ],
+ [
+ 3.0288944,
+ 50.6357247
+ ],
+ [
+ 3.0290856,
+ 50.6356477
+ ],
+ [
+ 3.0291843000000003,
+ 50.635596899999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0762422000000003,
+ 50.6393509
+ ],
+ [
+ 3.0768029,
+ 50.6395134
+ ],
+ [
+ 3.0772298,
+ 50.6396239
+ ],
+ [
+ 3.0775264,
+ 50.639682199999996
+ ],
+ [
+ 3.0778033000000002,
+ 50.639723
+ ],
+ [
+ 3.0781748,
+ 50.63976
+ ],
+ [
+ 3.0784847,
+ 50.6397825
+ ],
+ [
+ 3.0788582,
+ 50.6398187
+ ],
+ [
+ 3.0791468,
+ 50.6398648
+ ],
+ [
+ 3.0795425,
+ 50.6399561
+ ],
+ [
+ 3.0799373,
+ 50.6400608
+ ],
+ [
+ 3.0810279,
+ 50.6403747
+ ],
+ [
+ 3.0810728000000003,
+ 50.6403896
+ ],
+ [
+ 3.0811185,
+ 50.6404031
+ ],
+ [
+ 3.0811521,
+ 50.6404184
+ ],
+ [
+ 3.0813577000000003,
+ 50.6405121
+ ],
+ [
+ 3.0814626,
+ 50.640561
+ ],
+ [
+ 3.0815873000000003,
+ 50.6406145
+ ],
+ [
+ 3.0821721,
+ 50.6409265
+ ],
+ [
+ 3.082996,
+ 50.6412291
+ ],
+ [
+ 3.08393,
+ 50.641560399999996
+ ],
+ [
+ 3.0848223,
+ 50.641801
+ ],
+ [
+ 3.0856916,
+ 50.6420135
+ ],
+ [
+ 3.0866239,
+ 50.6421782
+ ],
+ [
+ 3.0876829,
+ 50.6422675
+ ],
+ [
+ 3.0886994,
+ 50.6422976
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1230757000000002,
+ 50.6443945
+ ],
+ [
+ 3.1231653,
+ 50.6445228
+ ],
+ [
+ 3.1232923,
+ 50.6447169
+ ],
+ [
+ 3.1233475,
+ 50.6447997
+ ],
+ [
+ 3.1233851,
+ 50.6448513
+ ],
+ [
+ 3.1234582,
+ 50.6449552
+ ],
+ [
+ 3.1235226000000003,
+ 50.6450426
+ ],
+ [
+ 3.1235801000000003,
+ 50.6451196
+ ],
+ [
+ 3.1236282,
+ 50.6451808
+ ],
+ [
+ 3.1241212000000003,
+ 50.6458206
+ ],
+ [
+ 3.1241829,
+ 50.6459033
+ ],
+ [
+ 3.1243357,
+ 50.646111499999996
+ ],
+ [
+ 3.1244041,
+ 50.6462092
+ ],
+ [
+ 3.1244548,
+ 50.6462833
+ ],
+ [
+ 3.1245119,
+ 50.646371699999996
+ ],
+ [
+ 3.1245807,
+ 50.6464811
+ ],
+ [
+ 3.1246409,
+ 50.6465823
+ ],
+ [
+ 3.1246818000000003,
+ 50.6466522
+ ],
+ [
+ 3.1247133000000002,
+ 50.6467045
+ ],
+ [
+ 3.1247541,
+ 50.6467778
+ ],
+ [
+ 3.1248335000000003,
+ 50.6469276
+ ],
+ [
+ 3.1264742,
+ 50.6500979
+ ],
+ [
+ 3.1266863000000003,
+ 50.6505042
+ ],
+ [
+ 3.1267397,
+ 50.6506034
+ ],
+ [
+ 3.1267933,
+ 50.6506944
+ ],
+ [
+ 3.1268309000000003,
+ 50.6507522
+ ],
+ [
+ 3.1268713,
+ 50.6508116
+ ],
+ [
+ 3.1269107000000003,
+ 50.6508692
+ ],
+ [
+ 3.1269590000000003,
+ 50.6509294
+ ],
+ [
+ 3.1270055,
+ 50.6509852
+ ],
+ [
+ 3.1270391,
+ 50.6510229
+ ],
+ [
+ 3.1270769,
+ 50.6510623
+ ],
+ [
+ 3.1271144,
+ 50.6511013
+ ],
+ [
+ 3.1271496,
+ 50.6511353
+ ],
+ [
+ 3.1272023,
+ 50.651182399999996
+ ],
+ [
+ 3.1272492,
+ 50.6512239
+ ],
+ [
+ 3.1273068,
+ 50.651273599999996
+ ],
+ [
+ 3.1273523,
+ 50.6513118
+ ],
+ [
+ 3.1274156,
+ 50.651359899999996
+ ],
+ [
+ 3.1274766,
+ 50.6514045
+ ],
+ [
+ 3.127513,
+ 50.651431099999996
+ ],
+ [
+ 3.1275937000000003,
+ 50.651483999999996
+ ],
+ [
+ 3.1276629000000002,
+ 50.6515267
+ ],
+ [
+ 3.1277209,
+ 50.6515609
+ ],
+ [
+ 3.1277697,
+ 50.6515878
+ ],
+ [
+ 3.1278322000000003,
+ 50.6516223
+ ],
+ [
+ 3.1279019,
+ 50.651658
+ ],
+ [
+ 3.1279814,
+ 50.6516961
+ ],
+ [
+ 3.1280851000000003,
+ 50.6517459
+ ],
+ [
+ 3.1282604000000003,
+ 50.6518218
+ ],
+ [
+ 3.1284812,
+ 50.6519151
+ ],
+ [
+ 3.1318986,
+ 50.6533596
+ ],
+ [
+ 3.1319748,
+ 50.6533935
+ ],
+ [
+ 3.1320458,
+ 50.6534237
+ ],
+ [
+ 3.1321201000000003,
+ 50.6534561
+ ],
+ [
+ 3.1321806000000003,
+ 50.6534838
+ ],
+ [
+ 3.1322459,
+ 50.6535156
+ ],
+ [
+ 3.1323292,
+ 50.6535557
+ ],
+ [
+ 3.1324191,
+ 50.6536036
+ ],
+ [
+ 3.1325126,
+ 50.6536549
+ ],
+ [
+ 3.1326092,
+ 50.6537113
+ ],
+ [
+ 3.1326833,
+ 50.6537607
+ ],
+ [
+ 3.1327498,
+ 50.6538068
+ ],
+ [
+ 3.1328195,
+ 50.6538563
+ ],
+ [
+ 3.1329003,
+ 50.6539184
+ ],
+ [
+ 3.132971,
+ 50.653976
+ ],
+ [
+ 3.1330515,
+ 50.65405
+ ],
+ [
+ 3.1330989000000002,
+ 50.6540988
+ ],
+ [
+ 3.1331465,
+ 50.6541491
+ ],
+ [
+ 3.1331854,
+ 50.6541905
+ ],
+ [
+ 3.1332332000000003,
+ 50.6542453
+ ],
+ [
+ 3.1332777000000003,
+ 50.654299099999996
+ ],
+ [
+ 3.133309,
+ 50.6543397
+ ],
+ [
+ 3.1333504000000003,
+ 50.6543979
+ ],
+ [
+ 3.1333883,
+ 50.6544522
+ ],
+ [
+ 3.1334352,
+ 50.6545275
+ ],
+ [
+ 3.1334769000000002,
+ 50.654603
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.054723,
+ 50.6179818
+ ],
+ [
+ 3.0561285000000002,
+ 50.617902
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0561285000000002,
+ 50.617902
+ ],
+ [
+ 3.0590614,
+ 50.617743499999996
+ ],
+ [
+ 3.0592512000000003,
+ 50.6177323
+ ],
+ [
+ 3.0594133,
+ 50.6177217
+ ],
+ [
+ 3.0595625,
+ 50.6177105
+ ],
+ [
+ 3.0597292,
+ 50.6176965
+ ],
+ [
+ 3.0599289,
+ 50.6176785
+ ],
+ [
+ 3.0602012000000003,
+ 50.617651699999996
+ ],
+ [
+ 3.0603599,
+ 50.617637099999996
+ ],
+ [
+ 3.0604854,
+ 50.6176259
+ ],
+ [
+ 3.0605987,
+ 50.6176162
+ ],
+ [
+ 3.0607179,
+ 50.617607
+ ],
+ [
+ 3.0608349,
+ 50.6175995
+ ],
+ [
+ 3.0609702000000003,
+ 50.617592
+ ],
+ [
+ 3.0611056000000003,
+ 50.6175861
+ ],
+ [
+ 3.061222,
+ 50.6175835
+ ],
+ [
+ 3.0613654,
+ 50.6175799
+ ],
+ [
+ 3.0614989,
+ 50.6175789
+ ],
+ [
+ 3.0616385,
+ 50.6175788
+ ],
+ [
+ 3.0622956,
+ 50.6175874
+ ],
+ [
+ 3.0626882,
+ 50.6175951
+ ],
+ [
+ 3.066156,
+ 50.617643
+ ],
+ [
+ 3.0663888,
+ 50.6176454
+ ],
+ [
+ 3.0667905,
+ 50.6176533
+ ],
+ [
+ 3.0671391,
+ 50.6176622
+ ],
+ [
+ 3.0686995,
+ 50.617714899999996
+ ],
+ [
+ 3.0689223,
+ 50.6177219
+ ],
+ [
+ 3.0691661,
+ 50.6177318
+ ],
+ [
+ 3.0693648000000002,
+ 50.6177412
+ ],
+ [
+ 3.0695526,
+ 50.6177522
+ ],
+ [
+ 3.0697490000000003,
+ 50.6177683
+ ],
+ [
+ 3.0699205000000003,
+ 50.6177853
+ ],
+ [
+ 3.0701812,
+ 50.6178113
+ ],
+ [
+ 3.0704510000000003,
+ 50.617842599999996
+ ],
+ [
+ 3.0706479,
+ 50.6178664
+ ],
+ [
+ 3.0717722000000003,
+ 50.6179956
+ ],
+ [
+ 3.072146,
+ 50.6180403
+ ],
+ [
+ 3.0725278,
+ 50.6180841
+ ],
+ [
+ 3.0729359,
+ 50.6181341
+ ],
+ [
+ 3.0730181,
+ 50.618144199999996
+ ],
+ [
+ 3.0731048000000003,
+ 50.6181547
+ ],
+ [
+ 3.0732305,
+ 50.6181729
+ ],
+ [
+ 3.0733967,
+ 50.6181969
+ ],
+ [
+ 3.0735065,
+ 50.6182121
+ ],
+ [
+ 3.073596,
+ 50.618227
+ ],
+ [
+ 3.0737152,
+ 50.618248
+ ],
+ [
+ 3.0738663,
+ 50.618274
+ ],
+ [
+ 3.0739991,
+ 50.6183003
+ ],
+ [
+ 3.0740866000000002,
+ 50.6183186
+ ],
+ [
+ 3.074189,
+ 50.618340599999996
+ ],
+ [
+ 3.0743267000000003,
+ 50.61837
+ ],
+ [
+ 3.0744536,
+ 50.6183999
+ ],
+ [
+ 3.0745732,
+ 50.6184285
+ ],
+ [
+ 3.0747179,
+ 50.618463399999996
+ ],
+ [
+ 3.0748553000000003,
+ 50.6184976
+ ],
+ [
+ 3.0759931000000003,
+ 50.6187712
+ ],
+ [
+ 3.0760764000000003,
+ 50.6187926
+ ],
+ [
+ 3.0761616000000003,
+ 50.6188137
+ ],
+ [
+ 3.0762526,
+ 50.6188373
+ ],
+ [
+ 3.0763734,
+ 50.6188712
+ ],
+ [
+ 3.0764476000000003,
+ 50.6188918
+ ],
+ [
+ 3.0765277,
+ 50.6189153
+ ],
+ [
+ 3.0766077000000003,
+ 50.6189408
+ ],
+ [
+ 3.0766725,
+ 50.6189617
+ ],
+ [
+ 3.0767306000000003,
+ 50.6189821
+ ],
+ [
+ 3.0767937,
+ 50.6190044
+ ],
+ [
+ 3.0768697,
+ 50.619033699999996
+ ],
+ [
+ 3.0769265,
+ 50.6190569
+ ],
+ [
+ 3.0769848,
+ 50.6190805
+ ],
+ [
+ 3.077048,
+ 50.6191069
+ ],
+ [
+ 3.0771417000000003,
+ 50.619151
+ ],
+ [
+ 3.0772079,
+ 50.6191849
+ ],
+ [
+ 3.0772638,
+ 50.6192118
+ ],
+ [
+ 3.0773219000000003,
+ 50.6192431
+ ],
+ [
+ 3.0773976000000003,
+ 50.6192841
+ ],
+ [
+ 3.0774615,
+ 50.6193225
+ ],
+ [
+ 3.0775355,
+ 50.6193679
+ ],
+ [
+ 3.0775941,
+ 50.6194071
+ ],
+ [
+ 3.0776486000000003,
+ 50.6194439
+ ],
+ [
+ 3.07771,
+ 50.6194893
+ ],
+ [
+ 3.0777599,
+ 50.6195266
+ ],
+ [
+ 3.0778116,
+ 50.6195686
+ ],
+ [
+ 3.0778724,
+ 50.6196187
+ ],
+ [
+ 3.0779365000000003,
+ 50.6196754
+ ],
+ [
+ 3.0779987,
+ 50.6197343
+ ],
+ [
+ 3.0780725,
+ 50.6198066
+ ],
+ [
+ 3.0781484,
+ 50.6198831
+ ],
+ [
+ 3.0782494000000002,
+ 50.6199874
+ ],
+ [
+ 3.0783721,
+ 50.6201164
+ ],
+ [
+ 3.0784359,
+ 50.6201889
+ ],
+ [
+ 3.0784787000000002,
+ 50.6202409
+ ],
+ [
+ 3.0785092,
+ 50.6202793
+ ],
+ [
+ 3.0785378,
+ 50.6203165
+ ],
+ [
+ 3.0785694,
+ 50.620359199999996
+ ],
+ [
+ 3.0786131,
+ 50.620424899999996
+ ],
+ [
+ 3.0786396000000003,
+ 50.6204714
+ ],
+ [
+ 3.0786695,
+ 50.6205261
+ ],
+ [
+ 3.0786959,
+ 50.6205798
+ ],
+ [
+ 3.0787242,
+ 50.620643199999996
+ ],
+ [
+ 3.0788015,
+ 50.6208276
+ ],
+ [
+ 3.0788987,
+ 50.6210567
+ ],
+ [
+ 3.0790058,
+ 50.6213168
+ ],
+ [
+ 3.0790729,
+ 50.6214874
+ ],
+ [
+ 3.0791017000000003,
+ 50.6215626
+ ],
+ [
+ 3.0791236,
+ 50.621632399999996
+ ],
+ [
+ 3.0791432000000003,
+ 50.6216985
+ ],
+ [
+ 3.0791555,
+ 50.6217587
+ ],
+ [
+ 3.0791658,
+ 50.6218245
+ ],
+ [
+ 3.079171,
+ 50.6219039
+ ],
+ [
+ 3.0791727,
+ 50.6220006
+ ],
+ [
+ 3.0791697,
+ 50.622068399999996
+ ],
+ [
+ 3.0791617000000002,
+ 50.6221223
+ ],
+ [
+ 3.0791551,
+ 50.6221836
+ ],
+ [
+ 3.0791436,
+ 50.6222444
+ ],
+ [
+ 3.0791203,
+ 50.6223399
+ ],
+ [
+ 3.0790929,
+ 50.622434
+ ],
+ [
+ 3.0790553000000003,
+ 50.622546
+ ],
+ [
+ 3.0790176000000002,
+ 50.6226417
+ ],
+ [
+ 3.0789750000000002,
+ 50.6227423
+ ],
+ [
+ 3.0789421,
+ 50.6228129
+ ],
+ [
+ 3.0789031000000002,
+ 50.622894099999996
+ ],
+ [
+ 3.0787524,
+ 50.623204199999996
+ ],
+ [
+ 3.0784044,
+ 50.6238874
+ ],
+ [
+ 3.0783671,
+ 50.6239595
+ ],
+ [
+ 3.0783372,
+ 50.6240222
+ ],
+ [
+ 3.0783101,
+ 50.6240793
+ ],
+ [
+ 3.0782837,
+ 50.6241388
+ ],
+ [
+ 3.0782623,
+ 50.6241901
+ ],
+ [
+ 3.0782132,
+ 50.624306499999996
+ ],
+ [
+ 3.0776333,
+ 50.6257193
+ ],
+ [
+ 3.0775680000000003,
+ 50.6258756
+ ],
+ [
+ 3.0775127,
+ 50.626001099999996
+ ],
+ [
+ 3.0774526,
+ 50.6261361
+ ],
+ [
+ 3.0774364000000003,
+ 50.6261765
+ ],
+ [
+ 3.0774144,
+ 50.6262179
+ ],
+ [
+ 3.0773783,
+ 50.6262869
+ ],
+ [
+ 3.0773432,
+ 50.6263486
+ ],
+ [
+ 3.0772880000000002,
+ 50.6264386
+ ],
+ [
+ 3.0772399,
+ 50.6265123
+ ],
+ [
+ 3.0771058,
+ 50.6267074
+ ],
+ [
+ 3.0766901,
+ 50.6272629
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0749210000000002,
+ 50.6296484
+ ],
+ [
+ 3.0747776,
+ 50.6298798
+ ],
+ [
+ 3.0746301000000003,
+ 50.6301035
+ ],
+ [
+ 3.0744804,
+ 50.630304699999996
+ ],
+ [
+ 3.0743423,
+ 50.6304622
+ ],
+ [
+ 3.0741981000000003,
+ 50.6305849
+ ],
+ [
+ 3.0740438,
+ 50.630692599999996
+ ],
+ [
+ 3.0739071,
+ 50.630775299999996
+ ],
+ [
+ 3.0737451,
+ 50.6308581
+ ],
+ [
+ 3.0736054,
+ 50.6309193
+ ],
+ [
+ 3.0734555,
+ 50.6309737
+ ],
+ [
+ 3.0732326000000003,
+ 50.6310417
+ ],
+ [
+ 3.0730583,
+ 50.6310871
+ ],
+ [
+ 3.0727881,
+ 50.6311514
+ ],
+ [
+ 3.0724985,
+ 50.631219
+ ],
+ [
+ 3.0722460000000003,
+ 50.6313063
+ ],
+ [
+ 3.0721048,
+ 50.6313469
+ ],
+ [
+ 3.0720504,
+ 50.6313805
+ ],
+ [
+ 3.0718276,
+ 50.6314972
+ ],
+ [
+ 3.0716386,
+ 50.6315899
+ ],
+ [
+ 3.0714798,
+ 50.6316852
+ ],
+ [
+ 3.0713395,
+ 50.6318041
+ ],
+ [
+ 3.0712254,
+ 50.6319013
+ ],
+ [
+ 3.0711090000000003,
+ 50.6320468
+ ],
+ [
+ 3.0710127000000003,
+ 50.632184099999996
+ ],
+ [
+ 3.0709059,
+ 50.6323441
+ ],
+ [
+ 3.0708070000000003,
+ 50.6325128
+ ],
+ [
+ 3.0706562,
+ 50.6328051
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1100688,
+ 50.642094
+ ],
+ [
+ 3.1117904000000003,
+ 50.6421039
+ ],
+ [
+ 3.1121587,
+ 50.6420916
+ ],
+ [
+ 3.1134728000000003,
+ 50.642089399999996
+ ],
+ [
+ 3.1194307,
+ 50.6420556
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0710766,
+ 50.6373637
+ ],
+ [
+ 3.0714326,
+ 50.6375187
+ ],
+ [
+ 3.0718414000000003,
+ 50.637688
+ ],
+ [
+ 3.0737734,
+ 50.6385453
+ ],
+ [
+ 3.0742457,
+ 50.6387169
+ ],
+ [
+ 3.0747874,
+ 50.638886899999996
+ ],
+ [
+ 3.0750892000000003,
+ 50.6389806
+ ],
+ [
+ 3.0762422000000003,
+ 50.6393509
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0706562,
+ 50.6328051
+ ],
+ [
+ 3.0705282,
+ 50.633026199999996
+ ],
+ [
+ 3.0703927,
+ 50.6332873
+ ],
+ [
+ 3.0703054,
+ 50.6334284
+ ],
+ [
+ 3.0702127,
+ 50.6335599
+ ],
+ [
+ 3.0700974000000003,
+ 50.6336697
+ ],
+ [
+ 3.0699568,
+ 50.6338036
+ ],
+ [
+ 3.069797,
+ 50.63391
+ ],
+ [
+ 3.069637,
+ 50.6340315
+ ],
+ [
+ 3.0694669,
+ 50.6341436
+ ],
+ [
+ 3.0692718,
+ 50.6342607
+ ],
+ [
+ 3.0690804000000003,
+ 50.6343636
+ ],
+ [
+ 3.0688889,
+ 50.6344663
+ ],
+ [
+ 3.0687071,
+ 50.6345679
+ ],
+ [
+ 3.0685129,
+ 50.6347199
+ ],
+ [
+ 3.068344,
+ 50.6348925
+ ],
+ [
+ 3.0682368,
+ 50.6350201
+ ],
+ [
+ 3.0681747,
+ 50.6351288
+ ],
+ [
+ 3.0681067,
+ 50.635280099999996
+ ],
+ [
+ 3.0680857,
+ 50.6354393
+ ],
+ [
+ 3.0680887,
+ 50.6355764
+ ],
+ [
+ 3.0681245,
+ 50.635755599999996
+ ],
+ [
+ 3.0681969000000002,
+ 50.6359121
+ ],
+ [
+ 3.0682899,
+ 50.6360459
+ ],
+ [
+ 3.0683854,
+ 50.6361802
+ ],
+ [
+ 3.0685466,
+ 50.636321099999996
+ ],
+ [
+ 3.0687102,
+ 50.6364493
+ ],
+ [
+ 3.0689288,
+ 50.6365736
+ ],
+ [
+ 3.0691373,
+ 50.6366667
+ ],
+ [
+ 3.0693222000000002,
+ 50.6367337
+ ],
+ [
+ 3.0695408,
+ 50.6367919
+ ],
+ [
+ 3.0698019000000003,
+ 50.6368761
+ ],
+ [
+ 3.0700472000000003,
+ 50.636955
+ ],
+ [
+ 3.0703763,
+ 50.6370752
+ ],
+ [
+ 3.0707068,
+ 50.6372135
+ ],
+ [
+ 3.0710766,
+ 50.6373637
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0992755,
+ 50.6420706
+ ],
+ [
+ 3.1002145,
+ 50.642106399999996
+ ],
+ [
+ 3.1042379,
+ 50.6421486
+ ],
+ [
+ 3.1081121,
+ 50.6420962
+ ],
+ [
+ 3.1100688,
+ 50.642094
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0886994,
+ 50.6422976
+ ],
+ [
+ 3.0895201,
+ 50.6423219
+ ],
+ [
+ 3.0904288,
+ 50.6423216
+ ],
+ [
+ 3.0911477,
+ 50.6423245
+ ],
+ [
+ 3.0923076000000003,
+ 50.6423204
+ ],
+ [
+ 3.0923562,
+ 50.6423202
+ ],
+ [
+ 3.0933466000000003,
+ 50.6423328
+ ],
+ [
+ 3.0938724,
+ 50.6423284
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0938724,
+ 50.6423284
+ ],
+ [
+ 3.094132,
+ 50.6423076
+ ],
+ [
+ 3.09436,
+ 50.6422783
+ ],
+ [
+ 3.0945442,
+ 50.642239599999996
+ ],
+ [
+ 3.0948313,
+ 50.6421637
+ ],
+ [
+ 3.0950125,
+ 50.6421179
+ ],
+ [
+ 3.0952505,
+ 50.6420711
+ ],
+ [
+ 3.0954569000000003,
+ 50.6420387
+ ],
+ [
+ 3.0958485000000002,
+ 50.6420145
+ ],
+ [
+ 3.0961679,
+ 50.6419961
+ ],
+ [
+ 3.0976427,
+ 50.6420084
+ ],
+ [
+ 3.0992755,
+ 50.6420706
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0220804,
+ 50.6386062
+ ],
+ [
+ 3.0223381000000002,
+ 50.6385076
+ ],
+ [
+ 3.0227684,
+ 50.6383322
+ ],
+ [
+ 3.0230165,
+ 50.6382151
+ ],
+ [
+ 3.0233016,
+ 50.6380543
+ ],
+ [
+ 3.0235455,
+ 50.6379085
+ ],
+ [
+ 3.0237963,
+ 50.6377444
+ ],
+ [
+ 3.0240006,
+ 50.637601
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0291843000000003,
+ 50.635596899999996
+ ],
+ [
+ 3.0292124,
+ 50.635582299999996
+ ],
+ [
+ 3.0293705,
+ 50.6354869
+ ],
+ [
+ 3.0294993,
+ 50.6354114
+ ],
+ [
+ 3.0296417,
+ 50.635314799999996
+ ],
+ [
+ 3.0297995,
+ 50.6352031
+ ],
+ [
+ 3.0299849,
+ 50.6350163
+ ],
+ [
+ 3.0301879,
+ 50.6347947
+ ],
+ [
+ 3.0304338,
+ 50.6345033
+ ],
+ [
+ 3.0306626,
+ 50.6341637
+ ],
+ [
+ 3.0308395,
+ 50.6339234
+ ],
+ [
+ 3.0309249,
+ 50.6338073
+ ],
+ [
+ 3.0311855000000003,
+ 50.6334452
+ ],
+ [
+ 3.0314023,
+ 50.6331373
+ ],
+ [
+ 3.0316017,
+ 50.6328545
+ ],
+ [
+ 3.0318031000000003,
+ 50.6325941
+ ],
+ [
+ 3.0319389,
+ 50.6324301
+ ],
+ [
+ 3.0320983,
+ 50.632229099999996
+ ],
+ [
+ 3.032261,
+ 50.632053
+ ],
+ [
+ 3.0324031000000002,
+ 50.6319402
+ ],
+ [
+ 3.0325006,
+ 50.6318786
+ ],
+ [
+ 3.0326296,
+ 50.6318195
+ ],
+ [
+ 3.0327918,
+ 50.6317526
+ ],
+ [
+ 3.0329522,
+ 50.6316959
+ ],
+ [
+ 3.0330969,
+ 50.6316541
+ ],
+ [
+ 3.0332808,
+ 50.6315909
+ ],
+ [
+ 3.0334112,
+ 50.631543199999996
+ ],
+ [
+ 3.033519,
+ 50.6314752
+ ],
+ [
+ 3.033636,
+ 50.6313949
+ ],
+ [
+ 3.0340827,
+ 50.6311185
+ ],
+ [
+ 3.0345774000000003,
+ 50.6307897
+ ],
+ [
+ 3.0350322000000003,
+ 50.6305031
+ ],
+ [
+ 3.0352271,
+ 50.6303638
+ ],
+ [
+ 3.0353985,
+ 50.6302308
+ ],
+ [
+ 3.0355721,
+ 50.6300798
+ ],
+ [
+ 3.0357242,
+ 50.6299527
+ ],
+ [
+ 3.0360037,
+ 50.6297192
+ ],
+ [
+ 3.0369420000000003,
+ 50.628959099999996
+ ],
+ [
+ 3.0372194,
+ 50.6287219
+ ],
+ [
+ 3.0375978,
+ 50.628398499999996
+ ],
+ [
+ 3.0382051,
+ 50.6279093
+ ],
+ [
+ 3.0388632,
+ 50.6273875
+ ],
+ [
+ 3.0393362,
+ 50.6270036
+ ],
+ [
+ 3.0397385,
+ 50.6266808
+ ],
+ [
+ 3.0400739,
+ 50.6264128
+ ],
+ [
+ 3.0402973,
+ 50.626233
+ ],
+ [
+ 3.0403057,
+ 50.6262262
+ ],
+ [
+ 3.0422000000000002,
+ 50.6247015
+ ],
+ [
+ 3.0438242,
+ 50.6233645
+ ],
+ [
+ 3.0447661,
+ 50.6226129
+ ],
+ [
+ 3.0454824,
+ 50.6220334
+ ],
+ [
+ 3.0466389,
+ 50.6211032
+ ],
+ [
+ 3.0470915,
+ 50.6207501
+ ],
+ [
+ 3.0471939,
+ 50.6206539
+ ],
+ [
+ 3.0475453,
+ 50.6203754
+ ],
+ [
+ 3.0481381,
+ 50.6199066
+ ],
+ [
+ 3.0483916,
+ 50.61967
+ ],
+ [
+ 3.0485935,
+ 50.6194577
+ ],
+ [
+ 3.0487990000000003,
+ 50.6192583
+ ],
+ [
+ 3.0490393,
+ 50.6190577
+ ],
+ [
+ 3.0493275,
+ 50.6188274
+ ],
+ [
+ 3.0494479,
+ 50.6187599
+ ],
+ [
+ 3.0495531000000002,
+ 50.6187071
+ ],
+ [
+ 3.0498732,
+ 50.618577
+ ],
+ [
+ 3.0500665000000002,
+ 50.6185124
+ ],
+ [
+ 3.0502777,
+ 50.6184362
+ ],
+ [
+ 3.0505387,
+ 50.6183445
+ ],
+ [
+ 3.0507909,
+ 50.6182607
+ ],
+ [
+ 3.0510566,
+ 50.6181832
+ ],
+ [
+ 3.0513125000000003,
+ 50.618107099999996
+ ],
+ [
+ 3.051422,
+ 50.6180829
+ ],
+ [
+ 3.0515704,
+ 50.618054799999996
+ ],
+ [
+ 3.0517666,
+ 50.6180438
+ ],
+ [
+ 3.0522625,
+ 50.6180301
+ ],
+ [
+ 3.0527527,
+ 50.6180302
+ ],
+ [
+ 3.0532664,
+ 50.618024
+ ],
+ [
+ 3.0539079,
+ 50.6180237
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0193264,
+ 50.6398748
+ ],
+ [
+ 3.0193709,
+ 50.639829999999996
+ ],
+ [
+ 3.0195627000000003,
+ 50.6396566
+ ],
+ [
+ 3.0198058,
+ 50.6395037
+ ],
+ [
+ 3.0200270000000002,
+ 50.639384
+ ],
+ [
+ 3.0204887,
+ 50.6391978
+ ],
+ [
+ 3.0209335,
+ 50.6390198
+ ],
+ [
+ 3.0218352,
+ 50.6386999
+ ],
+ [
+ 3.0220804,
+ 50.6386062
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 2.9765199,
+ 50.6488885
+ ],
+ [
+ 2.976677,
+ 50.6488156
+ ],
+ [
+ 2.9768059,
+ 50.6487592
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 2.9741845000000002,
+ 50.652385699999996
+ ],
+ [
+ 2.9742745,
+ 50.6520796
+ ],
+ [
+ 2.9743409,
+ 50.6518536
+ ],
+ [
+ 2.9743617,
+ 50.6517842
+ ],
+ [
+ 2.9743767,
+ 50.651734499999996
+ ],
+ [
+ 2.9743939,
+ 50.6516826
+ ],
+ [
+ 2.9744293,
+ 50.651592
+ ],
+ [
+ 2.9744542000000003,
+ 50.651535
+ ],
+ [
+ 2.9744785,
+ 50.6514829
+ ],
+ [
+ 2.974504,
+ 50.651432899999996
+ ],
+ [
+ 2.9745312,
+ 50.6513822
+ ],
+ [
+ 2.9745644,
+ 50.6513261
+ ],
+ [
+ 2.9745991000000003,
+ 50.651264499999996
+ ],
+ [
+ 2.9746374,
+ 50.651204299999996
+ ],
+ [
+ 2.974688,
+ 50.651122799999996
+ ],
+ [
+ 2.9750209,
+ 50.6506199
+ ],
+ [
+ 2.9751204,
+ 50.6504723
+ ],
+ [
+ 2.9755044,
+ 50.649893999999996
+ ],
+ [
+ 2.9755846,
+ 50.6497743
+ ],
+ [
+ 2.9756222,
+ 50.6497214
+ ],
+ [
+ 2.9756563000000003,
+ 50.649674
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 2.9756563000000003,
+ 50.649674
+ ],
+ [
+ 2.9756914,
+ 50.6496262
+ ],
+ [
+ 2.9757292,
+ 50.6495765
+ ],
+ [
+ 2.9757605000000003,
+ 50.6495375
+ ],
+ [
+ 2.9758113,
+ 50.6494784
+ ],
+ [
+ 2.9758563000000002,
+ 50.6494268
+ ],
+ [
+ 2.9759019,
+ 50.6493745
+ ],
+ [
+ 2.9759498,
+ 50.6493248
+ ],
+ [
+ 2.9759907,
+ 50.6492839
+ ],
+ [
+ 2.9760370000000003,
+ 50.6492389
+ ],
+ [
+ 2.9760739000000003,
+ 50.6492061
+ ],
+ [
+ 2.976133,
+ 50.6491568
+ ],
+ [
+ 2.9761983,
+ 50.6491051
+ ],
+ [
+ 2.9762801,
+ 50.6490417
+ ],
+ [
+ 2.9763337,
+ 50.6490025
+ ],
+ [
+ 2.9764077,
+ 50.6489536
+ ],
+ [
+ 2.9764707,
+ 50.648916
+ ],
+ [
+ 2.9765199,
+ 50.6488885
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 2.9768059,
+ 50.6487592
+ ],
+ [
+ 2.9768417,
+ 50.6487427
+ ],
+ [
+ 2.976934,
+ 50.6487
+ ],
+ [
+ 2.9772468,
+ 50.6485531
+ ],
+ [
+ 2.977585,
+ 50.6484045
+ ],
+ [
+ 2.977877,
+ 50.648281
+ ],
+ [
+ 2.9781499,
+ 50.6481612
+ ],
+ [
+ 2.9782911000000003,
+ 50.6480793
+ ],
+ [
+ 2.9784259,
+ 50.6479934
+ ],
+ [
+ 2.9786689,
+ 50.647818
+ ],
+ [
+ 2.9789268,
+ 50.6476182
+ ],
+ [
+ 2.9791848,
+ 50.6474184
+ ],
+ [
+ 2.9795264,
+ 50.647155
+ ],
+ [
+ 2.9798373000000002,
+ 50.6469179
+ ],
+ [
+ 2.9801656000000003,
+ 50.646695
+ ],
+ [
+ 2.9805323,
+ 50.6464817
+ ],
+ [
+ 2.9809373,
+ 50.646278099999996
+ ],
+ [
+ 2.9815053000000002,
+ 50.6460175
+ ],
+ [
+ 2.9820991,
+ 50.6457692
+ ],
+ [
+ 2.9823861000000003,
+ 50.6456678
+ ],
+ [
+ 2.982705,
+ 50.6455785
+ ],
+ [
+ 2.9829427,
+ 50.6455275
+ ],
+ [
+ 2.9831804,
+ 50.6454886
+ ],
+ [
+ 2.9834309,
+ 50.6454616
+ ],
+ [
+ 2.9836559,
+ 50.6454426
+ ],
+ [
+ 2.9838757,
+ 50.6454444
+ ],
+ [
+ 2.9840763,
+ 50.6454583
+ ],
+ [
+ 2.9845037000000003,
+ 50.6454982
+ ],
+ [
+ 2.9850353000000003,
+ 50.645556
+ ],
+ [
+ 2.9851917,
+ 50.6455715
+ ],
+ [
+ 2.9855552000000003,
+ 50.6455973
+ ],
+ [
+ 2.9860572000000003,
+ 50.6456356
+ ],
+ [
+ 2.9865841,
+ 50.645673
+ ],
+ [
+ 2.9871955,
+ 50.6456917
+ ],
+ [
+ 2.9879761,
+ 50.6457206
+ ],
+ [
+ 2.9887401000000002,
+ 50.6457591
+ ],
+ [
+ 2.9896693,
+ 50.6458266
+ ],
+ [
+ 2.9911216,
+ 50.6459504
+ ],
+ [
+ 2.9920544000000002,
+ 50.6460412
+ ],
+ [
+ 2.9928381,
+ 50.6461073
+ ],
+ [
+ 2.9939895,
+ 50.6462044
+ ],
+ [
+ 2.9943181,
+ 50.6462194
+ ],
+ [
+ 2.9948679,
+ 50.6462742
+ ],
+ [
+ 2.9952302,
+ 50.6463043
+ ],
+ [
+ 2.9959942,
+ 50.6463678
+ ],
+ [
+ 2.9970485,
+ 50.6464614
+ ],
+ [
+ 2.9978782,
+ 50.6465363
+ ],
+ [
+ 2.9986457,
+ 50.6466164
+ ],
+ [
+ 2.9994921,
+ 50.6467187
+ ],
+ [
+ 3.0002958,
+ 50.6468079
+ ],
+ [
+ 3.0008137,
+ 50.6468596
+ ],
+ [
+ 3.0012428,
+ 50.6469121
+ ],
+ [
+ 3.0016418000000002,
+ 50.6469835
+ ],
+ [
+ 3.0020449,
+ 50.6470587
+ ],
+ [
+ 3.0023653,
+ 50.6470949
+ ],
+ [
+ 3.0027448,
+ 50.647113499999996
+ ],
+ [
+ 3.0032433000000003,
+ 50.647142
+ ],
+ [
+ 3.0035899,
+ 50.6471483
+ ],
+ [
+ 3.0040285,
+ 50.647149399999996
+ ],
+ [
+ 3.0043087,
+ 50.6471377
+ ],
+ [
+ 3.0045793,
+ 50.6471179
+ ],
+ [
+ 3.0050782000000003,
+ 50.6470729
+ ],
+ [
+ 3.0056214,
+ 50.6470076
+ ],
+ [
+ 3.0062152,
+ 50.6469138
+ ],
+ [
+ 3.007038,
+ 50.6468121
+ ],
+ [
+ 3.0073841,
+ 50.6467588
+ ],
+ [
+ 3.0077826,
+ 50.6466974
+ ],
+ [
+ 3.0081012,
+ 50.6466436
+ ],
+ [
+ 3.0083846000000003,
+ 50.646585699999996
+ ],
+ [
+ 3.0087222000000002,
+ 50.646493
+ ],
+ [
+ 3.0091073,
+ 50.646361399999996
+ ],
+ [
+ 3.0095285,
+ 50.6462007
+ ],
+ [
+ 3.0099722,
+ 50.6460291
+ ],
+ [
+ 3.0104117,
+ 50.6458525
+ ],
+ [
+ 3.0109281,
+ 50.6456465
+ ],
+ [
+ 3.0114657,
+ 50.6454346
+ ],
+ [
+ 3.0120620000000002,
+ 50.6451825
+ ],
+ [
+ 3.0124915,
+ 50.6450065
+ ],
+ [
+ 3.012911,
+ 50.6448295
+ ],
+ [
+ 3.0132224,
+ 50.6446853
+ ],
+ [
+ 3.0135349000000002,
+ 50.6445414
+ ],
+ [
+ 3.0138863000000002,
+ 50.6443789
+ ],
+ [
+ 3.0141699,
+ 50.6442477
+ ],
+ [
+ 3.0145856,
+ 50.6440438
+ ],
+ [
+ 3.015011,
+ 50.643785
+ ],
+ [
+ 3.0153376,
+ 50.6435793
+ ],
+ [
+ 3.0156517000000003,
+ 50.643341
+ ],
+ [
+ 3.0159469,
+ 50.6431058
+ ],
+ [
+ 3.016156,
+ 50.642946699999996
+ ],
+ [
+ 3.0165585,
+ 50.642630499999996
+ ],
+ [
+ 3.0170104,
+ 50.642296
+ ],
+ [
+ 3.0175927000000002,
+ 50.641840699999996
+ ],
+ [
+ 3.0179750000000003,
+ 50.6415742
+ ],
+ [
+ 3.0182018,
+ 50.6413782
+ ],
+ [
+ 3.0183306,
+ 50.6412515
+ ],
+ [
+ 3.0184553000000003,
+ 50.6410696
+ ],
+ [
+ 3.0185409,
+ 50.6409285
+ ],
+ [
+ 3.0185906,
+ 50.6408558
+ ],
+ [
+ 3.0187159,
+ 50.6406722
+ ],
+ [
+ 3.0188503,
+ 50.6404762
+ ],
+ [
+ 3.0189924,
+ 50.6402612
+ ],
+ [
+ 3.0190058,
+ 50.6402408
+ ],
+ [
+ 3.0190331,
+ 50.6401996
+ ],
+ [
+ 3.019174,
+ 50.6400285
+ ],
+ [
+ 3.0191857,
+ 50.6400167
+ ],
+ [
+ 3.0193264,
+ 50.6398748
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0539079,
+ 50.6180237
+ ],
+ [
+ 3.0540689000000003,
+ 50.6180078
+ ],
+ [
+ 3.054228,
+ 50.618008599999996
+ ],
+ [
+ 3.0544912,
+ 50.6179951
+ ],
+ [
+ 3.054723,
+ 50.6179818
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0759694,
+ 50.6282169
+ ],
+ [
+ 3.0756728,
+ 50.6286218
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0766901,
+ 50.6272629
+ ],
+ [
+ 3.0759694,
+ 50.6282169
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0756728,
+ 50.6286218
+ ],
+ [
+ 3.0749210000000002,
+ 50.6296484
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1229514000000003,
+ 50.6442154
+ ],
+ [
+ 3.1230757000000002,
+ 50.6443945
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.12279,
+ 50.644028999999996
+ ],
+ [
+ 3.1229514000000003,
+ 50.6442154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1334769000000002,
+ 50.654603
+ ],
+ [
+ 3.1335221,
+ 50.6547002
+ ],
+ [
+ 3.1335753,
+ 50.6548216
+ ],
+ [
+ 3.1336139000000003,
+ 50.654915
+ ],
+ [
+ 3.1336517,
+ 50.6550009
+ ],
+ [
+ 3.133694,
+ 50.6551067
+ ],
+ [
+ 3.1339574,
+ 50.6557586
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1339574,
+ 50.6557586
+ ],
+ [
+ 3.1340452,
+ 50.6559654
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1194307,
+ 50.6420556
+ ],
+ [
+ 3.1196763,
+ 50.642053499999996
+ ],
+ [
+ 3.1197531,
+ 50.6420561
+ ],
+ [
+ 3.1198265000000003,
+ 50.6420631
+ ],
+ [
+ 3.1198988,
+ 50.6420765
+ ],
+ [
+ 3.1199642,
+ 50.6420939
+ ],
+ [
+ 3.1200398000000003,
+ 50.6421214
+ ],
+ [
+ 3.1201509,
+ 50.6421742
+ ],
+ [
+ 3.120309,
+ 50.6422563
+ ],
+ [
+ 3.1207294,
+ 50.642533
+ ],
+ [
+ 3.1213324,
+ 50.6429444
+ ],
+ [
+ 3.1218371,
+ 50.6432415
+ ],
+ [
+ 3.1221490000000003,
+ 50.6434391
+ ],
+ [
+ 3.1223557,
+ 50.6435733
+ ],
+ [
+ 3.1224561,
+ 50.6436539
+ ],
+ [
+ 3.1225553,
+ 50.643744
+ ],
+ [
+ 3.1226341,
+ 50.6438256
+ ],
+ [
+ 3.1227210000000003,
+ 50.6439325
+ ],
+ [
+ 3.12279,
+ 50.644028999999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1809793,
+ 50.7434298
+ ],
+ [
+ 3.1805280000000002,
+ 50.7428982
+ ],
+ [
+ 3.1804815,
+ 50.7428364
+ ],
+ [
+ 3.1804488,
+ 50.7427908
+ ],
+ [
+ 3.1804053,
+ 50.7427157
+ ],
+ [
+ 3.1803546000000003,
+ 50.742619499999996
+ ],
+ [
+ 3.1803161,
+ 50.7425446
+ ],
+ [
+ 3.1802843000000003,
+ 50.7424709
+ ],
+ [
+ 3.1802524,
+ 50.7423893
+ ],
+ [
+ 3.1802163,
+ 50.7422804
+ ],
+ [
+ 3.1801869000000003,
+ 50.7421924
+ ],
+ [
+ 3.1801656,
+ 50.7421192
+ ],
+ [
+ 3.1801472,
+ 50.742047299999996
+ ],
+ [
+ 3.1801341,
+ 50.7419668
+ ],
+ [
+ 3.1801315,
+ 50.7418842
+ ],
+ [
+ 3.1801393,
+ 50.7418063
+ ],
+ [
+ 3.1801524,
+ 50.7417376
+ ],
+ [
+ 3.1801693,
+ 50.7416835
+ ],
+ [
+ 3.1801958,
+ 50.741621
+ ],
+ [
+ 3.1802223,
+ 50.7415585
+ ],
+ [
+ 3.1805976,
+ 50.7408103
+ ],
+ [
+ 3.1806632,
+ 50.7406699
+ ],
+ [
+ 3.1806803,
+ 50.7406208
+ ],
+ [
+ 3.1806955,
+ 50.740573499999996
+ ],
+ [
+ 3.1807106000000003,
+ 50.7405047
+ ],
+ [
+ 3.1807174000000003,
+ 50.7404413
+ ],
+ [
+ 3.1807202,
+ 50.7403755
+ ],
+ [
+ 3.1807105,
+ 50.7403069
+ ],
+ [
+ 3.1806954000000003,
+ 50.7402418
+ ],
+ [
+ 3.1806722,
+ 50.7401716
+ ],
+ [
+ 3.1806458,
+ 50.740106
+ ],
+ [
+ 3.1806018000000003,
+ 50.7400328
+ ],
+ [
+ 3.1805605,
+ 50.7399708
+ ],
+ [
+ 3.1805177000000002,
+ 50.7399211
+ ],
+ [
+ 3.1804741,
+ 50.7398727
+ ],
+ [
+ 3.1804397,
+ 50.7398383
+ ],
+ [
+ 3.1803854,
+ 50.7397985
+ ],
+ [
+ 3.18034,
+ 50.7397707
+ ],
+ [
+ 3.1802882,
+ 50.7397431
+ ],
+ [
+ 3.1796692,
+ 50.7394723
+ ],
+ [
+ 3.1789937,
+ 50.739177
+ ],
+ [
+ 3.1787714,
+ 50.7390798
+ ],
+ [
+ 3.1786557,
+ 50.7390292
+ ],
+ [
+ 3.178488,
+ 50.7389602
+ ],
+ [
+ 3.1783923,
+ 50.7389209
+ ],
+ [
+ 3.1782898,
+ 50.7388812
+ ],
+ [
+ 3.1781509,
+ 50.7388363
+ ],
+ [
+ 3.1780549000000002,
+ 50.7388077
+ ],
+ [
+ 3.1779463,
+ 50.738781599999996
+ ],
+ [
+ 3.1778582,
+ 50.7387642
+ ],
+ [
+ 3.1777498,
+ 50.7387468
+ ],
+ [
+ 3.1776492000000003,
+ 50.7387346
+ ],
+ [
+ 3.1775468,
+ 50.7387268
+ ],
+ [
+ 3.177441,
+ 50.73872
+ ],
+ [
+ 3.1773537000000003,
+ 50.7387164
+ ],
+ [
+ 3.177255,
+ 50.7387182
+ ],
+ [
+ 3.1771612,
+ 50.738728099999996
+ ],
+ [
+ 3.1770616,
+ 50.7387463
+ ],
+ [
+ 3.1768623000000002,
+ 50.7387782
+ ],
+ [
+ 3.1767754,
+ 50.738788899999996
+ ],
+ [
+ 3.1766886000000003,
+ 50.7387945
+ ],
+ [
+ 3.1765983,
+ 50.7387937
+ ],
+ [
+ 3.176532,
+ 50.738788299999996
+ ],
+ [
+ 3.1764378,
+ 50.7387698
+ ],
+ [
+ 3.1763558,
+ 50.7387492
+ ],
+ [
+ 3.1762724,
+ 50.7387253
+ ],
+ [
+ 3.1707723,
+ 50.7367922
+ ],
+ [
+ 3.1675558,
+ 50.7357276
+ ],
+ [
+ 3.1674224,
+ 50.7356837
+ ],
+ [
+ 3.1673104000000003,
+ 50.7356433
+ ],
+ [
+ 3.1671822,
+ 50.7355976
+ ],
+ [
+ 3.1655913,
+ 50.7349749
+ ],
+ [
+ 3.1649536,
+ 50.7347253
+ ],
+ [
+ 3.1647468,
+ 50.734641599999996
+ ],
+ [
+ 3.1645464000000003,
+ 50.7345633
+ ],
+ [
+ 3.1643397,
+ 50.734491
+ ],
+ [
+ 3.1641279,
+ 50.734425
+ ],
+ [
+ 3.1639114,
+ 50.7343653
+ ],
+ [
+ 3.1636905,
+ 50.7343121
+ ],
+ [
+ 3.1634392,
+ 50.7342605
+ ],
+ [
+ 3.1633197,
+ 50.7342401
+ ],
+ [
+ 3.1631702,
+ 50.7342165
+ ],
+ [
+ 3.1629254,
+ 50.7341828
+ ],
+ [
+ 3.1628006,
+ 50.73417
+ ],
+ [
+ 3.1626638000000002,
+ 50.734156999999996
+ ],
+ [
+ 3.162401,
+ 50.7341399
+ ],
+ [
+ 3.162137,
+ 50.7341317
+ ],
+ [
+ 3.1620119,
+ 50.7341323
+ ],
+ [
+ 3.1618725000000003,
+ 50.7341323
+ ],
+ [
+ 3.1611135,
+ 50.734166699999996
+ ],
+ [
+ 3.1610247,
+ 50.7341696
+ ],
+ [
+ 3.1609194,
+ 50.7341674
+ ],
+ [
+ 3.1607881,
+ 50.7341625
+ ],
+ [
+ 3.1606552,
+ 50.7341546
+ ],
+ [
+ 3.1605038000000003,
+ 50.734138
+ ],
+ [
+ 3.1603501,
+ 50.7341164
+ ],
+ [
+ 3.1602352000000002,
+ 50.7340964
+ ],
+ [
+ 3.1601115,
+ 50.734068
+ ],
+ [
+ 3.1599275000000002,
+ 50.734017
+ ],
+ [
+ 3.1597499,
+ 50.733958
+ ],
+ [
+ 3.1595794,
+ 50.733891
+ ],
+ [
+ 3.159417,
+ 50.7338166
+ ],
+ [
+ 3.159263,
+ 50.7337347
+ ],
+ [
+ 3.1591946,
+ 50.7336946
+ ],
+ [
+ 3.1591195,
+ 50.7336467
+ ],
+ [
+ 3.1589853,
+ 50.7335517
+ ],
+ [
+ 3.1589211,
+ 50.733501
+ ],
+ [
+ 3.1588623,
+ 50.733451
+ ],
+ [
+ 3.1588061,
+ 50.7334032
+ ],
+ [
+ 3.1587520000000002,
+ 50.7333461
+ ],
+ [
+ 3.1587042000000003,
+ 50.7332943
+ ],
+ [
+ 3.1578978,
+ 50.7324143
+ ],
+ [
+ 3.1576542,
+ 50.7321527
+ ],
+ [
+ 3.1576276,
+ 50.732123
+ ],
+ [
+ 3.1576041,
+ 50.7320943
+ ],
+ [
+ 3.1575599000000003,
+ 50.7320359
+ ],
+ [
+ 3.1574751,
+ 50.7319149
+ ],
+ [
+ 3.1574011,
+ 50.731791199999996
+ ],
+ [
+ 3.1573379,
+ 50.7316654
+ ],
+ [
+ 3.1572857,
+ 50.7315372
+ ],
+ [
+ 3.1572647000000003,
+ 50.7314758
+ ],
+ [
+ 3.1572449000000002,
+ 50.731408
+ ],
+ [
+ 3.1572283,
+ 50.7313374
+ ],
+ [
+ 3.1572125,
+ 50.7312617
+ ],
+ [
+ 3.1571944000000003,
+ 50.7311141
+ ],
+ [
+ 3.1571905,
+ 50.7310359
+ ],
+ [
+ 3.1571906000000003,
+ 50.7309666
+ ],
+ [
+ 3.1571931,
+ 50.7308915
+ ],
+ [
+ 3.157201,
+ 50.7308193
+ ],
+ [
+ 3.1572084,
+ 50.73077
+ ],
+ [
+ 3.1572194000000002,
+ 50.730711
+ ],
+ [
+ 3.1572652,
+ 50.7305256
+ ],
+ [
+ 3.1573974000000002,
+ 50.729990799999996
+ ],
+ [
+ 3.1574208,
+ 50.7298965
+ ],
+ [
+ 3.1574895,
+ 50.729635699999996
+ ],
+ [
+ 3.1575046,
+ 50.7295574
+ ],
+ [
+ 3.1575162,
+ 50.7294862
+ ],
+ [
+ 3.1575271000000003,
+ 50.729404099999996
+ ],
+ [
+ 3.1575351,
+ 50.7293154
+ ],
+ [
+ 3.1575432,
+ 50.7292217
+ ],
+ [
+ 3.1575472,
+ 50.7291345
+ ],
+ [
+ 3.1575486,
+ 50.7290224
+ ],
+ [
+ 3.1575432,
+ 50.7289355
+ ],
+ [
+ 3.1575405,
+ 50.7288188
+ ],
+ [
+ 3.1575283,
+ 50.7286979
+ ],
+ [
+ 3.1575148,
+ 50.7286163
+ ],
+ [
+ 3.1574852,
+ 50.7284786
+ ],
+ [
+ 3.1574584,
+ 50.7283385
+ ],
+ [
+ 3.1574221000000002,
+ 50.7281676
+ ],
+ [
+ 3.1573912,
+ 50.7280322
+ ],
+ [
+ 3.1573736,
+ 50.7279631
+ ],
+ [
+ 3.157324,
+ 50.7277899
+ ],
+ [
+ 3.1571032,
+ 50.7270366
+ ],
+ [
+ 3.1570065,
+ 50.7267139
+ ],
+ [
+ 3.156962,
+ 50.726565199999996
+ ],
+ [
+ 3.1568784,
+ 50.726286099999996
+ ],
+ [
+ 3.1567288000000002,
+ 50.7257868
+ ],
+ [
+ 3.1566884,
+ 50.7256521
+ ],
+ [
+ 3.1566573,
+ 50.7255481
+ ],
+ [
+ 3.1562981,
+ 50.7243493
+ ],
+ [
+ 3.1562836,
+ 50.7242831
+ ],
+ [
+ 3.1562744,
+ 50.7242339
+ ],
+ [
+ 3.1562644,
+ 50.724117299999996
+ ],
+ [
+ 3.1562683000000002,
+ 50.7240007
+ ],
+ [
+ 3.1562862000000003,
+ 50.7238847
+ ],
+ [
+ 3.1563179,
+ 50.7237698
+ ],
+ [
+ 3.1563633,
+ 50.7236568
+ ],
+ [
+ 3.1564222,
+ 50.7235464
+ ],
+ [
+ 3.156494,
+ 50.7234391
+ ],
+ [
+ 3.1565787000000003,
+ 50.7233355
+ ],
+ [
+ 3.1566754,
+ 50.7232362
+ ],
+ [
+ 3.1567826,
+ 50.7231429
+ ],
+ [
+ 3.1569006,
+ 50.7230548
+ ],
+ [
+ 3.1570287,
+ 50.7229726
+ ],
+ [
+ 3.1571661,
+ 50.7228969
+ ],
+ [
+ 3.1573123,
+ 50.7228278
+ ],
+ [
+ 3.1574662,
+ 50.7227659
+ ],
+ [
+ 3.1576277,
+ 50.7227112
+ ],
+ [
+ 3.1579398000000003,
+ 50.7226139
+ ],
+ [
+ 3.1581618000000002,
+ 50.7225448
+ ],
+ [
+ 3.1583067000000002,
+ 50.7224995
+ ],
+ [
+ 3.1584477,
+ 50.7224479
+ ],
+ [
+ 3.158583,
+ 50.7223904
+ ],
+ [
+ 3.1587121000000002,
+ 50.722327299999996
+ ],
+ [
+ 3.1588493,
+ 50.7222499
+ ],
+ [
+ 3.1589771,
+ 50.7221662
+ ],
+ [
+ 3.1590946,
+ 50.7220766
+ ],
+ [
+ 3.1592014,
+ 50.7219818
+ ],
+ [
+ 3.1592958,
+ 50.7218829
+ ],
+ [
+ 3.1594021,
+ 50.721768499999996
+ ],
+ [
+ 3.1595945000000003,
+ 50.7215458
+ ],
+ [
+ 3.159666,
+ 50.7214631
+ ],
+ [
+ 3.1601169000000002,
+ 50.720941599999996
+ ],
+ [
+ 3.1602555,
+ 50.7207815
+ ],
+ [
+ 3.1604411,
+ 50.7205716
+ ],
+ [
+ 3.1606244,
+ 50.7203599
+ ],
+ [
+ 3.1607967,
+ 50.7201441
+ ],
+ [
+ 3.1609391000000002,
+ 50.7199512
+ ],
+ [
+ 3.1610726000000002,
+ 50.7197557
+ ],
+ [
+ 3.1611968,
+ 50.7195585
+ ],
+ [
+ 3.1613238,
+ 50.719362
+ ],
+ [
+ 3.1625219,
+ 50.7175296
+ ],
+ [
+ 3.1625493000000002,
+ 50.717487999999996
+ ],
+ [
+ 3.1627753000000003,
+ 50.7171446
+ ],
+ [
+ 3.1632625,
+ 50.7164043
+ ],
+ [
+ 3.16331,
+ 50.7163321
+ ],
+ [
+ 3.1633692,
+ 50.7162396
+ ],
+ [
+ 3.1634158,
+ 50.7161433
+ ],
+ [
+ 3.1634391,
+ 50.7160789
+ ],
+ [
+ 3.1634565,
+ 50.716014
+ ],
+ [
+ 3.1634774,
+ 50.7159069
+ ],
+ [
+ 3.163487,
+ 50.7157957
+ ],
+ [
+ 3.1634842,
+ 50.7156844
+ ],
+ [
+ 3.1634693,
+ 50.7155737
+ ],
+ [
+ 3.1634361,
+ 50.7154233
+ ],
+ [
+ 3.163392,
+ 50.7152686
+ ],
+ [
+ 3.1633412,
+ 50.715109999999996
+ ],
+ [
+ 3.1632566,
+ 50.7148744
+ ],
+ [
+ 3.1626933,
+ 50.7133065
+ ],
+ [
+ 3.1626566,
+ 50.7132088
+ ],
+ [
+ 3.1626077,
+ 50.7131123
+ ],
+ [
+ 3.1625475,
+ 50.7130185
+ ],
+ [
+ 3.1624763000000002,
+ 50.7129279
+ ],
+ [
+ 3.1623943,
+ 50.712840899999996
+ ],
+ [
+ 3.1623021000000002,
+ 50.7127581
+ ],
+ [
+ 3.1621963,
+ 50.7126771
+ ],
+ [
+ 3.1620911,
+ 50.7126117
+ ],
+ [
+ 3.1619936,
+ 50.7125611
+ ],
+ [
+ 3.1618845,
+ 50.7125127
+ ],
+ [
+ 3.1617598,
+ 50.7124608
+ ],
+ [
+ 3.1616416000000003,
+ 50.7124052
+ ],
+ [
+ 3.1615285,
+ 50.7123453
+ ],
+ [
+ 3.1614212,
+ 50.712281499999996
+ ],
+ [
+ 3.1613179000000002,
+ 50.7122124
+ ],
+ [
+ 3.1612212,
+ 50.7121397
+ ],
+ [
+ 3.1611314,
+ 50.7120634
+ ],
+ [
+ 3.1610489,
+ 50.711984199999996
+ ],
+ [
+ 3.160393,
+ 50.7112331
+ ],
+ [
+ 3.1602018000000003,
+ 50.7110141
+ ],
+ [
+ 3.160022,
+ 50.710808
+ ],
+ [
+ 3.1599392,
+ 50.710691499999996
+ ],
+ [
+ 3.1598659000000002,
+ 50.710572
+ ],
+ [
+ 3.1598024000000002,
+ 50.7104503
+ ],
+ [
+ 3.1597489000000003,
+ 50.7103266
+ ],
+ [
+ 3.1597057,
+ 50.7102014
+ ],
+ [
+ 3.1596702,
+ 50.7100631
+ ],
+ [
+ 3.1596471,
+ 50.7099238
+ ],
+ [
+ 3.1596366000000002,
+ 50.7097839
+ ],
+ [
+ 3.1596385000000002,
+ 50.709643899999996
+ ],
+ [
+ 3.159653,
+ 50.7095038
+ ],
+ [
+ 3.1602825,
+ 50.7053344
+ ],
+ [
+ 3.1603002,
+ 50.7052239
+ ],
+ [
+ 3.1603279,
+ 50.7051148
+ ],
+ [
+ 3.1603615,
+ 50.7050184
+ ],
+ [
+ 3.1604033,
+ 50.7049229
+ ],
+ [
+ 3.1604743,
+ 50.7047764
+ ],
+ [
+ 3.1607899,
+ 50.7041542
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1607899,
+ 50.7041542
+ ],
+ [
+ 3.1612406,
+ 50.7032654
+ ],
+ [
+ 3.1612956000000003,
+ 50.7031497
+ ],
+ [
+ 3.1613335,
+ 50.7030547
+ ],
+ [
+ 3.1613619,
+ 50.702945899999996
+ ],
+ [
+ 3.1613778,
+ 50.7028363
+ ],
+ [
+ 3.1613812,
+ 50.7027262
+ ],
+ [
+ 3.1613719000000002,
+ 50.7026164
+ ],
+ [
+ 3.1613549,
+ 50.702526
+ ],
+ [
+ 3.1613293000000002,
+ 50.7024365
+ ],
+ [
+ 3.1612951000000002,
+ 50.7023475
+ ],
+ [
+ 3.1612546,
+ 50.7022784
+ ],
+ [
+ 3.1612038,
+ 50.7022131
+ ],
+ [
+ 3.1610583,
+ 50.7020401
+ ],
+ [
+ 3.1610021,
+ 50.7019629
+ ],
+ [
+ 3.1609568,
+ 50.7018833
+ ],
+ [
+ 3.1609224,
+ 50.7018014
+ ],
+ [
+ 3.1609017,
+ 50.7017291
+ ],
+ [
+ 3.1608895,
+ 50.701656
+ ],
+ [
+ 3.160886,
+ 50.7015825
+ ],
+ [
+ 3.160891,
+ 50.7015088
+ ],
+ [
+ 3.1610172000000003,
+ 50.7007288
+ ],
+ [
+ 3.1610901,
+ 50.7002784
+ ],
+ [
+ 3.161519,
+ 50.697626899999996
+ ],
+ [
+ 3.1615564000000003,
+ 50.6974672
+ ],
+ [
+ 3.1616072,
+ 50.6973092
+ ],
+ [
+ 3.1616712000000002,
+ 50.6971531
+ ],
+ [
+ 3.1617483,
+ 50.6969993
+ ],
+ [
+ 3.1618383,
+ 50.6968485
+ ],
+ [
+ 3.1619361,
+ 50.6967072
+ ],
+ [
+ 3.1620452,
+ 50.6965693
+ ],
+ [
+ 3.1621649,
+ 50.6964355
+ ],
+ [
+ 3.1622753,
+ 50.696334
+ ],
+ [
+ 3.1623934,
+ 50.6962355
+ ],
+ [
+ 3.1625185,
+ 50.696140299999996
+ ],
+ [
+ 3.1626504,
+ 50.696049099999996
+ ],
+ [
+ 3.1628023,
+ 50.6959534
+ ],
+ [
+ 3.1629615,
+ 50.6958627
+ ],
+ [
+ 3.1631278000000003,
+ 50.6957772
+ ],
+ [
+ 3.1633005,
+ 50.6956972
+ ],
+ [
+ 3.1635797,
+ 50.6955817
+ ],
+ [
+ 3.1639448,
+ 50.695430699999996
+ ],
+ [
+ 3.165091,
+ 50.6949564
+ ],
+ [
+ 3.1659425,
+ 50.6946041
+ ],
+ [
+ 3.1697579,
+ 50.6930255
+ ],
+ [
+ 3.1698808,
+ 50.692972
+ ],
+ [
+ 3.1699993,
+ 50.6929175
+ ],
+ [
+ 3.1702342,
+ 50.6928048
+ ],
+ [
+ 3.1704630000000003,
+ 50.6926868
+ ],
+ [
+ 3.1707194000000003,
+ 50.6925445
+ ],
+ [
+ 3.1709666000000003,
+ 50.6923959
+ ],
+ [
+ 3.1712035000000003,
+ 50.6922418
+ ],
+ [
+ 3.1714499000000003,
+ 50.692087199999996
+ ],
+ [
+ 3.1717557000000003,
+ 50.6918956
+ ],
+ [
+ 3.1718573,
+ 50.6918331
+ ],
+ [
+ 3.1719656,
+ 50.6917769
+ ],
+ [
+ 3.172081,
+ 50.6917266
+ ],
+ [
+ 3.1722026000000003,
+ 50.6916827
+ ],
+ [
+ 3.1723297,
+ 50.6916453
+ ],
+ [
+ 3.1724611,
+ 50.6916149
+ ],
+ [
+ 3.1725961000000003,
+ 50.6915915
+ ],
+ [
+ 3.1727481,
+ 50.6915741
+ ],
+ [
+ 3.1729018,
+ 50.6915658
+ ],
+ [
+ 3.1730561,
+ 50.6915663
+ ],
+ [
+ 3.1732092,
+ 50.691576
+ ],
+ [
+ 3.173358,
+ 50.6915963
+ ],
+ [
+ 3.1735155,
+ 50.6916222
+ ],
+ [
+ 3.1737997,
+ 50.691670699999996
+ ],
+ [
+ 3.1739823,
+ 50.6917013
+ ],
+ [
+ 3.1741219000000003,
+ 50.6917247
+ ],
+ [
+ 3.1747105,
+ 50.6918232
+ ],
+ [
+ 3.1750473,
+ 50.6918797
+ ],
+ [
+ 3.1751931,
+ 50.6919041
+ ],
+ [
+ 3.1753792,
+ 50.6919365
+ ],
+ [
+ 3.1754878,
+ 50.6919547
+ ],
+ [
+ 3.1755560000000003,
+ 50.6919673
+ ],
+ [
+ 3.1756271000000003,
+ 50.6919823
+ ],
+ [
+ 3.175685,
+ 50.6919956
+ ],
+ [
+ 3.1757655000000002,
+ 50.6920157
+ ],
+ [
+ 3.1759547,
+ 50.6920651
+ ],
+ [
+ 3.1761082000000003,
+ 50.6921061
+ ],
+ [
+ 3.1762675000000002,
+ 50.6921406
+ ],
+ [
+ 3.1764301,
+ 50.692168099999996
+ ],
+ [
+ 3.1765953000000002,
+ 50.6921882
+ ],
+ [
+ 3.1767469,
+ 50.6922002
+ ],
+ [
+ 3.1768992000000003,
+ 50.6922061
+ ],
+ [
+ 3.1770519,
+ 50.6922059
+ ],
+ [
+ 3.1772054,
+ 50.6921996
+ ],
+ [
+ 3.1773811000000003,
+ 50.6921794
+ ],
+ [
+ 3.1775576,
+ 50.6921493
+ ],
+ [
+ 3.1777293,
+ 50.6921098
+ ],
+ [
+ 3.1778953000000003,
+ 50.6920613
+ ],
+ [
+ 3.178054,
+ 50.6920041
+ ],
+ [
+ 3.1782047,
+ 50.6919386
+ ],
+ [
+ 3.1783465,
+ 50.6918648
+ ],
+ [
+ 3.1784914,
+ 50.6917695
+ ],
+ [
+ 3.1786249,
+ 50.6916686
+ ],
+ [
+ 3.1787473,
+ 50.6915622
+ ],
+ [
+ 3.178858,
+ 50.6914508
+ ],
+ [
+ 3.1789564,
+ 50.6913347
+ ],
+ [
+ 3.1790412,
+ 50.6912161
+ ],
+ [
+ 3.1791736,
+ 50.6910444
+ ],
+ [
+ 3.179188,
+ 50.6910257
+ ],
+ [
+ 3.1793308000000002,
+ 50.6908405
+ ],
+ [
+ 3.1794912,
+ 50.6906327
+ ],
+ [
+ 3.1795756,
+ 50.6905212
+ ],
+ [
+ 3.1796222000000003,
+ 50.690453
+ ],
+ [
+ 3.1796629000000003,
+ 50.6903824
+ ],
+ [
+ 3.1796979000000003,
+ 50.6902927
+ ],
+ [
+ 3.1797209,
+ 50.690201699999996
+ ],
+ [
+ 3.1797318,
+ 50.690109899999996
+ ],
+ [
+ 3.17973,
+ 50.690012599999996
+ ],
+ [
+ 3.1797146,
+ 50.6899158
+ ],
+ [
+ 3.1796858,
+ 50.6898202
+ ],
+ [
+ 3.1796444,
+ 50.6897279
+ ],
+ [
+ 3.1795788000000003,
+ 50.6895778
+ ],
+ [
+ 3.1795006,
+ 50.689388199999996
+ ],
+ [
+ 3.1794598,
+ 50.6892971
+ ],
+ [
+ 3.1794089000000003,
+ 50.689199699999996
+ ],
+ [
+ 3.1793469,
+ 50.6891046
+ ],
+ [
+ 3.1792744,
+ 50.6890125
+ ],
+ [
+ 3.1791916000000002,
+ 50.6889239
+ ],
+ [
+ 3.1790991,
+ 50.6888394
+ ],
+ [
+ 3.1789962000000003,
+ 50.688758299999996
+ ],
+ [
+ 3.1788495,
+ 50.6886727
+ ],
+ [
+ 3.1786956,
+ 50.6885942
+ ],
+ [
+ 3.1785337,
+ 50.6885222
+ ],
+ [
+ 3.1783792,
+ 50.6884626
+ ],
+ [
+ 3.1782192,
+ 50.688409
+ ],
+ [
+ 3.1780545,
+ 50.6883616
+ ],
+ [
+ 3.1778856,
+ 50.6883207
+ ],
+ [
+ 3.1777137,
+ 50.6882866
+ ],
+ [
+ 3.1775506,
+ 50.6882567
+ ],
+ [
+ 3.1769641,
+ 50.6881552
+ ],
+ [
+ 3.1761153,
+ 50.6880083
+ ],
+ [
+ 3.1758473,
+ 50.6879655
+ ],
+ [
+ 3.1755774,
+ 50.6879273
+ ],
+ [
+ 3.1753061000000002,
+ 50.6878938
+ ],
+ [
+ 3.1750418000000002,
+ 50.6878658
+ ],
+ [
+ 3.1747768,
+ 50.6878422
+ ],
+ [
+ 3.1744852,
+ 50.6878172
+ ],
+ [
+ 3.174157,
+ 50.687784199999996
+ ],
+ [
+ 3.1738304,
+ 50.687745899999996
+ ],
+ [
+ 3.1735054000000003,
+ 50.687702
+ ],
+ [
+ 3.1731559000000003,
+ 50.687648599999996
+ ],
+ [
+ 3.1728089,
+ 50.6875888
+ ],
+ [
+ 3.1724648,
+ 50.6875229
+ ],
+ [
+ 3.1721237,
+ 50.6874508
+ ],
+ [
+ 3.1717855,
+ 50.6873724
+ ],
+ [
+ 3.1697725,
+ 50.686904
+ ],
+ [
+ 3.1687763,
+ 50.6866723
+ ],
+ [
+ 3.1676638,
+ 50.6864136
+ ],
+ [
+ 3.1674358000000002,
+ 50.6863615
+ ],
+ [
+ 3.1672145,
+ 50.686301
+ ],
+ [
+ 3.1669995,
+ 50.6862321
+ ],
+ [
+ 3.1667916000000003,
+ 50.6861548
+ ],
+ [
+ 3.1666201000000003,
+ 50.6860825
+ ],
+ [
+ 3.1664548,
+ 50.686004499999996
+ ],
+ [
+ 3.1662962,
+ 50.6859211
+ ],
+ [
+ 3.1661442,
+ 50.6858323
+ ],
+ [
+ 3.1634696,
+ 50.6841998
+ ],
+ [
+ 3.1625789,
+ 50.6836561
+ ],
+ [
+ 3.1621204,
+ 50.6833762
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1621204,
+ 50.6833762
+ ],
+ [
+ 3.1603414,
+ 50.6822904
+ ],
+ [
+ 3.158004,
+ 50.6808636
+ ],
+ [
+ 3.157734,
+ 50.680695899999996
+ ],
+ [
+ 3.1574737,
+ 50.680522599999996
+ ],
+ [
+ 3.1572231,
+ 50.6803437
+ ],
+ [
+ 3.1570050000000003,
+ 50.6801771
+ ],
+ [
+ 3.1567952,
+ 50.6800063
+ ],
+ [
+ 3.1565938,
+ 50.6798312
+ ],
+ [
+ 3.1559857,
+ 50.6792836
+ ],
+ [
+ 3.1552191,
+ 50.678593299999996
+ ],
+ [
+ 3.1550198000000003,
+ 50.6784139
+ ],
+ [
+ 3.1548532000000002,
+ 50.6782681
+ ],
+ [
+ 3.1546760000000003,
+ 50.6781269
+ ],
+ [
+ 3.1544892,
+ 50.6779909
+ ],
+ [
+ 3.1543116,
+ 50.677872199999996
+ ],
+ [
+ 3.1541266,
+ 50.6777581
+ ],
+ [
+ 3.1539349,
+ 50.6776492
+ ],
+ [
+ 3.1503177,
+ 50.6756452
+ ],
+ [
+ 3.1494663000000003,
+ 50.6751735
+ ],
+ [
+ 3.1493476,
+ 50.6751207
+ ],
+ [
+ 3.1492239,
+ 50.6750737
+ ],
+ [
+ 3.1490952,
+ 50.6750325
+ ],
+ [
+ 3.148962,
+ 50.6749973
+ ],
+ [
+ 3.1488156000000003,
+ 50.6749665
+ ],
+ [
+ 3.1486658000000003,
+ 50.674943
+ ],
+ [
+ 3.1485135,
+ 50.6749268
+ ],
+ [
+ 3.1483598,
+ 50.6749182
+ ],
+ [
+ 3.1482055,
+ 50.674917
+ ],
+ [
+ 3.1480528,
+ 50.6749234
+ ],
+ [
+ 3.1476664000000003,
+ 50.674943
+ ],
+ [
+ 3.1474969,
+ 50.674947599999996
+ ],
+ [
+ 3.1473283000000003,
+ 50.6749437
+ ],
+ [
+ 3.1471606000000003,
+ 50.6749314
+ ],
+ [
+ 3.1469943000000002,
+ 50.674910499999996
+ ],
+ [
+ 3.1468311,
+ 50.6748814
+ ],
+ [
+ 3.1466721,
+ 50.6748441
+ ],
+ [
+ 3.1465182,
+ 50.674799
+ ],
+ [
+ 3.1461401,
+ 50.674664899999996
+ ],
+ [
+ 3.1457438,
+ 50.6745243
+ ],
+ [
+ 3.1453652,
+ 50.67439
+ ],
+ [
+ 3.1451587,
+ 50.6743178
+ ],
+ [
+ 3.1449579,
+ 50.6742475
+ ],
+ [
+ 3.1447471,
+ 50.6741831
+ ],
+ [
+ 3.1445495,
+ 50.6741281
+ ],
+ [
+ 3.144349,
+ 50.6740774
+ ],
+ [
+ 3.1441451000000002,
+ 50.6740308
+ ],
+ [
+ 3.1438839,
+ 50.673985099999996
+ ],
+ [
+ 3.1436429,
+ 50.6739514
+ ],
+ [
+ 3.1433995,
+ 50.6739254
+ ],
+ [
+ 3.1431543,
+ 50.673907299999996
+ ],
+ [
+ 3.1429081,
+ 50.6738969
+ ],
+ [
+ 3.1426613,
+ 50.6738944
+ ],
+ [
+ 3.1424152000000003,
+ 50.6738998
+ ],
+ [
+ 3.1407367,
+ 50.6739622
+ ],
+ [
+ 3.1405570000000003,
+ 50.6739635
+ ],
+ [
+ 3.1403356000000002,
+ 50.6739566
+ ],
+ [
+ 3.1401154,
+ 50.6739406
+ ],
+ [
+ 3.1398973,
+ 50.6739155
+ ],
+ [
+ 3.1396822,
+ 50.6738816
+ ],
+ [
+ 3.1394843,
+ 50.6738419
+ ],
+ [
+ 3.1392906000000003,
+ 50.6737946
+ ],
+ [
+ 3.1391017,
+ 50.6737399
+ ],
+ [
+ 3.1389184,
+ 50.6736781
+ ],
+ [
+ 3.1387413,
+ 50.6736093
+ ],
+ [
+ 3.1385702,
+ 50.6735334
+ ],
+ [
+ 3.1383835,
+ 50.6734503
+ ],
+ [
+ 3.1378944,
+ 50.6732327
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1378944,
+ 50.6732327
+ ],
+ [
+ 3.1375582,
+ 50.6730831
+ ],
+ [
+ 3.1374204,
+ 50.673015899999996
+ ],
+ [
+ 3.1372904,
+ 50.6729432
+ ],
+ [
+ 3.1371686000000003,
+ 50.672865099999996
+ ],
+ [
+ 3.1370546,
+ 50.6727814
+ ],
+ [
+ 3.13695,
+ 50.6726929
+ ],
+ [
+ 3.136855,
+ 50.6726002
+ ],
+ [
+ 3.1367695,
+ 50.6725027
+ ],
+ [
+ 3.1363548,
+ 50.6720366
+ ],
+ [
+ 3.1362877,
+ 50.6719735
+ ],
+ [
+ 3.1362095,
+ 50.6719138
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1362095,
+ 50.6719138
+ ],
+ [
+ 3.1361256,
+ 50.671861
+ ],
+ [
+ 3.1360326,
+ 50.6718126
+ ],
+ [
+ 3.1359325,
+ 50.6717702
+ ],
+ [
+ 3.1358265000000003,
+ 50.6717341
+ ],
+ [
+ 3.1357155,
+ 50.6717046
+ ],
+ [
+ 3.1356018,
+ 50.6716824
+ ],
+ [
+ 3.1354853,
+ 50.6716672
+ ],
+ [
+ 3.1353671000000003,
+ 50.671659
+ ],
+ [
+ 3.1352481,
+ 50.6716579
+ ],
+ [
+ 3.135131,
+ 50.6716641
+ ],
+ [
+ 3.134764,
+ 50.6716895
+ ],
+ [
+ 3.134618,
+ 50.6716952
+ ],
+ [
+ 3.1344727,
+ 50.6716927
+ ],
+ [
+ 3.1343283,
+ 50.671682
+ ],
+ [
+ 3.1341859000000003,
+ 50.6716633
+ ],
+ [
+ 3.1340469,
+ 50.6716366
+ ],
+ [
+ 3.1339028,
+ 50.6715996
+ ],
+ [
+ 3.1337649,
+ 50.6715543
+ ],
+ [
+ 3.1336345,
+ 50.6715008
+ ],
+ [
+ 3.1335125,
+ 50.6714397
+ ],
+ [
+ 3.1334003,
+ 50.6713717
+ ],
+ [
+ 3.1332987,
+ 50.6712973
+ ],
+ [
+ 3.133208,
+ 50.6712166
+ ],
+ [
+ 3.1331227,
+ 50.6711319
+ ],
+ [
+ 3.1327376,
+ 50.670749
+ ],
+ [
+ 3.1325966000000003,
+ 50.6706235
+ ],
+ [
+ 3.1324476,
+ 50.6705019
+ ],
+ [
+ 3.1322761,
+ 50.6703736
+ ],
+ [
+ 3.1320957000000003,
+ 50.6702503
+ ],
+ [
+ 3.1319073,
+ 50.6701328
+ ],
+ [
+ 3.1314290000000002,
+ 50.6698339
+ ],
+ [
+ 3.1314054000000002,
+ 50.6698192
+ ],
+ [
+ 3.1313573,
+ 50.6697892
+ ],
+ [
+ 3.1304794,
+ 50.6692408
+ ],
+ [
+ 3.1302449,
+ 50.6690924
+ ],
+ [
+ 3.1300199,
+ 50.6689389
+ ],
+ [
+ 3.1298041000000003,
+ 50.6687802
+ ],
+ [
+ 3.1295979000000003,
+ 50.6686164
+ ],
+ [
+ 3.1294017000000003,
+ 50.6684477
+ ],
+ [
+ 3.1292156,
+ 50.6682746
+ ],
+ [
+ 3.1290401,
+ 50.6680972
+ ],
+ [
+ 3.1289097,
+ 50.6679486
+ ],
+ [
+ 3.1287915,
+ 50.667796
+ ],
+ [
+ 3.1286859000000002,
+ 50.667639799999996
+ ],
+ [
+ 3.1285931000000002,
+ 50.6674803
+ ],
+ [
+ 3.1285133000000003,
+ 50.667318
+ ],
+ [
+ 3.1284538,
+ 50.667172199999996
+ ],
+ [
+ 3.1284048,
+ 50.6670248
+ ],
+ [
+ 3.1283664,
+ 50.6668762
+ ],
+ [
+ 3.1283388000000003,
+ 50.666726499999996
+ ],
+ [
+ 3.1283220000000003,
+ 50.6665762
+ ],
+ [
+ 3.128316,
+ 50.6664261
+ ],
+ [
+ 3.1283321,
+ 50.6662556
+ ],
+ [
+ 3.1283619000000003,
+ 50.6660854
+ ],
+ [
+ 3.1284056000000002,
+ 50.6659164
+ ],
+ [
+ 3.1284628,
+ 50.665749
+ ],
+ [
+ 3.1285221,
+ 50.6656081
+ ],
+ [
+ 3.1285911,
+ 50.665469
+ ],
+ [
+ 3.1286695,
+ 50.6653319
+ ],
+ [
+ 3.1287574,
+ 50.6651971
+ ],
+ [
+ 3.1288541000000003,
+ 50.665065399999996
+ ],
+ [
+ 3.1289623,
+ 50.6649455
+ ],
+ [
+ 3.1297708,
+ 50.6641156
+ ],
+ [
+ 3.1299732000000002,
+ 50.6639079
+ ],
+ [
+ 3.1303814,
+ 50.6634889
+ ],
+ [
+ 3.1311521,
+ 50.6626977
+ ],
+ [
+ 3.1312441,
+ 50.6626028
+ ],
+ [
+ 3.1313454000000003,
+ 50.662512899999996
+ ],
+ [
+ 3.1314564000000003,
+ 50.6624277
+ ],
+ [
+ 3.1315764,
+ 50.6623476
+ ],
+ [
+ 3.131705,
+ 50.6622729
+ ],
+ [
+ 3.1318414,
+ 50.6622042
+ ],
+ [
+ 3.1319850000000002,
+ 50.6621416
+ ],
+ [
+ 3.1321353000000003,
+ 50.662085499999996
+ ],
+ [
+ 3.1322697,
+ 50.6620424
+ ],
+ [
+ 3.1324081,
+ 50.662004599999996
+ ],
+ [
+ 3.1325498,
+ 50.6619721
+ ],
+ [
+ 3.132695,
+ 50.6619449
+ ],
+ [
+ 3.1329293000000003,
+ 50.6619057
+ ],
+ [
+ 3.1330753000000002,
+ 50.6618736
+ ],
+ [
+ 3.1332324000000003,
+ 50.6618299
+ ],
+ [
+ 3.1333835,
+ 50.6617782
+ ],
+ [
+ 3.1335273,
+ 50.6617189
+ ],
+ [
+ 3.1336631,
+ 50.6616523
+ ],
+ [
+ 3.1337887,
+ 50.6615795
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1340452,
+ 50.6559654
+ ],
+ [
+ 3.1343003,
+ 50.656585899999996
+ ],
+ [
+ 3.1343598,
+ 50.6567304
+ ],
+ [
+ 3.1345395000000003,
+ 50.6571674
+ ],
+ [
+ 3.1346075,
+ 50.6573236
+ ],
+ [
+ 3.134663,
+ 50.6574827
+ ],
+ [
+ 3.1347055,
+ 50.6576434
+ ],
+ [
+ 3.1347348,
+ 50.6578052
+ ],
+ [
+ 3.1347490000000002,
+ 50.6579372
+ ],
+ [
+ 3.1347544000000003,
+ 50.658069499999996
+ ],
+ [
+ 3.1347511,
+ 50.6582018
+ ],
+ [
+ 3.1347251000000003,
+ 50.6584835
+ ],
+ [
+ 3.1346848,
+ 50.6589212
+ ],
+ [
+ 3.1346556,
+ 50.6592377
+ ],
+ [
+ 3.1346094,
+ 50.6596172
+ ],
+ [
+ 3.1345766,
+ 50.6598809
+ ],
+ [
+ 3.134539,
+ 50.6601431
+ ],
+ [
+ 3.1345068,
+ 50.660342299999996
+ ],
+ [
+ 3.1344698,
+ 50.6605552
+ ],
+ [
+ 3.1344433,
+ 50.6606875
+ ],
+ [
+ 3.1344123,
+ 50.6608127
+ ],
+ [
+ 3.1343661000000003,
+ 50.6609366
+ ],
+ [
+ 3.1343174,
+ 50.6610357
+ ],
+ [
+ 3.1342592000000002,
+ 50.6611326
+ ],
+ [
+ 3.1341914,
+ 50.6612272
+ ],
+ [
+ 3.1341084,
+ 50.6613226
+ ],
+ [
+ 3.1340134,
+ 50.6614134
+ ],
+ [
+ 3.1339071,
+ 50.661499
+ ],
+ [
+ 3.1337912,
+ 50.661578
+ ],
+ [
+ 3.1337887,
+ 50.6615795
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Lille2",
+ "name": "2",
+ "color": "#ED1D24",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0822517,
+ 50.6520877
+ ],
+ [
+ 3.0834753999999998,
+ 50.652934200000004
+ ],
+ [
+ 3.0841039,
+ 50.653370100000004
+ ],
+ [
+ 3.0870457,
+ 50.6554195
+ ],
+ [
+ 3.0884465,
+ 50.6563732
+ ],
+ [
+ 3.0886006999999998,
+ 50.6564807
+ ],
+ [
+ 3.0886708,
+ 50.6565335
+ ],
+ [
+ 3.0887273,
+ 50.6565755
+ ],
+ [
+ 3.0887861,
+ 50.6566202
+ ],
+ [
+ 3.0888351,
+ 50.6566598
+ ],
+ [
+ 3.0888893,
+ 50.6566993
+ ],
+ [
+ 3.0889504,
+ 50.6567428
+ ],
+ [
+ 3.0891212,
+ 50.656860800000004
+ ],
+ [
+ 3.0899217,
+ 50.6574127
+ ],
+ [
+ 3.0904431,
+ 50.6577749
+ ],
+ [
+ 3.0909519999999997,
+ 50.6581298
+ ],
+ [
+ 3.0912014,
+ 50.6583066
+ ],
+ [
+ 3.0914821999999997,
+ 50.6584995
+ ],
+ [
+ 3.0915573,
+ 50.6585481
+ ],
+ [
+ 3.0919358,
+ 50.6588075
+ ],
+ [
+ 3.0925924,
+ 50.6592607
+ ],
+ [
+ 3.0934949,
+ 50.6598853
+ ],
+ [
+ 3.0939603,
+ 50.6602015
+ ],
+ [
+ 3.0939986,
+ 50.6602288
+ ],
+ [
+ 3.0940586999999997,
+ 50.6602726
+ ],
+ [
+ 3.0941231,
+ 50.6603226
+ ],
+ [
+ 3.0942057,
+ 50.6603857
+ ],
+ [
+ 3.0942396999999997,
+ 50.660412900000004
+ ],
+ [
+ 3.0942721,
+ 50.6604362
+ ],
+ [
+ 3.0943423,
+ 50.6604839
+ ],
+ [
+ 3.0944699,
+ 50.6605693
+ ],
+ [
+ 3.0960003,
+ 50.6616183
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0960003,
+ 50.6616183
+ ],
+ [
+ 3.0961729,
+ 50.6617404
+ ],
+ [
+ 3.0962975999999998,
+ 50.6618228
+ ],
+ [
+ 3.0963526999999997,
+ 50.6618566
+ ],
+ [
+ 3.0966817,
+ 50.6620419
+ ],
+ [
+ 3.0968332,
+ 50.6621273
+ ],
+ [
+ 3.0972173,
+ 50.6623287
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0972173,
+ 50.6623287
+ ],
+ [
+ 3.0997236999999997,
+ 50.6635347
+ ],
+ [
+ 3.1013276,
+ 50.6642994
+ ],
+ [
+ 3.1014941,
+ 50.6643788
+ ],
+ [
+ 3.1020887999999998,
+ 50.6646623
+ ],
+ [
+ 3.1022735999999997,
+ 50.6647504
+ ],
+ [
+ 3.1023413,
+ 50.664785
+ ],
+ [
+ 3.1024034,
+ 50.664817
+ ],
+ [
+ 3.1024419,
+ 50.6648385
+ ],
+ [
+ 3.1024864,
+ 50.6648622
+ ],
+ [
+ 3.1028596999999998,
+ 50.6650447
+ ],
+ [
+ 3.1029404,
+ 50.6650816
+ ],
+ [
+ 3.1030126,
+ 50.6651142
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0822517,
+ 50.6520877
+ ],
+ [
+ 3.0820431,
+ 50.6519306
+ ],
+ [
+ 3.081896,
+ 50.651806
+ ],
+ [
+ 3.0816474,
+ 50.6515956
+ ],
+ [
+ 3.0815118,
+ 50.651489500000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0727275,
+ 50.6411546
+ ],
+ [
+ 3.0726093,
+ 50.6412722
+ ],
+ [
+ 3.0725449,
+ 50.641353
+ ],
+ [
+ 3.0724856,
+ 50.6414392
+ ],
+ [
+ 3.0724469,
+ 50.6415124
+ ],
+ [
+ 3.072415,
+ 50.6415898
+ ],
+ [
+ 3.0723936,
+ 50.6416727
+ ],
+ [
+ 3.0723811999999997,
+ 50.6417585
+ ],
+ [
+ 3.0723842,
+ 50.6418445
+ ],
+ [
+ 3.0724006999999998,
+ 50.6419434
+ ],
+ [
+ 3.0724268,
+ 50.6420282
+ ],
+ [
+ 3.0724686,
+ 50.6421188
+ ],
+ [
+ 3.0725255,
+ 50.6422081
+ ],
+ [
+ 3.0725981,
+ 50.642306
+ ],
+ [
+ 3.072656,
+ 50.6423771
+ ],
+ [
+ 3.0726646,
+ 50.6423857
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0748753,
+ 50.6452103
+ ],
+ [
+ 3.0748991,
+ 50.6452346
+ ],
+ [
+ 3.0752452,
+ 50.6455633
+ ],
+ [
+ 3.0754368,
+ 50.645746
+ ],
+ [
+ 3.0755022999999997,
+ 50.6458135
+ ],
+ [
+ 3.0757041,
+ 50.646007600000004
+ ],
+ [
+ 3.075942,
+ 50.646229500000004
+ ],
+ [
+ 3.0761353,
+ 50.6464116
+ ],
+ [
+ 3.0762172999999997,
+ 50.6464918
+ ],
+ [
+ 3.0764014,
+ 50.6466716
+ ],
+ [
+ 3.0766171,
+ 50.646876400000004
+ ],
+ [
+ 3.0772857,
+ 50.6475038
+ ],
+ [
+ 3.0774724,
+ 50.6476793
+ ],
+ [
+ 3.078705,
+ 50.6488252
+ ],
+ [
+ 3.078807,
+ 50.6489249
+ ],
+ [
+ 3.0788579,
+ 50.6489732
+ ],
+ [
+ 3.078897,
+ 50.6490182
+ ],
+ [
+ 3.0789885,
+ 50.6491093
+ ],
+ [
+ 3.0792061,
+ 50.649318
+ ],
+ [
+ 3.0798019,
+ 50.6498896
+ ],
+ [
+ 3.080467,
+ 50.650505700000004
+ ],
+ [
+ 3.0808659,
+ 50.6508864
+ ],
+ [
+ 3.0815118,
+ 50.651489500000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0711304,
+ 50.6376349
+ ],
+ [
+ 3.0713968,
+ 50.6377501
+ ],
+ [
+ 3.0716209,
+ 50.6378471
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1677961,
+ 50.6811141
+ ],
+ [
+ 3.1678474,
+ 50.6811519
+ ],
+ [
+ 3.1678849,
+ 50.6811841
+ ],
+ [
+ 3.1679234,
+ 50.6812186
+ ],
+ [
+ 3.1679389,
+ 50.6812345
+ ],
+ [
+ 3.1680194,
+ 50.6813174
+ ],
+ [
+ 3.1680642,
+ 50.6813636
+ ],
+ [
+ 3.1681231,
+ 50.681426200000004
+ ],
+ [
+ 3.1681604,
+ 50.6814634
+ ],
+ [
+ 3.1683924,
+ 50.6816667
+ ],
+ [
+ 3.1691325,
+ 50.6823065
+ ],
+ [
+ 3.1695574,
+ 50.6826814
+ ],
+ [
+ 3.1697875,
+ 50.6828855
+ ],
+ [
+ 3.170102,
+ 50.6831692
+ ],
+ [
+ 3.1704285,
+ 50.6834565
+ ],
+ [
+ 3.1712919999999998,
+ 50.6842192
+ ],
+ [
+ 3.171445,
+ 50.6843543
+ ],
+ [
+ 3.1716387,
+ 50.6845229
+ ],
+ [
+ 3.1717573,
+ 50.6846229
+ ],
+ [
+ 3.1718159,
+ 50.6846681
+ ],
+ [
+ 3.1718628,
+ 50.6847043
+ ],
+ [
+ 3.1719634,
+ 50.6847753
+ ],
+ [
+ 3.1720264,
+ 50.6848219
+ ],
+ [
+ 3.1720493,
+ 50.684838
+ ],
+ [
+ 3.1720866,
+ 50.6848663
+ ],
+ [
+ 3.1722444999999997,
+ 50.6850071
+ ],
+ [
+ 3.1723898999999998,
+ 50.685138
+ ],
+ [
+ 3.1724145999999998,
+ 50.6851599
+ ],
+ [
+ 3.1724381999999998,
+ 50.6851814
+ ],
+ [
+ 3.1724821999999997,
+ 50.6852298
+ ],
+ [
+ 3.1725366,
+ 50.685293200000004
+ ],
+ [
+ 3.1725848,
+ 50.6853493
+ ],
+ [
+ 3.1726251999999997,
+ 50.6853877
+ ],
+ [
+ 3.1736116,
+ 50.6862535
+ ],
+ [
+ 3.1737504,
+ 50.686376
+ ],
+ [
+ 3.1738622,
+ 50.6864693
+ ],
+ [
+ 3.1739495,
+ 50.6865505
+ ],
+ [
+ 3.1740425,
+ 50.6866365
+ ],
+ [
+ 3.1741213999999998,
+ 50.6867304
+ ],
+ [
+ 3.1741737999999997,
+ 50.6867974
+ ],
+ [
+ 3.1742198999999998,
+ 50.6868605
+ ],
+ [
+ 3.17425,
+ 50.6869121
+ ],
+ [
+ 3.1743045,
+ 50.6870055
+ ],
+ [
+ 3.1743615,
+ 50.6870995
+ ],
+ [
+ 3.1744225,
+ 50.6871815
+ ],
+ [
+ 3.1745085,
+ 50.6872775
+ ],
+ [
+ 3.1747369,
+ 50.6874964
+ ],
+ [
+ 3.1747644999999998,
+ 50.6875194
+ ],
+ [
+ 3.1747783,
+ 50.6875309
+ ],
+ [
+ 3.1748325,
+ 50.6875675
+ ],
+ [
+ 3.1748628,
+ 50.6875886
+ ],
+ [
+ 3.1749077,
+ 50.6876158
+ ],
+ [
+ 3.1749359,
+ 50.6876336
+ ],
+ [
+ 3.1749836,
+ 50.6876611
+ ],
+ [
+ 3.175024,
+ 50.6876823
+ ],
+ [
+ 3.1753331,
+ 50.6878326
+ ],
+ [
+ 3.1755060999999998,
+ 50.6879119
+ ],
+ [
+ 3.1756824999999997,
+ 50.6879925
+ ],
+ [
+ 3.1758724,
+ 50.6880721
+ ],
+ [
+ 3.1759418,
+ 50.6881008
+ ],
+ [
+ 3.1760371,
+ 50.6881369
+ ],
+ [
+ 3.1762158,
+ 50.6881998
+ ],
+ [
+ 3.1763312999999997,
+ 50.6882455
+ ],
+ [
+ 3.1764459,
+ 50.6882971
+ ],
+ [
+ 3.1765589,
+ 50.688355800000004
+ ],
+ [
+ 3.1766615,
+ 50.6884205
+ ],
+ [
+ 3.1767224,
+ 50.6884638
+ ],
+ [
+ 3.1767849999999997,
+ 50.6885112
+ ],
+ [
+ 3.1768590999999997,
+ 50.6885816
+ ],
+ [
+ 3.1769685,
+ 50.6886925
+ ],
+ [
+ 3.1770595,
+ 50.6887745
+ ],
+ [
+ 3.1772735,
+ 50.6889935
+ ],
+ [
+ 3.1773754999999997,
+ 50.6891415
+ ],
+ [
+ 3.1774485,
+ 50.6892965
+ ],
+ [
+ 3.1774804999999997,
+ 50.6894025
+ ],
+ [
+ 3.177485,
+ 50.6894269
+ ],
+ [
+ 3.1774928,
+ 50.6894695
+ ],
+ [
+ 3.1774964999999997,
+ 50.6894895
+ ],
+ [
+ 3.1774975,
+ 50.689496500000004
+ ],
+ [
+ 3.1774991999999997,
+ 50.6895089
+ ],
+ [
+ 3.1775451,
+ 50.6898475
+ ],
+ [
+ 3.1775577999999998,
+ 50.689918
+ ],
+ [
+ 3.1775705,
+ 50.6899809
+ ],
+ [
+ 3.1775832999999998,
+ 50.6900333
+ ],
+ [
+ 3.1776014999999997,
+ 50.6900845
+ ],
+ [
+ 3.1776169,
+ 50.6901233
+ ],
+ [
+ 3.1776385,
+ 50.6901685
+ ],
+ [
+ 3.1776625,
+ 50.6902125
+ ],
+ [
+ 3.1776919,
+ 50.690262600000004
+ ],
+ [
+ 3.1777254999999998,
+ 50.6903128
+ ],
+ [
+ 3.1777607999999997,
+ 50.6903557
+ ],
+ [
+ 3.1778073,
+ 50.6904054
+ ],
+ [
+ 3.1778464,
+ 50.690446200000004
+ ],
+ [
+ 3.1778757,
+ 50.6904746
+ ],
+ [
+ 3.1779039,
+ 50.6905006
+ ],
+ [
+ 3.17793,
+ 50.6905231
+ ],
+ [
+ 3.1779634999999997,
+ 50.690550800000004
+ ],
+ [
+ 3.1780045,
+ 50.6905804
+ ],
+ [
+ 3.1780406,
+ 50.690605500000004
+ ],
+ [
+ 3.1780752,
+ 50.6906275
+ ],
+ [
+ 3.1781044,
+ 50.6906463
+ ],
+ [
+ 3.1781425,
+ 50.6906684
+ ],
+ [
+ 3.1781821,
+ 50.6906904
+ ],
+ [
+ 3.1782223,
+ 50.6907123
+ ],
+ [
+ 3.1782586,
+ 50.690730800000004
+ ],
+ [
+ 3.1783039,
+ 50.6907516
+ ],
+ [
+ 3.1783398,
+ 50.6907676
+ ],
+ [
+ 3.1783799999999998,
+ 50.6907845
+ ],
+ [
+ 3.1784394,
+ 50.690808000000004
+ ],
+ [
+ 3.1785267,
+ 50.6908405
+ ],
+ [
+ 3.1787609,
+ 50.6909213
+ ],
+ [
+ 3.1787822,
+ 50.6909288
+ ],
+ [
+ 3.1788016999999997,
+ 50.6909355
+ ],
+ [
+ 3.1788244999999997,
+ 50.6909419
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1788244999999997,
+ 50.6909419
+ ],
+ [
+ 3.1789224,
+ 50.6909644
+ ],
+ [
+ 3.1789506999999997,
+ 50.6909716
+ ],
+ [
+ 3.1789782,
+ 50.6909797
+ ],
+ [
+ 3.179004,
+ 50.6909879
+ ],
+ [
+ 3.1791736999999998,
+ 50.6910483
+ ],
+ [
+ 3.1793829,
+ 50.6911218
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0732908,
+ 50.6429826
+ ],
+ [
+ 3.0733265,
+ 50.643025
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0731284999999997,
+ 50.6428292
+ ],
+ [
+ 3.0732908,
+ 50.6429826
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0733265,
+ 50.643025
+ ],
+ [
+ 3.0735259,
+ 50.6432509
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0717792,
+ 50.6379175
+ ],
+ [
+ 3.0726401,
+ 50.6383103
+ ],
+ [
+ 3.0735929,
+ 50.638745300000004
+ ],
+ [
+ 3.073643,
+ 50.63877
+ ],
+ [
+ 3.0736873,
+ 50.6387912
+ ],
+ [
+ 3.0737329,
+ 50.6388146
+ ],
+ [
+ 3.0737750999999998,
+ 50.6388367
+ ],
+ [
+ 3.0738154,
+ 50.6388585
+ ],
+ [
+ 3.0738662999999997,
+ 50.6388878
+ ],
+ [
+ 3.0738878,
+ 50.638902200000004
+ ],
+ [
+ 3.0739126999999997,
+ 50.63892
+ ],
+ [
+ 3.0739346999999997,
+ 50.6389392
+ ],
+ [
+ 3.0739582,
+ 50.6389609
+ ],
+ [
+ 3.0739776,
+ 50.6389826
+ ],
+ [
+ 3.0739999,
+ 50.6390082
+ ],
+ [
+ 3.0740232,
+ 50.639036600000004
+ ],
+ [
+ 3.0740657,
+ 50.6390933
+ ],
+ [
+ 3.0740795999999997,
+ 50.6391127
+ ],
+ [
+ 3.0740963,
+ 50.6391378
+ ],
+ [
+ 3.0741129,
+ 50.6391666
+ ],
+ [
+ 3.0741272,
+ 50.6391939
+ ],
+ [
+ 3.0741413,
+ 50.6392207
+ ],
+ [
+ 3.0741601,
+ 50.6392638
+ ],
+ [
+ 3.0741741,
+ 50.6392953
+ ],
+ [
+ 3.0741815,
+ 50.639318100000004
+ ],
+ [
+ 3.0741882,
+ 50.6393398
+ ],
+ [
+ 3.0741921999999997,
+ 50.6393606
+ ],
+ [
+ 3.0741959,
+ 50.6393847
+ ],
+ [
+ 3.0741969,
+ 50.6394057
+ ],
+ [
+ 3.0741969,
+ 50.6394228
+ ],
+ [
+ 3.0741948999999997,
+ 50.6394444
+ ],
+ [
+ 3.0741925,
+ 50.6394623
+ ],
+ [
+ 3.0741883999999997,
+ 50.6394861
+ ],
+ [
+ 3.0741552999999997,
+ 50.6396226
+ ],
+ [
+ 3.0741487,
+ 50.6396441
+ ],
+ [
+ 3.0741419,
+ 50.6396673
+ ],
+ [
+ 3.0741346,
+ 50.6396881
+ ],
+ [
+ 3.0740537999999997,
+ 50.6398737
+ ],
+ [
+ 3.0740289,
+ 50.6399289
+ ],
+ [
+ 3.0739958,
+ 50.6399915
+ ],
+ [
+ 3.0739452,
+ 50.6400868
+ ],
+ [
+ 3.0738827,
+ 50.640163
+ ],
+ [
+ 3.0731712,
+ 50.6407778
+ ],
+ [
+ 3.0727275,
+ 50.6411546
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1466664,
+ 50.6647671
+ ],
+ [
+ 3.1492869,
+ 50.6662307
+ ],
+ [
+ 3.149345,
+ 50.6662662
+ ],
+ [
+ 3.1493906,
+ 50.6662968
+ ],
+ [
+ 3.14947,
+ 50.6663483
+ ],
+ [
+ 3.1495422,
+ 50.666398
+ ],
+ [
+ 3.1496171,
+ 50.6664441
+ ],
+ [
+ 3.1498527,
+ 50.666573400000004
+ ],
+ [
+ 3.1529786,
+ 50.6683246
+ ],
+ [
+ 3.1537281,
+ 50.6687445
+ ],
+ [
+ 3.1538048,
+ 50.6687918
+ ],
+ [
+ 3.1539036,
+ 50.668856
+ ],
+ [
+ 3.1540388999999998,
+ 50.6689403
+ ],
+ [
+ 3.1541314,
+ 50.6689956
+ ],
+ [
+ 3.1541566999999997,
+ 50.6690095
+ ],
+ [
+ 3.1544284,
+ 50.6691591
+ ],
+ [
+ 3.1548319,
+ 50.6693821
+ ],
+ [
+ 3.154867,
+ 50.6694027
+ ],
+ [
+ 3.1549085,
+ 50.669429
+ ],
+ [
+ 3.1549481999999998,
+ 50.6694547
+ ],
+ [
+ 3.1549811,
+ 50.669478500000004
+ ],
+ [
+ 3.1550121,
+ 50.6695035
+ ],
+ [
+ 3.1550450999999997,
+ 50.6695292
+ ],
+ [
+ 3.1550721,
+ 50.6695524
+ ],
+ [
+ 3.1551031,
+ 50.6695806
+ ],
+ [
+ 3.1551359999999997,
+ 50.6696097
+ ],
+ [
+ 3.155172,
+ 50.6696468
+ ],
+ [
+ 3.1552067999999998,
+ 50.6696819
+ ],
+ [
+ 3.1552360999999998,
+ 50.669718
+ ],
+ [
+ 3.1552685,
+ 50.669755
+ ],
+ [
+ 3.1553023,
+ 50.669794
+ ],
+ [
+ 3.1553329999999997,
+ 50.6698341
+ ],
+ [
+ 3.1553583,
+ 50.669871
+ ],
+ [
+ 3.1553628,
+ 50.6698776
+ ],
+ [
+ 3.1553907,
+ 50.6699263
+ ],
+ [
+ 3.1554149,
+ 50.6699715
+ ],
+ [
+ 3.1554249,
+ 50.6699939
+ ],
+ [
+ 3.1554754,
+ 50.6701171
+ ],
+ [
+ 3.1554884999999997,
+ 50.6701587
+ ],
+ [
+ 3.1555001,
+ 50.6702211
+ ],
+ [
+ 3.1555051,
+ 50.6702524
+ ],
+ [
+ 3.1555090999999997,
+ 50.6702779
+ ],
+ [
+ 3.1555117999999998,
+ 50.6703058
+ ],
+ [
+ 3.1555141,
+ 50.670335800000004
+ ],
+ [
+ 3.1555150999999997,
+ 50.670364400000004
+ ],
+ [
+ 3.1555168,
+ 50.6704041
+ ],
+ [
+ 3.1555158,
+ 50.6704336
+ ],
+ [
+ 3.1555147999999997,
+ 50.6704561
+ ],
+ [
+ 3.1555128,
+ 50.6704859
+ ],
+ [
+ 3.1555090999999997,
+ 50.670510900000004
+ ],
+ [
+ 3.1554948,
+ 50.670645
+ ],
+ [
+ 3.1554841,
+ 50.6707394
+ ],
+ [
+ 3.1554674,
+ 50.6708677
+ ],
+ [
+ 3.1554523999999997,
+ 50.6710082
+ ],
+ [
+ 3.1554477999999997,
+ 50.671079
+ ],
+ [
+ 3.1554495,
+ 50.671176700000004
+ ],
+ [
+ 3.1554508,
+ 50.6712127
+ ],
+ [
+ 3.1554555,
+ 50.6712493
+ ],
+ [
+ 3.1554634999999998,
+ 50.6712905
+ ],
+ [
+ 3.1554702,
+ 50.6713313
+ ],
+ [
+ 3.1554832,
+ 50.6713827
+ ],
+ [
+ 3.1554972,
+ 50.671432
+ ],
+ [
+ 3.1555165,
+ 50.6714845
+ ],
+ [
+ 3.1555345,
+ 50.671538500000004
+ ],
+ [
+ 3.1555495,
+ 50.6715725
+ ],
+ [
+ 3.1555605,
+ 50.6715915
+ ],
+ [
+ 3.1555874999999998,
+ 50.6716355
+ ],
+ [
+ 3.1556115,
+ 50.6716715
+ ],
+ [
+ 3.1556764999999998,
+ 50.6717635
+ ],
+ [
+ 3.1557265,
+ 50.6718275
+ ],
+ [
+ 3.1557665,
+ 50.6718745
+ ],
+ [
+ 3.1558045,
+ 50.6719165
+ ],
+ [
+ 3.1558395,
+ 50.6719535
+ ],
+ [
+ 3.1558865,
+ 50.6719985
+ ],
+ [
+ 3.1559585,
+ 50.672067500000004
+ ],
+ [
+ 3.1560045,
+ 50.672112500000004
+ ],
+ [
+ 3.1561432,
+ 50.672250500000004
+ ],
+ [
+ 3.1562745,
+ 50.6723758
+ ],
+ [
+ 3.1569906,
+ 50.6730712
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1030126,
+ 50.6651142
+ ],
+ [
+ 3.1030905,
+ 50.6651405
+ ],
+ [
+ 3.1031204999999997,
+ 50.6651525
+ ],
+ [
+ 3.1031515,
+ 50.6651645
+ ],
+ [
+ 3.1031835,
+ 50.6651745
+ ],
+ [
+ 3.1032155,
+ 50.6651845
+ ],
+ [
+ 3.1032474999999997,
+ 50.6651935
+ ],
+ [
+ 3.1032815,
+ 50.6652015
+ ],
+ [
+ 3.1033144999999998,
+ 50.6652085
+ ],
+ [
+ 3.1033485,
+ 50.6652155
+ ],
+ [
+ 3.1033835,
+ 50.665220500000004
+ ],
+ [
+ 3.1034185,
+ 50.6652255
+ ],
+ [
+ 3.1034535,
+ 50.6652295
+ ],
+ [
+ 3.1034895,
+ 50.6652325
+ ],
+ [
+ 3.1035245,
+ 50.6652335
+ ],
+ [
+ 3.1035605,
+ 50.6652355
+ ],
+ [
+ 3.1035925,
+ 50.6652355
+ ],
+ [
+ 3.1042994,
+ 50.665196
+ ],
+ [
+ 3.1045007,
+ 50.6651848
+ ],
+ [
+ 3.104607,
+ 50.6651789
+ ],
+ [
+ 3.1055710999999997,
+ 50.6651242
+ ],
+ [
+ 3.1098132,
+ 50.6648833
+ ],
+ [
+ 3.1099004999999997,
+ 50.664880600000004
+ ],
+ [
+ 3.1099669,
+ 50.6648802
+ ],
+ [
+ 3.1101148,
+ 50.6648789
+ ],
+ [
+ 3.1102212,
+ 50.6648773
+ ],
+ [
+ 3.1102854,
+ 50.6648772
+ ],
+ [
+ 3.1103437,
+ 50.6648755
+ ],
+ [
+ 3.1108167,
+ 50.664845
+ ],
+ [
+ 3.1121241,
+ 50.6647659
+ ],
+ [
+ 3.1123552,
+ 50.6647519
+ ],
+ [
+ 3.1138735,
+ 50.6646665
+ ],
+ [
+ 3.1149955,
+ 50.664595500000004
+ ],
+ [
+ 3.1152105,
+ 50.6645835
+ ],
+ [
+ 3.1164434,
+ 50.6645203
+ ],
+ [
+ 3.1169121,
+ 50.6644922
+ ],
+ [
+ 3.1170385,
+ 50.6644855
+ ],
+ [
+ 3.117911,
+ 50.664436800000004
+ ],
+ [
+ 3.1181654,
+ 50.664422200000004
+ ],
+ [
+ 3.1185364,
+ 50.6644065
+ ],
+ [
+ 3.1190265,
+ 50.6643745
+ ],
+ [
+ 3.1194278,
+ 50.664356
+ ],
+ [
+ 3.1217945,
+ 50.664218500000004
+ ],
+ [
+ 3.1240445,
+ 50.6640945
+ ],
+ [
+ 3.1257356,
+ 50.6639925
+ ],
+ [
+ 3.1259967,
+ 50.6639816
+ ],
+ [
+ 3.1263008,
+ 50.663969800000004
+ ],
+ [
+ 3.1266727,
+ 50.6639495
+ ],
+ [
+ 3.1275168,
+ 50.663900500000004
+ ],
+ [
+ 3.1280155,
+ 50.6638715
+ ],
+ [
+ 3.1292915,
+ 50.663792
+ ],
+ [
+ 3.1298227,
+ 50.6637592
+ ],
+ [
+ 3.1299772999999997,
+ 50.6637531
+ ],
+ [
+ 3.1300005,
+ 50.6637527
+ ],
+ [
+ 3.1302148,
+ 50.6637488
+ ],
+ [
+ 3.1303464,
+ 50.6637481
+ ],
+ [
+ 3.1304091,
+ 50.6637464
+ ],
+ [
+ 3.1304533,
+ 50.6637448
+ ],
+ [
+ 3.1307627,
+ 50.6637273
+ ],
+ [
+ 3.1322505,
+ 50.663630500000004
+ ],
+ [
+ 3.1335335,
+ 50.6635555
+ ],
+ [
+ 3.1349245,
+ 50.6634795
+ ],
+ [
+ 3.1358875,
+ 50.6634279
+ ],
+ [
+ 3.1376489,
+ 50.6633233
+ ],
+ [
+ 3.1380596,
+ 50.6632994
+ ],
+ [
+ 3.1380985,
+ 50.6632975
+ ],
+ [
+ 3.1387224,
+ 50.6632662
+ ],
+ [
+ 3.1387357,
+ 50.6632655
+ ],
+ [
+ 3.138911,
+ 50.6632565
+ ],
+ [
+ 3.1391542,
+ 50.6632486
+ ],
+ [
+ 3.1391854,
+ 50.6632468
+ ],
+ [
+ 3.1394588999999997,
+ 50.663231
+ ],
+ [
+ 3.1414107,
+ 50.6631164
+ ],
+ [
+ 3.1416507,
+ 50.6631068
+ ],
+ [
+ 3.1418581999999997,
+ 50.6631014
+ ],
+ [
+ 3.1420171,
+ 50.6631002
+ ],
+ [
+ 3.142236,
+ 50.6631102
+ ],
+ [
+ 3.1425117,
+ 50.6631254
+ ],
+ [
+ 3.1427047,
+ 50.6631416
+ ],
+ [
+ 3.1429658,
+ 50.6631732
+ ],
+ [
+ 3.1432545,
+ 50.6632182
+ ],
+ [
+ 3.1434914,
+ 50.6632654
+ ],
+ [
+ 3.1437201999999997,
+ 50.6633197
+ ],
+ [
+ 3.1439847,
+ 50.6633956
+ ],
+ [
+ 3.1443353,
+ 50.6635127
+ ],
+ [
+ 3.1446940999999997,
+ 50.6636648
+ ],
+ [
+ 3.1449571,
+ 50.6637912
+ ],
+ [
+ 3.1454606,
+ 50.6640709
+ ],
+ [
+ 3.1457319,
+ 50.6642316
+ ],
+ [
+ 3.1458657999999997,
+ 50.6643137
+ ],
+ [
+ 3.1459384999999997,
+ 50.6643578
+ ],
+ [
+ 3.1460296999999997,
+ 50.6644072
+ ],
+ [
+ 3.1462735,
+ 50.664547400000004
+ ],
+ [
+ 3.1465139,
+ 50.6646848
+ ],
+ [
+ 3.1466664,
+ 50.6647671
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0716209,
+ 50.6378471
+ ],
+ [
+ 3.0717792,
+ 50.6379175
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0726646,
+ 50.6423857
+ ],
+ [
+ 3.0727645,
+ 50.642485300000004
+ ],
+ [
+ 3.0728820999999997,
+ 50.6426021
+ ],
+ [
+ 3.0729436999999997,
+ 50.6426588
+ ],
+ [
+ 3.0731284999999997,
+ 50.6428292
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1569906,
+ 50.6730712
+ ],
+ [
+ 3.1574774999999997,
+ 50.6735437
+ ],
+ [
+ 3.1587015,
+ 50.6747035
+ ],
+ [
+ 3.1593255,
+ 50.6753055
+ ],
+ [
+ 3.1596064999999998,
+ 50.6755755
+ ],
+ [
+ 3.1600634999999997,
+ 50.6760155
+ ],
+ [
+ 3.1603425,
+ 50.6762845
+ ],
+ [
+ 3.1606845,
+ 50.676615500000004
+ ],
+ [
+ 3.1611785,
+ 50.6770925
+ ],
+ [
+ 3.1613504999999997,
+ 50.6772565
+ ],
+ [
+ 3.1615444999999998,
+ 50.6774445
+ ],
+ [
+ 3.1617275,
+ 50.6776195
+ ],
+ [
+ 3.1618393,
+ 50.6777265
+ ],
+ [
+ 3.1619088,
+ 50.6777943
+ ],
+ [
+ 3.1619714,
+ 50.6778561
+ ],
+ [
+ 3.1620024,
+ 50.6778845
+ ],
+ [
+ 3.1620573,
+ 50.677934900000004
+ ],
+ [
+ 3.1622418,
+ 50.6781054
+ ],
+ [
+ 3.1631044999999998,
+ 50.6788815
+ ],
+ [
+ 3.1636694999999997,
+ 50.6793945
+ ],
+ [
+ 3.1642335,
+ 50.679905500000004
+ ],
+ [
+ 3.1643312,
+ 50.679989
+ ],
+ [
+ 3.1644462,
+ 50.6800816
+ ],
+ [
+ 3.16453,
+ 50.6801459
+ ],
+ [
+ 3.1645706,
+ 50.6801738
+ ],
+ [
+ 3.1646236,
+ 50.6802086
+ ],
+ [
+ 3.1646834999999998,
+ 50.680244200000004
+ ],
+ [
+ 3.1647322,
+ 50.6802728
+ ],
+ [
+ 3.1647787,
+ 50.6802948
+ ],
+ [
+ 3.1648368,
+ 50.6803195
+ ],
+ [
+ 3.1648951,
+ 50.6803425
+ ],
+ [
+ 3.1649502,
+ 50.6803616
+ ],
+ [
+ 3.1650158,
+ 50.6803837
+ ],
+ [
+ 3.1650929999999997,
+ 50.6804075
+ ],
+ [
+ 3.1651735,
+ 50.680429600000004
+ ],
+ [
+ 3.1652223,
+ 50.680441800000004
+ ],
+ [
+ 3.1652641999999998,
+ 50.6804504
+ ],
+ [
+ 3.1653132999999998,
+ 50.6804601
+ ],
+ [
+ 3.1653583999999997,
+ 50.680466100000004
+ ],
+ [
+ 3.1654242,
+ 50.680474600000004
+ ],
+ [
+ 3.1657052,
+ 50.6805046
+ ],
+ [
+ 3.1663067,
+ 50.6805656
+ ],
+ [
+ 3.1664475,
+ 50.6805795
+ ],
+ [
+ 3.1665972,
+ 50.6805942
+ ],
+ [
+ 3.1666461999999997,
+ 50.6806001
+ ],
+ [
+ 3.1666982,
+ 50.6806064
+ ],
+ [
+ 3.1667514999999997,
+ 50.6806136
+ ],
+ [
+ 3.1668143,
+ 50.680625
+ ],
+ [
+ 3.1668722,
+ 50.6806369
+ ],
+ [
+ 3.1669403,
+ 50.6806543
+ ],
+ [
+ 3.1669959999999997,
+ 50.6806699
+ ],
+ [
+ 3.1670648999999997,
+ 50.6806908
+ ],
+ [
+ 3.1671252,
+ 50.6807134
+ ],
+ [
+ 3.1672279,
+ 50.6807542
+ ],
+ [
+ 3.1672785,
+ 50.6807788
+ ],
+ [
+ 3.1673464,
+ 50.6808147
+ ],
+ [
+ 3.1674222,
+ 50.6808591
+ ],
+ [
+ 3.1676614,
+ 50.681021
+ ],
+ [
+ 3.1677401,
+ 50.681075
+ ],
+ [
+ 3.1677961,
+ 50.6811141
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0740311,
+ 50.6439024
+ ],
+ [
+ 3.07429,
+ 50.6443685
+ ],
+ [
+ 3.0745062,
+ 50.6447543
+ ],
+ [
+ 3.0745422,
+ 50.6448097
+ ],
+ [
+ 3.0745785,
+ 50.6448624
+ ],
+ [
+ 3.0746214,
+ 50.6449194
+ ],
+ [
+ 3.0746843999999998,
+ 50.6450002
+ ],
+ [
+ 3.0747333,
+ 50.6450611
+ ],
+ [
+ 3.0747836,
+ 50.6451167
+ ],
+ [
+ 3.0748753,
+ 50.6452103
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.073619,
+ 50.6433513
+ ],
+ [
+ 3.0736947,
+ 50.6434319
+ ],
+ [
+ 3.0737175999999997,
+ 50.6434576
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0735259,
+ 50.6432509
+ ],
+ [
+ 3.073619,
+ 50.6433513
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0737175999999997,
+ 50.6434576
+ ],
+ [
+ 3.0737335999999997,
+ 50.6434745
+ ],
+ [
+ 3.0737704,
+ 50.643521
+ ],
+ [
+ 3.0738434999999997,
+ 50.6436199
+ ],
+ [
+ 3.0739231,
+ 50.6437391
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0739231,
+ 50.6437391
+ ],
+ [
+ 3.0740311,
+ 50.6439024
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleR",
+ "name": "R",
+ "color": "#81CF00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0711086,
+ 50.637669800000005
+ ],
+ [
+ 3.0713716,
+ 50.6377812
+ ],
+ [
+ 3.0716008,
+ 50.6378782
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0822567000000003,
+ 50.652092700000004
+ ],
+ [
+ 3.0834804,
+ 50.652939200000006
+ ],
+ [
+ 3.0841089000000004,
+ 50.653375100000005
+ ],
+ [
+ 3.0870507000000003,
+ 50.6554245
+ ],
+ [
+ 3.0884515,
+ 50.6563782
+ ],
+ [
+ 3.0886057,
+ 50.656485700000005
+ ],
+ [
+ 3.0886758000000003,
+ 50.6565385
+ ],
+ [
+ 3.0887323,
+ 50.656580500000004
+ ],
+ [
+ 3.0887911000000003,
+ 50.6566252
+ ],
+ [
+ 3.0888401,
+ 50.6566648
+ ],
+ [
+ 3.0888943,
+ 50.6567043
+ ],
+ [
+ 3.0889554,
+ 50.656747800000005
+ ],
+ [
+ 3.0891262000000004,
+ 50.656865800000006
+ ],
+ [
+ 3.0899267000000004,
+ 50.6574177
+ ],
+ [
+ 3.0904481,
+ 50.6577799
+ ],
+ [
+ 3.090957,
+ 50.6581348
+ ],
+ [
+ 3.0912064000000004,
+ 50.658311600000005
+ ],
+ [
+ 3.0914872,
+ 50.6585045
+ ],
+ [
+ 3.0915623,
+ 50.6585531
+ ],
+ [
+ 3.0919408,
+ 50.6588125
+ ],
+ [
+ 3.0925974000000003,
+ 50.6592657
+ ],
+ [
+ 3.0934999000000003,
+ 50.6598903
+ ],
+ [
+ 3.0939653000000003,
+ 50.6602065
+ ],
+ [
+ 3.0940036,
+ 50.6602338
+ ],
+ [
+ 3.0940637,
+ 50.6602776
+ ],
+ [
+ 3.0941281000000003,
+ 50.6603276
+ ],
+ [
+ 3.0942107,
+ 50.6603907
+ ],
+ [
+ 3.0942447,
+ 50.660417900000006
+ ],
+ [
+ 3.0942771000000002,
+ 50.6604412
+ ],
+ [
+ 3.0943473000000004,
+ 50.660488900000004
+ ],
+ [
+ 3.0944749000000003,
+ 50.6605743
+ ],
+ [
+ 3.0960053000000003,
+ 50.6616233
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0960053000000003,
+ 50.6616233
+ ],
+ [
+ 3.0961779000000003,
+ 50.6617454
+ ],
+ [
+ 3.0963026,
+ 50.661827800000005
+ ],
+ [
+ 3.0963577,
+ 50.6618616
+ ],
+ [
+ 3.0966867000000002,
+ 50.6620469
+ ],
+ [
+ 3.0968382,
+ 50.6621323
+ ],
+ [
+ 3.0972223000000003,
+ 50.662333700000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0972223000000003,
+ 50.662333700000005
+ ],
+ [
+ 3.0997287,
+ 50.6635397
+ ],
+ [
+ 3.1013326,
+ 50.6643044
+ ],
+ [
+ 3.1014991000000003,
+ 50.6643838
+ ],
+ [
+ 3.1020938,
+ 50.664667300000005
+ ],
+ [
+ 3.1022786,
+ 50.664755400000004
+ ],
+ [
+ 3.1023463000000002,
+ 50.66479
+ ],
+ [
+ 3.1024084000000003,
+ 50.664822
+ ],
+ [
+ 3.1024469000000003,
+ 50.6648435
+ ],
+ [
+ 3.1024914000000003,
+ 50.6648672
+ ],
+ [
+ 3.1028647,
+ 50.665049700000004
+ ],
+ [
+ 3.1029454000000003,
+ 50.6650866
+ ],
+ [
+ 3.1030176000000003,
+ 50.6651192
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1030176000000003,
+ 50.6651192
+ ],
+ [
+ 3.1031257,
+ 50.6651608
+ ],
+ [
+ 3.1031792,
+ 50.665185300000005
+ ],
+ [
+ 3.1032286,
+ 50.6652106
+ ],
+ [
+ 3.1032675000000003,
+ 50.665236300000004
+ ],
+ [
+ 3.1033629,
+ 50.6653098
+ ],
+ [
+ 3.1034088,
+ 50.6653565
+ ],
+ [
+ 3.1034420000000003,
+ 50.6654019
+ ],
+ [
+ 3.1034619,
+ 50.6654342
+ ],
+ [
+ 3.1034725,
+ 50.6654646
+ ],
+ [
+ 3.1035101000000003,
+ 50.6656057
+ ],
+ [
+ 3.1035269000000003,
+ 50.665662700000006
+ ],
+ [
+ 3.103565,
+ 50.6658093
+ ],
+ [
+ 3.1036516,
+ 50.666139300000005
+ ],
+ [
+ 3.1036575,
+ 50.6661657
+ ],
+ [
+ 3.1036646,
+ 50.6661954
+ ],
+ [
+ 3.1036835000000003,
+ 50.6662744
+ ],
+ [
+ 3.1037304000000003,
+ 50.6664746
+ ],
+ [
+ 3.1037849,
+ 50.6666821
+ ],
+ [
+ 3.1038838,
+ 50.6670777
+ ],
+ [
+ 3.1040441000000003,
+ 50.6676736
+ ],
+ [
+ 3.1043157000000003,
+ 50.668697300000005
+ ],
+ [
+ 3.1044157,
+ 50.6690631
+ ],
+ [
+ 3.1045359,
+ 50.6694684
+ ],
+ [
+ 3.1046361,
+ 50.6697806
+ ],
+ [
+ 3.1046939,
+ 50.6699585
+ ],
+ [
+ 3.1047248,
+ 50.670049500000005
+ ],
+ [
+ 3.1047685,
+ 50.670160700000004
+ ],
+ [
+ 3.1048428,
+ 50.6703436
+ ],
+ [
+ 3.1049354,
+ 50.6705503
+ ],
+ [
+ 3.1050131000000003,
+ 50.670715900000005
+ ],
+ [
+ 3.1050775,
+ 50.670852700000005
+ ],
+ [
+ 3.105179,
+ 50.671047200000004
+ ],
+ [
+ 3.1052277000000004,
+ 50.671145100000004
+ ],
+ [
+ 3.1052867,
+ 50.6712471
+ ],
+ [
+ 3.1053956,
+ 50.6714312
+ ],
+ [
+ 3.1054771000000003,
+ 50.6715718
+ ],
+ [
+ 3.1055626000000003,
+ 50.671707000000005
+ ],
+ [
+ 3.1058257,
+ 50.6721014
+ ],
+ [
+ 3.1060501,
+ 50.672412
+ ],
+ [
+ 3.1061665,
+ 50.6725628
+ ],
+ [
+ 3.1062523,
+ 50.6726741
+ ],
+ [
+ 3.1063588,
+ 50.6728089
+ ],
+ [
+ 3.1065954000000002,
+ 50.673092000000004
+ ],
+ [
+ 3.1066474,
+ 50.673152
+ ],
+ [
+ 3.1067049,
+ 50.6732305
+ ],
+ [
+ 3.1067566,
+ 50.6732971
+ ],
+ [
+ 3.1068237,
+ 50.6733732
+ ],
+ [
+ 3.107014,
+ 50.6735739
+ ],
+ [
+ 3.1072276000000003,
+ 50.6737983
+ ],
+ [
+ 3.1073252,
+ 50.673898
+ ],
+ [
+ 3.1074602000000002,
+ 50.6740276
+ ],
+ [
+ 3.10758,
+ 50.674140200000004
+ ],
+ [
+ 3.1077181,
+ 50.6742575
+ ],
+ [
+ 3.1079979,
+ 50.6744949
+ ],
+ [
+ 3.108296,
+ 50.674736
+ ],
+ [
+ 3.1089342,
+ 50.6752538
+ ],
+ [
+ 3.1094069,
+ 50.675626
+ ],
+ [
+ 3.1099151000000003,
+ 50.6760359
+ ],
+ [
+ 3.1107504,
+ 50.6767102
+ ],
+ [
+ 3.1111648,
+ 50.6770476
+ ],
+ [
+ 3.1115587000000002,
+ 50.6773626
+ ],
+ [
+ 3.111644,
+ 50.6774293
+ ],
+ [
+ 3.1117803,
+ 50.6775293
+ ],
+ [
+ 3.1135277,
+ 50.678927
+ ],
+ [
+ 3.1137896,
+ 50.679136400000004
+ ],
+ [
+ 3.1141234,
+ 50.6793848
+ ],
+ [
+ 3.1142858,
+ 50.679514700000006
+ ],
+ [
+ 3.1145221000000003,
+ 50.6797065
+ ],
+ [
+ 3.1150674,
+ 50.680155400000004
+ ],
+ [
+ 3.1152672000000003,
+ 50.6803143
+ ],
+ [
+ 3.11564,
+ 50.680603500000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0822567000000003,
+ 50.652092700000004
+ ],
+ [
+ 3.0820481,
+ 50.6519356
+ ],
+ [
+ 3.0819010000000002,
+ 50.651811
+ ],
+ [
+ 3.0816524000000003,
+ 50.6516006
+ ],
+ [
+ 3.0815168,
+ 50.651494500000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0727325000000003,
+ 50.6411596
+ ],
+ [
+ 3.0726143,
+ 50.641277200000005
+ ],
+ [
+ 3.0725499000000003,
+ 50.641358000000004
+ ],
+ [
+ 3.0724906,
+ 50.6414442
+ ],
+ [
+ 3.0724519000000003,
+ 50.641517400000005
+ ],
+ [
+ 3.07242,
+ 50.6415948
+ ],
+ [
+ 3.0723986,
+ 50.6416777
+ ],
+ [
+ 3.0723862,
+ 50.6417635
+ ],
+ [
+ 3.0723892000000004,
+ 50.6418495
+ ],
+ [
+ 3.0724057,
+ 50.641948400000004
+ ],
+ [
+ 3.0724318000000004,
+ 50.6420332
+ ],
+ [
+ 3.0724736000000004,
+ 50.6421238
+ ],
+ [
+ 3.0725305,
+ 50.6422131
+ ],
+ [
+ 3.0726031000000003,
+ 50.642311
+ ],
+ [
+ 3.072661,
+ 50.6423821
+ ],
+ [
+ 3.0726696000000002,
+ 50.6423907
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1575273000000004,
+ 50.7185987
+ ],
+ [
+ 3.1576691,
+ 50.7187724
+ ],
+ [
+ 3.1578453,
+ 50.7189848
+ ],
+ [
+ 3.1579275,
+ 50.719086000000004
+ ],
+ [
+ 3.1579465,
+ 50.719108000000006
+ ],
+ [
+ 3.1579689,
+ 50.719131000000004
+ ],
+ [
+ 3.1579874,
+ 50.719149200000004
+ ],
+ [
+ 3.1580090000000003,
+ 50.719168700000004
+ ],
+ [
+ 3.1580774000000003,
+ 50.719228300000005
+ ],
+ [
+ 3.1581300000000003,
+ 50.7192729
+ ],
+ [
+ 3.1581517000000003,
+ 50.7192923
+ ],
+ [
+ 3.1581735,
+ 50.7193139
+ ],
+ [
+ 3.1581966,
+ 50.719337700000004
+ ],
+ [
+ 3.1582147000000003,
+ 50.7193581
+ ],
+ [
+ 3.1582767,
+ 50.719431
+ ],
+ [
+ 3.1585487000000003,
+ 50.7197644
+ ],
+ [
+ 3.1585681,
+ 50.719790700000004
+ ],
+ [
+ 3.158585,
+ 50.7198149
+ ],
+ [
+ 3.1588445000000003,
+ 50.7202155
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1588445000000003,
+ 50.7202155
+ ],
+ [
+ 3.158941,
+ 50.7203631
+ ],
+ [
+ 3.1589517000000003,
+ 50.7203816
+ ],
+ [
+ 3.1589604000000002,
+ 50.7203995
+ ],
+ [
+ 3.1589678,
+ 50.7204202
+ ],
+ [
+ 3.1589774000000004,
+ 50.7204527
+ ],
+ [
+ 3.158983,
+ 50.7204775
+ ],
+ [
+ 3.1589861000000004,
+ 50.7204974
+ ],
+ [
+ 3.1589868,
+ 50.7205138
+ ],
+ [
+ 3.1589859000000002,
+ 50.7205321
+ ],
+ [
+ 3.1589845000000003,
+ 50.7205506
+ ],
+ [
+ 3.158983,
+ 50.720573300000005
+ ],
+ [
+ 3.1589631000000002,
+ 50.720697
+ ],
+ [
+ 3.1589296,
+ 50.720913200000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0748803000000002,
+ 50.645215300000004
+ ],
+ [
+ 3.0749041000000004,
+ 50.645239600000004
+ ],
+ [
+ 3.0752502,
+ 50.6455683
+ ],
+ [
+ 3.0754418,
+ 50.645751000000004
+ ],
+ [
+ 3.0755073,
+ 50.645818500000004
+ ],
+ [
+ 3.0757091,
+ 50.646012600000006
+ ],
+ [
+ 3.075947,
+ 50.646234500000006
+ ],
+ [
+ 3.0761403,
+ 50.6464166
+ ],
+ [
+ 3.0762223,
+ 50.6464968
+ ],
+ [
+ 3.0764064,
+ 50.6466766
+ ],
+ [
+ 3.0766221000000002,
+ 50.646881400000005
+ ],
+ [
+ 3.0772907000000003,
+ 50.647508800000004
+ ],
+ [
+ 3.0774774000000003,
+ 50.6476843
+ ],
+ [
+ 3.07871,
+ 50.6488302
+ ],
+ [
+ 3.078812,
+ 50.6489299
+ ],
+ [
+ 3.0788629000000003,
+ 50.6489782
+ ],
+ [
+ 3.0789020000000002,
+ 50.6490232
+ ],
+ [
+ 3.0789935,
+ 50.6491143
+ ],
+ [
+ 3.0792111,
+ 50.649323
+ ],
+ [
+ 3.0798069000000003,
+ 50.6498946
+ ],
+ [
+ 3.0804720000000003,
+ 50.650510700000005
+ ],
+ [
+ 3.0808709000000003,
+ 50.6508914
+ ],
+ [
+ 3.0815168,
+ 50.651494500000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.11564,
+ 50.680603500000004
+ ],
+ [
+ 3.1161926,
+ 50.681034600000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1161926,
+ 50.681034600000004
+ ],
+ [
+ 3.1171716000000003,
+ 50.681792900000005
+ ],
+ [
+ 3.1181462,
+ 50.682544
+ ],
+ [
+ 3.1186682,
+ 50.6829452
+ ],
+ [
+ 3.1192271000000003,
+ 50.6833605
+ ],
+ [
+ 3.1193474,
+ 50.6834593
+ ],
+ [
+ 3.1196224000000004,
+ 50.6836701
+ ],
+ [
+ 3.1217769,
+ 50.6853214
+ ],
+ [
+ 3.1228592,
+ 50.686149900000004
+ ],
+ [
+ 3.1235807,
+ 50.6866877
+ ],
+ [
+ 3.1239268,
+ 50.6869565
+ ],
+ [
+ 3.1240503,
+ 50.6870587
+ ],
+ [
+ 3.1241164,
+ 50.687113000000004
+ ],
+ [
+ 3.1242057,
+ 50.6871852
+ ],
+ [
+ 3.1244263,
+ 50.687352600000004
+ ],
+ [
+ 3.1248492000000003,
+ 50.687677900000004
+ ],
+ [
+ 3.1275625000000002,
+ 50.6897651
+ ],
+ [
+ 3.1279997,
+ 50.6900994
+ ],
+ [
+ 3.1284425000000002,
+ 50.6904413
+ ],
+ [
+ 3.1296841,
+ 50.6913951
+ ],
+ [
+ 3.1311077000000003,
+ 50.6924658
+ ],
+ [
+ 3.1311154,
+ 50.6924715
+ ],
+ [
+ 3.1312024000000003,
+ 50.6925417
+ ],
+ [
+ 3.1312267,
+ 50.6925611
+ ],
+ [
+ 3.1313256000000003,
+ 50.692641
+ ],
+ [
+ 3.1313476000000002,
+ 50.692658800000004
+ ],
+ [
+ 3.1315596,
+ 50.692823100000005
+ ],
+ [
+ 3.1316988,
+ 50.692932500000005
+ ],
+ [
+ 3.1330269,
+ 50.6939541
+ ],
+ [
+ 3.1331034,
+ 50.6940132
+ ],
+ [
+ 3.1332615,
+ 50.694135800000005
+ ],
+ [
+ 3.1344799,
+ 50.695074500000004
+ ],
+ [
+ 3.1351223000000004,
+ 50.695562100000004
+ ],
+ [
+ 3.1354419,
+ 50.695815800000005
+ ],
+ [
+ 3.1357325,
+ 50.6960616
+ ],
+ [
+ 3.136025,
+ 50.6963111
+ ],
+ [
+ 3.1361735,
+ 50.6964404
+ ],
+ [
+ 3.1363305,
+ 50.696578
+ ],
+ [
+ 3.1365186,
+ 50.6967547
+ ],
+ [
+ 3.1368399,
+ 50.697074300000004
+ ],
+ [
+ 3.1373927000000004,
+ 50.6976244
+ ],
+ [
+ 3.1381776,
+ 50.698407700000004
+ ],
+ [
+ 3.1382616000000003,
+ 50.6984918
+ ],
+ [
+ 3.1386643000000003,
+ 50.698889400000006
+ ],
+ [
+ 3.138793,
+ 50.699022400000004
+ ],
+ [
+ 3.1388668,
+ 50.699105
+ ],
+ [
+ 3.1389175000000002,
+ 50.699164200000006
+ ],
+ [
+ 3.1390748,
+ 50.699345
+ ],
+ [
+ 3.1391401,
+ 50.6994212
+ ],
+ [
+ 3.1392160000000002,
+ 50.6995225
+ ],
+ [
+ 3.1392782,
+ 50.699617200000006
+ ],
+ [
+ 3.1393411,
+ 50.699728900000004
+ ],
+ [
+ 3.1393955,
+ 50.6998406
+ ],
+ [
+ 3.1394498,
+ 50.6999816
+ ],
+ [
+ 3.1397683,
+ 50.700775
+ ],
+ [
+ 3.1399397000000002,
+ 50.7011565
+ ],
+ [
+ 3.1400012000000004,
+ 50.701272200000005
+ ],
+ [
+ 3.1400806,
+ 50.701400400000004
+ ],
+ [
+ 3.1401871000000003,
+ 50.7015663
+ ],
+ [
+ 3.1402650000000003,
+ 50.701669700000004
+ ],
+ [
+ 3.1403504,
+ 50.701773100000004
+ ],
+ [
+ 3.1405349,
+ 50.7019968
+ ],
+ [
+ 3.1406738,
+ 50.7021376
+ ],
+ [
+ 3.1407726,
+ 50.7022308
+ ],
+ [
+ 3.1409328000000003,
+ 50.7023749
+ ],
+ [
+ 3.1411219000000004,
+ 50.7025364
+ ],
+ [
+ 3.141325,
+ 50.7026808
+ ],
+ [
+ 3.1415831,
+ 50.7028468
+ ],
+ [
+ 3.1425934,
+ 50.703465800000004
+ ],
+ [
+ 3.1427490000000002,
+ 50.703564
+ ],
+ [
+ 3.1428868000000003,
+ 50.703653800000005
+ ],
+ [
+ 3.1429084,
+ 50.7036673
+ ],
+ [
+ 3.1431869000000003,
+ 50.703841600000004
+ ],
+ [
+ 3.1436321,
+ 50.7041132
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0732958000000004,
+ 50.642987600000005
+ ],
+ [
+ 3.0733315,
+ 50.64303
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0731335,
+ 50.6428342
+ ],
+ [
+ 3.0732958000000004,
+ 50.642987600000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0733315,
+ 50.64303
+ ],
+ [
+ 3.0735309,
+ 50.6432559
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0716008,
+ 50.6378782
+ ],
+ [
+ 3.0716925,
+ 50.6379004
+ ],
+ [
+ 3.0717842,
+ 50.6379225
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0717842,
+ 50.6379225
+ ],
+ [
+ 3.0726451000000004,
+ 50.6383153
+ ],
+ [
+ 3.0735979,
+ 50.638750300000005
+ ],
+ [
+ 3.0736480000000004,
+ 50.638775
+ ],
+ [
+ 3.0736923000000003,
+ 50.6387962
+ ],
+ [
+ 3.0737379000000002,
+ 50.638819600000005
+ ],
+ [
+ 3.0737801,
+ 50.6388417
+ ],
+ [
+ 3.0738204000000002,
+ 50.6388635
+ ],
+ [
+ 3.0738713,
+ 50.6388928
+ ],
+ [
+ 3.0738928000000003,
+ 50.638907200000006
+ ],
+ [
+ 3.0739177,
+ 50.638925
+ ],
+ [
+ 3.0739397,
+ 50.638944200000005
+ ],
+ [
+ 3.0739632,
+ 50.6389659
+ ],
+ [
+ 3.0739826000000003,
+ 50.6389876
+ ],
+ [
+ 3.0740049000000003,
+ 50.6390132
+ ],
+ [
+ 3.0740282000000003,
+ 50.639041600000006
+ ],
+ [
+ 3.0740707,
+ 50.6390983
+ ],
+ [
+ 3.0740846,
+ 50.6391177
+ ],
+ [
+ 3.0741013,
+ 50.6391428
+ ],
+ [
+ 3.0741179,
+ 50.639171600000005
+ ],
+ [
+ 3.0741322,
+ 50.639198900000004
+ ],
+ [
+ 3.0741463,
+ 50.639225700000004
+ ],
+ [
+ 3.0741651,
+ 50.6392688
+ ],
+ [
+ 3.0741791000000003,
+ 50.6393003
+ ],
+ [
+ 3.0741865,
+ 50.639323100000006
+ ],
+ [
+ 3.0741932000000003,
+ 50.6393448
+ ],
+ [
+ 3.0741972,
+ 50.639365600000005
+ ],
+ [
+ 3.0742009,
+ 50.6393897
+ ],
+ [
+ 3.0742019000000003,
+ 50.6394107
+ ],
+ [
+ 3.0742019000000003,
+ 50.6394278
+ ],
+ [
+ 3.0741999,
+ 50.639449400000004
+ ],
+ [
+ 3.0741975000000004,
+ 50.6394673
+ ],
+ [
+ 3.0741934,
+ 50.6394911
+ ],
+ [
+ 3.0741603,
+ 50.639627600000004
+ ],
+ [
+ 3.0741537,
+ 50.6396491
+ ],
+ [
+ 3.0741469,
+ 50.6396723
+ ],
+ [
+ 3.0741396,
+ 50.6396931
+ ],
+ [
+ 3.0740588,
+ 50.639878700000004
+ ],
+ [
+ 3.0740339000000003,
+ 50.6399339
+ ],
+ [
+ 3.0740008000000003,
+ 50.6399965
+ ],
+ [
+ 3.0739502,
+ 50.6400918
+ ],
+ [
+ 3.0738877000000002,
+ 50.640168
+ ],
+ [
+ 3.0731762000000002,
+ 50.640782800000004
+ ],
+ [
+ 3.0727325000000003,
+ 50.6411596
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1562829000000003,
+ 50.7128025
+ ],
+ [
+ 3.1563168000000004,
+ 50.7128657
+ ],
+ [
+ 3.1563331000000003,
+ 50.7129111
+ ],
+ [
+ 3.1563421000000003,
+ 50.7129441
+ ],
+ [
+ 3.1563494000000003,
+ 50.7129707
+ ],
+ [
+ 3.156352,
+ 50.7129933
+ ],
+ [
+ 3.1563533,
+ 50.7130049
+ ],
+ [
+ 3.1563593,
+ 50.7130604
+ ],
+ [
+ 3.156362,
+ 50.713129
+ ],
+ [
+ 3.1563606,
+ 50.713145100000006
+ ],
+ [
+ 3.1563551000000003,
+ 50.7132093
+ ],
+ [
+ 3.1563472000000004,
+ 50.713272800000006
+ ],
+ [
+ 3.1563446,
+ 50.7132932
+ ],
+ [
+ 3.1561511,
+ 50.7144568
+ ],
+ [
+ 3.1561422,
+ 50.714510600000004
+ ],
+ [
+ 3.1558800000000002,
+ 50.7161027
+ ],
+ [
+ 3.1558738,
+ 50.7161631
+ ],
+ [
+ 3.155872,
+ 50.716224000000004
+ ],
+ [
+ 3.1558781000000002,
+ 50.716283600000004
+ ],
+ [
+ 3.1558914000000002,
+ 50.7163508
+ ],
+ [
+ 3.1559121,
+ 50.7164111
+ ],
+ [
+ 3.155939,
+ 50.7164688
+ ],
+ [
+ 3.1559435000000002,
+ 50.7164759
+ ],
+ [
+ 3.1559697,
+ 50.7165169
+ ],
+ [
+ 3.1560137000000004,
+ 50.7165741
+ ],
+ [
+ 3.1564935000000003,
+ 50.7171728
+ ],
+ [
+ 3.1565069,
+ 50.7171895
+ ],
+ [
+ 3.1565989,
+ 50.717297300000006
+ ],
+ [
+ 3.1566581,
+ 50.7173608
+ ],
+ [
+ 3.1567011000000003,
+ 50.7173995
+ ],
+ [
+ 3.1567098000000002,
+ 50.7174074
+ ],
+ [
+ 3.1567643000000003,
+ 50.717454700000005
+ ],
+ [
+ 3.1567786,
+ 50.7174684
+ ],
+ [
+ 3.1568331,
+ 50.717511300000005
+ ],
+ [
+ 3.1568531,
+ 50.7175305
+ ],
+ [
+ 3.1568826000000003,
+ 50.7175588
+ ],
+ [
+ 3.1568992000000002,
+ 50.717578
+ ],
+ [
+ 3.1569406,
+ 50.7176259
+ ],
+ [
+ 3.1571273,
+ 50.7178504
+ ],
+ [
+ 3.1572108,
+ 50.717956400000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0726696000000002,
+ 50.6423907
+ ],
+ [
+ 3.0727695,
+ 50.642490300000006
+ ],
+ [
+ 3.0728871,
+ 50.6426071
+ ],
+ [
+ 3.0729487,
+ 50.6426638
+ ],
+ [
+ 3.0731335,
+ 50.6428342
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1572108,
+ 50.717956400000006
+ ],
+ [
+ 3.1572568000000003,
+ 50.718022700000006
+ ],
+ [
+ 3.1572847,
+ 50.718066900000004
+ ],
+ [
+ 3.1573144,
+ 50.7181255
+ ],
+ [
+ 3.1573435,
+ 50.7182028
+ ],
+ [
+ 3.1573556000000003,
+ 50.718250600000005
+ ],
+ [
+ 3.1573632000000003,
+ 50.718277
+ ],
+ [
+ 3.1573745,
+ 50.7183107
+ ],
+ [
+ 3.1573856,
+ 50.7183361
+ ],
+ [
+ 3.157392,
+ 50.7183496
+ ],
+ [
+ 3.1573993000000002,
+ 50.7183651
+ ],
+ [
+ 3.1574181,
+ 50.718401400000005
+ ],
+ [
+ 3.1574464,
+ 50.7184571
+ ],
+ [
+ 3.1574649000000004,
+ 50.7184916
+ ],
+ [
+ 3.1574892,
+ 50.7185374
+ ],
+ [
+ 3.1574999000000004,
+ 50.718556500000005
+ ],
+ [
+ 3.1575273000000004,
+ 50.7185987
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.1436321,
+ 50.7041132
+ ],
+ [
+ 3.1501230000000002,
+ 50.708072300000005
+ ],
+ [
+ 3.1525892,
+ 50.7095757
+ ],
+ [
+ 3.1528006,
+ 50.709704300000006
+ ],
+ [
+ 3.1528664,
+ 50.709748000000005
+ ],
+ [
+ 3.1529332,
+ 50.7097925
+ ],
+ [
+ 3.1530093000000003,
+ 50.7098432
+ ],
+ [
+ 3.1530723000000003,
+ 50.7098883
+ ],
+ [
+ 3.1530944,
+ 50.7099022
+ ],
+ [
+ 3.1531323,
+ 50.7099259
+ ],
+ [
+ 3.1533631,
+ 50.710067800000004
+ ],
+ [
+ 3.1546381,
+ 50.7108489
+ ],
+ [
+ 3.1548387,
+ 50.7109711
+ ],
+ [
+ 3.1549501,
+ 50.711044900000005
+ ],
+ [
+ 3.155055,
+ 50.7111213
+ ],
+ [
+ 3.1551549000000003,
+ 50.7112028
+ ],
+ [
+ 3.1552738000000002,
+ 50.711311900000005
+ ],
+ [
+ 3.1553874,
+ 50.7114287
+ ],
+ [
+ 3.1554612,
+ 50.711511900000005
+ ],
+ [
+ 3.1555237000000003,
+ 50.711587900000005
+ ],
+ [
+ 3.1555917,
+ 50.7116799
+ ],
+ [
+ 3.1560499,
+ 50.712420300000005
+ ],
+ [
+ 3.1562285,
+ 50.7127013
+ ],
+ [
+ 3.1562829000000003,
+ 50.7128025
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0740361000000003,
+ 50.6439074
+ ],
+ [
+ 3.074295,
+ 50.6443735
+ ],
+ [
+ 3.0745112000000003,
+ 50.644759300000004
+ ],
+ [
+ 3.0745472,
+ 50.644814700000005
+ ],
+ [
+ 3.0745835,
+ 50.6448674
+ ],
+ [
+ 3.0746264,
+ 50.6449244
+ ],
+ [
+ 3.0746894,
+ 50.6450052
+ ],
+ [
+ 3.0747383000000004,
+ 50.6450661
+ ],
+ [
+ 3.0747886,
+ 50.645121700000004
+ ],
+ [
+ 3.0748803000000002,
+ 50.645215300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.073624,
+ 50.6433563
+ ],
+ [
+ 3.0736997,
+ 50.643436900000005
+ ],
+ [
+ 3.0737226,
+ 50.6434626
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0735309,
+ 50.6432559
+ ],
+ [
+ 3.073624,
+ 50.6433563
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0737226,
+ 50.6434626
+ ],
+ [
+ 3.0737386,
+ 50.643479500000005
+ ],
+ [
+ 3.0737754,
+ 50.643526
+ ],
+ [
+ 3.0738485,
+ 50.6436249
+ ],
+ [
+ 3.0739281000000003,
+ 50.6437441
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.0739281000000003,
+ 50.6437441
+ ],
+ [
+ 3.0740361000000003,
+ 50.6439074
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LilleT",
+ "name": "T",
+ "color": "#0099FF",
+ "order": 4
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/lille/data/source.json b/src/app/(game)/lille/data/source.json
new file mode 100644
index 0000000..e2de408
--- /dev/null
+++ b/src/app/(game)/lille/data/source.json
@@ -0,0 +1,16886 @@
+{
+ "lines": [
+ {
+ "lineId": "Lille1",
+ "relations": [
+ {
+ "relationId": 171691,
+ "stationsNodeIds": [
+ 7633908749,
+ 7747871286,
+ 7821420839,
+ 2062882284,
+ 367098735,
+ 13421852146,
+ 13421852148,
+ 13421852151,
+ 13421852155,
+ 13421852156,
+ 24947460,
+ 13421852161,
+ 2062882448,
+ 13421852164,
+ 13421852167,
+ 2062882280,
+ 477643149,
+ 477643160
+ ],
+ "routesWayIds": [
+ 816977752,
+ 1172696823,
+ 817307318,
+ 817341156,
+ 817341157,
+ 817341158,
+ 817341159,
+ 817341160,
+ 817341162,
+ 817341165,
+ 817341166,
+ 817341167,
+ 545022611,
+ 195743522,
+ 195886690,
+ 828868402,
+ 195743518,
+ 195743511,
+ 817813417,
+ 195886691,
+ 195886692
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "Lille2",
+ "relations": [
+ {
+ "relationId": 449485,
+ "stationsNodeIds": [
+ 7681137563,
+ 2061592855,
+ 2061592877,
+ 476644666,
+ 476644665,
+ 476644664,
+ 2061592702,
+ 2061592504,
+ 439792372,
+ 1635759514,
+ 2061591963,
+ 2061591695,
+ 412283375,
+ 412283381,
+ 408747522,
+ 497394889,
+ 406517672,
+ 2061592712,
+ 2208333145,
+ 2061592819,
+ 2061592801,
+ 2061592803,
+ 428622060,
+ 13424514779,
+ 13424646876,
+ 13424646794,
+ 13424646825,
+ 13424646733,
+ 13424646704,
+ 13424646694,
+ 13424646683,
+ 13424646638,
+ 13424646605,
+ 13424646576,
+ 13424646556,
+ 13424643482,
+ 13424643499,
+ 13424646334,
+ 13424646345,
+ 13424646380,
+ 13424646425,
+ 13424646470,
+ 13424646497,
+ 13424643480
+ ],
+ "routesWayIds": [
+ 818109680,
+ 818109682,
+ 195743508,
+ 818113798,
+ 195743507,
+ 195743505,
+ 195743486,
+ 195743487,
+ 195743506,
+ 818318143,
+ 195743493,
+ 195743494,
+ 818376590,
+ 818376589,
+ 818376593,
+ 195743495,
+ 195743498,
+ 195743497,
+ 195743488,
+ 195743503,
+ 195743504,
+ 195743501,
+ 195743496,
+ 1388169080,
+ 818519065,
+ 818519064,
+ 195743489,
+ 818526951,
+ 818526953,
+ 1463547243,
+ 1463547242,
+ 1463547241,
+ 1463547240,
+ 1463547239,
+ 1463547238
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LilleR",
+ "relations": [
+ {
+ "relationId": 9303177,
+ "stationsNodeIds": [],
+ "routesWayIds": []
+ },
+ {
+ "relationId": 224816,
+ "stationsNodeIds": [
+ 871279130,
+ 871279102,
+ 3096870051,
+ 1986566502,
+ 675366337,
+ 679421010,
+ 679421000,
+ 679421021,
+ 1219182534,
+ 1219182102,
+ 1219182398,
+ 1219181778,
+ 1219182154,
+ 1219181373,
+ 1219181533,
+ 1219182593,
+ 1219182177,
+ 1219181784,
+ 1219181155,
+ 1219181531,
+ 1219181151,
+ 1219181761
+ ],
+ "routesWayIds": [
+ 81873787,
+ 947935671,
+ 746255513,
+ 53820133,
+ 975393633,
+ 303247115,
+ 303247106,
+ 303247116,
+ 1154824103,
+ 1154824102,
+ 1154824106,
+ 1154824109,
+ 975393642,
+ 81873725,
+ 53820130,
+ 53418095,
+ 53418100,
+ 53424984,
+ 947922660,
+ 947922635,
+ 975393640,
+ 105880220,
+ 161975310
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LilleT",
+ "relations": [
+ {
+ "relationId": 593563,
+ "stationsNodeIds": [
+ 6271587519,
+ 871279102,
+ 3096870051,
+ 1986566502,
+ 675366337,
+ 679421010,
+ 679421000,
+ 679421021,
+ 675410508,
+ 675418726,
+ 706458902,
+ 675418722,
+ 706458910,
+ 706484725,
+ 706484789,
+ 706484791,
+ 706484795,
+ 706484801,
+ 706458956,
+ 706484806,
+ 706484811
+ ],
+ "routesWayIds": [
+ 34780251,
+ 376709135,
+ 746255513,
+ 53820133,
+ 975393633,
+ 303247115,
+ 303247106,
+ 303247116,
+ 1154824103,
+ 1154824102,
+ 1154824106,
+ 1154824109,
+ 975393642,
+ 81873725,
+ 53820130,
+ 53418095,
+ 53418100,
+ 53424984,
+ 53425712,
+ 158593679,
+ 158593682,
+ 975393638,
+ 947935667,
+ 975393636,
+ 56312711,
+ 56312713
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ }
+ ],
+ "ways": [
+ {
+ "wayId": 195743501,
+ "nodeIds": [
+ 2061592801,
+ 2061592806,
+ 2061592809,
+ 2061592804,
+ 2061592803
+ ]
+ },
+ {
+ "wayId": 817307318,
+ "nodeIds": [
+ 7630353641,
+ 7633123250,
+ 7633123251,
+ 7633123254,
+ 7633123255,
+ 7633123256,
+ 7633123257,
+ 7633123259,
+ 7633385315
+ ]
+ },
+ {
+ "wayId": 817813417,
+ "nodeIds": [
+ 2061591539,
+ 477643120
+ ]
+ },
+ {
+ "wayId": 195743489,
+ "nodeIds": [
+ 7644038564,
+ 7644038563,
+ 6296253949,
+ 7644038570,
+ 7644038566,
+ 6270481246,
+ 7644038568,
+ 7644038569,
+ 7644038567,
+ 6270481247,
+ 7644038583,
+ 6270481248,
+ 7644038793,
+ 7644038794,
+ 6270481249,
+ 7644038795,
+ 428622058,
+ 7644038582,
+ 7644038796,
+ 7644038581,
+ 6270481250,
+ 13424514779,
+ 428622056,
+ 13424514778,
+ 6270481251,
+ 7644038580,
+ 6229504437,
+ 6270481252,
+ 6229504436,
+ 7644074962,
+ 7644074961,
+ 6229504438,
+ 7644074960,
+ 7644038579,
+ 7644074959,
+ 6270481253,
+ 7644074970,
+ 7644074971,
+ 428622055,
+ 7644074972,
+ 6229504430,
+ 428622054,
+ 7644074974,
+ 7644038578,
+ 7644074973,
+ 7644074975,
+ 6229504433,
+ 7644074984,
+ 6229504435,
+ 6229504434,
+ 6229504431,
+ 7644095887,
+ 1666260810,
+ 7644095922,
+ 7644095889,
+ 7644095923,
+ 428622052,
+ 7644095890,
+ 6270481254,
+ 1666260823,
+ 6270481255,
+ 7644095891,
+ 7644095892,
+ 428622051,
+ 7644095893,
+ 1666260828,
+ 1666260834,
+ 7644095894,
+ 7644095934,
+ 428622050,
+ 6270481256,
+ 7644095933,
+ 1666260840,
+ 7644095932,
+ 7644095931,
+ 1666260845,
+ 428622049
+ ]
+ },
+ {
+ "wayId": 195886692,
+ "nodeIds": [
+ 2061591537,
+ 7637729237,
+ 7637729252,
+ 2061591522,
+ 7637729247,
+ 7637729259,
+ 7637729260,
+ 6270387298,
+ 7637729261,
+ 2061591508,
+ 6270387297,
+ 7637729243,
+ 2061591506,
+ 7637729238,
+ 2061591504,
+ 7637729223,
+ 2061591503,
+ 7637729222,
+ 7637729224,
+ 2061591502,
+ 2061591500,
+ 7637729221,
+ 2061591499,
+ 7637729220,
+ 2061591498,
+ 6270387296,
+ 7637729225,
+ 2061591495,
+ 6270387295,
+ 7637729198,
+ 7637729199,
+ 2061591490,
+ 2061591488,
+ 7637729200,
+ 2061591482,
+ 2061591479,
+ 6270387294,
+ 2061591468,
+ 7637729197,
+ 2061591459,
+ 7637729196,
+ 2061591455,
+ 7637729195,
+ 7637722670,
+ 7637729194,
+ 2061591452,
+ 2061591448,
+ 7637722669,
+ 7637729193,
+ 2061591446,
+ 6270387293,
+ 7637722682,
+ 7637722683,
+ 2061591441,
+ 2061591431,
+ 7637722680,
+ 3730375865,
+ 7637722671,
+ 2061591422,
+ 477643149,
+ 2061591398,
+ 2061591352,
+ 7637722662,
+ 7637722665,
+ 2061591346,
+ 7637722663,
+ 2061591339,
+ 7637722634,
+ 2061591333,
+ 7637722654,
+ 7637722635,
+ 6270387290,
+ 7637722636,
+ 7637722648,
+ 6270387289,
+ 7637722637,
+ 7637722638,
+ 2061591326,
+ 7637722639,
+ 2061591303,
+ 477643160,
+ 7637722644
+ ]
+ },
+ {
+ "wayId": 1154824102,
+ "nodeIds": [
+ 10739877123,
+ 8773867825,
+ 10739877124
+ ]
+ },
+ {
+ "wayId": 818519064,
+ "nodeIds": [
+ 7644038561,
+ 7644038564
+ ]
+ },
+ {
+ "wayId": 817341160,
+ "nodeIds": [
+ 7633402593,
+ 7633402602,
+ 7633402603,
+ 7633402604
+ ]
+ },
+ {
+ "wayId": 818376589,
+ "nodeIds": [
+ 497394888,
+ 7642739163
+ ]
+ },
+ {
+ "wayId": 303247106,
+ "nodeIds": [
+ 3075917111,
+ 3075917646
+ ]
+ },
+ {
+ "wayId": 1172696823,
+ "nodeIds": [
+ 7633123240,
+ 7633123233,
+ 7633123239,
+ 7633123238,
+ 7633123242,
+ 7633123241,
+ 7633123244,
+ 7633123245,
+ 7630353641
+ ]
+ },
+ {
+ "wayId": 195743493,
+ "nodeIds": [
+ 2061591626,
+ 2061591618
+ ]
+ },
+ {
+ "wayId": 817341165,
+ "nodeIds": [
+ 7633402606,
+ 7633402607
+ ]
+ },
+ {
+ "wayId": 195743522,
+ "nodeIds": [
+ 2061591931,
+ 2061591943,
+ 2061591947,
+ 2061591953,
+ 2061591960,
+ 2061591965,
+ 2061591976,
+ 2061591980,
+ 2061591983,
+ 2061591987,
+ 2061592001,
+ 2061592003,
+ 2061592004,
+ 2061592008,
+ 2061592009,
+ 2061592011,
+ 2061592013,
+ 2061592020,
+ 2061592034,
+ 2061592043,
+ 2061592044,
+ 2061592051,
+ 2061592055,
+ 367098735,
+ 2061592066,
+ 2061592060,
+ 2061592053,
+ 2061592050,
+ 2061592046,
+ 2061592040,
+ 2061592036,
+ 2061592032,
+ 2061592022,
+ 2061592014,
+ 2061592017,
+ 2061592019,
+ 2061592029,
+ 2061592038,
+ 2061592042,
+ 2061592048,
+ 2061592059
+ ]
+ },
+ {
+ "wayId": 195743495,
+ "nodeIds": [
+ 497394889,
+ 2061592304,
+ 2061592313,
+ 2061592324,
+ 2061592330,
+ 2061592334,
+ 2061592336,
+ 2061592338,
+ 2061592341,
+ 2061592345,
+ 2061592347,
+ 2061592351,
+ 2061592354,
+ 2061592367,
+ 2061592369,
+ 2061592373,
+ 6349637921,
+ 2061592375,
+ 2061592383,
+ 2061592386,
+ 2061592398,
+ 2061592404,
+ 2061592413,
+ 2061592419,
+ 2061592424,
+ 2061592427,
+ 2061592436,
+ 406517672
+ ]
+ },
+ {
+ "wayId": 195886690,
+ "nodeIds": [
+ 2061592059,
+ 2062882291,
+ 2062882293,
+ 2062882295,
+ 2062882297,
+ 2062882299,
+ 2062882301,
+ 2062882310,
+ 2062882323,
+ 2062882325,
+ 2062882319,
+ 2062882321,
+ 2062882306,
+ 2062882303,
+ 2062882308,
+ 2062882327,
+ 2062882329,
+ 2062882331,
+ 2062882333,
+ 2062882335,
+ 2062882337,
+ 13421852146,
+ 2062882339,
+ 2062882341,
+ 2062882343,
+ 2062882345,
+ 2062882347,
+ 2062882356,
+ 2062882358,
+ 2701286502,
+ 2062882352,
+ 2062882350,
+ 6525182595,
+ 2694721097,
+ 6525182592,
+ 2062882362,
+ 2062882364,
+ 2062882366,
+ 2062882368,
+ 2062882369,
+ 2062882370,
+ 2062882371,
+ 2062882372,
+ 2062882373,
+ 8607697541,
+ 2062882375,
+ 2062882377,
+ 13421852148,
+ 2062882379,
+ 2062882382,
+ 2062882384,
+ 2062882386,
+ 2062882392
+ ]
+ },
+ {
+ "wayId": 195743511,
+ "nodeIds": [
+ 2061592651,
+ 2061592654,
+ 2061592661,
+ 2061592665,
+ 2061592674,
+ 2061592676,
+ 2061592686,
+ 4405960692,
+ 2061592692,
+ 2061592699,
+ 2061592701,
+ 2061592696,
+ 2061592690,
+ 2061592683,
+ 2061592668,
+ 2061592634,
+ 6270387300,
+ 2061592609,
+ 2061592600,
+ 2061592581,
+ 2061592563,
+ 13421852161,
+ 4713508411,
+ 2061592491,
+ 2061592472,
+ 2061592456,
+ 2061592443,
+ 2061592431,
+ 2061592417,
+ 2061592408,
+ 2062882448,
+ 2061592389,
+ 2061592371,
+ 2061592365,
+ 2061592353,
+ 2061592349,
+ 2061592343,
+ 2061592335,
+ 2061592328,
+ 2061592319,
+ 13528674611,
+ 2061592309,
+ 2061592306,
+ 2061592303,
+ 2061592300,
+ 2061592295,
+ 2061592292,
+ 2061592276,
+ 2061592268,
+ 2061592260,
+ 2061592257,
+ 2061592254,
+ 2061592248,
+ 2061592246,
+ 2061592244,
+ 2061592238,
+ 2061592235,
+ 2061592233,
+ 2061592227,
+ 2061592224,
+ 2061592218,
+ 2061592212,
+ 2061592207,
+ 2061592202,
+ 6486086869,
+ 13421852164,
+ 2061592188,
+ 2061592181,
+ 2061592177,
+ 2061592172,
+ 2061592168,
+ 2061592163,
+ 2061592159,
+ 2061592157,
+ 2061592154,
+ 2061592137,
+ 2061592130,
+ 2061592126,
+ 2061592121,
+ 2061592117,
+ 2061592114,
+ 2061592108,
+ 2061592078,
+ 2061592057,
+ 2061592016,
+ 2061592006,
+ 13421852167,
+ 2061591985,
+ 2061591981,
+ 2061591978,
+ 2061591977,
+ 2061591974,
+ 2061591968,
+ 2061591961,
+ 2061591956,
+ 2061591949,
+ 2061591945,
+ 2061591941,
+ 2061591936,
+ 2061591928,
+ 2061591915,
+ 2061591887,
+ 2061591870,
+ 2061591855,
+ 2061591837,
+ 2061591823,
+ 2061591795,
+ 2061591779,
+ 2061591764,
+ 2061591746,
+ 2062882280,
+ 2061591669,
+ 2061591638,
+ 2061591610,
+ 2061591589,
+ 2061591581,
+ 2061591579,
+ 2061591577,
+ 2061591575,
+ 2061591565,
+ 2061591559,
+ 2061591557,
+ 2061591556,
+ 2061591552,
+ 2061591551,
+ 2061591549,
+ 2061591546,
+ 2061591542,
+ 2061591539
+ ]
+ },
+ {
+ "wayId": 545022611,
+ "nodeIds": [
+ 7633123247,
+ 2061591703,
+ 7633402625,
+ 7633402626,
+ 2061591689,
+ 2061591680,
+ 7633402629,
+ 2061591685,
+ 2061591687,
+ 2061591701,
+ 2061591711,
+ 2061591732,
+ 6299665625,
+ 2061591749,
+ 2061591770,
+ 2062882284,
+ 2061591794,
+ 2061591799,
+ 2061591812,
+ 2061591818,
+ 2061591826,
+ 2061591833,
+ 2061591843,
+ 2061591846,
+ 2061591858,
+ 2061591865,
+ 2061591879,
+ 2061591884,
+ 2061591931
+ ]
+ },
+ {
+ "wayId": 1154824106,
+ "nodeIds": [
+ 10739877124,
+ 8773867824,
+ 1299481325,
+ 8773867828,
+ 1299481176
+ ]
+ },
+ {
+ "wayId": 818376593,
+ "nodeIds": [
+ 7642739163,
+ 497394889
+ ]
+ },
+ {
+ "wayId": 817341166,
+ "nodeIds": [
+ 7633402607,
+ 7633402608
+ ]
+ },
+ {
+ "wayId": 1463547243,
+ "nodeIds": [
+ 13424646887,
+ 13424646885,
+ 13424643475,
+ 13424646884,
+ 13424646883,
+ 13424646882,
+ 13424646881,
+ 13424646880,
+ 13424646879,
+ 13424646878,
+ 13424646877,
+ 13424646876,
+ 13424646875,
+ 13424646874,
+ 13424646873,
+ 13424646872,
+ 13424646871,
+ 13424646870,
+ 13424646869,
+ 13424646868,
+ 13424646867,
+ 13424646866,
+ 13424646865,
+ 13424646864,
+ 13424646863,
+ 13424646862,
+ 13424646861,
+ 13424646860,
+ 13424646886,
+ 13424646858
+ ]
+ },
+ {
+ "wayId": 975393633,
+ "nodeIds": [
+ 9026240206,
+ 6990557765,
+ 871279100,
+ 871279075,
+ 3075917638
+ ]
+ },
+ {
+ "wayId": 818526953,
+ "nodeIds": [
+ 7644095926,
+ 13424646887
+ ]
+ },
+ {
+ "wayId": 303247115,
+ "nodeIds": [
+ 3075917638,
+ 3075917111
+ ]
+ },
+ {
+ "wayId": 195743494,
+ "nodeIds": [
+ 2061591618,
+ 2061591614,
+ 2061591597,
+ 7642477861,
+ 6270481219,
+ 7642477849,
+ 6270481220,
+ 6270481221,
+ 7642477850,
+ 2061591591,
+ 7642477851,
+ 6270481222,
+ 7642477852,
+ 2061591585,
+ 7642477853,
+ 6270481223,
+ 7642477854,
+ 7642477855,
+ 2061591582,
+ 412283375,
+ 2061591583,
+ 2061591593,
+ 7642477874,
+ 2061591594,
+ 2061591595,
+ 2061591600,
+ 7642477880,
+ 6235128672,
+ 7642477878,
+ 2061591604,
+ 7642477879,
+ 2061591608,
+ 7642477876,
+ 2061591616,
+ 2061591620,
+ 7642731383,
+ 412283381,
+ 7642477877,
+ 7642482518,
+ 7642731382,
+ 7642482499,
+ 2061591657,
+ 7642482498,
+ 7642731381,
+ 2061591660,
+ 2061591662,
+ 2061591666,
+ 7642482510,
+ 7642482512,
+ 7642482509,
+ 2061591691,
+ 7642482513,
+ 7642482519,
+ 7642731379,
+ 2061591722,
+ 2061591747,
+ 7642739102,
+ 7642739092,
+ 2061591761,
+ 7642731384,
+ 7642739093,
+ 7642739085,
+ 2061591768,
+ 7642739094,
+ 7642739086,
+ 2061591774,
+ 7642739088,
+ 7642739087,
+ 7642739089,
+ 2061591781,
+ 2061591789,
+ 7642739091,
+ 7642739100,
+ 7642739090,
+ 6270481224,
+ 7642739095,
+ 2061591797,
+ 7642739099,
+ 7642739096,
+ 7642739098,
+ 7642739126,
+ 2061591814,
+ 7642739127,
+ 2061591822,
+ 7642739128,
+ 2061591829,
+ 7642739129,
+ 7642739097,
+ 2061591842,
+ 2061591852,
+ 7642739140,
+ 6270481225,
+ 7642739147,
+ 2061591875,
+ 7642739145,
+ 7642739144,
+ 6270481226,
+ 7642739148,
+ 2061591891,
+ 2061591918,
+ 408747522,
+ 6270481227,
+ 6270481228,
+ 7643911310,
+ 412283397,
+ 7643911309,
+ 6270481229,
+ 7643911311,
+ 412283400,
+ 7643911317,
+ 6270481230,
+ 7643911327,
+ 7643911326,
+ 412283398,
+ 6270481231,
+ 7643911332,
+ 6270481232,
+ 7643911334,
+ 7643911333,
+ 7643911341,
+ 6270481233,
+ 6270481234,
+ 7643911350,
+ 6270481235,
+ 7643911328,
+ 7643911347,
+ 7643911349,
+ 7643911346,
+ 7643911329,
+ 6270481236,
+ 7643911330,
+ 6270481237,
+ 7643911354,
+ 7643911360,
+ 440644909,
+ 7643911359,
+ 6270481238,
+ 7643911358,
+ 6270481239,
+ 6270481240,
+ 429897785
+ ]
+ },
+ {
+ "wayId": 818519065,
+ "nodeIds": [
+ 7644038559,
+ 7644038561
+ ]
+ },
+ {
+ "wayId": 195743496,
+ "nodeIds": [
+ 2061592803,
+ 6512654180,
+ 2061592802,
+ 6333423309,
+ 428622060
+ ]
+ },
+ {
+ "wayId": 818109680,
+ "nodeIds": [
+ 1172994924,
+ 7681137563,
+ 7640633761,
+ 7640633767,
+ 7640633765,
+ 7640633766,
+ 7640633768,
+ 7640633772,
+ 7640633769,
+ 7640633775,
+ 7640633771,
+ 7640633777,
+ 7640633778,
+ 7640633776,
+ 7640633779,
+ 7640633781,
+ 7640633782,
+ 7640699585,
+ 7640699586,
+ 7640699587,
+ 7640699588
+ ]
+ },
+ {
+ "wayId": 195743488,
+ "nodeIds": [
+ 2208333145,
+ 3075927395,
+ 2061592771,
+ 7777535846,
+ 7777535842,
+ 2061592774,
+ 7777535843,
+ 7777535844,
+ 2061592775,
+ 7777535845,
+ 2061592778,
+ 2061592784,
+ 13261781518,
+ 8526321591,
+ 13261781523,
+ 8526321602,
+ 6001490901,
+ 2061592786,
+ 2061592787,
+ 2061592790,
+ 2061592793,
+ 2061592795,
+ 2061592799,
+ 2061592811,
+ 2061592813,
+ 2061592819
+ ]
+ },
+ {
+ "wayId": 195743498,
+ "nodeIds": [
+ 406517672,
+ 2061592450,
+ 2061592459,
+ 2061592463,
+ 2061592468,
+ 2061592471,
+ 2061592476,
+ 2061592480,
+ 2061592485,
+ 2061592489,
+ 2061592492,
+ 2061592495,
+ 2061592496,
+ 2061592508,
+ 2061592511,
+ 2061592517,
+ 2061592520,
+ 2061592523,
+ 2061592526,
+ 2061592534,
+ 2061592539,
+ 2061592551,
+ 2061592561,
+ 2061592577,
+ 2061592583,
+ 2061592592,
+ 2061592604,
+ 2061592613,
+ 2061592620,
+ 2061592648,
+ 2061592658,
+ 2061592667,
+ 2061592679,
+ 2061592700,
+ 2061592706,
+ 2061592712
+ ]
+ },
+ {
+ "wayId": 195743507,
+ "nodeIds": [
+ 2061592777,
+ 2061592776,
+ 2061592773,
+ 2061592772,
+ 2061592770,
+ 2061592769,
+ 2061592768,
+ 2061592753,
+ 2061592746
+ ]
+ },
+ {
+ "wayId": 947935671,
+ "nodeIds": [
+ 3801017881,
+ 3801016239
+ ]
+ },
+ {
+ "wayId": 1463547240,
+ "nodeIds": [
+ 13424646762,
+ 13424646696,
+ 13424646697,
+ 13424646698,
+ 13424646699,
+ 13424646700,
+ 13424646701,
+ 13424646702,
+ 13424646703,
+ 13424646704,
+ 13424646705,
+ 13424646706,
+ 13424646707,
+ 13424646708,
+ 13424646709,
+ 13424646710,
+ 13424646711,
+ 13424646712,
+ 13424646713,
+ 13424646714,
+ 13424646715,
+ 13424646716,
+ 13424646717,
+ 13424646718,
+ 13424646719,
+ 13424646720,
+ 13424646721,
+ 13424646722,
+ 13424646723,
+ 13424646724,
+ 13424646725,
+ 13424646726,
+ 13424646727,
+ 13424646728,
+ 13424646729,
+ 13424646730,
+ 13424646731,
+ 13424646732,
+ 13424646733,
+ 13424646734,
+ 13424646735,
+ 13424646736,
+ 13424646737,
+ 13424646738,
+ 13424646739,
+ 13424646740,
+ 13424646741,
+ 13424646742,
+ 13424646743,
+ 13424646744,
+ 13424646745,
+ 13424646746,
+ 13424646747,
+ 13424646748,
+ 13424646749,
+ 13424646750,
+ 13424646751,
+ 13424646752,
+ 13424646753,
+ 13424646754,
+ 13424646755,
+ 13424646756,
+ 13424646757,
+ 13424646758,
+ 13424646759,
+ 13424646760,
+ 13424646761,
+ 13424646773
+ ]
+ },
+ {
+ "wayId": 195886691,
+ "nodeIds": [
+ 477643120,
+ 2061591519,
+ 2061591517,
+ 7637729278,
+ 6270387299,
+ 2061591509,
+ 7637729271,
+ 2061591512,
+ 2061591513,
+ 2061591532,
+ 7637729255,
+ 2061591543,
+ 2061591537
+ ]
+ },
+ {
+ "wayId": 1154824109,
+ "nodeIds": [
+ 1299481176,
+ 1299481286
+ ]
+ },
+ {
+ "wayId": 816977752,
+ "nodeIds": [
+ 7630353642,
+ 7633908749,
+ 7630353650,
+ 7630353661,
+ 7630353662,
+ 7630353667,
+ 7630353668,
+ 7630353669,
+ 7630353670,
+ 7630353674,
+ 7630353673,
+ 7630353675,
+ 7630353677,
+ 7630353676,
+ 7630353680,
+ 7630353679,
+ 7630353678,
+ 7630353681,
+ 7630353682,
+ 7630357486,
+ 7630357487,
+ 7630357488,
+ 7630357490,
+ 7630357489,
+ 7630357492,
+ 7630357493,
+ 7630357494,
+ 7630357499,
+ 7630357496,
+ 7630357497,
+ 7630357500,
+ 7630357501,
+ 7630357502,
+ 7630357504,
+ 7630357505,
+ 7630357506,
+ 7630357507,
+ 7630357509,
+ 7630357508,
+ 7630357510,
+ 7630357511,
+ 7630357512,
+ 7630357513,
+ 7630357514,
+ 7630357517,
+ 7630357518,
+ 7630357519,
+ 7630357520,
+ 7630357521,
+ 7630357522,
+ 7630357525,
+ 7630357523,
+ 7630357524,
+ 7630357527,
+ 7630357528,
+ 7630357547,
+ 7630357529,
+ 7630357530,
+ 7630357531,
+ 7630357546,
+ 7630357532,
+ 7630357533,
+ 7630357534,
+ 7630357543,
+ 7630357542,
+ 7630357550,
+ 7630357551,
+ 7630357552,
+ 7630357553,
+ 7630357555,
+ 7630357556,
+ 7630357557,
+ 7630357558,
+ 7630357559,
+ 7630357560,
+ 7630357561,
+ 7630357562,
+ 7630357563,
+ 7630357564,
+ 7630357566,
+ 7630357567,
+ 7630357568,
+ 7747871286,
+ 7630357572,
+ 7633123206,
+ 7630357570,
+ 7633123207,
+ 7633123208,
+ 7633123210,
+ 7633123211,
+ 7633123212,
+ 7633123213,
+ 7633123216,
+ 7633123215,
+ 7633123214,
+ 7633123218,
+ 7633123217,
+ 7633123219,
+ 7633123220,
+ 7633123221,
+ 7633123222,
+ 7633123223,
+ 7633123226,
+ 7633123225,
+ 7633123227,
+ 7633123228,
+ 7633123230,
+ 7633123229,
+ 7633123231,
+ 7633123240
+ ]
+ },
+ {
+ "wayId": 817341162,
+ "nodeIds": [
+ 7633402604,
+ 7633402606
+ ]
+ },
+ {
+ "wayId": 195743503,
+ "nodeIds": [
+ 2061592819,
+ 2061592824,
+ 2061592823,
+ 2061592825,
+ 9778998833,
+ 2061592822,
+ 2061592826,
+ 2061592821
+ ]
+ },
+ {
+ "wayId": 817341158,
+ "nodeIds": [
+ 7633385324,
+ 7821420839,
+ 7633385325
+ ]
+ },
+ {
+ "wayId": 1463547238,
+ "nodeIds": [
+ 13424643480,
+ 13424646535,
+ 13424646534,
+ 13424646533,
+ 13424646532,
+ 13424646531,
+ 13424646530,
+ 13424646529,
+ 13424646528,
+ 13424646527,
+ 13424646526,
+ 13424646525,
+ 13424646524,
+ 13424646523,
+ 13424646522,
+ 13424646521,
+ 13424646520,
+ 13424646519,
+ 13424646518,
+ 13424646517,
+ 13424646516,
+ 13424646515,
+ 13424646514,
+ 13424646513,
+ 13424646512,
+ 13424646511,
+ 13424646510,
+ 13424646509,
+ 13424646508,
+ 13424646507,
+ 13424646506,
+ 13424646505,
+ 13424646504,
+ 13424646503,
+ 13424646502,
+ 13424646501,
+ 13424646500,
+ 13424646499,
+ 13424646498,
+ 13424646497,
+ 13424646496,
+ 13424646495,
+ 13424646494,
+ 13424646493,
+ 13424646492,
+ 13424646491,
+ 13424646490,
+ 13424646489,
+ 13424646488,
+ 13424646487,
+ 13424646486,
+ 13424646485,
+ 13424646484,
+ 13424646483,
+ 13424646482,
+ 13424646481,
+ 13424646480,
+ 13424646479,
+ 13424646478,
+ 13424646477,
+ 13424646476,
+ 13424646475,
+ 13424646474,
+ 13424646473,
+ 13424646472,
+ 13424646471,
+ 13424646470,
+ 13424646469,
+ 13424646468,
+ 13424646467,
+ 13424646466,
+ 13424646465,
+ 13424646464,
+ 13424646463,
+ 13424646462,
+ 13424646461,
+ 13424646460,
+ 13424646459,
+ 13424646458,
+ 13424646457,
+ 13424646456,
+ 13424646455,
+ 13424646454,
+ 13424646453,
+ 13424646452,
+ 13424646451,
+ 13424646450,
+ 13424646449,
+ 13424646448,
+ 13424646447,
+ 13424646446,
+ 13424646445,
+ 13424646444,
+ 13424646443,
+ 13424646442,
+ 13424646441,
+ 13424646440,
+ 13424646439,
+ 13424646438,
+ 13424646437,
+ 13424646436,
+ 13424646435,
+ 13424646434,
+ 13424646433,
+ 13424646432,
+ 13424646431,
+ 13424646430,
+ 13424646429,
+ 13424646428,
+ 13424646427,
+ 13424646426,
+ 13424646425,
+ 13424646424,
+ 13424646423,
+ 13424646422,
+ 13424646421,
+ 13424646420,
+ 13424646419,
+ 13424646418,
+ 13424646417,
+ 13424646416,
+ 13424646415,
+ 13424646414,
+ 13424646413,
+ 13424646412,
+ 13424646411,
+ 13424646410,
+ 13424646409,
+ 13424646408,
+ 13424646407,
+ 13424646406,
+ 13424646405,
+ 13424646404,
+ 13424646403,
+ 13424646402,
+ 13424646401,
+ 13424646400,
+ 13424646399,
+ 13424646398,
+ 13424646397,
+ 13424646396,
+ 13424646395,
+ 13424646394,
+ 13424646393,
+ 13424646392,
+ 13424646391,
+ 13424646390,
+ 13424646389,
+ 13424646388,
+ 13424646387,
+ 13424646386,
+ 13424646385,
+ 13424646384,
+ 13424646383,
+ 13424646382,
+ 13424646381,
+ 13424646380,
+ 13424646379,
+ 13424646378,
+ 13424646377,
+ 13424646376,
+ 13424646375,
+ 13424646374,
+ 13424646373,
+ 13424646372,
+ 13424646371,
+ 13424646370,
+ 13424646369,
+ 13424646368,
+ 13424646367,
+ 13424646366,
+ 13424646365,
+ 13424646364,
+ 13424646363,
+ 13424646362,
+ 13424646361,
+ 13424646360,
+ 13424646359,
+ 13424643451,
+ 13424646358,
+ 13424646357,
+ 13424646356,
+ 13424646355,
+ 13424646354,
+ 13424646353,
+ 13424646352,
+ 13424646351,
+ 13424646350,
+ 13424646349,
+ 13424646348,
+ 13424646347,
+ 13424646346,
+ 13424646345,
+ 13424646344,
+ 13424646343,
+ 13424646342,
+ 13424646341,
+ 13424646340,
+ 13424646339,
+ 13424646338,
+ 13424646337,
+ 13424646336,
+ 13424646335,
+ 13424646334,
+ 13424646333,
+ 13424646332,
+ 13424646331,
+ 13424646330,
+ 13424646329,
+ 13424646328,
+ 13424646327,
+ 13424646326,
+ 13424646325,
+ 13424646324,
+ 13424646323,
+ 13424646322,
+ 13424646321,
+ 13424646320,
+ 13424646319,
+ 13424646318,
+ 13424646317,
+ 13424646316,
+ 13424646315,
+ 13424646314,
+ 13424646313,
+ 13424646312,
+ 13424646311,
+ 13424646310,
+ 13424646309,
+ 13424646308,
+ 13424646307,
+ 13424646306,
+ 13424646305,
+ 13424646304,
+ 13424646303,
+ 13424646302,
+ 13424646301,
+ 13424643500,
+ 13424643499,
+ 13424643498,
+ 13424643497,
+ 13424643496,
+ 13424643495,
+ 13424643494,
+ 13424643493,
+ 13424643492,
+ 13424643491,
+ 13424643490,
+ 13424643489,
+ 13424643488,
+ 13424643487,
+ 13424643486,
+ 13424643485,
+ 13424643484,
+ 13424643483,
+ 13424643482,
+ 13424646695
+ ]
+ },
+ {
+ "wayId": 828868402,
+ "nodeIds": [
+ 2062882392,
+ 2062882394,
+ 252159504,
+ 2062882398,
+ 6525182588,
+ 2062882400,
+ 6428164731,
+ 2062882402,
+ 2062882406,
+ 2062882408,
+ 2062882410,
+ 2062882412,
+ 2062882414,
+ 2062882416,
+ 2062882418,
+ 2062882420,
+ 2062882422,
+ 2062882424,
+ 2355746449,
+ 2062882426,
+ 2062882428,
+ 2062882430,
+ 2776083959,
+ 2062882432,
+ 2062882434,
+ 411271841,
+ 2062882436,
+ 2062882438,
+ 13421852151,
+ 6525182576,
+ 2062882440,
+ 2062882444,
+ 13528674608,
+ 2062882446,
+ 2062882453,
+ 2062882455,
+ 2062882457,
+ 2062882459,
+ 13421852155,
+ 2062882465,
+ 2062882466,
+ 2062882467,
+ 2062882468,
+ 2062882469,
+ 2062882470,
+ 2062882471,
+ 2062882473,
+ 2062882476,
+ 2062882478,
+ 6338649490,
+ 2062882480,
+ 2062882481,
+ 2062882484,
+ 2062882486,
+ 2062882489,
+ 2062882492,
+ 2062882495,
+ 2062882498,
+ 2062882501,
+ 2062882504,
+ 13421852156,
+ 2062882507,
+ 2062882512,
+ 2062882515,
+ 2062882518,
+ 2062882528,
+ 2062882531,
+ 2062882534,
+ 2062882538,
+ 2062882541,
+ 2062882544,
+ 2062882547,
+ 2062882550,
+ 2062882553,
+ 2062882556,
+ 2062882561,
+ 2062882564,
+ 2062882567,
+ 2062882570,
+ 2062882573,
+ 2062882593,
+ 2062882596,
+ 2062882599,
+ 2062882602,
+ 9026969183
+ ]
+ },
+ {
+ "wayId": 818376590,
+ "nodeIds": [
+ 429897785,
+ 497394888
+ ]
+ },
+ {
+ "wayId": 818526951,
+ "nodeIds": [
+ 428622049,
+ 7644095925,
+ 7644095888,
+ 7644095930,
+ 7644095929,
+ 1666260871,
+ 7644095926
+ ]
+ },
+ {
+ "wayId": 81873787,
+ "nodeIds": [
+ 8773976749,
+ 871279130,
+ 3801017881
+ ]
+ },
+ {
+ "wayId": 195743508,
+ "nodeIds": [
+ 7640633759,
+ 7640739863,
+ 7640739862
+ ]
+ },
+ {
+ "wayId": 746255513,
+ "nodeIds": [
+ 3801016239,
+ 10739147042,
+ 871279099,
+ 10743208904,
+ 10743218205,
+ 10743218206,
+ 10743218207,
+ 8773867735,
+ 10743218221,
+ 10743208898,
+ 10739147040,
+ 10743208899,
+ 10743218220,
+ 10743208900,
+ 8773867734,
+ 10743218219,
+ 871279072,
+ 10743208897,
+ 10743218218,
+ 3077076707,
+ 10743208896,
+ 10743218217,
+ 871279109,
+ 3077076702,
+ 10743208895,
+ 10743218216,
+ 10743208894,
+ 6983633896,
+ 10743208893,
+ 871279086,
+ 10743208892,
+ 6983633895,
+ 6983633894,
+ 10743218215,
+ 871279146,
+ 10743208891,
+ 10743218214,
+ 871279102,
+ 6271587520,
+ 6271587521,
+ 6271587522,
+ 6271587523,
+ 3801012356,
+ 871279076
+ ]
+ },
+ {
+ "wayId": 1463547241,
+ "nodeIds": [
+ 13424646773,
+ 13424646772,
+ 13424646771,
+ 13424646770,
+ 13424646769,
+ 13424646768,
+ 13424646767,
+ 13424646766,
+ 13424646765,
+ 13424646764,
+ 13424646763,
+ 13424646859
+ ]
+ },
+ {
+ "wayId": 817341159,
+ "nodeIds": [
+ 7633385325,
+ 7633385328,
+ 7633385342,
+ 7633385329,
+ 7633385331,
+ 7633385330,
+ 7633385340,
+ 7633385332,
+ 7633385343,
+ 7633385344,
+ 7633385345,
+ 7633385355,
+ 7633385346,
+ 7633385347,
+ 7633385348,
+ 7633385349,
+ 7633385350,
+ 7633385351,
+ 7633385357,
+ 7633385358,
+ 7633385356,
+ 7633385359,
+ 7633385361,
+ 7633385360,
+ 7633385362,
+ 7633385364,
+ 7633385363,
+ 7633385382,
+ 7633385381,
+ 7633385380,
+ 7633385383,
+ 7633385384,
+ 7633402599,
+ 7633402585,
+ 7633402598,
+ 7633402586,
+ 7633402588,
+ 7633402587,
+ 7633402596,
+ 7633402589,
+ 7633402590,
+ 7633402595,
+ 7633402591,
+ 7633402594,
+ 7633402592,
+ 7633402593
+ ]
+ },
+ {
+ "wayId": 1388169080,
+ "nodeIds": [
+ 428622060,
+ 2061592805,
+ 6352122880,
+ 2061592808,
+ 6352122881,
+ 6352122882,
+ 2061592810,
+ 2061592812,
+ 2061592827,
+ 2061592829,
+ 2061592831,
+ 6352122879,
+ 6352122877,
+ 7644038557,
+ 7644038558,
+ 6352122878,
+ 6352122876,
+ 2061592837,
+ 7644038559
+ ]
+ },
+ {
+ "wayId": 195743497,
+ "nodeIds": [
+ 2061592712,
+ 2061592719,
+ 5058376109,
+ 7777535841,
+ 7777535848,
+ 7777535847,
+ 7777535849,
+ 2208333145
+ ]
+ },
+ {
+ "wayId": 818318143,
+ "nodeIds": [
+ 2061591630,
+ 12143974864,
+ 7642477843,
+ 7642477842,
+ 2061591626
+ ]
+ },
+ {
+ "wayId": 1463547242,
+ "nodeIds": [
+ 13424646859,
+ 13424646857,
+ 13424646856,
+ 13424646855,
+ 13424646854,
+ 13424646853,
+ 13424646852,
+ 13424646851,
+ 13424646850,
+ 13424646849,
+ 13424646848,
+ 13424646847,
+ 13424646846,
+ 13424646845,
+ 13424646844,
+ 13424646843,
+ 13424646842,
+ 13424646841,
+ 13424646840,
+ 13424646839,
+ 13424646838,
+ 13424646837,
+ 13424646836,
+ 13424646835,
+ 13424646834,
+ 13424646833,
+ 13424646832,
+ 13424646831,
+ 13424646830,
+ 13424646829,
+ 13424646828,
+ 13424646827,
+ 13424646826,
+ 13424646825,
+ 13424646824,
+ 13424646823,
+ 13424646822,
+ 13424646821,
+ 13424646820,
+ 13424646819,
+ 13424646818,
+ 13424646817,
+ 13424646816,
+ 13424646815,
+ 13424646814,
+ 13424646813,
+ 13424646812,
+ 13424646811,
+ 13424646810,
+ 13424646809,
+ 13424646808,
+ 13424646807,
+ 13424646806,
+ 13424646805,
+ 13424646804,
+ 13424646803,
+ 13424646802,
+ 13424646801,
+ 13424646800,
+ 13424646799,
+ 13424646798,
+ 13424646797,
+ 13424646796,
+ 13424646795,
+ 13424646794,
+ 13424646793,
+ 13424646792,
+ 13424646791,
+ 13424646790,
+ 13424646789,
+ 13424646788,
+ 13424646787,
+ 13424646786,
+ 13424646785,
+ 13424646784,
+ 13424646783,
+ 13424646782,
+ 13424646781,
+ 13424646780,
+ 13424646779,
+ 13424646778,
+ 13424646777,
+ 13424646776,
+ 13424646775,
+ 13424646774,
+ 13424646858
+ ]
+ },
+ {
+ "wayId": 817341167,
+ "nodeIds": [
+ 7633402608,
+ 7633402618,
+ 7633402624,
+ 7633402617,
+ 7633402619,
+ 7633402622,
+ 7633402621,
+ 10889005555,
+ 7633123247
+ ]
+ },
+ {
+ "wayId": 1463547239,
+ "nodeIds": [
+ 13424646695,
+ 13424646536,
+ 13424646537,
+ 13424646538,
+ 13424646539,
+ 13424646540,
+ 13424646541,
+ 13424646542,
+ 13424646543,
+ 13424646544,
+ 13424646545,
+ 13424646546,
+ 13424646547,
+ 13424646548,
+ 13424646549,
+ 13424646550,
+ 13424646551,
+ 13424646552,
+ 13424646553,
+ 13424646554,
+ 13424646555,
+ 13424646556,
+ 13424646557,
+ 13424646558,
+ 13424646559,
+ 13424646560,
+ 13424646561,
+ 13424646562,
+ 13424646563,
+ 13424646564,
+ 13424646565,
+ 13424646566,
+ 13424646567,
+ 13424646568,
+ 13424646569,
+ 13424646570,
+ 13424646571,
+ 13424646572,
+ 13424646573,
+ 13424646574,
+ 13424646575,
+ 13424646576,
+ 13424646577,
+ 13424646578,
+ 13424646579,
+ 13424646580,
+ 13424646581,
+ 13424646582,
+ 13424646583,
+ 13424646584,
+ 13424646585,
+ 13424646586,
+ 13424646587,
+ 13424646588,
+ 13424646589,
+ 13424646590,
+ 13424646591,
+ 13424646592,
+ 13424646593,
+ 13424646594,
+ 13424646595,
+ 13424646596,
+ 13424646597,
+ 13424646598,
+ 13424646599,
+ 13424646600,
+ 13424646601,
+ 13424646602,
+ 13424646603,
+ 13424646604,
+ 13424646605,
+ 13424646606,
+ 13424646607,
+ 13424646608,
+ 13424646609,
+ 13424646610,
+ 13424646611,
+ 13424646612,
+ 13424646613,
+ 13424646614,
+ 13424646615,
+ 13424646616,
+ 13424646617,
+ 13424646618,
+ 13424646619,
+ 13424646620,
+ 13424646621,
+ 13424646622,
+ 13424646623,
+ 13424646624,
+ 13424646625,
+ 13424646626,
+ 13424646627,
+ 13424646628,
+ 13424646629,
+ 13424646630,
+ 13424646631,
+ 13424646632,
+ 13424646633,
+ 13424646634,
+ 13424646635,
+ 13424646636,
+ 13424646637,
+ 13424646638,
+ 13424646639,
+ 13424646640,
+ 13424646641,
+ 13424646642,
+ 13424646643,
+ 13424646644,
+ 13424646645,
+ 13424646646,
+ 13424646647,
+ 13424646648,
+ 13424646649,
+ 13424646650,
+ 13424646651,
+ 13424646652,
+ 13424646653,
+ 13424646654,
+ 13424646655,
+ 13424646656,
+ 13424646657,
+ 13424646658,
+ 13424646659,
+ 13424646660,
+ 13424646661,
+ 13424646662,
+ 13424646663,
+ 13424646664,
+ 13424646665,
+ 13424646666,
+ 13424646667,
+ 13424643464,
+ 13424646668,
+ 13424646669,
+ 13424646670,
+ 13424646671,
+ 13424646672,
+ 13424646673,
+ 13424646674,
+ 13424646675,
+ 13424646676,
+ 13424646677,
+ 13424646678,
+ 13424646679,
+ 13424646680,
+ 13424646681,
+ 13424646682,
+ 13424646683,
+ 13424646684,
+ 13424646685,
+ 13424646686,
+ 13424646687,
+ 13424646688,
+ 13424646689,
+ 13424646690,
+ 13424646691,
+ 13424646692,
+ 13424646693,
+ 13424646694,
+ 13424643468,
+ 13424646762
+ ]
+ },
+ {
+ "wayId": 303247116,
+ "nodeIds": [
+ 3075917646,
+ 871279113
+ ]
+ },
+ {
+ "wayId": 195743504,
+ "nodeIds": [
+ 2061592821,
+ 6270481241,
+ 2061592814,
+ 6270481242,
+ 6270481243,
+ 2061592807,
+ 6270481244,
+ 2061592800,
+ 6270481245,
+ 2061592797,
+ 2061592798,
+ 2061592801
+ ]
+ },
+ {
+ "wayId": 817341156,
+ "nodeIds": [
+ 7633385315,
+ 7633385321,
+ 7633385317,
+ 7633385322,
+ 7633385320,
+ 7633385316
+ ]
+ },
+ {
+ "wayId": 1154824103,
+ "nodeIds": [
+ 871279113,
+ 10739877123
+ ]
+ },
+ {
+ "wayId": 195743518,
+ "nodeIds": [
+ 9026969183,
+ 2061592747,
+ 2061592752,
+ 2061592759,
+ 2061592761,
+ 2061592763,
+ 2061592764,
+ 2061592766,
+ 6520534747,
+ 2061592765,
+ 2061592762,
+ 2061592760,
+ 2061592754,
+ 2061592749,
+ 2061592743,
+ 2061592739,
+ 6278569835,
+ 24947460,
+ 2061592704,
+ 2061592697,
+ 2061592678,
+ 2061592666,
+ 2061592663,
+ 2061592656,
+ 2061592649,
+ 2061592632,
+ 2061592630,
+ 13421852159,
+ 13421852160,
+ 2061592651
+ ]
+ },
+ {
+ "wayId": 53820133,
+ "nodeIds": [
+ 871279076,
+ 871279114,
+ 6990557758,
+ 6990557759,
+ 6990557760,
+ 871279093,
+ 6990557761,
+ 871279127,
+ 6990557762,
+ 871279097,
+ 6990557763,
+ 871279071,
+ 6990557764,
+ 871279096,
+ 871279140,
+ 9026240206
+ ]
+ },
+ {
+ "wayId": 817341157,
+ "nodeIds": [
+ 7633385316,
+ 7633385323,
+ 7633385324
+ ]
+ },
+ {
+ "wayId": 818109682,
+ "nodeIds": [
+ 7640699588,
+ 7640739838,
+ 7640739842,
+ 7640739837,
+ 7640739839,
+ 7640739840,
+ 7640739849,
+ 7640739850,
+ 7640739853,
+ 7640739854,
+ 7640739851,
+ 7640739855,
+ 7640739856,
+ 7640739857,
+ 7640739858,
+ 7640739859,
+ 7640739860,
+ 7640633759
+ ]
+ },
+ {
+ "wayId": 195743487,
+ "nodeIds": [
+ 2061592591,
+ 2061592589,
+ 2061592584,
+ 2061592580,
+ 2061592579,
+ 2061592578,
+ 2061592574,
+ 2061592566,
+ 2061592564,
+ 2061592558,
+ 2061592554,
+ 2061592549,
+ 7035824196,
+ 2061592546,
+ 2061592544
+ ]
+ },
+ {
+ "wayId": 195743486,
+ "nodeIds": [
+ 2061592721,
+ 2061592718,
+ 2061592702,
+ 2061592685,
+ 2061592664,
+ 6449824043,
+ 9679866707,
+ 2061592628,
+ 2061592615,
+ 2061592607,
+ 2061592605,
+ 2061592602,
+ 2061592598,
+ 2061592594,
+ 2061592591
+ ]
+ },
+ {
+ "wayId": 818113798,
+ "nodeIds": [
+ 7640739862,
+ 12373815434,
+ 2061592916,
+ 2061592915,
+ 2061592914,
+ 2061592913,
+ 2061592912,
+ 6270481212,
+ 2061592911,
+ 2061592910,
+ 2061592909,
+ 2061592908,
+ 2061592907,
+ 2061592896,
+ 2061592887,
+ 2061592881,
+ 2061592876,
+ 2061592869,
+ 2061592865,
+ 6270481213,
+ 2061592856,
+ 6270481214,
+ 2061592852,
+ 6270481215,
+ 2061592849,
+ 6270481216,
+ 2061592851,
+ 2061592853,
+ 2061592854,
+ 2061592855,
+ 2061592857,
+ 2061592859,
+ 2061592861,
+ 2061592862,
+ 2061592863,
+ 2061592864,
+ 2061592866,
+ 2061592868,
+ 2061592871,
+ 2061592872,
+ 2061592874,
+ 1729181669,
+ 2061592875,
+ 2061592877,
+ 2061592879,
+ 2061592880,
+ 2061592883,
+ 2061592885,
+ 2061592889,
+ 2061592891,
+ 2061592893,
+ 2061592894,
+ 2061592897,
+ 2061592899,
+ 2061592901,
+ 2061592902,
+ 2061592904,
+ 2061592905,
+ 2061592906,
+ 6352630035,
+ 2061592903,
+ 2061592900,
+ 2061592898,
+ 2061592895,
+ 2061592892,
+ 476644666,
+ 2061592888,
+ 2061592886,
+ 2061592884,
+ 2061592882,
+ 2061592878,
+ 2061592873,
+ 2061592870,
+ 2061592867,
+ 2061592860,
+ 2061592848,
+ 2061592846,
+ 2061592845,
+ 2061592844,
+ 2061592842,
+ 2061592841,
+ 476644665,
+ 2061592839,
+ 2061592838,
+ 2061592836,
+ 2061592835,
+ 2061592834,
+ 2061592833,
+ 2061592832,
+ 2061592830,
+ 2061592816,
+ 2061592796,
+ 2061592794,
+ 2061592792,
+ 2061592791,
+ 2061592789,
+ 2061592788,
+ 6281288234,
+ 476644664,
+ 2061592785,
+ 2061592783,
+ 2061592782,
+ 2061592781,
+ 2061592780,
+ 2061592779,
+ 2061592777
+ ]
+ },
+ {
+ "wayId": 195743505,
+ "nodeIds": [
+ 2061592746,
+ 2061592742,
+ 2061592736,
+ 2061592734,
+ 2061592729,
+ 2061592727,
+ 2061592723,
+ 2061592721
+ ]
+ },
+ {
+ "wayId": 195743506,
+ "nodeIds": [
+ 2061592544,
+ 2061592540,
+ 2061592537,
+ 2061592530,
+ 2061592527,
+ 2061592524,
+ 2061592519,
+ 2061592513,
+ 2061592504,
+ 2061592490,
+ 2061592483,
+ 2061592478,
+ 2061592464,
+ 2061592453,
+ 2061592447,
+ 2061592437,
+ 2061592432,
+ 2061592426,
+ 2061592421,
+ 2061592415,
+ 2061592411,
+ 2061592406,
+ 2061592402,
+ 2061592400,
+ 2061592395,
+ 2061592388,
+ 2061592384,
+ 2061592381,
+ 2061592379,
+ 2061592363,
+ 2061592340,
+ 2061592333,
+ 2061592326,
+ 2061592321,
+ 2061592311,
+ 439792372,
+ 2061592297,
+ 2061592250,
+ 6109392051,
+ 2061592240,
+ 2061592229,
+ 2061592209,
+ 2061592194,
+ 2061592183,
+ 2061592173,
+ 1635759514,
+ 2061592166,
+ 2061592110,
+ 2061591979,
+ 2061591971,
+ 2061591963,
+ 2061591933,
+ 2061591910,
+ 6976190453,
+ 2061591867,
+ 2061591835,
+ 2061591820,
+ 2061591809,
+ 2061591791,
+ 2061591776,
+ 2061591756,
+ 2061591743,
+ 2061591742,
+ 2061591724,
+ 2061591713,
+ 2061591695,
+ 2061591668,
+ 2061591661,
+ 2061591655,
+ 2061591647,
+ 2061591645,
+ 2061591643,
+ 2061591639,
+ 2061591634,
+ 2061591636,
+ 2061591632,
+ 2061591630
+ ]
+ },
+ {
+ "wayId": 975393640,
+ "nodeIds": [
+ 8623764073,
+ 8623764080,
+ 1219181006,
+ 1219181477,
+ 1219181354,
+ 1219181407,
+ 1219182230,
+ 1219182454,
+ 1219181433,
+ 1219180868,
+ 1219182362,
+ 1219181642,
+ 8773867478,
+ 6345788730,
+ 1219180923,
+ 8773867469,
+ 7961114429,
+ 1219181784,
+ 1219181726,
+ 1219182267,
+ 1219181543,
+ 8773867466,
+ 1219180953,
+ 1219181677,
+ 8773867457,
+ 8773867456,
+ 1219182298,
+ 8773867455,
+ 1219181931,
+ 8773867454,
+ 8773867453,
+ 1219181470,
+ 8773867452,
+ 8773867451,
+ 1219181767,
+ 1219181859,
+ 1219181454,
+ 6345788735,
+ 1219181499,
+ 8773867450,
+ 1219181683,
+ 8597040398,
+ 1219180867,
+ 1219182038,
+ 1219181922,
+ 1219181121,
+ 1219182532,
+ 8773867448,
+ 1219182060,
+ 8773867447,
+ 6345788736,
+ 1219181371,
+ 6502268743,
+ 1219181257,
+ 1219181513,
+ 1219181170,
+ 1219181069,
+ 1219181155,
+ 6502268744,
+ 1219181008
+ ]
+ },
+ {
+ "wayId": 161975310,
+ "nodeIds": [
+ 8773867846,
+ 13423781565,
+ 8773867842,
+ 8773867843,
+ 1219181130,
+ 1219181761,
+ 8773976748
+ ]
+ },
+ {
+ "wayId": 81873725,
+ "nodeIds": [
+ 9026240207,
+ 1299481359,
+ 6985170179,
+ 6985170187,
+ 7183671319,
+ 3096870051,
+ 1299481149,
+ 1299481313,
+ 7825017318,
+ 871279107,
+ 7825017316,
+ 871279083,
+ 871279139,
+ 8773867773,
+ 7183658860,
+ 8773867772,
+ 6511814042,
+ 7183658874,
+ 1986566502,
+ 678388679,
+ 678388678,
+ 678388677,
+ 678388680
+ ]
+ },
+ {
+ "wayId": 947922660,
+ "nodeIds": [
+ 1219182100,
+ 1219181334,
+ 1219181500,
+ 1219182080,
+ 1219181262,
+ 1219181827,
+ 1219181888,
+ 1219181032,
+ 1219181696,
+ 1219182409,
+ 1219182558,
+ 1219181544,
+ 1219182124,
+ 1219181352,
+ 1219181405,
+ 1219181961,
+ 1219181090,
+ 7181984635,
+ 6511813910,
+ 7181984630,
+ 10739865035,
+ 7181971700,
+ 8615265911,
+ 8615265912,
+ 6483890569,
+ 6483890568,
+ 8615265915,
+ 7181971711,
+ 1219182534,
+ 1219182129,
+ 1219180934,
+ 1219181627,
+ 1219181404,
+ 1219181254,
+ 7181868348,
+ 6483890567,
+ 1219181711,
+ 6483890566,
+ 7181868360,
+ 1219182102,
+ 1219181818,
+ 1219181671,
+ 1219182066,
+ 1219181087,
+ 1666004277,
+ 6515434803,
+ 6721966228,
+ 1219182398,
+ 10739865037,
+ 1219182289,
+ 1219182250,
+ 6721966212,
+ 6721966213,
+ 6721966264,
+ 6515434802,
+ 6721966218,
+ 6721966222,
+ 6721966219,
+ 1219181778,
+ 1219181917,
+ 1219181866,
+ 1219182656,
+ 1219181251,
+ 1219182039,
+ 6721966284,
+ 6721968446,
+ 6721966283,
+ 6721968407,
+ 6323940361,
+ 6721968388,
+ 6721968425,
+ 1219182154,
+ 1219181195,
+ 1219180999,
+ 1219182279,
+ 1219181923,
+ 1219181565,
+ 1219180969,
+ 1219181967,
+ 1219182182,
+ 1219181640,
+ 1219181072,
+ 1219182457,
+ 1219181498,
+ 1219181994,
+ 1219181288,
+ 1219181350,
+ 1219181545,
+ 7174741694,
+ 6323941933,
+ 6323941932,
+ 7174741706,
+ 1219181373,
+ 1219182650,
+ 1219182064
+ ]
+ },
+ {
+ "wayId": 158593682,
+ "nodeIds": [
+ 675418693,
+ 8623763504,
+ 8623763508,
+ 8623763506,
+ 6511616334,
+ 7183699341,
+ 706458910,
+ 8623762538,
+ 8623762536,
+ 8623762535,
+ 7183706661,
+ 6511616317,
+ 7782653155,
+ 7183706677,
+ 706484725,
+ 10739865121,
+ 8773976783,
+ 8773976782,
+ 706458913,
+ 8773976779,
+ 6566385109,
+ 6566385075,
+ 6566385120,
+ 6566385119,
+ 6566385115,
+ 6566385076,
+ 706484789,
+ 706458914,
+ 6566385055,
+ 6566385026,
+ 7183681575,
+ 8773976778,
+ 8773976777,
+ 1370568719,
+ 8773976776,
+ 706458919,
+ 1370568723,
+ 1370568729,
+ 1370568730,
+ 1370568733,
+ 1370568735,
+ 1370568739,
+ 8773976773,
+ 6697205864,
+ 6331063218,
+ 706458921,
+ 6697205852,
+ 706484791,
+ 706458927,
+ 6697205831,
+ 6697205833,
+ 6697205834,
+ 6697205835,
+ 706458928,
+ 750842229,
+ 750842766,
+ 8695331771,
+ 706458930,
+ 6697205809,
+ 6697205810,
+ 6697205808,
+ 6697205806,
+ 6697205805,
+ 750842445,
+ 6697205804,
+ 706458933,
+ 6697205802,
+ 6697205801,
+ 6697205773,
+ 6536993075,
+ 6697205742,
+ 6697205754,
+ 706484795,
+ 6697205698
+ ]
+ },
+ {
+ "wayId": 53418095,
+ "nodeIds": [
+ 679420994,
+ 10739877126,
+ 8773867746,
+ 6308292851,
+ 6308292842,
+ 7181994975,
+ 8773867711,
+ 6308292840,
+ 8773867710,
+ 8773867709,
+ 7181994964,
+ 6308292845,
+ 679421010,
+ 7143342821,
+ 677425982,
+ 8615265826,
+ 8615265825,
+ 1641699054,
+ 3796831615,
+ 3796640557,
+ 6308292860,
+ 6308292863,
+ 6308292864,
+ 7020750807,
+ 8773867698,
+ 6308292804,
+ 6308292866,
+ 8773867697,
+ 7020750811,
+ 6308292867,
+ 679421000,
+ 675366358
+ ]
+ },
+ {
+ "wayId": 975393642,
+ "nodeIds": [
+ 1299481286,
+ 871279090,
+ 1299481204,
+ 8773867821,
+ 8773867820,
+ 8773867818,
+ 8773867819,
+ 1299481150,
+ 8773867815,
+ 9026240207
+ ]
+ },
+ {
+ "wayId": 947935667,
+ "nodeIds": [
+ 6532210093,
+ 706458957,
+ 6532210091,
+ 6532210130,
+ 706458961,
+ 6316904787,
+ 6532210131,
+ 6532210090,
+ 706458963,
+ 6532210122,
+ 6316904788,
+ 6532210123,
+ 706458964,
+ 7183738795,
+ 6316904789,
+ 706458973,
+ 706458974,
+ 6498974950,
+ 6498974951,
+ 706458976,
+ 706458977,
+ 6498974952,
+ 7040664882,
+ 706458978,
+ 706458980,
+ 10739865119,
+ 706458986,
+ 6498974953,
+ 6498974954,
+ 7040664898,
+ 706458987,
+ 706458988,
+ 6498974970,
+ 6498974955,
+ 12469188164,
+ 6498974956,
+ 6498974971,
+ 6498974957,
+ 706484806,
+ 706458998
+ ]
+ },
+ {
+ "wayId": 53820130,
+ "nodeIds": [
+ 679420994,
+ 8773867736,
+ 675366337,
+ 8773867749,
+ 678388680
+ ]
+ },
+ {
+ "wayId": 53424984,
+ "nodeIds": [
+ 675366347,
+ 675390931,
+ 8773867695,
+ 8773867694,
+ 13094352098,
+ 7181984653,
+ 8615266016,
+ 6511813911,
+ 8615266017,
+ 7181984656,
+ 8615266051,
+ 1219182195,
+ 1219182100
+ ]
+ },
+ {
+ "wayId": 53418100,
+ "nodeIds": [
+ 675366358,
+ 8615265844,
+ 8615265843,
+ 675366344,
+ 679421021,
+ 9223722814,
+ 675366347
+ ]
+ },
+ {
+ "wayId": 34780251,
+ "nodeIds": [
+ 8773976750,
+ 6271587519,
+ 3801016238
+ ]
+ },
+ {
+ "wayId": 158593679,
+ "nodeIds": [
+ 675418780,
+ 675418693
+ ]
+ },
+ {
+ "wayId": 975393638,
+ "nodeIds": [
+ 6697205698,
+ 706458934,
+ 6532295736,
+ 6532295737,
+ 6532295741,
+ 6532295908,
+ 6532295738,
+ 6532295739,
+ 6532295773,
+ 6532295740,
+ 706484801,
+ 706458939,
+ 706458941,
+ 6532558614,
+ 6532558615,
+ 6532558616,
+ 706458942,
+ 706458944,
+ 6532558612,
+ 6532558611,
+ 706458951,
+ 6532558609,
+ 706458956,
+ 6532210093
+ ]
+ },
+ {
+ "wayId": 56312713,
+ "nodeIds": [
+ 706459015,
+ 6261934947,
+ 12328870592,
+ 12328870591,
+ 6261934948,
+ 6316904795,
+ 706459016,
+ 6261934951,
+ 6261934944,
+ 5584852641,
+ 12328865448,
+ 6316904798,
+ 706484811,
+ 706459017
+ ]
+ },
+ {
+ "wayId": 975393636,
+ "nodeIds": [
+ 706458998,
+ 6498974958,
+ 6498974959,
+ 706458999,
+ 6498974960,
+ 6498975095,
+ 6498975099,
+ 12328865473,
+ 706459001,
+ 12328865467,
+ 12328865472,
+ 6498974972,
+ 6498975103,
+ 6498974973,
+ 12328865471,
+ 12328865470,
+ 706459003
+ ]
+ },
+ {
+ "wayId": 53425712,
+ "nodeIds": [
+ 1219182100,
+ 675390914,
+ 8615266050,
+ 675410552,
+ 675390859,
+ 675410529,
+ 6511813971,
+ 2840725251,
+ 6511813972,
+ 675410570,
+ 6797386166,
+ 675390926,
+ 8615265999,
+ 6483890558,
+ 7782653157,
+ 8615265936,
+ 6511813892,
+ 7183665057,
+ 675410508,
+ 675410523,
+ 675410551,
+ 675410565,
+ 675410574,
+ 675410517,
+ 675410537,
+ 8615266208,
+ 8615266160,
+ 675410556,
+ 8615266209,
+ 675410519,
+ 8615266214,
+ 8615266215,
+ 675410535,
+ 8615266445,
+ 8615266446,
+ 675410560,
+ 8615266447,
+ 675410577,
+ 675410513,
+ 675418764,
+ 8615266444,
+ 8615266443,
+ 675418684,
+ 7183687961,
+ 675418715,
+ 6483890559,
+ 8615266438,
+ 7183687970,
+ 675418726,
+ 675418749,
+ 8615266437,
+ 675418786,
+ 8615266434,
+ 675418700,
+ 675418756,
+ 675418782,
+ 675418708,
+ 675418733,
+ 675418744,
+ 8615266425,
+ 8615266424,
+ 706458902,
+ 6192238718,
+ 6483890510,
+ 8773976784,
+ 675418696,
+ 6483890509,
+ 7183706094,
+ 675418722,
+ 8623763013,
+ 8623763009,
+ 675418780
+ ]
+ },
+ {
+ "wayId": 56312711,
+ "nodeIds": [
+ 706459003,
+ 10937734528,
+ 3968543672,
+ 706459006,
+ 12328865474,
+ 706459008,
+ 12328865475,
+ 6498974979,
+ 6498975089,
+ 6498974980,
+ 12328865479,
+ 6498974981,
+ 12328865478,
+ 12328865477,
+ 706459009,
+ 706459012,
+ 12328865476,
+ 6498974978,
+ 706459015
+ ]
+ },
+ {
+ "wayId": 376709135,
+ "nodeIds": [
+ 3801016238,
+ 10743218209,
+ 3801016239
+ ]
+ },
+ {
+ "wayId": 105880220,
+ "nodeIds": [
+ 1219181008,
+ 6502268745,
+ 6502268746,
+ 6502268747,
+ 6502268748,
+ 6502268749,
+ 6502268740,
+ 7181807049,
+ 1219182034,
+ 1219182606,
+ 1219181832,
+ 6345788737,
+ 1219181211,
+ 6305872810,
+ 1219182648,
+ 6982699365,
+ 1219182556,
+ 1219181047,
+ 6262799982,
+ 6502268502,
+ 6262799983,
+ 6262799984,
+ 6262799985,
+ 6502268507,
+ 1219181292,
+ 1219181531,
+ 1219181111,
+ 6502268511,
+ 6262799968,
+ 6262799967,
+ 6262799966,
+ 6262799965,
+ 1219181727,
+ 1219181522,
+ 6982699361,
+ 6345788740,
+ 1219182150,
+ 1219181599,
+ 1219181855,
+ 6262799963,
+ 1219182128,
+ 6345788741,
+ 1219182561,
+ 1219182301,
+ 1219180956,
+ 1219181530,
+ 1219181622,
+ 6942630664,
+ 6262799940,
+ 1219181673,
+ 6345788742,
+ 1219181391,
+ 6262799932,
+ 8627045236,
+ 5601920154,
+ 1219181151,
+ 6262799836,
+ 1219181347,
+ 6262799835,
+ 8773867434,
+ 6262799834,
+ 6262799833,
+ 1219180907,
+ 6262799832,
+ 1219181929,
+ 1219181985,
+ 6262799831,
+ 6262799830,
+ 1219181431,
+ 1219181075,
+ 1219182527,
+ 1219181191,
+ 1219181369,
+ 1219182359,
+ 1219182226,
+ 6943442652,
+ 6262799807,
+ 1219182036,
+ 1219181694,
+ 6262799812,
+ 1219181820,
+ 6943442650,
+ 1219181615,
+ 9540503234,
+ 1219181426,
+ 9540503235,
+ 1219182104,
+ 9540503236,
+ 1219181475,
+ 9540503237,
+ 1219182121,
+ 9540503238,
+ 1219181494,
+ 13423781547,
+ 9540503239,
+ 13423781548,
+ 1219180936,
+ 9540503240,
+ 13423781549,
+ 1219181546,
+ 13423781550,
+ 8773867831,
+ 13423781551,
+ 1219182392,
+ 8773867830,
+ 1770448896,
+ 1219182309,
+ 1770448900,
+ 5969201551,
+ 8773867844,
+ 1219181218,
+ 8773867845,
+ 13423781564,
+ 8773867846
+ ]
+ },
+ {
+ "wayId": 947922635,
+ "nodeIds": [
+ 1219182064,
+ 7174748085,
+ 8765045343,
+ 8765045342,
+ 6515434822,
+ 8765045341,
+ 7174748092,
+ 1219181533,
+ 12183430404,
+ 3660896782,
+ 1219181086,
+ 8773867519,
+ 8773867629,
+ 8773867628,
+ 9202264193,
+ 1219182593,
+ 1219181575,
+ 8773867574,
+ 1219182070,
+ 1219182068,
+ 1219181766,
+ 1219181716,
+ 1219182091,
+ 1219181388,
+ 1219181102,
+ 1219181131,
+ 1219181808,
+ 1219181297,
+ 1219182263,
+ 1219181692,
+ 1219181811,
+ 1219181547,
+ 11660020604,
+ 1219181532,
+ 8773867575,
+ 1219181698,
+ 1219182405,
+ 11660020598,
+ 11660020599,
+ 1219182191,
+ 1219182529,
+ 1219181577,
+ 1219181154,
+ 1219182708,
+ 1219181835,
+ 1219181970,
+ 1219182701,
+ 1219181743,
+ 1219182033,
+ 1219181044,
+ 1219181080,
+ 1219181948,
+ 1219181865,
+ 1219181411,
+ 1219182383,
+ 1219181507,
+ 1219181528,
+ 1219181526,
+ 1219181613,
+ 1219181336,
+ 1219181225,
+ 1219181745,
+ 1219181750,
+ 1219182058,
+ 1219181887,
+ 1219181852,
+ 1219182103,
+ 1219182084,
+ 1219182241,
+ 1219182563,
+ 1219181468,
+ 1219181602,
+ 1219181623,
+ 1219182099,
+ 1219182642,
+ 1219181474,
+ 1219182177,
+ 8623764082,
+ 8623764073
+ ]
+ }
+ ],
+ "nodes": [
+ {
+ "nodeId": 7633908749,
+ "name": "Quatre Cantons – Stade Pierre Mauroy",
+ "lat": 50.6054124,
+ "lon": 3.1390652
+ },
+ {
+ "nodeId": 2062882284,
+ "name": "Villeneuve d'Ascq – Hôtel de Ville",
+ "lat": 50.6191838,
+ "lon": 3.1308523
+ },
+ {
+ "nodeId": 7821420839,
+ "name": "Triolo",
+ "lat": 50.6168843,
+ "lon": 3.1406789
+ },
+ {
+ "nodeId": 7747871286,
+ "name": "Cité Scientifique – Professeur Gabillard",
+ "lat": 50.6115887,
+ "lon": 3.1424269
+ },
+ {
+ "nodeId": 476644665,
+ "name": "Pont Supérieur",
+ "lat": 50.6443814,
+ "lon": 3.0138888
+ },
+ {
+ "nodeId": 24947460,
+ "name": "Gare Lille Flandres",
+ "lat": 50.6374689,
+ "lon": 3.0710152
+ },
+ {
+ "nodeId": 2062882448,
+ "name": "République – Beaux-Arts",
+ "lat": 50.6316357,
+ "lon": 3.0608677
+ },
+ {
+ "nodeId": 13421852156,
+ "name": "Madeleine Caulier",
+ "lat": 50.6367139,
+ "lon": 3.0868209
+ },
+ {
+ "nodeId": 476644666,
+ "name": "Mitterie",
+ "lat": 50.6467613,
+ "lon": 3.0073866
+ },
+ {
+ "nodeId": 2061592504,
+ "name": "Bois Blancs",
+ "lat": 50.6345058,
+ "lon": 3.0304363
+ },
+ {
+ "nodeId": 13421852167,
+ "name": "Wazemmes",
+ "lat": 50.6234558,
+ "lon": 3.0515983
+ },
+ {
+ "nodeId": 13421852146,
+ "name": "Square Flandres",
+ "lat": 50.6251809,
+ "lon": 3.1160694
+ },
+ {
+ "nodeId": 477643149,
+ "name": "CHU – Centre Oscar Lambret",
+ "lat": 50.6130886,
+ "lon": 3.036412
+ },
+ {
+ "nodeId": 13421852155,
+ "name": "Fives",
+ "lat": 50.633041,
+ "lon": 3.0905047
+ },
+ {
+ "nodeId": 412283375,
+ "name": "Porte d'Arras",
+ "lat": 50.6175899,
+ "lon": 3.0622981
+ },
+ {
+ "nodeId": 13421852151,
+ "name": "Marbrerie",
+ "lat": 50.6301511,
+ "lon": 3.0978885
+ },
+ {
+ "nodeId": 1635759514,
+ "name": "Cormontaigne",
+ "lat": 50.6262355,
+ "lon": 3.0402998
+ },
+ {
+ "nodeId": 2061592877,
+ "name": "Maison des Enfants",
+ "lat": 50.6463068,
+ "lon": 2.9952327
+ },
+ {
+ "nodeId": 2061591963,
+ "name": "Montebello",
+ "lat": 50.6220359,
+ "lon": 3.0454849
+ },
+ {
+ "nodeId": 406517672,
+ "name": "Mairie de Lille",
+ "lat": 50.6328076,
+ "lon": 3.0706587
+ },
+ {
+ "nodeId": 439792372,
+ "name": "Port de Lille",
+ "lat": 50.6299552,
+ "lon": 3.0357267
+ },
+ {
+ "nodeId": 2061591695,
+ "name": "Porte des Postes",
+ "lat": 50.6184387,
+ "lon": 3.0502802
+ },
+ {
+ "nodeId": 2061592819,
+ "name": "Saint-Maurice Pellevoisin",
+ "lat": 50.6423001,
+ "lon": 3.0887019
+ },
+ {
+ "nodeId": 428622060,
+ "name": "Fort de Mons",
+ "lat": 50.6420581,
+ "lon": 3.1194332
+ },
+ {
+ "nodeId": 2061592801,
+ "name": "Mons Sarts",
+ "lat": 50.6420731,
+ "lon": 3.099278
+ },
+ {
+ "nodeId": 412283381,
+ "name": "Porte de Douai – Jardin des Plantes",
+ "lat": 50.6180428,
+ "lon": 3.0721485
+ },
+ {
+ "nodeId": 367098735,
+ "name": "Pont de Bois",
+ "lat": 50.6242405,
+ "lon": 3.1280357
+ },
+ {
+ "nodeId": 13421852148,
+ "name": "Mairie d'Hellemmes",
+ "lat": 50.6270877,
+ "lon": 3.1090277
+ },
+ {
+ "nodeId": 13421852161,
+ "name": "Rihour",
+ "lat": 50.6356739,
+ "lon": 3.0629969
+ },
+ {
+ "nodeId": 13421852164,
+ "name": "Gambetta",
+ "lat": 50.626939,
+ "lon": 3.0527177
+ },
+ {
+ "nodeId": 477643160,
+ "name": "CHU – Eurasanté",
+ "lat": 50.608053,
+ "lon": 3.038947
+ },
+ {
+ "nodeId": 2062882280,
+ "name": "Porte des Postes",
+ "lat": 50.6184476,
+ "lon": 3.0501806
+ },
+ {
+ "nodeId": 7681137563,
+ "name": "Saint-Philibert",
+ "lat": 50.6520821,
+ "lon": 2.974277
+ },
+ {
+ "nodeId": 476644664,
+ "name": "Lomme – Lambersart – Arthur-Notebart",
+ "lat": 50.6406747,
+ "lon": 3.0187184
+ },
+ {
+ "nodeId": 2061592855,
+ "name": "Bourg",
+ "lat": 50.645574,
+ "lon": 2.9851942
+ },
+ {
+ "nodeId": 2061592712,
+ "name": "Gare Lille Flandres",
+ "lat": 50.6373662,
+ "lon": 3.0710791
+ },
+ {
+ "nodeId": 13424646704,
+ "name": "Mairie de Croix",
+ "lat": 50.6792861,
+ "lon": 3.1559882
+ },
+ {
+ "nodeId": 13424646733,
+ "name": "Croix Centre",
+ "lat": 50.6746674,
+ "lon": 3.1461426
+ },
+ {
+ "nodeId": 497394889,
+ "name": "Lille Grand Palais",
+ "lat": 50.6296509,
+ "lon": 3.0749235
+ },
+ {
+ "nodeId": 13424646334,
+ "name": "Gare de Tourcoing",
+ "lat": 50.7171471,
+ "lon": 3.1627778
+ },
+ {
+ "nodeId": 2061592803,
+ "name": "Mairie de Mons",
+ "lat": 50.6420965,
+ "lon": 3.1100713
+ },
+ {
+ "nodeId": 408747522,
+ "name": "Porte de Valenciennes",
+ "lat": 50.6210592,
+ "lon": 3.0789012
+ },
+ {
+ "nodeId": 13424646605,
+ "name": "Roubaix – Grand Place",
+ "lat": 50.6918257,
+ "lon": 3.174713
+ },
+ {
+ "nodeId": 13424514779,
+ "name": "Les Prés – Edgard Pisani",
+ "lat": 50.6501004,
+ "lon": 3.1264767
+ },
+ {
+ "nodeId": 13424646794,
+ "name": "Wasquehal – Pavé de Lille",
+ "lat": 50.6639104,
+ "lon": 3.1299757
+ },
+ {
+ "nodeId": 13424646638,
+ "name": "Eurotéléport",
+ "lat": 50.690843,
+ "lon": 3.1793333
+ },
+ {
+ "nodeId": 2061592702,
+ "name": "Canteleu – Euratechnologies",
+ "lat": 50.6371343,
+ "lon": 3.0246674
+ },
+ {
+ "nodeId": 13424646345,
+ "name": "Tourcoing Centre",
+ "lat": 50.7209441,
+ "lon": 3.1601194
+ },
+ {
+ "nodeId": 13424646876,
+ "name": "Jean Jaurès",
+ "lat": 50.658486,
+ "lon": 3.1347276
+ },
+ {
+ "nodeId": 13424646556,
+ "name": "Alsace – Plaine Images",
+ "lat": 50.7007313,
+ "lon": 3.1610197
+ },
+ {
+ "nodeId": 13424646497,
+ "name": "Bourgogne",
+ "lat": 50.7394748,
+ "lon": 3.1796717
+ },
+ {
+ "nodeId": 13424646380,
+ "name": "Colbert",
+ "lat": 50.7257893,
+ "lon": 3.1567313
+ },
+ {
+ "nodeId": 13424646825,
+ "name": "Wasquehal – Hôtel de Ville",
+ "lat": 50.6697917,
+ "lon": 3.1313598
+ },
+ {
+ "nodeId": 2208333145,
+ "name": "Gare Lille Europe",
+ "lat": 50.6393534,
+ "lon": 3.0762447
+ },
+ {
+ "nodeId": 13424646694,
+ "name": "Épeule – Montesquieu",
+ "lat": 50.6842023,
+ "lon": 3.1634721
+ },
+ {
+ "nodeId": 3096870051,
+ "name": "Romarin",
+ "lat": 50.6460051,
+ "lon": 3.0757016
+ },
+ {
+ "nodeId": 13424646576,
+ "name": "Gare Jean Lebas Roubaix",
+ "lat": 50.6954332,
+ "lon": 3.1639473
+ },
+ {
+ "nodeId": 13424646683,
+ "name": "Roubaix – Charles de Gaulle",
+ "lat": 50.6869065,
+ "lon": 3.169775
+ },
+ {
+ "nodeId": 13424643499,
+ "name": "Carliers",
+ "lat": 50.7110166,
+ "lon": 3.1602043
+ },
+ {
+ "nodeId": 13424643482,
+ "name": "Mercure",
+ "lat": 50.7047789,
+ "lon": 3.1604768
+ },
+ {
+ "nodeId": 675366337,
+ "name": "Saint-Maur",
+ "lat": 50.6518035,
+ "lon": 3.0818935
+ },
+ {
+ "nodeId": 679421000,
+ "name": "Brossolette",
+ "lat": 50.6605668,
+ "lon": 3.0944674
+ },
+ {
+ "nodeId": 871279102,
+ "name": "Gare Lille Europe",
+ "lat": 50.6398712,
+ "lon": 3.0740513
+ },
+ {
+ "nodeId": 679421010,
+ "name": "Buisson",
+ "lat": 50.6568583,
+ "lon": 3.0891187
+ },
+ {
+ "nodeId": 1219181373,
+ "name": "Planche Épinoy",
+ "lat": 50.6645449,
+ "lon": 3.146271
+ },
+ {
+ "nodeId": 13424646470,
+ "name": "Pont de Neuville",
+ "lat": 50.7367947,
+ "lon": 3.1707748
+ },
+ {
+ "nodeId": 1219182154,
+ "name": "Le Sart",
+ "lat": 50.6632285,
+ "lon": 3.1394564
+ },
+ {
+ "nodeId": 1219181155,
+ "name": "Hôpital Victor Provo",
+ "lat": 50.6810185,
+ "lon": 3.1676589
+ },
+ {
+ "nodeId": 13424646425,
+ "name": "Phalempins",
+ "lat": 50.7324168,
+ "lon": 3.1579003
+ },
+ {
+ "nodeId": 871279130,
+ "name": "Gare Lille Flandres",
+ "lat": 50.6377476,
+ "lon": 3.0713943
+ },
+ {
+ "nodeId": 13424643480,
+ "name": "C.H. Dron",
+ "lat": 50.7434323,
+ "lon": 3.1809818
+ },
+ {
+ "nodeId": 1986566502,
+ "name": "Botanique",
+ "lat": 50.6493155,
+ "lon": 3.0792036
+ },
+ {
+ "nodeId": 1219181533,
+ "name": "La Marque",
+ "lat": 50.6665709,
+ "lon": 3.1498502
+ },
+ {
+ "nodeId": 679421021,
+ "name": "Clemenceau – Hippodrome",
+ "lat": 50.6620394,
+ "lon": 3.0966792
+ },
+ {
+ "nodeId": 6271587519,
+ "name": "Gare Lille Flandres",
+ "lat": 50.6377737,
+ "lon": 3.0713641
+ },
+ {
+ "nodeId": 1219182102,
+ "name": "Pont de Wasquehal",
+ "lat": 50.664404,
+ "lon": 3.1185339
+ },
+ {
+ "nodeId": 1219181778,
+ "name": "Wasquehal – Pavé de Lille",
+ "lat": 50.6637248,
+ "lon": 3.1307602
+ },
+ {
+ "nodeId": 706484791,
+ "name": "Trois Suisses",
+ "lat": 50.6993375,
+ "lon": 3.1390673
+ },
+ {
+ "nodeId": 1219181151,
+ "name": "Alfred Mongy",
+ "lat": 50.6878301,
+ "lon": 3.1753306
+ },
+ {
+ "nodeId": 675418726,
+ "name": "Le Quesne",
+ "lat": 50.6735664,
+ "lon": 3.1070065
+ },
+ {
+ "nodeId": 1219181761,
+ "name": "Eurotéléport",
+ "lat": 50.6910458,
+ "lon": 3.1791712
+ },
+ {
+ "nodeId": 1219182398,
+ "name": "La Terrasse",
+ "lat": 50.663947,
+ "lon": 3.1266702
+ },
+ {
+ "nodeId": 1219182593,
+ "name": "Villa Cavrois",
+ "lat": 50.6691566,
+ "lon": 3.1544259
+ },
+ {
+ "nodeId": 706458902,
+ "name": "Cerisaie – Centre d'Affaires",
+ "lat": 50.6773551,
+ "lon": 3.1115512
+ },
+ {
+ "nodeId": 706484725,
+ "name": "Grand Cottignies",
+ "lat": 50.6873451,
+ "lon": 3.1244188
+ },
+ {
+ "nodeId": 1219182534,
+ "name": "Acacias",
+ "lat": 50.6648425,
+ "lon": 3.1108142
+ },
+ {
+ "nodeId": 1219182177,
+ "name": "Bol d'Air",
+ "lat": 50.672248,
+ "lon": 3.1561407
+ },
+ {
+ "nodeId": 1219181784,
+ "name": "Parc Barbieux",
+ "lat": 50.6781029,
+ "lon": 3.1622393
+ },
+ {
+ "nodeId": 675410508,
+ "name": "Foch",
+ "lat": 50.6666746,
+ "lon": 3.1037774
+ },
+ {
+ "nodeId": 1219181531,
+ "name": "Jean Moulin",
+ "lat": 50.6850046,
+ "lon": 3.172242
+ },
+ {
+ "nodeId": 706458956,
+ "name": "Pont Hydraulique",
+ "lat": 50.7126938,
+ "lon": 3.156221
+ },
+ {
+ "nodeId": 706484811,
+ "name": "Tourcoing Centre",
+ "lat": 50.7206895,
+ "lon": 3.1589556
+ },
+ {
+ "nodeId": 706484801,
+ "name": "Ma Campagne",
+ "lat": 50.7100603,
+ "lon": 3.1533556
+ },
+ {
+ "nodeId": 706458910,
+ "name": "Cartelot",
+ "lat": 50.6836626,
+ "lon": 3.1196149
+ },
+ {
+ "nodeId": 706484789,
+ "name": "Triez",
+ "lat": 50.6928156,
+ "lon": 3.1315521
+ },
+ {
+ "nodeId": 706484795,
+ "name": "Faidherbe",
+ "lat": 50.7038341,
+ "lon": 3.1431794
+ },
+ {
+ "nodeId": 675418722,
+ "name": "Château Rouge",
+ "lat": 50.679699,
+ "lon": 3.1145146
+ },
+ {
+ "nodeId": 706484806,
+ "name": "Victoire",
+ "lat": 50.7178429,
+ "lon": 3.1571198
+ },
+ {
+ "nodeId": 2061592806,
+ "lat": 50.6421089,
+ "lon": 3.100217
+ },
+ {
+ "nodeId": 2061592809,
+ "lat": 50.6421511,
+ "lon": 3.1042404
+ },
+ {
+ "nodeId": 2061592804,
+ "lat": 50.6420987,
+ "lon": 3.1081146
+ },
+ {
+ "nodeId": 7630353641,
+ "lat": 50.6146279,
+ "lon": 3.1411004
+ },
+ {
+ "nodeId": 7633123250,
+ "lat": 50.6146841,
+ "lon": 3.1410547
+ },
+ {
+ "nodeId": 7633123251,
+ "lat": 50.6147235,
+ "lon": 3.141027
+ },
+ {
+ "nodeId": 7633123254,
+ "lat": 50.6147729,
+ "lon": 3.1409923
+ },
+ {
+ "nodeId": 7633123255,
+ "lat": 50.6148237,
+ "lon": 3.1409631
+ },
+ {
+ "nodeId": 7633123256,
+ "lat": 50.6148591,
+ "lon": 3.1409453
+ },
+ {
+ "nodeId": 7633123257,
+ "lat": 50.6149121,
+ "lon": 3.1409189
+ },
+ {
+ "nodeId": 7633123259,
+ "lat": 50.6149669,
+ "lon": 3.1408961
+ },
+ {
+ "nodeId": 7633385315,
+ "lat": 50.6150298,
+ "lon": 3.1408742
+ },
+ {
+ "nodeId": 2061591539,
+ "lat": 50.6165828,
+ "lon": 3.0463901
+ },
+ {
+ "nodeId": 477643120,
+ "lat": 50.6165813,
+ "lon": 3.0459062
+ },
+ {
+ "nodeId": 7644038564,
+ "lat": 50.644397,
+ "lon": 3.1230782
+ },
+ {
+ "nodeId": 7644038563,
+ "lat": 50.6445253,
+ "lon": 3.1231678
+ },
+ {
+ "nodeId": 6296253949,
+ "lat": 50.6447194,
+ "lon": 3.1232948
+ },
+ {
+ "nodeId": 7644038570,
+ "lat": 50.6448022,
+ "lon": 3.12335
+ },
+ {
+ "nodeId": 7644038566,
+ "lat": 50.6448538,
+ "lon": 3.1233876
+ },
+ {
+ "nodeId": 6270481246,
+ "lat": 50.6449577,
+ "lon": 3.1234607
+ },
+ {
+ "nodeId": 7644038568,
+ "lat": 50.6450451,
+ "lon": 3.1235251
+ },
+ {
+ "nodeId": 7644038569,
+ "lat": 50.6451221,
+ "lon": 3.1235826
+ },
+ {
+ "nodeId": 7644038567,
+ "lat": 50.6451833,
+ "lon": 3.1236307
+ },
+ {
+ "nodeId": 6270481247,
+ "lat": 50.6458231,
+ "lon": 3.1241237
+ },
+ {
+ "nodeId": 7644038583,
+ "lat": 50.6459058,
+ "lon": 3.1241854
+ },
+ {
+ "nodeId": 6270481248,
+ "lat": 50.646114,
+ "lon": 3.1243382
+ },
+ {
+ "nodeId": 7644038793,
+ "lat": 50.6462117,
+ "lon": 3.1244066
+ },
+ {
+ "nodeId": 7644038794,
+ "lat": 50.6462858,
+ "lon": 3.1244573
+ },
+ {
+ "nodeId": 6270481249,
+ "lat": 50.6463742,
+ "lon": 3.1245144
+ },
+ {
+ "nodeId": 7644038795,
+ "lat": 50.6464836,
+ "lon": 3.1245832
+ },
+ {
+ "nodeId": 428622058,
+ "lat": 50.6465848,
+ "lon": 3.1246434
+ },
+ {
+ "nodeId": 7644038582,
+ "lat": 50.6466547,
+ "lon": 3.1246843
+ },
+ {
+ "nodeId": 7644038796,
+ "lat": 50.646707,
+ "lon": 3.1247158
+ },
+ {
+ "nodeId": 7644038581,
+ "lat": 50.6467803,
+ "lon": 3.1247566
+ },
+ {
+ "nodeId": 6270481250,
+ "lat": 50.6469301,
+ "lon": 3.124836
+ },
+ {
+ "nodeId": 428622056,
+ "lat": 50.6505067,
+ "lon": 3.1266888
+ },
+ {
+ "nodeId": 13424514778,
+ "lat": 50.6506059,
+ "lon": 3.1267422
+ },
+ {
+ "nodeId": 6270481251,
+ "lat": 50.6506969,
+ "lon": 3.1267958
+ },
+ {
+ "nodeId": 7644038580,
+ "lat": 50.6507547,
+ "lon": 3.1268334
+ },
+ {
+ "nodeId": 6229504437,
+ "lat": 50.6508141,
+ "lon": 3.1268738
+ },
+ {
+ "nodeId": 6270481252,
+ "lat": 50.6508717,
+ "lon": 3.1269132
+ },
+ {
+ "nodeId": 6229504436,
+ "lat": 50.6509319,
+ "lon": 3.1269615
+ },
+ {
+ "nodeId": 7644074962,
+ "lat": 50.6509877,
+ "lon": 3.127008
+ },
+ {
+ "nodeId": 7644074960,
+ "lat": 50.6511038,
+ "lon": 3.1271169
+ },
+ {
+ "nodeId": 7644074961,
+ "lat": 50.6510254,
+ "lon": 3.1270416
+ },
+ {
+ "nodeId": 7644038579,
+ "lat": 50.6511378,
+ "lon": 3.1271521
+ },
+ {
+ "nodeId": 7644074959,
+ "lat": 50.6511849,
+ "lon": 3.1272048
+ },
+ {
+ "nodeId": 6229504438,
+ "lat": 50.6510648,
+ "lon": 3.1270794
+ },
+ {
+ "nodeId": 6270481253,
+ "lat": 50.6512264,
+ "lon": 3.1272517
+ },
+ {
+ "nodeId": 7644074970,
+ "lat": 50.6512761,
+ "lon": 3.1273093
+ },
+ {
+ "nodeId": 7644074971,
+ "lat": 50.6513143,
+ "lon": 3.1273548
+ },
+ {
+ "nodeId": 428622055,
+ "lat": 50.6513624,
+ "lon": 3.1274181
+ },
+ {
+ "nodeId": 7644074972,
+ "lat": 50.651407,
+ "lon": 3.1274791
+ },
+ {
+ "nodeId": 6229504430,
+ "lat": 50.6514336,
+ "lon": 3.1275155
+ },
+ {
+ "nodeId": 428622054,
+ "lat": 50.6514865,
+ "lon": 3.1275962
+ },
+ {
+ "nodeId": 7644074974,
+ "lat": 50.6515292,
+ "lon": 3.1276654
+ },
+ {
+ "nodeId": 7644038578,
+ "lat": 50.6515634,
+ "lon": 3.1277234
+ },
+ {
+ "nodeId": 7644074973,
+ "lat": 50.6515903,
+ "lon": 3.1277722
+ },
+ {
+ "nodeId": 7644074975,
+ "lat": 50.6516248,
+ "lon": 3.1278347
+ },
+ {
+ "nodeId": 6229504433,
+ "lat": 50.6516605,
+ "lon": 3.1279044
+ },
+ {
+ "nodeId": 7644074984,
+ "lat": 50.6516986,
+ "lon": 3.1279839
+ },
+ {
+ "nodeId": 6229504435,
+ "lat": 50.6517484,
+ "lon": 3.1280876
+ },
+ {
+ "nodeId": 6229504434,
+ "lat": 50.6518243,
+ "lon": 3.1282629
+ },
+ {
+ "nodeId": 6229504431,
+ "lat": 50.6519176,
+ "lon": 3.1284837
+ },
+ {
+ "nodeId": 7644095887,
+ "lat": 50.6533621,
+ "lon": 3.1319011
+ },
+ {
+ "nodeId": 1666260810,
+ "lat": 50.653396,
+ "lon": 3.1319773
+ },
+ {
+ "nodeId": 7644095922,
+ "lat": 50.6534262,
+ "lon": 3.1320483
+ },
+ {
+ "nodeId": 7644095889,
+ "lat": 50.6534586,
+ "lon": 3.1321226
+ },
+ {
+ "nodeId": 7644095923,
+ "lat": 50.6534863,
+ "lon": 3.1321831
+ },
+ {
+ "nodeId": 428622052,
+ "lat": 50.6535181,
+ "lon": 3.1322484
+ },
+ {
+ "nodeId": 7644095890,
+ "lat": 50.6535582,
+ "lon": 3.1323317
+ },
+ {
+ "nodeId": 6270481254,
+ "lat": 50.6536061,
+ "lon": 3.1324216
+ },
+ {
+ "nodeId": 1666260823,
+ "lat": 50.6536574,
+ "lon": 3.1325151
+ },
+ {
+ "nodeId": 6270481255,
+ "lat": 50.6537138,
+ "lon": 3.1326117
+ },
+ {
+ "nodeId": 7644095891,
+ "lat": 50.6537632,
+ "lon": 3.1326858
+ },
+ {
+ "nodeId": 7644095892,
+ "lat": 50.6538093,
+ "lon": 3.1327523
+ },
+ {
+ "nodeId": 428622051,
+ "lat": 50.6538588,
+ "lon": 3.132822
+ },
+ {
+ "nodeId": 7644095893,
+ "lat": 50.6539209,
+ "lon": 3.1329028
+ },
+ {
+ "nodeId": 1666260828,
+ "lat": 50.6539785,
+ "lon": 3.1329735
+ },
+ {
+ "nodeId": 1666260834,
+ "lat": 50.6540525,
+ "lon": 3.133054
+ },
+ {
+ "nodeId": 7644095894,
+ "lat": 50.6541013,
+ "lon": 3.1331014
+ },
+ {
+ "nodeId": 7644095934,
+ "lat": 50.6541516,
+ "lon": 3.133149
+ },
+ {
+ "nodeId": 428622050,
+ "lat": 50.654193,
+ "lon": 3.1331879
+ },
+ {
+ "nodeId": 6270481256,
+ "lat": 50.6542478,
+ "lon": 3.1332357
+ },
+ {
+ "nodeId": 7644095933,
+ "lat": 50.6543016,
+ "lon": 3.1332802
+ },
+ {
+ "nodeId": 1666260840,
+ "lat": 50.6543422,
+ "lon": 3.1333115
+ },
+ {
+ "nodeId": 7644095932,
+ "lat": 50.6544004,
+ "lon": 3.1333529
+ },
+ {
+ "nodeId": 7644095931,
+ "lat": 50.6544547,
+ "lon": 3.1333908
+ },
+ {
+ "nodeId": 1666260845,
+ "lat": 50.65453,
+ "lon": 3.1334377
+ },
+ {
+ "nodeId": 428622049,
+ "lat": 50.6546055,
+ "lon": 3.1334794
+ },
+ {
+ "nodeId": 2061591537,
+ "lat": 50.6166141,
+ "lon": 3.039263
+ },
+ {
+ "nodeId": 7637729237,
+ "lat": 50.6166094,
+ "lon": 3.0391574
+ },
+ {
+ "nodeId": 7637729252,
+ "lat": 50.6166031,
+ "lon": 3.039056
+ },
+ {
+ "nodeId": 2061591522,
+ "lat": 50.6165934,
+ "lon": 3.0389477
+ },
+ {
+ "nodeId": 7637729247,
+ "lat": 50.6165815,
+ "lon": 3.0388324
+ },
+ {
+ "nodeId": 7637729259,
+ "lat": 50.6165702,
+ "lon": 3.0387463
+ },
+ {
+ "nodeId": 7637729260,
+ "lat": 50.6165582,
+ "lon": 3.0386559
+ },
+ {
+ "nodeId": 6270387298,
+ "lat": 50.6165461,
+ "lon": 3.0385749
+ },
+ {
+ "nodeId": 7637729261,
+ "lat": 50.6165319,
+ "lon": 3.0384934
+ },
+ {
+ "nodeId": 2061591508,
+ "lat": 50.6165051,
+ "lon": 3.0383521
+ },
+ {
+ "nodeId": 6270387297,
+ "lat": 50.6164893,
+ "lon": 3.0382829
+ },
+ {
+ "nodeId": 7637729243,
+ "lat": 50.6164635,
+ "lon": 3.0381753
+ },
+ {
+ "nodeId": 2061591506,
+ "lat": 50.6164391,
+ "lon": 3.0380842
+ },
+ {
+ "nodeId": 7637729238,
+ "lat": 50.6164015,
+ "lon": 3.0379503
+ },
+ {
+ "nodeId": 2061591504,
+ "lat": 50.6163554,
+ "lon": 3.037804
+ },
+ {
+ "nodeId": 7637729223,
+ "lat": 50.6163036,
+ "lon": 3.0376619
+ },
+ {
+ "nodeId": 2061591503,
+ "lat": 50.6162463,
+ "lon": 3.0375146
+ },
+ {
+ "nodeId": 7637729222,
+ "lat": 50.6161941,
+ "lon": 3.0373924
+ },
+ {
+ "nodeId": 7637729224,
+ "lat": 50.6161425,
+ "lon": 3.0372806
+ },
+ {
+ "nodeId": 2061591502,
+ "lat": 50.6160922,
+ "lon": 3.0371816
+ },
+ {
+ "nodeId": 2061591500,
+ "lat": 50.6160334,
+ "lon": 3.0370775
+ },
+ {
+ "nodeId": 7637729221,
+ "lat": 50.6159756,
+ "lon": 3.0369811
+ },
+ {
+ "nodeId": 2061591499,
+ "lat": 50.6159196,
+ "lon": 3.0368902
+ },
+ {
+ "nodeId": 7637729220,
+ "lat": 50.6158694,
+ "lon": 3.0368187
+ },
+ {
+ "nodeId": 2061591498,
+ "lat": 50.6158053,
+ "lon": 3.0367307
+ },
+ {
+ "nodeId": 6270387296,
+ "lat": 50.6157288,
+ "lon": 3.0366351
+ },
+ {
+ "nodeId": 7637729225,
+ "lat": 50.6156821,
+ "lon": 3.0365795
+ },
+ {
+ "nodeId": 2061591495,
+ "lat": 50.6156268,
+ "lon": 3.0365163
+ },
+ {
+ "nodeId": 6270387295,
+ "lat": 50.6155276,
+ "lon": 3.0364158
+ },
+ {
+ "nodeId": 7637729198,
+ "lat": 50.6154656,
+ "lon": 3.0363588
+ },
+ {
+ "nodeId": 7637729199,
+ "lat": 50.6154205,
+ "lon": 3.0363199
+ },
+ {
+ "nodeId": 2061591490,
+ "lat": 50.615353,
+ "lon": 3.0362662
+ },
+ {
+ "nodeId": 2061591488,
+ "lat": 50.61529,
+ "lon": 3.0362184
+ },
+ {
+ "nodeId": 7637729200,
+ "lat": 50.6152172,
+ "lon": 3.0361676
+ },
+ {
+ "nodeId": 2061591482,
+ "lat": 50.6151517,
+ "lon": 3.0361255
+ },
+ {
+ "nodeId": 2061591479,
+ "lat": 50.6150707,
+ "lon": 3.0360792
+ },
+ {
+ "nodeId": 6270387294,
+ "lat": 50.6149719,
+ "lon": 3.0360308
+ },
+ {
+ "nodeId": 2061591468,
+ "lat": 50.6148779,
+ "lon": 3.035991
+ },
+ {
+ "nodeId": 7637729197,
+ "lat": 50.6147849,
+ "lon": 3.0359591
+ },
+ {
+ "nodeId": 2061591459,
+ "lat": 50.6146736,
+ "lon": 3.035931
+ },
+ {
+ "nodeId": 7637729196,
+ "lat": 50.6145851,
+ "lon": 3.0359127
+ },
+ {
+ "nodeId": 2061591455,
+ "lat": 50.6145098,
+ "lon": 3.0359027
+ },
+ {
+ "nodeId": 7637729195,
+ "lat": 50.6144566,
+ "lon": 3.0358982
+ },
+ {
+ "nodeId": 7637722670,
+ "lat": 50.6143992,
+ "lon": 3.0358953
+ },
+ {
+ "nodeId": 7637729194,
+ "lat": 50.6143387,
+ "lon": 3.0358951
+ },
+ {
+ "nodeId": 2061591452,
+ "lat": 50.6142766,
+ "lon": 3.035895
+ },
+ {
+ "nodeId": 2061591448,
+ "lat": 50.6142086,
+ "lon": 3.0358993
+ },
+ {
+ "nodeId": 7637722669,
+ "lat": 50.6141368,
+ "lon": 3.0359102
+ },
+ {
+ "nodeId": 7637729193,
+ "lat": 50.6140752,
+ "lon": 3.0359206
+ },
+ {
+ "nodeId": 2061591446,
+ "lat": 50.6140132,
+ "lon": 3.0359337
+ },
+ {
+ "nodeId": 6270387293,
+ "lat": 50.6139361,
+ "lon": 3.035954
+ },
+ {
+ "nodeId": 7637722682,
+ "lat": 50.6138607,
+ "lon": 3.035978
+ },
+ {
+ "nodeId": 7637722683,
+ "lat": 50.6138008,
+ "lon": 3.0360008
+ },
+ {
+ "nodeId": 2061591441,
+ "lat": 50.6137379,
+ "lon": 3.0360269
+ },
+ {
+ "nodeId": 2061591431,
+ "lat": 50.613665,
+ "lon": 3.0360627
+ },
+ {
+ "nodeId": 7637722680,
+ "lat": 50.6135985,
+ "lon": 3.036096
+ },
+ {
+ "nodeId": 3730375865,
+ "lat": 50.61354,
+ "lon": 3.036129
+ },
+ {
+ "nodeId": 7637722671,
+ "lat": 50.6134157,
+ "lon": 3.0362038
+ },
+ {
+ "nodeId": 2061591422,
+ "lat": 50.6133117,
+ "lon": 3.0362684
+ },
+ {
+ "nodeId": 2061591398,
+ "lat": 50.6128364,
+ "lon": 3.0365692
+ },
+ {
+ "nodeId": 2061591352,
+ "lat": 50.6096012,
+ "lon": 3.0386166
+ },
+ {
+ "nodeId": 7637722662,
+ "lat": 50.6094683,
+ "lon": 3.0386973
+ },
+ {
+ "nodeId": 7637722665,
+ "lat": 50.6094232,
+ "lon": 3.0387235
+ },
+ {
+ "nodeId": 2061591346,
+ "lat": 50.6093637,
+ "lon": 3.0387562
+ },
+ {
+ "nodeId": 7637722663,
+ "lat": 50.6093158,
+ "lon": 3.0387811
+ },
+ {
+ "nodeId": 2061591339,
+ "lat": 50.6092582,
+ "lon": 3.0388103
+ },
+ {
+ "nodeId": 7637722634,
+ "lat": 50.6091936,
+ "lon": 3.0388394
+ },
+ {
+ "nodeId": 2061591333,
+ "lat": 50.6091175,
+ "lon": 3.038871
+ },
+ {
+ "nodeId": 7637722654,
+ "lat": 50.6090345,
+ "lon": 3.0388996
+ },
+ {
+ "nodeId": 7637722635,
+ "lat": 50.6089626,
+ "lon": 3.0389188
+ },
+ {
+ "nodeId": 6270387290,
+ "lat": 50.6089118,
+ "lon": 3.0389317
+ },
+ {
+ "nodeId": 7637722636,
+ "lat": 50.6088438,
+ "lon": 3.0389454
+ },
+ {
+ "nodeId": 7637722648,
+ "lat": 50.6088104,
+ "lon": 3.0389505
+ },
+ {
+ "nodeId": 6270387289,
+ "lat": 50.6087398,
+ "lon": 3.0389577
+ },
+ {
+ "nodeId": 7637722637,
+ "lat": 50.608682,
+ "lon": 3.0389609
+ },
+ {
+ "nodeId": 7637722638,
+ "lat": 50.6085854,
+ "lon": 3.0389633
+ },
+ {
+ "nodeId": 2061591326,
+ "lat": 50.6084899,
+ "lon": 3.0389616
+ },
+ {
+ "nodeId": 7637722639,
+ "lat": 50.6084125,
+ "lon": 3.0389604
+ },
+ {
+ "nodeId": 2061591303,
+ "lat": 50.6082751,
+ "lon": 3.0389545
+ },
+ {
+ "nodeId": 7637722644,
+ "lat": 50.6078293,
+ "lon": 3.0389389
+ },
+ {
+ "nodeId": 10739877123,
+ "lat": 50.6433488,
+ "lon": 3.0736165
+ },
+ {
+ "nodeId": 8773867825,
+ "lat": 50.6434294,
+ "lon": 3.0736922
+ },
+ {
+ "nodeId": 10739877124,
+ "lat": 50.6434551,
+ "lon": 3.0737151
+ },
+ {
+ "nodeId": 7644038561,
+ "lat": 50.6442179,
+ "lon": 3.1229539
+ },
+ {
+ "nodeId": 7633402593,
+ "lat": 50.618977,
+ "lon": 3.1373272
+ },
+ {
+ "nodeId": 7633402602,
+ "lat": 50.6189686,
+ "lon": 3.1372253
+ },
+ {
+ "nodeId": 7633402603,
+ "lat": 50.6189474,
+ "lon": 3.1370315
+ },
+ {
+ "nodeId": 7633402604,
+ "lat": 50.6188343,
+ "lon": 3.1360171
+ },
+ {
+ "nodeId": 497394888,
+ "lat": 50.6282194,
+ "lon": 3.0759719
+ },
+ {
+ "nodeId": 7642739163,
+ "lat": 50.6286243,
+ "lon": 3.0756753
+ },
+ {
+ "nodeId": 3075917111,
+ "lat": 50.6429801,
+ "lon": 3.0732883
+ },
+ {
+ "nodeId": 3075917646,
+ "lat": 50.6430225,
+ "lon": 3.073324
+ },
+ {
+ "nodeId": 7633123240,
+ "lat": 50.614228,
+ "lon": 3.1415607
+ },
+ {
+ "nodeId": 7633123233,
+ "lat": 50.614287,
+ "lon": 3.1414828
+ },
+ {
+ "nodeId": 7633123239,
+ "lat": 50.6143228,
+ "lon": 3.1414357
+ },
+ {
+ "nodeId": 7633123238,
+ "lat": 50.614367,
+ "lon": 3.1413776
+ },
+ {
+ "nodeId": 7633123242,
+ "lat": 50.6144164,
+ "lon": 3.1413157
+ },
+ {
+ "nodeId": 7633123241,
+ "lat": 50.6144669,
+ "lon": 3.1412567
+ },
+ {
+ "nodeId": 7633123244,
+ "lat": 50.61454,
+ "lon": 3.1411803
+ },
+ {
+ "nodeId": 7633123245,
+ "lat": 50.6145843,
+ "lon": 3.1411383
+ },
+ {
+ "nodeId": 2061591626,
+ "lat": 50.6179843,
+ "lon": 3.0547255
+ },
+ {
+ "nodeId": 2061591618,
+ "lat": 50.6179045,
+ "lon": 3.056131
+ },
+ {
+ "nodeId": 7633402606,
+ "lat": 50.6188286,
+ "lon": 3.135967
+ },
+ {
+ "nodeId": 7633402607,
+ "lat": 50.6187115,
+ "lon": 3.1350399
+ },
+ {
+ "nodeId": 2061591931,
+ "lat": 50.6212254,
+ "lon": 3.1298611
+ },
+ {
+ "nodeId": 2061591943,
+ "lat": 50.6214364,
+ "lon": 3.1299072
+ },
+ {
+ "nodeId": 2061591947,
+ "lat": 50.62158,
+ "lon": 3.129945
+ },
+ {
+ "nodeId": 2061591953,
+ "lat": 50.6216294,
+ "lon": 3.129953
+ },
+ {
+ "nodeId": 2061591960,
+ "lat": 50.6218989,
+ "lon": 3.1299931
+ },
+ {
+ "nodeId": 2061591965,
+ "lat": 50.6221953,
+ "lon": 3.1300406
+ },
+ {
+ "nodeId": 2061591976,
+ "lat": 50.6225277,
+ "lon": 3.1300819
+ },
+ {
+ "nodeId": 2061591980,
+ "lat": 50.6228691,
+ "lon": 3.1301302
+ },
+ {
+ "nodeId": 2061591983,
+ "lat": 50.6231298,
+ "lon": 3.1301489
+ },
+ {
+ "nodeId": 2061591987,
+ "lat": 50.6232873,
+ "lon": 3.1301376
+ },
+ {
+ "nodeId": 2061592001,
+ "lat": 50.6234585,
+ "lon": 3.1300909
+ },
+ {
+ "nodeId": 2061592003,
+ "lat": 50.6235498,
+ "lon": 3.130055
+ },
+ {
+ "nodeId": 2061592004,
+ "lat": 50.6236425,
+ "lon": 3.1299956
+ },
+ {
+ "nodeId": 2061592008,
+ "lat": 50.6237521,
+ "lon": 3.1298984
+ },
+ {
+ "nodeId": 2061592009,
+ "lat": 50.6238202,
+ "lon": 3.1298077
+ },
+ {
+ "nodeId": 2061592011,
+ "lat": 50.6238882,
+ "lon": 3.129724
+ },
+ {
+ "nodeId": 2061592013,
+ "lat": 50.6239564,
+ "lon": 3.1296191
+ },
+ {
+ "nodeId": 2061592020,
+ "lat": 50.6240157,
+ "lon": 3.129493
+ },
+ {
+ "nodeId": 2061592034,
+ "lat": 50.6240617,
+ "lon": 3.1293525
+ },
+ {
+ "nodeId": 2061592043,
+ "lat": 50.6241079,
+ "lon": 3.1291765
+ },
+ {
+ "nodeId": 2061592044,
+ "lat": 50.624163,
+ "lon": 3.1289248
+ },
+ {
+ "nodeId": 2061592051,
+ "lat": 50.6242002,
+ "lon": 3.1286822
+ },
+ {
+ "nodeId": 2061592055,
+ "lat": 50.6242281,
+ "lon": 3.128376
+ },
+ {
+ "nodeId": 2061592066,
+ "lat": 50.6242251,
+ "lon": 3.1272277
+ },
+ {
+ "nodeId": 2061592060,
+ "lat": 50.6242098,
+ "lon": 3.1268599
+ },
+ {
+ "nodeId": 2061592053,
+ "lat": 50.6241897,
+ "lon": 3.1265132
+ },
+ {
+ "nodeId": 2061592050,
+ "lat": 50.6241692,
+ "lon": 3.126223
+ },
+ {
+ "nodeId": 2061592046,
+ "lat": 50.6241358,
+ "lon": 3.1258761
+ },
+ {
+ "nodeId": 2061592040,
+ "lat": 50.6240979,
+ "lon": 3.1254938
+ },
+ {
+ "nodeId": 2061592036,
+ "lat": 50.6240643,
+ "lon": 3.1251751
+ },
+ {
+ "nodeId": 2061592032,
+ "lat": 50.6240436,
+ "lon": 3.1249203
+ },
+ {
+ "nodeId": 2061592022,
+ "lat": 50.6240191,
+ "lon": 3.1245523
+ },
+ {
+ "nodeId": 2061592014,
+ "lat": 50.6240038,
+ "lon": 3.1241845
+ },
+ {
+ "nodeId": 2061592017,
+ "lat": 50.623999,
+ "lon": 3.1239206
+ },
+ {
+ "nodeId": 2061592019,
+ "lat": 50.6240074,
+ "lon": 3.1236686
+ },
+ {
+ "nodeId": 2061592029,
+ "lat": 50.6240366,
+ "lon": 3.1233581
+ },
+ {
+ "nodeId": 2061592038,
+ "lat": 50.6240652,
+ "lon": 3.1231324
+ },
+ {
+ "nodeId": 2061592048,
+ "lat": 50.6241543,
+ "lon": 3.1226038
+ },
+ {
+ "nodeId": 2061592042,
+ "lat": 50.6240982,
+ "lon": 3.1229138
+ },
+ {
+ "nodeId": 2061592059,
+ "lat": 50.6242057,
+ "lon": 3.1222849
+ },
+ {
+ "nodeId": 2061592304,
+ "lat": 50.6298823,
+ "lon": 3.0747801
+ },
+ {
+ "nodeId": 2061592313,
+ "lat": 50.630106,
+ "lon": 3.0746326
+ },
+ {
+ "nodeId": 2061592324,
+ "lat": 50.6303072,
+ "lon": 3.0744829
+ },
+ {
+ "nodeId": 2061592330,
+ "lat": 50.6304647,
+ "lon": 3.0743448
+ },
+ {
+ "nodeId": 2061592334,
+ "lat": 50.6305874,
+ "lon": 3.0742006
+ },
+ {
+ "nodeId": 2061592336,
+ "lat": 50.6306951,
+ "lon": 3.0740463
+ },
+ {
+ "nodeId": 2061592338,
+ "lat": 50.6307778,
+ "lon": 3.0739096
+ },
+ {
+ "nodeId": 2061592341,
+ "lat": 50.6308606,
+ "lon": 3.0737476
+ },
+ {
+ "nodeId": 2061592345,
+ "lat": 50.6309218,
+ "lon": 3.0736079
+ },
+ {
+ "nodeId": 2061592347,
+ "lat": 50.6309762,
+ "lon": 3.073458
+ },
+ {
+ "nodeId": 2061592351,
+ "lat": 50.6310442,
+ "lon": 3.0732351
+ },
+ {
+ "nodeId": 2061592354,
+ "lat": 50.6310896,
+ "lon": 3.0730608
+ },
+ {
+ "nodeId": 2061592367,
+ "lat": 50.6311539,
+ "lon": 3.0727906
+ },
+ {
+ "nodeId": 2061592369,
+ "lat": 50.6312215,
+ "lon": 3.072501
+ },
+ {
+ "nodeId": 2061592373,
+ "lat": 50.6313088,
+ "lon": 3.0722485
+ },
+ {
+ "nodeId": 6349637921,
+ "lat": 50.6313494,
+ "lon": 3.0721073
+ },
+ {
+ "nodeId": 2061592375,
+ "lat": 50.631383,
+ "lon": 3.0720529
+ },
+ {
+ "nodeId": 2061592383,
+ "lat": 50.6314997,
+ "lon": 3.0718301
+ },
+ {
+ "nodeId": 2061592386,
+ "lat": 50.6315924,
+ "lon": 3.0716411
+ },
+ {
+ "nodeId": 2061592398,
+ "lat": 50.6316877,
+ "lon": 3.0714823
+ },
+ {
+ "nodeId": 2061592404,
+ "lat": 50.6318066,
+ "lon": 3.071342
+ },
+ {
+ "nodeId": 2061592413,
+ "lat": 50.6319038,
+ "lon": 3.0712279
+ },
+ {
+ "nodeId": 2061592419,
+ "lat": 50.6320493,
+ "lon": 3.0711115
+ },
+ {
+ "nodeId": 2061592424,
+ "lat": 50.6321866,
+ "lon": 3.0710152
+ },
+ {
+ "nodeId": 2061592427,
+ "lat": 50.6323466,
+ "lon": 3.0709084
+ },
+ {
+ "nodeId": 2061592436,
+ "lat": 50.6325153,
+ "lon": 3.0708095
+ },
+ {
+ "nodeId": 2062882291,
+ "lat": 50.6242577,
+ "lon": 3.1219624
+ },
+ {
+ "nodeId": 2062882293,
+ "lat": 50.624312,
+ "lon": 3.1216339
+ },
+ {
+ "nodeId": 2062882295,
+ "lat": 50.6243591,
+ "lon": 3.1213682
+ },
+ {
+ "nodeId": 2062882297,
+ "lat": 50.6244081,
+ "lon": 3.1210391
+ },
+ {
+ "nodeId": 2062882299,
+ "lat": 50.6244369,
+ "lon": 3.1207709
+ },
+ {
+ "nodeId": 2062882301,
+ "lat": 50.6244617,
+ "lon": 3.1204463
+ },
+ {
+ "nodeId": 2062882310,
+ "lat": 50.6244687,
+ "lon": 3.1200789
+ },
+ {
+ "nodeId": 2062882323,
+ "lat": 50.6244755,
+ "lon": 3.1197609
+ },
+ {
+ "nodeId": 2062882325,
+ "lat": 50.6244778,
+ "lon": 3.1194287
+ },
+ {
+ "nodeId": 2062882319,
+ "lat": 50.6244699,
+ "lon": 3.1192731
+ },
+ {
+ "nodeId": 2062882321,
+ "lat": 50.6244711,
+ "lon": 3.1191105
+ },
+ {
+ "nodeId": 2062882306,
+ "lat": 50.6244676,
+ "lon": 3.118962
+ },
+ {
+ "nodeId": 2062882303,
+ "lat": 50.6244638,
+ "lon": 3.11887
+ },
+ {
+ "nodeId": 2062882308,
+ "lat": 50.6244689,
+ "lon": 3.1187711
+ },
+ {
+ "nodeId": 2062882327,
+ "lat": 50.6245044,
+ "lon": 3.1182063
+ },
+ {
+ "nodeId": 2062882329,
+ "lat": 50.6245188,
+ "lon": 3.1180723
+ },
+ {
+ "nodeId": 2062882331,
+ "lat": 50.6245336,
+ "lon": 3.1178887
+ },
+ {
+ "nodeId": 2062882333,
+ "lat": 50.6245522,
+ "lon": 3.1177901
+ },
+ {
+ "nodeId": 2062882335,
+ "lat": 50.6245939,
+ "lon": 3.1176211
+ },
+ {
+ "nodeId": 2062882337,
+ "lat": 50.6247137,
+ "lon": 3.1171992
+ },
+ {
+ "nodeId": 2062882339,
+ "lat": 50.6253745,
+ "lon": 3.1155662
+ },
+ {
+ "nodeId": 2062882341,
+ "lat": 50.6254348,
+ "lon": 3.1154275
+ },
+ {
+ "nodeId": 2062882343,
+ "lat": 50.6255001,
+ "lon": 3.115275
+ },
+ {
+ "nodeId": 2062882345,
+ "lat": 50.6255388,
+ "lon": 3.115125
+ },
+ {
+ "nodeId": 2062882347,
+ "lat": 50.625571,
+ "lon": 3.1149412
+ },
+ {
+ "nodeId": 2062882356,
+ "lat": 50.6255866,
+ "lon": 3.114762
+ },
+ {
+ "nodeId": 2062882358,
+ "lat": 50.6255922,
+ "lon": 3.1145443
+ },
+ {
+ "nodeId": 2062882352,
+ "lat": 50.6255843,
+ "lon": 3.1142817
+ },
+ {
+ "nodeId": 2062882350,
+ "lat": 50.6255794,
+ "lon": 3.1139693
+ },
+ {
+ "nodeId": 6525182595,
+ "lat": 50.6255948,
+ "lon": 3.11377
+ },
+ {
+ "nodeId": 2694721097,
+ "lat": 50.6256053,
+ "lon": 3.1136348
+ },
+ {
+ "nodeId": 2701286502,
+ "lat": 50.6255862,
+ "lon": 3.1144943
+ },
+ {
+ "nodeId": 6525182592,
+ "lat": 50.6256282,
+ "lon": 3.1134985
+ },
+ {
+ "nodeId": 2062882362,
+ "lat": 50.625652,
+ "lon": 3.1133901
+ },
+ {
+ "nodeId": 2062882364,
+ "lat": 50.6257369,
+ "lon": 3.1129887
+ },
+ {
+ "nodeId": 2062882366,
+ "lat": 50.6258175,
+ "lon": 3.1127188
+ },
+ {
+ "nodeId": 2062882368,
+ "lat": 50.6259096,
+ "lon": 3.112386
+ },
+ {
+ "nodeId": 2062882369,
+ "lat": 50.6260407,
+ "lon": 3.1119538
+ },
+ {
+ "nodeId": 2062882370,
+ "lat": 50.6261705,
+ "lon": 3.1115313
+ },
+ {
+ "nodeId": 2062882371,
+ "lat": 50.6263482,
+ "lon": 3.1109659
+ },
+ {
+ "nodeId": 2062882372,
+ "lat": 50.6264502,
+ "lon": 3.1106165
+ },
+ {
+ "nodeId": 8607697541,
+ "lat": 50.6266525,
+ "lon": 3.1100572
+ },
+ {
+ "nodeId": 2062882375,
+ "lat": 50.6267107,
+ "lon": 3.1099041
+ },
+ {
+ "nodeId": 2062882377,
+ "lat": 50.6268101,
+ "lon": 3.1096401
+ },
+ {
+ "nodeId": 2062882373,
+ "lat": 50.6265673,
+ "lon": 3.1102814
+ },
+ {
+ "nodeId": 2062882382,
+ "lat": 50.6272987,
+ "lon": 3.1085065
+ },
+ {
+ "nodeId": 2062882384,
+ "lat": 50.6274445,
+ "lon": 3.1081861
+ },
+ {
+ "nodeId": 2062882379,
+ "lat": 50.6272353,
+ "lon": 3.1086553
+ },
+ {
+ "nodeId": 2062882386,
+ "lat": 50.6275186,
+ "lon": 3.108016
+ },
+ {
+ "nodeId": 2062882392,
+ "lat": 50.6276569,
+ "lon": 3.1076067
+ },
+ {
+ "nodeId": 2061592651,
+ "lat": 50.6367524,
+ "lon": 3.0678291
+ },
+ {
+ "nodeId": 2061592654,
+ "lat": 50.6367751,
+ "lon": 3.0676662
+ },
+ {
+ "nodeId": 2061592661,
+ "lat": 50.6368267,
+ "lon": 3.0674167
+ },
+ {
+ "nodeId": 2061592665,
+ "lat": 50.6368723,
+ "lon": 3.0671726
+ },
+ {
+ "nodeId": 2061592674,
+ "lat": 50.6369077,
+ "lon": 3.0669745
+ },
+ {
+ "nodeId": 2061592676,
+ "lat": 50.6369431,
+ "lon": 3.0667766
+ },
+ {
+ "nodeId": 2061592686,
+ "lat": 50.6369998,
+ "lon": 3.0664039
+ },
+ {
+ "nodeId": 4405960692,
+ "lat": 50.6370336,
+ "lon": 3.0661554
+ },
+ {
+ "nodeId": 2061592692,
+ "lat": 50.637039,
+ "lon": 3.0661054
+ },
+ {
+ "nodeId": 2061592699,
+ "lat": 50.6370774,
+ "lon": 3.0657814
+ },
+ {
+ "nodeId": 2061592701,
+ "lat": 50.6370841,
+ "lon": 3.0654938
+ },
+ {
+ "nodeId": 2061592696,
+ "lat": 50.6370646,
+ "lon": 3.065235
+ },
+ {
+ "nodeId": 2061592683,
+ "lat": 50.6369713,
+ "lon": 3.0646518
+ },
+ {
+ "nodeId": 2061592668,
+ "lat": 50.6368828,
+ "lon": 3.0643541
+ },
+ {
+ "nodeId": 2061592690,
+ "lat": 50.6370263,
+ "lon": 3.0649639
+ },
+ {
+ "nodeId": 2061592634,
+ "lat": 50.6367321,
+ "lon": 3.0640029
+ },
+ {
+ "nodeId": 6270387300,
+ "lat": 50.6366384,
+ "lon": 3.0638419
+ },
+ {
+ "nodeId": 2061592609,
+ "lat": 50.6365447,
+ "lon": 3.0637127
+ },
+ {
+ "nodeId": 2061592600,
+ "lat": 50.6363683,
+ "lon": 3.0634969
+ },
+ {
+ "nodeId": 2061592581,
+ "lat": 50.6361757,
+ "lon": 3.0633064
+ },
+ {
+ "nodeId": 2061592563,
+ "lat": 50.6359463,
+ "lon": 3.0631437
+ },
+ {
+ "nodeId": 4713508411,
+ "lat": 50.6353791,
+ "lon": 3.0628415
+ },
+ {
+ "nodeId": 2061592491,
+ "lat": 50.6341751,
+ "lon": 3.0620884
+ },
+ {
+ "nodeId": 2061592472,
+ "lat": 50.6337045,
+ "lon": 3.0618127
+ },
+ {
+ "nodeId": 2061592456,
+ "lat": 50.6332655,
+ "lon": 3.0615927
+ },
+ {
+ "nodeId": 2061592443,
+ "lat": 50.6328026,
+ "lon": 3.0614069
+ },
+ {
+ "nodeId": 2061592431,
+ "lat": 50.6324191,
+ "lon": 3.0612482
+ },
+ {
+ "nodeId": 2061592417,
+ "lat": 50.6320379,
+ "lon": 3.0610901
+ },
+ {
+ "nodeId": 2061592408,
+ "lat": 50.6318587,
+ "lon": 3.0609956
+ },
+ {
+ "nodeId": 2061592389,
+ "lat": 50.6315985,
+ "lon": 3.0608463
+ },
+ {
+ "nodeId": 2061592371,
+ "lat": 50.6312418,
+ "lon": 3.060646
+ },
+ {
+ "nodeId": 2061592365,
+ "lat": 50.6311513,
+ "lon": 3.0605841
+ },
+ {
+ "nodeId": 2061592353,
+ "lat": 50.6310689,
+ "lon": 3.0605328
+ },
+ {
+ "nodeId": 2061592349,
+ "lat": 50.6310032,
+ "lon": 3.0604666
+ },
+ {
+ "nodeId": 2061592343,
+ "lat": 50.6309001,
+ "lon": 3.0603601
+ },
+ {
+ "nodeId": 2061592335,
+ "lat": 50.6306595,
+ "lon": 3.0600669
+ },
+ {
+ "nodeId": 2061592328,
+ "lat": 50.6304277,
+ "lon": 3.0597816
+ },
+ {
+ "nodeId": 2061592319,
+ "lat": 50.6302181,
+ "lon": 3.0595242
+ },
+ {
+ "nodeId": 13528674611,
+ "lat": 50.6301455,
+ "lon": 3.0594248
+ },
+ {
+ "nodeId": 2061592309,
+ "lat": 50.6300806,
+ "lon": 3.0593361
+ },
+ {
+ "nodeId": 2061592306,
+ "lat": 50.6299593,
+ "lon": 3.0591483
+ },
+ {
+ "nodeId": 2061592303,
+ "lat": 50.6298678,
+ "lon": 3.0589805
+ },
+ {
+ "nodeId": 2061592300,
+ "lat": 50.6297715,
+ "lon": 3.0587753
+ },
+ {
+ "nodeId": 2061592295,
+ "lat": 50.6296868,
+ "lon": 3.0585646
+ },
+ {
+ "nodeId": 2061592292,
+ "lat": 50.6295991,
+ "lon": 3.0583359
+ },
+ {
+ "nodeId": 2061592276,
+ "lat": 50.629486,
+ "lon": 3.0579874
+ },
+ {
+ "nodeId": 2061592268,
+ "lat": 50.6293759,
+ "lon": 3.0576382
+ },
+ {
+ "nodeId": 2061592260,
+ "lat": 50.6292759,
+ "lon": 3.0573337
+ },
+ {
+ "nodeId": 2061592257,
+ "lat": 50.6291674,
+ "lon": 3.0570813
+ },
+ {
+ "nodeId": 2061592254,
+ "lat": 50.6290441,
+ "lon": 3.0567857
+ },
+ {
+ "nodeId": 2061592248,
+ "lat": 50.6288514,
+ "lon": 3.0564009
+ },
+ {
+ "nodeId": 2061592246,
+ "lat": 50.6287009,
+ "lon": 3.0560989
+ },
+ {
+ "nodeId": 2061592244,
+ "lat": 50.6285721,
+ "lon": 3.0558601
+ },
+ {
+ "nodeId": 2061592238,
+ "lat": 50.6284003,
+ "lon": 3.0555376
+ },
+ {
+ "nodeId": 2061592235,
+ "lat": 50.6282306,
+ "lon": 3.0552193
+ },
+ {
+ "nodeId": 2061592233,
+ "lat": 50.6280678,
+ "lon": 3.0549086
+ },
+ {
+ "nodeId": 2061592227,
+ "lat": 50.627911,
+ "lon": 3.0545969
+ },
+ {
+ "nodeId": 2061592224,
+ "lat": 50.6277888,
+ "lon": 3.0543472
+ },
+ {
+ "nodeId": 2061592218,
+ "lat": 50.6276355,
+ "lon": 3.0540522
+ },
+ {
+ "nodeId": 2061592212,
+ "lat": 50.6274705,
+ "lon": 3.0537373
+ },
+ {
+ "nodeId": 2061592207,
+ "lat": 50.6273142,
+ "lon": 3.0534365
+ },
+ {
+ "nodeId": 2061592202,
+ "lat": 50.6271881,
+ "lon": 3.0531859
+ },
+ {
+ "nodeId": 6486086869,
+ "lat": 50.6271602,
+ "lon": 3.0531343
+ },
+ {
+ "nodeId": 2061592188,
+ "lat": 50.6268125,
+ "lon": 3.0524655
+ },
+ {
+ "nodeId": 2061592181,
+ "lat": 50.6266519,
+ "lon": 3.0521377
+ },
+ {
+ "nodeId": 2061592177,
+ "lat": 50.6265182,
+ "lon": 3.0518839
+ },
+ {
+ "nodeId": 2061592172,
+ "lat": 50.6264023,
+ "lon": 3.0516982
+ },
+ {
+ "nodeId": 2061592168,
+ "lat": 50.6262614,
+ "lon": 3.0515511
+ },
+ {
+ "nodeId": 2061592163,
+ "lat": 50.6261052,
+ "lon": 3.0514191
+ },
+ {
+ "nodeId": 2061592159,
+ "lat": 50.6259772,
+ "lon": 3.0513395
+ },
+ {
+ "nodeId": 2061592157,
+ "lat": 50.6258675,
+ "lon": 3.0512758
+ },
+ {
+ "nodeId": 2061592154,
+ "lat": 50.6257026,
+ "lon": 3.0512021
+ },
+ {
+ "nodeId": 2061592137,
+ "lat": 50.6255808,
+ "lon": 3.0511676
+ },
+ {
+ "nodeId": 2061592130,
+ "lat": 50.6254393,
+ "lon": 3.051133
+ },
+ {
+ "nodeId": 2061592126,
+ "lat": 50.6252823,
+ "lon": 3.0510919
+ },
+ {
+ "nodeId": 2061592121,
+ "lat": 50.6251552,
+ "lon": 3.0510707
+ },
+ {
+ "nodeId": 2061592117,
+ "lat": 50.6249757,
+ "lon": 3.0510529
+ },
+ {
+ "nodeId": 2061592114,
+ "lat": 50.6247869,
+ "lon": 3.0510683
+ },
+ {
+ "nodeId": 2061592108,
+ "lat": 50.6246124,
+ "lon": 3.0510975
+ },
+ {
+ "nodeId": 2061592078,
+ "lat": 50.6244014,
+ "lon": 3.051146
+ },
+ {
+ "nodeId": 2061592057,
+ "lat": 50.6242,
+ "lon": 3.0512098
+ },
+ {
+ "nodeId": 2061592016,
+ "lat": 50.6240048,
+ "lon": 3.0513112
+ },
+ {
+ "nodeId": 2061592006,
+ "lat": 50.6237062,
+ "lon": 3.051465
+ },
+ {
+ "nodeId": 2061591985,
+ "lat": 50.623231,
+ "lon": 3.0517181
+ },
+ {
+ "nodeId": 2061591981,
+ "lat": 50.6229809,
+ "lon": 3.0518406
+ },
+ {
+ "nodeId": 2061591978,
+ "lat": 50.6227208,
+ "lon": 3.051965
+ },
+ {
+ "nodeId": 2061591977,
+ "lat": 50.6225432,
+ "lon": 3.0520523
+ },
+ {
+ "nodeId": 2061591974,
+ "lat": 50.6223569,
+ "lon": 3.052137
+ },
+ {
+ "nodeId": 2061591968,
+ "lat": 50.6222157,
+ "lon": 3.0521981
+ },
+ {
+ "nodeId": 2061591961,
+ "lat": 50.6220469,
+ "lon": 3.0522705
+ },
+ {
+ "nodeId": 2061591956,
+ "lat": 50.6218384,
+ "lon": 3.0523249
+ },
+ {
+ "nodeId": 2061591949,
+ "lat": 50.6216215,
+ "lon": 3.0523424
+ },
+ {
+ "nodeId": 2061591945,
+ "lat": 50.6214636,
+ "lon": 3.0523374
+ },
+ {
+ "nodeId": 2061591941,
+ "lat": 50.6213145,
+ "lon": 3.0523067
+ },
+ {
+ "nodeId": 2061591936,
+ "lat": 50.6211775,
+ "lon": 3.0522619
+ },
+ {
+ "nodeId": 2061591928,
+ "lat": 50.6210119,
+ "lon": 3.0521874
+ },
+ {
+ "nodeId": 2061591915,
+ "lat": 50.6208221,
+ "lon": 3.0520785
+ },
+ {
+ "nodeId": 2061591887,
+ "lat": 50.62059,
+ "lon": 3.0519288
+ },
+ {
+ "nodeId": 2061591870,
+ "lat": 50.6204151,
+ "lon": 3.051788
+ },
+ {
+ "nodeId": 2061591855,
+ "lat": 50.620215,
+ "lon": 3.0516306
+ },
+ {
+ "nodeId": 2061591837,
+ "lat": 50.6199392,
+ "lon": 3.0514078
+ },
+ {
+ "nodeId": 2061591823,
+ "lat": 50.6196796,
+ "lon": 3.0511849
+ },
+ {
+ "nodeId": 2061591795,
+ "lat": 50.6193541,
+ "lon": 3.0509202
+ },
+ {
+ "nodeId": 2061591779,
+ "lat": 50.6191477,
+ "lon": 3.0507609
+ },
+ {
+ "nodeId": 2061591764,
+ "lat": 50.6188993,
+ "lon": 3.050552
+ },
+ {
+ "nodeId": 2061591746,
+ "lat": 50.6187899,
+ "lon": 3.0504703
+ },
+ {
+ "nodeId": 2061591669,
+ "lat": 50.6183576,
+ "lon": 3.0501044
+ },
+ {
+ "nodeId": 2061591638,
+ "lat": 50.6180382,
+ "lon": 3.0498416
+ },
+ {
+ "nodeId": 2061591610,
+ "lat": 50.6178358,
+ "lon": 3.0496529
+ },
+ {
+ "nodeId": 2061591589,
+ "lat": 50.6176583,
+ "lon": 3.0494979
+ },
+ {
+ "nodeId": 2061591581,
+ "lat": 50.6175142,
+ "lon": 3.0493588
+ },
+ {
+ "nodeId": 2061591579,
+ "lat": 50.6173491,
+ "lon": 3.0491824
+ },
+ {
+ "nodeId": 2061591577,
+ "lat": 50.6171992,
+ "lon": 3.0489904
+ },
+ {
+ "nodeId": 2061591575,
+ "lat": 50.6170729,
+ "lon": 3.0487908
+ },
+ {
+ "nodeId": 2061591565,
+ "lat": 50.6169579,
+ "lon": 3.0485797
+ },
+ {
+ "nodeId": 2061591559,
+ "lat": 50.6168801,
+ "lon": 3.0484061
+ },
+ {
+ "nodeId": 2061591557,
+ "lat": 50.6168173,
+ "lon": 3.048246
+ },
+ {
+ "nodeId": 2061591556,
+ "lat": 50.6167649,
+ "lon": 3.0480679
+ },
+ {
+ "nodeId": 2061591552,
+ "lat": 50.6167144,
+ "lon": 3.0478669
+ },
+ {
+ "nodeId": 2061591551,
+ "lat": 50.6166611,
+ "lon": 3.0476275
+ },
+ {
+ "nodeId": 2061591549,
+ "lat": 50.6166233,
+ "lon": 3.0473521
+ },
+ {
+ "nodeId": 2061591546,
+ "lat": 50.6166082,
+ "lon": 3.0471226
+ },
+ {
+ "nodeId": 2061591542,
+ "lat": 50.616591,
+ "lon": 3.0468106
+ },
+ {
+ "nodeId": 7633123247,
+ "lat": 50.6185198,
+ "lon": 3.1338347
+ },
+ {
+ "nodeId": 2061591703,
+ "lat": 50.6184656,
+ "lon": 3.133516
+ },
+ {
+ "nodeId": 7633402625,
+ "lat": 50.6184486,
+ "lon": 3.13341
+ },
+ {
+ "nodeId": 7633402626,
+ "lat": 50.6184366,
+ "lon": 3.1333133
+ },
+ {
+ "nodeId": 2061591689,
+ "lat": 50.6184231,
+ "lon": 3.133176
+ },
+ {
+ "nodeId": 2061591680,
+ "lat": 50.6184029,
+ "lon": 3.1328505
+ },
+ {
+ "nodeId": 7633402629,
+ "lat": 50.6184039,
+ "lon": 3.1327341
+ },
+ {
+ "nodeId": 2061591685,
+ "lat": 50.6184093,
+ "lon": 3.1325892
+ },
+ {
+ "nodeId": 2061591687,
+ "lat": 50.6184195,
+ "lon": 3.1324197
+ },
+ {
+ "nodeId": 2061591701,
+ "lat": 50.6184614,
+ "lon": 3.1322085
+ },
+ {
+ "nodeId": 2061591711,
+ "lat": 50.6185122,
+ "lon": 3.1320256
+ },
+ {
+ "nodeId": 2061591732,
+ "lat": 50.618581,
+ "lon": 3.131836
+ },
+ {
+ "nodeId": 6299665625,
+ "lat": 50.6186495,
+ "lon": 3.1316817
+ },
+ {
+ "nodeId": 2061591749,
+ "lat": 50.6187905,
+ "lon": 3.131465
+ },
+ {
+ "nodeId": 2061591770,
+ "lat": 50.6190451,
+ "lon": 3.1310738
+ },
+ {
+ "nodeId": 2061591794,
+ "lat": 50.6192815,
+ "lon": 3.1306963
+ },
+ {
+ "nodeId": 2061591799,
+ "lat": 50.6194043,
+ "lon": 3.1305146
+ },
+ {
+ "nodeId": 2061591812,
+ "lat": 50.6195271,
+ "lon": 3.1303119
+ },
+ {
+ "nodeId": 2061591818,
+ "lat": 50.6196452,
+ "lon": 3.1301302
+ },
+ {
+ "nodeId": 2061591826,
+ "lat": 50.6197857,
+ "lon": 3.1299843
+ },
+ {
+ "nodeId": 2061591833,
+ "lat": 50.6199034,
+ "lon": 3.1298803
+ },
+ {
+ "nodeId": 2061591843,
+ "lat": 50.6200479,
+ "lon": 3.1297839
+ },
+ {
+ "nodeId": 2061591846,
+ "lat": 50.620129,
+ "lon": 3.1297571
+ },
+ {
+ "nodeId": 2061591858,
+ "lat": 50.6202281,
+ "lon": 3.1297375
+ },
+ {
+ "nodeId": 2061591865,
+ "lat": 50.6203541,
+ "lon": 3.1297256
+ },
+ {
+ "nodeId": 2061591879,
+ "lat": 50.620489,
+ "lon": 3.129728
+ },
+ {
+ "nodeId": 2061591884,
+ "lat": 50.6205698,
+ "lon": 3.1297366
+ },
+ {
+ "nodeId": 8773867824,
+ "lat": 50.643472,
+ "lon": 3.0737311
+ },
+ {
+ "nodeId": 1299481325,
+ "lat": 50.6435185,
+ "lon": 3.0737679
+ },
+ {
+ "nodeId": 8773867828,
+ "lat": 50.6436174,
+ "lon": 3.073841
+ },
+ {
+ "nodeId": 1299481176,
+ "lat": 50.6437366,
+ "lon": 3.0739206
+ },
+ {
+ "nodeId": 7633402608,
+ "lat": 50.6186843,
+ "lon": 3.1348184
+ },
+ {
+ "nodeId": 13424646887,
+ "lat": 50.6559679,
+ "lon": 3.1340477
+ },
+ {
+ "nodeId": 13424646885,
+ "lat": 50.6565884,
+ "lon": 3.1343028
+ },
+ {
+ "nodeId": 13424643475,
+ "lat": 50.6567329,
+ "lon": 3.1343623
+ },
+ {
+ "nodeId": 13424646884,
+ "lat": 50.6571699,
+ "lon": 3.134542
+ },
+ {
+ "nodeId": 13424646883,
+ "lat": 50.6573261,
+ "lon": 3.13461
+ },
+ {
+ "nodeId": 13424646882,
+ "lat": 50.6574852,
+ "lon": 3.1346655
+ },
+ {
+ "nodeId": 13424646881,
+ "lat": 50.6576459,
+ "lon": 3.134708
+ },
+ {
+ "nodeId": 13424646880,
+ "lat": 50.6578077,
+ "lon": 3.1347373
+ },
+ {
+ "nodeId": 13424646879,
+ "lat": 50.6579397,
+ "lon": 3.1347515
+ },
+ {
+ "nodeId": 13424646878,
+ "lat": 50.658072,
+ "lon": 3.1347569
+ },
+ {
+ "nodeId": 13424646877,
+ "lat": 50.6582043,
+ "lon": 3.1347536
+ },
+ {
+ "nodeId": 13424646875,
+ "lat": 50.6589237,
+ "lon": 3.1346873
+ },
+ {
+ "nodeId": 13424646874,
+ "lat": 50.6592402,
+ "lon": 3.1346581
+ },
+ {
+ "nodeId": 13424646873,
+ "lat": 50.6596197,
+ "lon": 3.1346119
+ },
+ {
+ "nodeId": 13424646872,
+ "lat": 50.6598834,
+ "lon": 3.1345791
+ },
+ {
+ "nodeId": 13424646871,
+ "lat": 50.6601456,
+ "lon": 3.1345415
+ },
+ {
+ "nodeId": 13424646870,
+ "lat": 50.6603448,
+ "lon": 3.1345093
+ },
+ {
+ "nodeId": 13424646869,
+ "lat": 50.6605577,
+ "lon": 3.1344723
+ },
+ {
+ "nodeId": 13424646868,
+ "lat": 50.66069,
+ "lon": 3.1344458
+ },
+ {
+ "nodeId": 13424646867,
+ "lat": 50.6608152,
+ "lon": 3.1344148
+ },
+ {
+ "nodeId": 13424646866,
+ "lat": 50.6609391,
+ "lon": 3.1343686
+ },
+ {
+ "nodeId": 13424646865,
+ "lat": 50.6610382,
+ "lon": 3.1343199
+ },
+ {
+ "nodeId": 13424646862,
+ "lat": 50.6613251,
+ "lon": 3.1341109
+ },
+ {
+ "nodeId": 13424646864,
+ "lat": 50.6611351,
+ "lon": 3.1342617
+ },
+ {
+ "nodeId": 13424646863,
+ "lat": 50.6612297,
+ "lon": 3.1341939
+ },
+ {
+ "nodeId": 13424646861,
+ "lat": 50.6614159,
+ "lon": 3.1340159
+ },
+ {
+ "nodeId": 13424646860,
+ "lat": 50.6615015,
+ "lon": 3.1339096
+ },
+ {
+ "nodeId": 13424646886,
+ "lat": 50.6615805,
+ "lon": 3.1337937
+ },
+ {
+ "nodeId": 13424646858,
+ "lat": 50.661582,
+ "lon": 3.1337912
+ },
+ {
+ "nodeId": 9026240206,
+ "lat": 50.6423832,
+ "lon": 3.0726621
+ },
+ {
+ "nodeId": 6990557765,
+ "lat": 50.6424828,
+ "lon": 3.072762
+ },
+ {
+ "nodeId": 871279100,
+ "lat": 50.6425996,
+ "lon": 3.0728796
+ },
+ {
+ "nodeId": 871279075,
+ "lat": 50.6426563,
+ "lon": 3.0729412
+ },
+ {
+ "nodeId": 3075917638,
+ "lat": 50.6428267,
+ "lon": 3.073126
+ },
+ {
+ "nodeId": 7644095926,
+ "lat": 50.6557611,
+ "lon": 3.1339599
+ },
+ {
+ "nodeId": 2061591614,
+ "lat": 50.617746,
+ "lon": 3.0590639
+ },
+ {
+ "nodeId": 2061591597,
+ "lat": 50.6177348,
+ "lon": 3.0592537
+ },
+ {
+ "nodeId": 7642477861,
+ "lat": 50.6177242,
+ "lon": 3.0594158
+ },
+ {
+ "nodeId": 6270481219,
+ "lat": 50.617713,
+ "lon": 3.059565
+ },
+ {
+ "nodeId": 7642477849,
+ "lat": 50.617699,
+ "lon": 3.0597317
+ },
+ {
+ "nodeId": 6270481220,
+ "lat": 50.617681,
+ "lon": 3.0599314
+ },
+ {
+ "nodeId": 6270481221,
+ "lat": 50.6176542,
+ "lon": 3.0602037
+ },
+ {
+ "nodeId": 7642477850,
+ "lat": 50.6176396,
+ "lon": 3.0603624
+ },
+ {
+ "nodeId": 2061591591,
+ "lat": 50.6176284,
+ "lon": 3.0604879
+ },
+ {
+ "nodeId": 7642477851,
+ "lat": 50.6176187,
+ "lon": 3.0606012
+ },
+ {
+ "nodeId": 6270481222,
+ "lat": 50.6176095,
+ "lon": 3.0607204
+ },
+ {
+ "nodeId": 7642477852,
+ "lat": 50.617602,
+ "lon": 3.0608374
+ },
+ {
+ "nodeId": 2061591585,
+ "lat": 50.6175945,
+ "lon": 3.0609727
+ },
+ {
+ "nodeId": 7642477853,
+ "lat": 50.6175886,
+ "lon": 3.0611081
+ },
+ {
+ "nodeId": 6270481223,
+ "lat": 50.617586,
+ "lon": 3.0612245
+ },
+ {
+ "nodeId": 7642477854,
+ "lat": 50.6175824,
+ "lon": 3.0613679
+ },
+ {
+ "nodeId": 7642477855,
+ "lat": 50.6175814,
+ "lon": 3.0615014
+ },
+ {
+ "nodeId": 2061591582,
+ "lat": 50.6175813,
+ "lon": 3.061641
+ },
+ {
+ "nodeId": 2061591583,
+ "lat": 50.6175976,
+ "lon": 3.0626907
+ },
+ {
+ "nodeId": 2061591593,
+ "lat": 50.6176455,
+ "lon": 3.0661585
+ },
+ {
+ "nodeId": 7642477874,
+ "lat": 50.6176479,
+ "lon": 3.0663913
+ },
+ {
+ "nodeId": 2061591594,
+ "lat": 50.6176558,
+ "lon": 3.066793
+ },
+ {
+ "nodeId": 2061591595,
+ "lat": 50.6176647,
+ "lon": 3.0671416
+ },
+ {
+ "nodeId": 2061591600,
+ "lat": 50.6177174,
+ "lon": 3.068702
+ },
+ {
+ "nodeId": 7642477880,
+ "lat": 50.6177244,
+ "lon": 3.0689248
+ },
+ {
+ "nodeId": 6235128672,
+ "lat": 50.6177343,
+ "lon": 3.0691686
+ },
+ {
+ "nodeId": 7642477878,
+ "lat": 50.6177437,
+ "lon": 3.0693673
+ },
+ {
+ "nodeId": 2061591604,
+ "lat": 50.6177547,
+ "lon": 3.0695551
+ },
+ {
+ "nodeId": 7642477879,
+ "lat": 50.6177708,
+ "lon": 3.0697515
+ },
+ {
+ "nodeId": 2061591608,
+ "lat": 50.6177878,
+ "lon": 3.069923
+ },
+ {
+ "nodeId": 7642477876,
+ "lat": 50.6178138,
+ "lon": 3.0701837
+ },
+ {
+ "nodeId": 2061591616,
+ "lat": 50.6178451,
+ "lon": 3.0704535
+ },
+ {
+ "nodeId": 2061591620,
+ "lat": 50.6178689,
+ "lon": 3.0706504
+ },
+ {
+ "nodeId": 7642731383,
+ "lat": 50.6179981,
+ "lon": 3.0717747
+ },
+ {
+ "nodeId": 7642477877,
+ "lat": 50.6180866,
+ "lon": 3.0725303
+ },
+ {
+ "nodeId": 7642482518,
+ "lat": 50.6181366,
+ "lon": 3.0729384
+ },
+ {
+ "nodeId": 7642731382,
+ "lat": 50.6181467,
+ "lon": 3.0730206
+ },
+ {
+ "nodeId": 7642482499,
+ "lat": 50.6181572,
+ "lon": 3.0731073
+ },
+ {
+ "nodeId": 2061591657,
+ "lat": 50.6181754,
+ "lon": 3.073233
+ },
+ {
+ "nodeId": 7642482498,
+ "lat": 50.6181994,
+ "lon": 3.0733992
+ },
+ {
+ "nodeId": 7642731381,
+ "lat": 50.6182146,
+ "lon": 3.073509
+ },
+ {
+ "nodeId": 2061591660,
+ "lat": 50.6182295,
+ "lon": 3.0735985
+ },
+ {
+ "nodeId": 2061591662,
+ "lat": 50.6182505,
+ "lon": 3.0737177
+ },
+ {
+ "nodeId": 2061591666,
+ "lat": 50.6182765,
+ "lon": 3.0738688
+ },
+ {
+ "nodeId": 7642482510,
+ "lat": 50.6183028,
+ "lon": 3.0740016
+ },
+ {
+ "nodeId": 7642482512,
+ "lat": 50.6183211,
+ "lon": 3.0740891
+ },
+ {
+ "nodeId": 7642482509,
+ "lat": 50.6183431,
+ "lon": 3.0741915
+ },
+ {
+ "nodeId": 2061591691,
+ "lat": 50.6183725,
+ "lon": 3.0743292
+ },
+ {
+ "nodeId": 7642482513,
+ "lat": 50.6184024,
+ "lon": 3.0744561
+ },
+ {
+ "nodeId": 7642482519,
+ "lat": 50.618431,
+ "lon": 3.0745757
+ },
+ {
+ "nodeId": 7642731379,
+ "lat": 50.6184659,
+ "lon": 3.0747204
+ },
+ {
+ "nodeId": 2061591722,
+ "lat": 50.6185001,
+ "lon": 3.0748578
+ },
+ {
+ "nodeId": 2061591747,
+ "lat": 50.6187737,
+ "lon": 3.0759956
+ },
+ {
+ "nodeId": 7642739102,
+ "lat": 50.6187951,
+ "lon": 3.0760789
+ },
+ {
+ "nodeId": 7642739092,
+ "lat": 50.6188162,
+ "lon": 3.0761641
+ },
+ {
+ "nodeId": 2061591761,
+ "lat": 50.6188398,
+ "lon": 3.0762551
+ },
+ {
+ "nodeId": 7642731384,
+ "lat": 50.6188737,
+ "lon": 3.0763759
+ },
+ {
+ "nodeId": 7642739093,
+ "lat": 50.6188943,
+ "lon": 3.0764501
+ },
+ {
+ "nodeId": 7642739085,
+ "lat": 50.6189178,
+ "lon": 3.0765302
+ },
+ {
+ "nodeId": 2061591768,
+ "lat": 50.6189433,
+ "lon": 3.0766102
+ },
+ {
+ "nodeId": 7642739094,
+ "lat": 50.6189642,
+ "lon": 3.076675
+ },
+ {
+ "nodeId": 7642739086,
+ "lat": 50.6189846,
+ "lon": 3.0767331
+ },
+ {
+ "nodeId": 2061591774,
+ "lat": 50.6190069,
+ "lon": 3.0767962
+ },
+ {
+ "nodeId": 7642739088,
+ "lat": 50.6190362,
+ "lon": 3.0768722
+ },
+ {
+ "nodeId": 7642739087,
+ "lat": 50.6190594,
+ "lon": 3.076929
+ },
+ {
+ "nodeId": 7642739089,
+ "lat": 50.619083,
+ "lon": 3.0769873
+ },
+ {
+ "nodeId": 2061591781,
+ "lat": 50.6191094,
+ "lon": 3.0770505
+ },
+ {
+ "nodeId": 2061591789,
+ "lat": 50.6191535,
+ "lon": 3.0771442
+ },
+ {
+ "nodeId": 7642739091,
+ "lat": 50.6191874,
+ "lon": 3.0772104
+ },
+ {
+ "nodeId": 7642739100,
+ "lat": 50.6192143,
+ "lon": 3.0772663
+ },
+ {
+ "nodeId": 7642739090,
+ "lat": 50.6192456,
+ "lon": 3.0773244
+ },
+ {
+ "nodeId": 6270481224,
+ "lat": 50.6192866,
+ "lon": 3.0774001
+ },
+ {
+ "nodeId": 7642739095,
+ "lat": 50.619325,
+ "lon": 3.077464
+ },
+ {
+ "nodeId": 2061591797,
+ "lat": 50.6193704,
+ "lon": 3.077538
+ },
+ {
+ "nodeId": 7642739099,
+ "lat": 50.6194096,
+ "lon": 3.0775966
+ },
+ {
+ "nodeId": 7642739096,
+ "lat": 50.6194464,
+ "lon": 3.0776511
+ },
+ {
+ "nodeId": 7642739098,
+ "lat": 50.6194918,
+ "lon": 3.0777125
+ },
+ {
+ "nodeId": 7642739126,
+ "lat": 50.6195291,
+ "lon": 3.0777624
+ },
+ {
+ "nodeId": 2061591814,
+ "lat": 50.6195711,
+ "lon": 3.0778141
+ },
+ {
+ "nodeId": 7642739127,
+ "lat": 50.6196212,
+ "lon": 3.0778749
+ },
+ {
+ "nodeId": 2061591822,
+ "lat": 50.6196779,
+ "lon": 3.077939
+ },
+ {
+ "nodeId": 7642739128,
+ "lat": 50.6197368,
+ "lon": 3.0780012
+ },
+ {
+ "nodeId": 2061591829,
+ "lat": 50.6198091,
+ "lon": 3.078075
+ },
+ {
+ "nodeId": 7642739129,
+ "lat": 50.6198856,
+ "lon": 3.0781509
+ },
+ {
+ "nodeId": 7642739097,
+ "lat": 50.6199899,
+ "lon": 3.0782519
+ },
+ {
+ "nodeId": 2061591842,
+ "lat": 50.6201189,
+ "lon": 3.0783746
+ },
+ {
+ "nodeId": 2061591852,
+ "lat": 50.6201914,
+ "lon": 3.0784384
+ },
+ {
+ "nodeId": 7642739140,
+ "lat": 50.6202434,
+ "lon": 3.0784812
+ },
+ {
+ "nodeId": 6270481225,
+ "lat": 50.6202818,
+ "lon": 3.0785117
+ },
+ {
+ "nodeId": 7642739147,
+ "lat": 50.620319,
+ "lon": 3.0785403
+ },
+ {
+ "nodeId": 2061591875,
+ "lat": 50.6203617,
+ "lon": 3.0785719
+ },
+ {
+ "nodeId": 7642739145,
+ "lat": 50.6204274,
+ "lon": 3.0786156
+ },
+ {
+ "nodeId": 7642739144,
+ "lat": 50.6204739,
+ "lon": 3.0786421
+ },
+ {
+ "nodeId": 6270481226,
+ "lat": 50.6205286,
+ "lon": 3.078672
+ },
+ {
+ "nodeId": 7642739148,
+ "lat": 50.6205823,
+ "lon": 3.0786984
+ },
+ {
+ "nodeId": 2061591891,
+ "lat": 50.6206457,
+ "lon": 3.0787267
+ },
+ {
+ "nodeId": 2061591918,
+ "lat": 50.6208301,
+ "lon": 3.078804
+ },
+ {
+ "nodeId": 6270481227,
+ "lat": 50.6213193,
+ "lon": 3.0790083
+ },
+ {
+ "nodeId": 6270481228,
+ "lat": 50.6214899,
+ "lon": 3.0790754
+ },
+ {
+ "nodeId": 7643911310,
+ "lat": 50.6215651,
+ "lon": 3.0791042
+ },
+ {
+ "nodeId": 412283397,
+ "lat": 50.6216349,
+ "lon": 3.0791261
+ },
+ {
+ "nodeId": 7643911309,
+ "lat": 50.621701,
+ "lon": 3.0791457
+ },
+ {
+ "nodeId": 6270481229,
+ "lat": 50.6217612,
+ "lon": 3.079158
+ },
+ {
+ "nodeId": 7643911311,
+ "lat": 50.621827,
+ "lon": 3.0791683
+ },
+ {
+ "nodeId": 412283400,
+ "lat": 50.6219064,
+ "lon": 3.0791735
+ },
+ {
+ "nodeId": 7643911317,
+ "lat": 50.6220031,
+ "lon": 3.0791752
+ },
+ {
+ "nodeId": 6270481230,
+ "lat": 50.6220709,
+ "lon": 3.0791722
+ },
+ {
+ "nodeId": 7643911327,
+ "lat": 50.6221248,
+ "lon": 3.0791642
+ },
+ {
+ "nodeId": 7643911326,
+ "lat": 50.6221861,
+ "lon": 3.0791576
+ },
+ {
+ "nodeId": 412283398,
+ "lat": 50.6222469,
+ "lon": 3.0791461
+ },
+ {
+ "nodeId": 6270481231,
+ "lat": 50.6223424,
+ "lon": 3.0791228
+ },
+ {
+ "nodeId": 7643911332,
+ "lat": 50.6224365,
+ "lon": 3.0790954
+ },
+ {
+ "nodeId": 6270481232,
+ "lat": 50.6225485,
+ "lon": 3.0790578
+ },
+ {
+ "nodeId": 7643911334,
+ "lat": 50.6226442,
+ "lon": 3.0790201
+ },
+ {
+ "nodeId": 7643911333,
+ "lat": 50.6227448,
+ "lon": 3.0789775
+ },
+ {
+ "nodeId": 7643911341,
+ "lat": 50.6228154,
+ "lon": 3.0789446
+ },
+ {
+ "nodeId": 6270481233,
+ "lat": 50.6228966,
+ "lon": 3.0789056
+ },
+ {
+ "nodeId": 6270481234,
+ "lat": 50.6232067,
+ "lon": 3.0787549
+ },
+ {
+ "nodeId": 7643911350,
+ "lat": 50.6238899,
+ "lon": 3.0784069
+ },
+ {
+ "nodeId": 6270481235,
+ "lat": 50.623962,
+ "lon": 3.0783696
+ },
+ {
+ "nodeId": 7643911328,
+ "lat": 50.6240247,
+ "lon": 3.0783397
+ },
+ {
+ "nodeId": 7643911347,
+ "lat": 50.6240818,
+ "lon": 3.0783126
+ },
+ {
+ "nodeId": 7643911349,
+ "lat": 50.6241413,
+ "lon": 3.0782862
+ },
+ {
+ "nodeId": 7643911346,
+ "lat": 50.6241926,
+ "lon": 3.0782648
+ },
+ {
+ "nodeId": 7643911329,
+ "lat": 50.624309,
+ "lon": 3.0782157
+ },
+ {
+ "nodeId": 6270481236,
+ "lat": 50.6257218,
+ "lon": 3.0776358
+ },
+ {
+ "nodeId": 7643911330,
+ "lat": 50.6258781,
+ "lon": 3.0775705
+ },
+ {
+ "nodeId": 6270481237,
+ "lat": 50.6260036,
+ "lon": 3.0775152
+ },
+ {
+ "nodeId": 7643911354,
+ "lat": 50.6261386,
+ "lon": 3.0774551
+ },
+ {
+ "nodeId": 7643911360,
+ "lat": 50.626179,
+ "lon": 3.0774389
+ },
+ {
+ "nodeId": 440644909,
+ "lat": 50.6262204,
+ "lon": 3.0774169
+ },
+ {
+ "nodeId": 7643911359,
+ "lat": 50.6262894,
+ "lon": 3.0773808
+ },
+ {
+ "nodeId": 6270481238,
+ "lat": 50.6263511,
+ "lon": 3.0773457
+ },
+ {
+ "nodeId": 7643911358,
+ "lat": 50.6264411,
+ "lon": 3.0772905
+ },
+ {
+ "nodeId": 6270481239,
+ "lat": 50.6265148,
+ "lon": 3.0772424
+ },
+ {
+ "nodeId": 6270481240,
+ "lat": 50.6267099,
+ "lon": 3.0771083
+ },
+ {
+ "nodeId": 429897785,
+ "lat": 50.6272654,
+ "lon": 3.0766926
+ },
+ {
+ "nodeId": 7644038559,
+ "lat": 50.6440315,
+ "lon": 3.1227925
+ },
+ {
+ "nodeId": 6512654180,
+ "lat": 50.6421064,
+ "lon": 3.1117929
+ },
+ {
+ "nodeId": 2061592802,
+ "lat": 50.6420941,
+ "lon": 3.1121612
+ },
+ {
+ "nodeId": 6333423309,
+ "lat": 50.6420919,
+ "lon": 3.1134753
+ },
+ {
+ "nodeId": 1172994924,
+ "lat": 50.6523882,
+ "lon": 2.974187
+ },
+ {
+ "nodeId": 7640633761,
+ "lat": 50.6518561,
+ "lon": 2.9743434
+ },
+ {
+ "nodeId": 7640633767,
+ "lat": 50.6517867,
+ "lon": 2.9743642
+ },
+ {
+ "nodeId": 7640633765,
+ "lat": 50.651737,
+ "lon": 2.9743792
+ },
+ {
+ "nodeId": 7640633766,
+ "lat": 50.6516851,
+ "lon": 2.9743964
+ },
+ {
+ "nodeId": 7640633768,
+ "lat": 50.6515945,
+ "lon": 2.9744318
+ },
+ {
+ "nodeId": 7640633772,
+ "lat": 50.6515375,
+ "lon": 2.9744567
+ },
+ {
+ "nodeId": 7640633769,
+ "lat": 50.6514854,
+ "lon": 2.974481
+ },
+ {
+ "nodeId": 7640633775,
+ "lat": 50.6514354,
+ "lon": 2.9745065
+ },
+ {
+ "nodeId": 7640633771,
+ "lat": 50.6513847,
+ "lon": 2.9745337
+ },
+ {
+ "nodeId": 7640633777,
+ "lat": 50.6513286,
+ "lon": 2.9745669
+ },
+ {
+ "nodeId": 7640633778,
+ "lat": 50.651267,
+ "lon": 2.9746016
+ },
+ {
+ "nodeId": 7640633776,
+ "lat": 50.6512068,
+ "lon": 2.9746399
+ },
+ {
+ "nodeId": 7640633779,
+ "lat": 50.6511253,
+ "lon": 2.9746905
+ },
+ {
+ "nodeId": 7640633781,
+ "lat": 50.6506224,
+ "lon": 2.9750234
+ },
+ {
+ "nodeId": 7640633782,
+ "lat": 50.6504748,
+ "lon": 2.9751229
+ },
+ {
+ "nodeId": 7640699585,
+ "lat": 50.6498965,
+ "lon": 2.9755069
+ },
+ {
+ "nodeId": 7640699586,
+ "lat": 50.6497768,
+ "lon": 2.9755871
+ },
+ {
+ "nodeId": 7640699587,
+ "lat": 50.6497239,
+ "lon": 2.9756247
+ },
+ {
+ "nodeId": 7640699588,
+ "lat": 50.6496765,
+ "lon": 2.9756588
+ },
+ {
+ "nodeId": 3075927395,
+ "lat": 50.6395159,
+ "lon": 3.0768054
+ },
+ {
+ "nodeId": 2061592771,
+ "lat": 50.6396264,
+ "lon": 3.0772323
+ },
+ {
+ "nodeId": 7777535846,
+ "lat": 50.6396847,
+ "lon": 3.0775289
+ },
+ {
+ "nodeId": 7777535842,
+ "lat": 50.6397255,
+ "lon": 3.0778058
+ },
+ {
+ "nodeId": 2061592774,
+ "lat": 50.6397625,
+ "lon": 3.0781773
+ },
+ {
+ "nodeId": 7777535843,
+ "lat": 50.639785,
+ "lon": 3.0784872
+ },
+ {
+ "nodeId": 7777535844,
+ "lat": 50.6398212,
+ "lon": 3.0788607
+ },
+ {
+ "nodeId": 2061592775,
+ "lat": 50.6398673,
+ "lon": 3.0791493
+ },
+ {
+ "nodeId": 7777535845,
+ "lat": 50.6399586,
+ "lon": 3.079545
+ },
+ {
+ "nodeId": 2061592778,
+ "lat": 50.6400633,
+ "lon": 3.0799398
+ },
+ {
+ "nodeId": 2061592784,
+ "lat": 50.6403772,
+ "lon": 3.0810304
+ },
+ {
+ "nodeId": 13261781518,
+ "lat": 50.6403921,
+ "lon": 3.0810753
+ },
+ {
+ "nodeId": 8526321591,
+ "lat": 50.6404056,
+ "lon": 3.081121
+ },
+ {
+ "nodeId": 13261781523,
+ "lat": 50.6404209,
+ "lon": 3.0811546
+ },
+ {
+ "nodeId": 8526321602,
+ "lat": 50.6405146,
+ "lon": 3.0813602
+ },
+ {
+ "nodeId": 6001490901,
+ "lat": 50.6405635,
+ "lon": 3.0814651
+ },
+ {
+ "nodeId": 2061592786,
+ "lat": 50.640617,
+ "lon": 3.0815898
+ },
+ {
+ "nodeId": 2061592787,
+ "lat": 50.640929,
+ "lon": 3.0821746
+ },
+ {
+ "nodeId": 2061592790,
+ "lat": 50.6412316,
+ "lon": 3.0829985
+ },
+ {
+ "nodeId": 2061592793,
+ "lat": 50.6415629,
+ "lon": 3.0839325
+ },
+ {
+ "nodeId": 2061592795,
+ "lat": 50.6418035,
+ "lon": 3.0848248
+ },
+ {
+ "nodeId": 2061592799,
+ "lat": 50.642016,
+ "lon": 3.0856941
+ },
+ {
+ "nodeId": 2061592811,
+ "lat": 50.6421807,
+ "lon": 3.0866264
+ },
+ {
+ "nodeId": 2061592813,
+ "lat": 50.64227,
+ "lon": 3.0876854
+ },
+ {
+ "nodeId": 2061592450,
+ "lat": 50.6330287,
+ "lon": 3.0705307
+ },
+ {
+ "nodeId": 2061592459,
+ "lat": 50.6332898,
+ "lon": 3.0703952
+ },
+ {
+ "nodeId": 2061592463,
+ "lat": 50.6334309,
+ "lon": 3.0703079
+ },
+ {
+ "nodeId": 2061592468,
+ "lat": 50.6335624,
+ "lon": 3.0702152
+ },
+ {
+ "nodeId": 2061592471,
+ "lat": 50.6336722,
+ "lon": 3.0700999
+ },
+ {
+ "nodeId": 2061592476,
+ "lat": 50.6338061,
+ "lon": 3.0699593
+ },
+ {
+ "nodeId": 2061592480,
+ "lat": 50.6339125,
+ "lon": 3.0697995
+ },
+ {
+ "nodeId": 2061592485,
+ "lat": 50.634034,
+ "lon": 3.0696395
+ },
+ {
+ "nodeId": 2061592489,
+ "lat": 50.6341461,
+ "lon": 3.0694694
+ },
+ {
+ "nodeId": 2061592492,
+ "lat": 50.6342632,
+ "lon": 3.0692743
+ },
+ {
+ "nodeId": 2061592495,
+ "lat": 50.6343661,
+ "lon": 3.0690829
+ },
+ {
+ "nodeId": 2061592496,
+ "lat": 50.6344688,
+ "lon": 3.0688914
+ },
+ {
+ "nodeId": 2061592508,
+ "lat": 50.6345704,
+ "lon": 3.0687096
+ },
+ {
+ "nodeId": 2061592511,
+ "lat": 50.6347224,
+ "lon": 3.0685154
+ },
+ {
+ "nodeId": 2061592517,
+ "lat": 50.634895,
+ "lon": 3.0683465
+ },
+ {
+ "nodeId": 2061592520,
+ "lat": 50.6350226,
+ "lon": 3.0682393
+ },
+ {
+ "nodeId": 2061592523,
+ "lat": 50.6351313,
+ "lon": 3.0681772
+ },
+ {
+ "nodeId": 2061592526,
+ "lat": 50.6352826,
+ "lon": 3.0681092
+ },
+ {
+ "nodeId": 2061592534,
+ "lat": 50.6354418,
+ "lon": 3.0680882
+ },
+ {
+ "nodeId": 2061592551,
+ "lat": 50.6357581,
+ "lon": 3.068127
+ },
+ {
+ "nodeId": 2061592539,
+ "lat": 50.6355789,
+ "lon": 3.0680912
+ },
+ {
+ "nodeId": 2061592561,
+ "lat": 50.6359146,
+ "lon": 3.0681994
+ },
+ {
+ "nodeId": 2061592577,
+ "lat": 50.6360484,
+ "lon": 3.0682924
+ },
+ {
+ "nodeId": 2061592583,
+ "lat": 50.6361827,
+ "lon": 3.0683879
+ },
+ {
+ "nodeId": 2061592592,
+ "lat": 50.6363236,
+ "lon": 3.0685491
+ },
+ {
+ "nodeId": 2061592613,
+ "lat": 50.6365761,
+ "lon": 3.0689313
+ },
+ {
+ "nodeId": 2061592604,
+ "lat": 50.6364518,
+ "lon": 3.0687127
+ },
+ {
+ "nodeId": 2061592620,
+ "lat": 50.6366692,
+ "lon": 3.0691398
+ },
+ {
+ "nodeId": 2061592648,
+ "lat": 50.6367362,
+ "lon": 3.0693247
+ },
+ {
+ "nodeId": 2061592658,
+ "lat": 50.6367944,
+ "lon": 3.0695433
+ },
+ {
+ "nodeId": 2061592667,
+ "lat": 50.6368786,
+ "lon": 3.0698044
+ },
+ {
+ "nodeId": 2061592700,
+ "lat": 50.6370777,
+ "lon": 3.0703788
+ },
+ {
+ "nodeId": 2061592679,
+ "lat": 50.6369575,
+ "lon": 3.0700497
+ },
+ {
+ "nodeId": 2061592706,
+ "lat": 50.637216,
+ "lon": 3.0707093
+ },
+ {
+ "nodeId": 2061592776,
+ "lat": 50.6398325,
+ "lon": 3.0193734
+ },
+ {
+ "nodeId": 2061592777,
+ "lat": 50.6398773,
+ "lon": 3.0193289
+ },
+ {
+ "nodeId": 2061592773,
+ "lat": 50.6396591,
+ "lon": 3.0195652
+ },
+ {
+ "nodeId": 2061592772,
+ "lat": 50.6395062,
+ "lon": 3.0198083
+ },
+ {
+ "nodeId": 2061592770,
+ "lat": 50.6393865,
+ "lon": 3.0200295
+ },
+ {
+ "nodeId": 2061592768,
+ "lat": 50.6390223,
+ "lon": 3.020936
+ },
+ {
+ "nodeId": 2061592753,
+ "lat": 50.6387024,
+ "lon": 3.0218377
+ },
+ {
+ "nodeId": 2061592769,
+ "lat": 50.6392003,
+ "lon": 3.0204912
+ },
+ {
+ "nodeId": 2061592746,
+ "lat": 50.6386087,
+ "lon": 3.0220829
+ },
+ {
+ "nodeId": 3801017881,
+ "lat": 50.6378446,
+ "lon": 3.0716184
+ },
+ {
+ "nodeId": 3801016239,
+ "lat": 50.637915,
+ "lon": 3.0717767
+ },
+ {
+ "nodeId": 13424646696,
+ "lat": 50.6822929,
+ "lon": 3.1603439
+ },
+ {
+ "nodeId": 13424646762,
+ "lat": 50.6833787,
+ "lon": 3.1621229
+ },
+ {
+ "nodeId": 13424646697,
+ "lat": 50.6808661,
+ "lon": 3.1580065
+ },
+ {
+ "nodeId": 13424646698,
+ "lat": 50.6806984,
+ "lon": 3.1577365
+ },
+ {
+ "nodeId": 13424646699,
+ "lat": 50.6805251,
+ "lon": 3.1574762
+ },
+ {
+ "nodeId": 13424646700,
+ "lat": 50.6803462,
+ "lon": 3.1572256
+ },
+ {
+ "nodeId": 13424646701,
+ "lat": 50.6801796,
+ "lon": 3.1570075
+ },
+ {
+ "nodeId": 13424646702,
+ "lat": 50.6800088,
+ "lon": 3.1567977
+ },
+ {
+ "nodeId": 13424646703,
+ "lat": 50.6798337,
+ "lon": 3.1565963
+ },
+ {
+ "nodeId": 13424646705,
+ "lat": 50.6785958,
+ "lon": 3.1552216
+ },
+ {
+ "nodeId": 13424646706,
+ "lat": 50.6784164,
+ "lon": 3.1550223
+ },
+ {
+ "nodeId": 13424646707,
+ "lat": 50.6782706,
+ "lon": 3.1548557
+ },
+ {
+ "nodeId": 13424646709,
+ "lat": 50.6779934,
+ "lon": 3.1544917
+ },
+ {
+ "nodeId": 13424646708,
+ "lat": 50.6781294,
+ "lon": 3.1546785
+ },
+ {
+ "nodeId": 13424646710,
+ "lat": 50.6778747,
+ "lon": 3.1543141
+ },
+ {
+ "nodeId": 13424646711,
+ "lat": 50.6777606,
+ "lon": 3.1541291
+ },
+ {
+ "nodeId": 13424646712,
+ "lat": 50.6776517,
+ "lon": 3.1539374
+ },
+ {
+ "nodeId": 13424646713,
+ "lat": 50.6756477,
+ "lon": 3.1503202
+ },
+ {
+ "nodeId": 13424646714,
+ "lat": 50.675176,
+ "lon": 3.1494688
+ },
+ {
+ "nodeId": 13424646715,
+ "lat": 50.6751232,
+ "lon": 3.1493501
+ },
+ {
+ "nodeId": 13424646716,
+ "lat": 50.6750762,
+ "lon": 3.1492264
+ },
+ {
+ "nodeId": 13424646717,
+ "lat": 50.675035,
+ "lon": 3.1490977
+ },
+ {
+ "nodeId": 13424646718,
+ "lat": 50.6749998,
+ "lon": 3.1489645
+ },
+ {
+ "nodeId": 13424646719,
+ "lat": 50.674969,
+ "lon": 3.1488181
+ },
+ {
+ "nodeId": 13424646720,
+ "lat": 50.6749455,
+ "lon": 3.1486683
+ },
+ {
+ "nodeId": 13424646721,
+ "lat": 50.6749293,
+ "lon": 3.148516
+ },
+ {
+ "nodeId": 13424646722,
+ "lat": 50.6749207,
+ "lon": 3.1483623
+ },
+ {
+ "nodeId": 13424646724,
+ "lat": 50.6749259,
+ "lon": 3.1480553
+ },
+ {
+ "nodeId": 13424646723,
+ "lat": 50.6749195,
+ "lon": 3.148208
+ },
+ {
+ "nodeId": 13424646725,
+ "lat": 50.6749455,
+ "lon": 3.1476689
+ },
+ {
+ "nodeId": 13424646728,
+ "lat": 50.6749339,
+ "lon": 3.1471631
+ },
+ {
+ "nodeId": 13424646726,
+ "lat": 50.6749501,
+ "lon": 3.1474994
+ },
+ {
+ "nodeId": 13424646727,
+ "lat": 50.6749462,
+ "lon": 3.1473308
+ },
+ {
+ "nodeId": 13424646729,
+ "lat": 50.674913,
+ "lon": 3.1469968
+ },
+ {
+ "nodeId": 13424646730,
+ "lat": 50.6748839,
+ "lon": 3.1468336
+ },
+ {
+ "nodeId": 13424646731,
+ "lat": 50.6748466,
+ "lon": 3.1466746
+ },
+ {
+ "nodeId": 13424646732,
+ "lat": 50.6748015,
+ "lon": 3.1465207
+ },
+ {
+ "nodeId": 13424646734,
+ "lat": 50.6745268,
+ "lon": 3.1457463
+ },
+ {
+ "nodeId": 13424646735,
+ "lat": 50.6743925,
+ "lon": 3.1453677
+ },
+ {
+ "nodeId": 13424646736,
+ "lat": 50.6743203,
+ "lon": 3.1451612
+ },
+ {
+ "nodeId": 13424646737,
+ "lat": 50.67425,
+ "lon": 3.1449604
+ },
+ {
+ "nodeId": 13424646738,
+ "lat": 50.6741856,
+ "lon": 3.1447496
+ },
+ {
+ "nodeId": 13424646740,
+ "lat": 50.6740799,
+ "lon": 3.1443515
+ },
+ {
+ "nodeId": 13424646739,
+ "lat": 50.6741306,
+ "lon": 3.144552
+ },
+ {
+ "nodeId": 13424646741,
+ "lat": 50.6740333,
+ "lon": 3.1441476
+ },
+ {
+ "nodeId": 13424646742,
+ "lat": 50.6739876,
+ "lon": 3.1438864
+ },
+ {
+ "nodeId": 13424646743,
+ "lat": 50.6739539,
+ "lon": 3.1436454
+ },
+ {
+ "nodeId": 13424646744,
+ "lat": 50.6739279,
+ "lon": 3.143402
+ },
+ {
+ "nodeId": 13424646745,
+ "lat": 50.6739098,
+ "lon": 3.1431568
+ },
+ {
+ "nodeId": 13424646746,
+ "lat": 50.6738994,
+ "lon": 3.1429106
+ },
+ {
+ "nodeId": 13424646750,
+ "lat": 50.673966,
+ "lon": 3.1405595
+ },
+ {
+ "nodeId": 13424646748,
+ "lat": 50.6739023,
+ "lon": 3.1424177
+ },
+ {
+ "nodeId": 13424646747,
+ "lat": 50.6738969,
+ "lon": 3.1426638
+ },
+ {
+ "nodeId": 13424646749,
+ "lat": 50.6739647,
+ "lon": 3.1407392
+ },
+ {
+ "nodeId": 13424646751,
+ "lat": 50.6739591,
+ "lon": 3.1403381
+ },
+ {
+ "nodeId": 13424646752,
+ "lat": 50.6739431,
+ "lon": 3.1401179
+ },
+ {
+ "nodeId": 13424646753,
+ "lat": 50.673918,
+ "lon": 3.1398998
+ },
+ {
+ "nodeId": 13424646754,
+ "lat": 50.6738841,
+ "lon": 3.1396847
+ },
+ {
+ "nodeId": 13424646755,
+ "lat": 50.6738444,
+ "lon": 3.1394868
+ },
+ {
+ "nodeId": 13424646756,
+ "lat": 50.6737971,
+ "lon": 3.1392931
+ },
+ {
+ "nodeId": 13424646757,
+ "lat": 50.6737424,
+ "lon": 3.1391042
+ },
+ {
+ "nodeId": 13424646758,
+ "lat": 50.6736806,
+ "lon": 3.1389209
+ },
+ {
+ "nodeId": 13424646759,
+ "lat": 50.6736118,
+ "lon": 3.1387438
+ },
+ {
+ "nodeId": 13424646760,
+ "lat": 50.6735359,
+ "lon": 3.1385727
+ },
+ {
+ "nodeId": 13424646761,
+ "lat": 50.6734528,
+ "lon": 3.138386
+ },
+ {
+ "nodeId": 13424646773,
+ "lat": 50.6732352,
+ "lon": 3.1378969
+ },
+ {
+ "nodeId": 2061591519,
+ "lat": 50.616562,
+ "lon": 3.044587
+ },
+ {
+ "nodeId": 2061591517,
+ "lat": 50.616555,
+ "lon": 3.0442264
+ },
+ {
+ "nodeId": 7637729278,
+ "lat": 50.6165512,
+ "lon": 3.0439409
+ },
+ {
+ "nodeId": 6270387299,
+ "lat": 50.6165479,
+ "lon": 3.0437368
+ },
+ {
+ "nodeId": 2061591509,
+ "lat": 50.6165457,
+ "lon": 3.043416
+ },
+ {
+ "nodeId": 7637729271,
+ "lat": 50.6165449,
+ "lon": 3.0431886
+ },
+ {
+ "nodeId": 2061591512,
+ "lat": 50.6165468,
+ "lon": 3.0429663
+ },
+ {
+ "nodeId": 2061591513,
+ "lat": 50.6165552,
+ "lon": 3.0425366
+ },
+ {
+ "nodeId": 2061591532,
+ "lat": 50.6166162,
+ "lon": 3.0397789
+ },
+ {
+ "nodeId": 7637729255,
+ "lat": 50.6166175,
+ "lon": 3.0395891
+ },
+ {
+ "nodeId": 2061591543,
+ "lat": 50.6166168,
+ "lon": 3.0394041
+ },
+ {
+ "nodeId": 1299481286,
+ "lat": 50.6438999,
+ "lon": 3.0740286
+ },
+ {
+ "nodeId": 7630353642,
+ "lat": 50.605121,
+ "lon": 3.139028
+ },
+ {
+ "nodeId": 7630353650,
+ "lat": 50.6056071,
+ "lon": 3.13909
+ },
+ {
+ "nodeId": 7630353661,
+ "lat": 50.6057012,
+ "lon": 3.1391008
+ },
+ {
+ "nodeId": 7630353662,
+ "lat": 50.6058116,
+ "lon": 3.139113
+ },
+ {
+ "nodeId": 7630353667,
+ "lat": 50.6058973,
+ "lon": 3.1391217
+ },
+ {
+ "nodeId": 7630353668,
+ "lat": 50.6059613,
+ "lon": 3.1391265
+ },
+ {
+ "nodeId": 7630353669,
+ "lat": 50.6060347,
+ "lon": 3.1391287
+ },
+ {
+ "nodeId": 7630353670,
+ "lat": 50.6061025,
+ "lon": 3.139128
+ },
+ {
+ "nodeId": 7630353674,
+ "lat": 50.606149,
+ "lon": 3.1391262
+ },
+ {
+ "nodeId": 7630353673,
+ "lat": 50.6062061,
+ "lon": 3.1391236
+ },
+ {
+ "nodeId": 7630353675,
+ "lat": 50.6062921,
+ "lon": 3.1391127
+ },
+ {
+ "nodeId": 7630353677,
+ "lat": 50.6063655,
+ "lon": 3.1391006
+ },
+ {
+ "nodeId": 7630353676,
+ "lat": 50.6064792,
+ "lon": 3.1390806
+ },
+ {
+ "nodeId": 7630353680,
+ "lat": 50.6067237,
+ "lon": 3.1390342
+ },
+ {
+ "nodeId": 7630353679,
+ "lat": 50.6068232,
+ "lon": 3.1390136
+ },
+ {
+ "nodeId": 7630353678,
+ "lat": 50.6069125,
+ "lon": 3.1389978
+ },
+ {
+ "nodeId": 7630353681,
+ "lat": 50.6070191,
+ "lon": 3.1389816
+ },
+ {
+ "nodeId": 7630353682,
+ "lat": 50.6070839,
+ "lon": 3.1389742
+ },
+ {
+ "nodeId": 7630357486,
+ "lat": 50.6071607,
+ "lon": 3.1389703
+ },
+ {
+ "nodeId": 7630357487,
+ "lat": 50.607207,
+ "lon": 3.1389693
+ },
+ {
+ "nodeId": 7630357488,
+ "lat": 50.6073045,
+ "lon": 3.13897
+ },
+ {
+ "nodeId": 7630357490,
+ "lat": 50.6073957,
+ "lon": 3.1389742
+ },
+ {
+ "nodeId": 7630357489,
+ "lat": 50.6074553,
+ "lon": 3.13898
+ },
+ {
+ "nodeId": 7630357492,
+ "lat": 50.6075133,
+ "lon": 3.1389872
+ },
+ {
+ "nodeId": 7630357493,
+ "lat": 50.6075783,
+ "lon": 3.1389993
+ },
+ {
+ "nodeId": 7630357494,
+ "lat": 50.6076677,
+ "lon": 3.1390216
+ },
+ {
+ "nodeId": 7630357499,
+ "lat": 50.6077817,
+ "lon": 3.1390587
+ },
+ {
+ "nodeId": 7630357496,
+ "lat": 50.6078469,
+ "lon": 3.139078
+ },
+ {
+ "nodeId": 7630357497,
+ "lat": 50.6078999,
+ "lon": 3.1390983
+ },
+ {
+ "nodeId": 7630357500,
+ "lat": 50.607959,
+ "lon": 3.1391227
+ },
+ {
+ "nodeId": 7630357501,
+ "lat": 50.6080411,
+ "lon": 3.1391602
+ },
+ {
+ "nodeId": 7630357502,
+ "lat": 50.6081028,
+ "lon": 3.1391909
+ },
+ {
+ "nodeId": 7630357504,
+ "lat": 50.6082761,
+ "lon": 3.1392961
+ },
+ {
+ "nodeId": 7630357505,
+ "lat": 50.6083619,
+ "lon": 3.1393558
+ },
+ {
+ "nodeId": 7630357506,
+ "lat": 50.6084398,
+ "lon": 3.1394141
+ },
+ {
+ "nodeId": 7630357507,
+ "lat": 50.6085168,
+ "lon": 3.1394783
+ },
+ {
+ "nodeId": 7630357509,
+ "lat": 50.6085989,
+ "lon": 3.139548
+ },
+ {
+ "nodeId": 7630357508,
+ "lat": 50.6086385,
+ "lon": 3.1395846
+ },
+ {
+ "nodeId": 7630357510,
+ "lat": 50.6087098,
+ "lon": 3.1396572
+ },
+ {
+ "nodeId": 7630357511,
+ "lat": 50.6087681,
+ "lon": 3.1397172
+ },
+ {
+ "nodeId": 7630357512,
+ "lat": 50.6088317,
+ "lon": 3.1397889
+ },
+ {
+ "nodeId": 7630357513,
+ "lat": 50.6089478,
+ "lon": 3.1399326
+ },
+ {
+ "nodeId": 7630357514,
+ "lat": 50.6090309,
+ "lon": 3.140045
+ },
+ {
+ "nodeId": 7630357517,
+ "lat": 50.6090959,
+ "lon": 3.1401377
+ },
+ {
+ "nodeId": 7630357518,
+ "lat": 50.6091612,
+ "lon": 3.140237
+ },
+ {
+ "nodeId": 7630357519,
+ "lat": 50.6092332,
+ "lon": 3.1403609
+ },
+ {
+ "nodeId": 7630357520,
+ "lat": 50.6093069,
+ "lon": 3.1404931
+ },
+ {
+ "nodeId": 7630357521,
+ "lat": 50.6095662,
+ "lon": 3.1409935
+ },
+ {
+ "nodeId": 7630357522,
+ "lat": 50.6096165,
+ "lon": 3.141091
+ },
+ {
+ "nodeId": 7630357525,
+ "lat": 50.609675,
+ "lon": 3.1411997
+ },
+ {
+ "nodeId": 7630357523,
+ "lat": 50.6097196,
+ "lon": 3.1412795
+ },
+ {
+ "nodeId": 7630357524,
+ "lat": 50.6097678,
+ "lon": 3.1413606
+ },
+ {
+ "nodeId": 7630357527,
+ "lat": 50.6098146,
+ "lon": 3.1414347
+ },
+ {
+ "nodeId": 7630357528,
+ "lat": 50.6098503,
+ "lon": 3.141491
+ },
+ {
+ "nodeId": 7630357547,
+ "lat": 50.609877,
+ "lon": 3.141531
+ },
+ {
+ "nodeId": 7630357529,
+ "lat": 50.6099037,
+ "lon": 3.1415709
+ },
+ {
+ "nodeId": 7630357530,
+ "lat": 50.6099427,
+ "lon": 3.1416237
+ },
+ {
+ "nodeId": 7630357531,
+ "lat": 50.6099808,
+ "lon": 3.1416712
+ },
+ {
+ "nodeId": 7630357546,
+ "lat": 50.610023,
+ "lon": 3.1417258
+ },
+ {
+ "nodeId": 7630357532,
+ "lat": 50.6100569,
+ "lon": 3.1417668
+ },
+ {
+ "nodeId": 7630357533,
+ "lat": 50.6101083,
+ "lon": 3.141827
+ },
+ {
+ "nodeId": 7630357534,
+ "lat": 50.6101723,
+ "lon": 3.1418947
+ },
+ {
+ "nodeId": 7630357543,
+ "lat": 50.6102269,
+ "lon": 3.1419466
+ },
+ {
+ "nodeId": 7630357542,
+ "lat": 50.6102761,
+ "lon": 3.1419921
+ },
+ {
+ "nodeId": 7630357550,
+ "lat": 50.6103277,
+ "lon": 3.1420364
+ },
+ {
+ "nodeId": 7630357551,
+ "lat": 50.610388,
+ "lon": 3.1420826
+ },
+ {
+ "nodeId": 7630357552,
+ "lat": 50.6104639,
+ "lon": 3.1421344
+ },
+ {
+ "nodeId": 7630357553,
+ "lat": 50.6105102,
+ "lon": 3.1421654
+ },
+ {
+ "nodeId": 7630357555,
+ "lat": 50.6105552,
+ "lon": 3.1421943
+ },
+ {
+ "nodeId": 7630357556,
+ "lat": 50.6106052,
+ "lon": 3.1422228
+ },
+ {
+ "nodeId": 7630357557,
+ "lat": 50.6106526,
+ "lon": 3.1422472
+ },
+ {
+ "nodeId": 7630357558,
+ "lat": 50.6107091,
+ "lon": 3.1422726
+ },
+ {
+ "nodeId": 7630357559,
+ "lat": 50.6107562,
+ "lon": 3.1422945
+ },
+ {
+ "nodeId": 7630357560,
+ "lat": 50.6108106,
+ "lon": 3.142315
+ },
+ {
+ "nodeId": 7630357561,
+ "lat": 50.6108751,
+ "lon": 3.1423368
+ },
+ {
+ "nodeId": 7630357562,
+ "lat": 50.6109331,
+ "lon": 3.1423541
+ },
+ {
+ "nodeId": 7630357563,
+ "lat": 50.6109937,
+ "lon": 3.1423673
+ },
+ {
+ "nodeId": 7630357564,
+ "lat": 50.6110629,
+ "lon": 3.1423794
+ },
+ {
+ "nodeId": 7630357566,
+ "lat": 50.6111266,
+ "lon": 3.1423886
+ },
+ {
+ "nodeId": 7630357567,
+ "lat": 50.6112052,
+ "lon": 3.1423967
+ },
+ {
+ "nodeId": 7630357568,
+ "lat": 50.6113763,
+ "lon": 3.1424109
+ },
+ {
+ "nodeId": 7630357572,
+ "lat": 50.6125751,
+ "lon": 3.142501
+ },
+ {
+ "nodeId": 7633123206,
+ "lat": 50.6126976,
+ "lon": 3.1425113
+ },
+ {
+ "nodeId": 7630357570,
+ "lat": 50.612816,
+ "lon": 3.1425187
+ },
+ {
+ "nodeId": 7633123207,
+ "lat": 50.6129246,
+ "lon": 3.1425227
+ },
+ {
+ "nodeId": 7633123208,
+ "lat": 50.613025,
+ "lon": 3.1425197
+ },
+ {
+ "nodeId": 7633123210,
+ "lat": 50.6131053,
+ "lon": 3.1425133
+ },
+ {
+ "nodeId": 7633123211,
+ "lat": 50.613164,
+ "lon": 3.1425039
+ },
+ {
+ "nodeId": 7633123212,
+ "lat": 50.6132086,
+ "lon": 3.1424955
+ },
+ {
+ "nodeId": 7633123213,
+ "lat": 50.6132448,
+ "lon": 3.1424862
+ },
+ {
+ "nodeId": 7633123216,
+ "lat": 50.6132954,
+ "lon": 3.1424702
+ },
+ {
+ "nodeId": 7633123215,
+ "lat": 50.6133356,
+ "lon": 3.1424545
+ },
+ {
+ "nodeId": 7633123214,
+ "lat": 50.6133892,
+ "lon": 3.142432
+ },
+ {
+ "nodeId": 7633123218,
+ "lat": 50.613433,
+ "lon": 3.1424117
+ },
+ {
+ "nodeId": 7633123217,
+ "lat": 50.6134758,
+ "lon": 3.1423889
+ },
+ {
+ "nodeId": 7633123219,
+ "lat": 50.6135415,
+ "lon": 3.1423467
+ },
+ {
+ "nodeId": 7633123220,
+ "lat": 50.6135907,
+ "lon": 3.1423125
+ },
+ {
+ "nodeId": 7633123221,
+ "lat": 50.6136255,
+ "lon": 3.142285
+ },
+ {
+ "nodeId": 7633123222,
+ "lat": 50.6136623,
+ "lon": 3.1422541
+ },
+ {
+ "nodeId": 7633123223,
+ "lat": 50.6137152,
+ "lon": 3.1422073
+ },
+ {
+ "nodeId": 7633123226,
+ "lat": 50.613769,
+ "lon": 3.1421547
+ },
+ {
+ "nodeId": 7633123225,
+ "lat": 50.6138122,
+ "lon": 3.1421083
+ },
+ {
+ "nodeId": 7633123227,
+ "lat": 50.6138536,
+ "lon": 3.1420623
+ },
+ {
+ "nodeId": 7633123228,
+ "lat": 50.6138901,
+ "lon": 3.1420188
+ },
+ {
+ "nodeId": 7633123230,
+ "lat": 50.6139313,
+ "lon": 3.1419671
+ },
+ {
+ "nodeId": 7633123229,
+ "lat": 50.6139585,
+ "lon": 3.1419323
+ },
+ {
+ "nodeId": 7633123231,
+ "lat": 50.6139981,
+ "lon": 3.1418841
+ },
+ {
+ "nodeId": 2061592824,
+ "lat": 50.6423244,
+ "lon": 3.0895226
+ },
+ {
+ "nodeId": 2061592823,
+ "lat": 50.6423241,
+ "lon": 3.0904313
+ },
+ {
+ "nodeId": 2061592825,
+ "lat": 50.642327,
+ "lon": 3.0911502
+ },
+ {
+ "nodeId": 9778998833,
+ "lat": 50.6423229,
+ "lon": 3.0923101
+ },
+ {
+ "nodeId": 2061592822,
+ "lat": 50.6423227,
+ "lon": 3.0923587
+ },
+ {
+ "nodeId": 2061592826,
+ "lat": 50.6423353,
+ "lon": 3.0933491
+ },
+ {
+ "nodeId": 2061592821,
+ "lat": 50.6423309,
+ "lon": 3.0938749
+ },
+ {
+ "nodeId": 7633385324,
+ "lat": 50.6165639,
+ "lon": 3.1407099
+ },
+ {
+ "nodeId": 7633385325,
+ "lat": 50.617157,
+ "lon": 3.1406517
+ },
+ {
+ "nodeId": 13424646535,
+ "lat": 50.7429007,
+ "lon": 3.1805305
+ },
+ {
+ "nodeId": 13424646534,
+ "lat": 50.7428389,
+ "lon": 3.180484
+ },
+ {
+ "nodeId": 13424646533,
+ "lat": 50.7427933,
+ "lon": 3.1804513
+ },
+ {
+ "nodeId": 13424646532,
+ "lat": 50.7427182,
+ "lon": 3.1804078
+ },
+ {
+ "nodeId": 13424646531,
+ "lat": 50.742622,
+ "lon": 3.1803571
+ },
+ {
+ "nodeId": 13424646530,
+ "lat": 50.7425471,
+ "lon": 3.1803186
+ },
+ {
+ "nodeId": 13424646529,
+ "lat": 50.7424734,
+ "lon": 3.1802868
+ },
+ {
+ "nodeId": 13424646528,
+ "lat": 50.7423918,
+ "lon": 3.1802549
+ },
+ {
+ "nodeId": 13424646527,
+ "lat": 50.7422829,
+ "lon": 3.1802188
+ },
+ {
+ "nodeId": 13424646526,
+ "lat": 50.7421949,
+ "lon": 3.1801894
+ },
+ {
+ "nodeId": 13424646525,
+ "lat": 50.7421217,
+ "lon": 3.1801681
+ },
+ {
+ "nodeId": 13424646524,
+ "lat": 50.7420498,
+ "lon": 3.1801497
+ },
+ {
+ "nodeId": 13424646523,
+ "lat": 50.7419693,
+ "lon": 3.1801366
+ },
+ {
+ "nodeId": 13424646522,
+ "lat": 50.7418867,
+ "lon": 3.180134
+ },
+ {
+ "nodeId": 13424646521,
+ "lat": 50.7418088,
+ "lon": 3.1801418
+ },
+ {
+ "nodeId": 13424646520,
+ "lat": 50.7417401,
+ "lon": 3.1801549
+ },
+ {
+ "nodeId": 13424646519,
+ "lat": 50.741686,
+ "lon": 3.1801718
+ },
+ {
+ "nodeId": 13424646518,
+ "lat": 50.7416235,
+ "lon": 3.1801983
+ },
+ {
+ "nodeId": 13424646517,
+ "lat": 50.741561,
+ "lon": 3.1802248
+ },
+ {
+ "nodeId": 13424646516,
+ "lat": 50.7408128,
+ "lon": 3.1806001
+ },
+ {
+ "nodeId": 13424646515,
+ "lat": 50.7406724,
+ "lon": 3.1806657
+ },
+ {
+ "nodeId": 13424646514,
+ "lat": 50.7406233,
+ "lon": 3.1806828
+ },
+ {
+ "nodeId": 13424646513,
+ "lat": 50.740576,
+ "lon": 3.180698
+ },
+ {
+ "nodeId": 13424646512,
+ "lat": 50.7405072,
+ "lon": 3.1807131
+ },
+ {
+ "nodeId": 13424646511,
+ "lat": 50.7404438,
+ "lon": 3.1807199
+ },
+ {
+ "nodeId": 13424646510,
+ "lat": 50.740378,
+ "lon": 3.1807227
+ },
+ {
+ "nodeId": 13424646509,
+ "lat": 50.7403094,
+ "lon": 3.180713
+ },
+ {
+ "nodeId": 13424646508,
+ "lat": 50.7402443,
+ "lon": 3.1806979
+ },
+ {
+ "nodeId": 13424646507,
+ "lat": 50.7401741,
+ "lon": 3.1806747
+ },
+ {
+ "nodeId": 13424646506,
+ "lat": 50.7401085,
+ "lon": 3.1806483
+ },
+ {
+ "nodeId": 13424646505,
+ "lat": 50.7400353,
+ "lon": 3.1806043
+ },
+ {
+ "nodeId": 13424646504,
+ "lat": 50.7399733,
+ "lon": 3.180563
+ },
+ {
+ "nodeId": 13424646503,
+ "lat": 50.7399236,
+ "lon": 3.1805202
+ },
+ {
+ "nodeId": 13424646502,
+ "lat": 50.7398752,
+ "lon": 3.1804766
+ },
+ {
+ "nodeId": 13424646501,
+ "lat": 50.7398408,
+ "lon": 3.1804422
+ },
+ {
+ "nodeId": 13424646500,
+ "lat": 50.739801,
+ "lon": 3.1803879
+ },
+ {
+ "nodeId": 13424646499,
+ "lat": 50.7397732,
+ "lon": 3.1803425
+ },
+ {
+ "nodeId": 13424646498,
+ "lat": 50.7397456,
+ "lon": 3.1802907
+ },
+ {
+ "nodeId": 13424646496,
+ "lat": 50.7391795,
+ "lon": 3.1789962
+ },
+ {
+ "nodeId": 13424646495,
+ "lat": 50.7390823,
+ "lon": 3.1787739
+ },
+ {
+ "nodeId": 13424646494,
+ "lat": 50.7390317,
+ "lon": 3.1786582
+ },
+ {
+ "nodeId": 13424646493,
+ "lat": 50.7389627,
+ "lon": 3.1784905
+ },
+ {
+ "nodeId": 13424646492,
+ "lat": 50.7389234,
+ "lon": 3.1783948
+ },
+ {
+ "nodeId": 13424646491,
+ "lat": 50.7388837,
+ "lon": 3.1782923
+ },
+ {
+ "nodeId": 13424646490,
+ "lat": 50.7388388,
+ "lon": 3.1781534
+ },
+ {
+ "nodeId": 13424646489,
+ "lat": 50.7388102,
+ "lon": 3.1780574
+ },
+ {
+ "nodeId": 13424646488,
+ "lat": 50.7387841,
+ "lon": 3.1779488
+ },
+ {
+ "nodeId": 13424646487,
+ "lat": 50.7387667,
+ "lon": 3.1778607
+ },
+ {
+ "nodeId": 13424646486,
+ "lat": 50.7387493,
+ "lon": 3.1777523
+ },
+ {
+ "nodeId": 13424646485,
+ "lat": 50.7387371,
+ "lon": 3.1776517
+ },
+ {
+ "nodeId": 13424646484,
+ "lat": 50.7387293,
+ "lon": 3.1775493
+ },
+ {
+ "nodeId": 13424646483,
+ "lat": 50.7387225,
+ "lon": 3.1774435
+ },
+ {
+ "nodeId": 13424646482,
+ "lat": 50.7387189,
+ "lon": 3.1773562
+ },
+ {
+ "nodeId": 13424646481,
+ "lat": 50.7387207,
+ "lon": 3.1772575
+ },
+ {
+ "nodeId": 13424646480,
+ "lat": 50.7387306,
+ "lon": 3.1771637
+ },
+ {
+ "nodeId": 13424646479,
+ "lat": 50.7387488,
+ "lon": 3.1770641
+ },
+ {
+ "nodeId": 13424646478,
+ "lat": 50.7387807,
+ "lon": 3.1768648
+ },
+ {
+ "nodeId": 13424646477,
+ "lat": 50.7387914,
+ "lon": 3.1767779
+ },
+ {
+ "nodeId": 13424646476,
+ "lat": 50.738797,
+ "lon": 3.1766911
+ },
+ {
+ "nodeId": 13424646474,
+ "lat": 50.7387908,
+ "lon": 3.1765345
+ },
+ {
+ "nodeId": 13424646475,
+ "lat": 50.7387962,
+ "lon": 3.1766008
+ },
+ {
+ "nodeId": 13424646473,
+ "lat": 50.7387723,
+ "lon": 3.1764403
+ },
+ {
+ "nodeId": 13424646472,
+ "lat": 50.7387517,
+ "lon": 3.1763583
+ },
+ {
+ "nodeId": 13424646471,
+ "lat": 50.7387278,
+ "lon": 3.1762749
+ },
+ {
+ "nodeId": 13424646469,
+ "lat": 50.7357301,
+ "lon": 3.1675583
+ },
+ {
+ "nodeId": 13424646468,
+ "lat": 50.7356862,
+ "lon": 3.1674249
+ },
+ {
+ "nodeId": 13424646467,
+ "lat": 50.7356458,
+ "lon": 3.1673129
+ },
+ {
+ "nodeId": 13424646466,
+ "lat": 50.7356001,
+ "lon": 3.1671847
+ },
+ {
+ "nodeId": 13424646465,
+ "lat": 50.7349774,
+ "lon": 3.1655938
+ },
+ {
+ "nodeId": 13424646464,
+ "lat": 50.7347278,
+ "lon": 3.1649561
+ },
+ {
+ "nodeId": 13424646463,
+ "lat": 50.7346441,
+ "lon": 3.1647493
+ },
+ {
+ "nodeId": 13424646462,
+ "lat": 50.7345658,
+ "lon": 3.1645489
+ },
+ {
+ "nodeId": 13424646461,
+ "lat": 50.7344935,
+ "lon": 3.1643422
+ },
+ {
+ "nodeId": 13424646460,
+ "lat": 50.7344275,
+ "lon": 3.1641304
+ },
+ {
+ "nodeId": 13424646459,
+ "lat": 50.7343678,
+ "lon": 3.1639139
+ },
+ {
+ "nodeId": 13424646458,
+ "lat": 50.7343146,
+ "lon": 3.163693
+ },
+ {
+ "nodeId": 13424646457,
+ "lat": 50.734263,
+ "lon": 3.1634417
+ },
+ {
+ "nodeId": 13424646456,
+ "lat": 50.7342426,
+ "lon": 3.1633222
+ },
+ {
+ "nodeId": 13424646455,
+ "lat": 50.734219,
+ "lon": 3.1631727
+ },
+ {
+ "nodeId": 13424646454,
+ "lat": 50.7341853,
+ "lon": 3.1629279
+ },
+ {
+ "nodeId": 13424646453,
+ "lat": 50.7341725,
+ "lon": 3.1628031
+ },
+ {
+ "nodeId": 13424646452,
+ "lat": 50.7341595,
+ "lon": 3.1626663
+ },
+ {
+ "nodeId": 13424646451,
+ "lat": 50.7341424,
+ "lon": 3.1624035
+ },
+ {
+ "nodeId": 13424646450,
+ "lat": 50.7341342,
+ "lon": 3.1621395
+ },
+ {
+ "nodeId": 13424646449,
+ "lat": 50.7341348,
+ "lon": 3.1620144
+ },
+ {
+ "nodeId": 13424646448,
+ "lat": 50.7341348,
+ "lon": 3.161875
+ },
+ {
+ "nodeId": 13424646447,
+ "lat": 50.7341692,
+ "lon": 3.161116
+ },
+ {
+ "nodeId": 13424646446,
+ "lat": 50.7341721,
+ "lon": 3.1610272
+ },
+ {
+ "nodeId": 13424646445,
+ "lat": 50.7341699,
+ "lon": 3.1609219
+ },
+ {
+ "nodeId": 13424646444,
+ "lat": 50.734165,
+ "lon": 3.1607906
+ },
+ {
+ "nodeId": 13424646443,
+ "lat": 50.7341571,
+ "lon": 3.1606577
+ },
+ {
+ "nodeId": 13424646442,
+ "lat": 50.7341405,
+ "lon": 3.1605063
+ },
+ {
+ "nodeId": 13424646441,
+ "lat": 50.7341189,
+ "lon": 3.1603526
+ },
+ {
+ "nodeId": 13424646440,
+ "lat": 50.7340989,
+ "lon": 3.1602377
+ },
+ {
+ "nodeId": 13424646439,
+ "lat": 50.7340705,
+ "lon": 3.160114
+ },
+ {
+ "nodeId": 13424646438,
+ "lat": 50.7340195,
+ "lon": 3.15993
+ },
+ {
+ "nodeId": 13424646437,
+ "lat": 50.7339605,
+ "lon": 3.1597524
+ },
+ {
+ "nodeId": 13424646436,
+ "lat": 50.7338935,
+ "lon": 3.1595819
+ },
+ {
+ "nodeId": 13424646435,
+ "lat": 50.7338191,
+ "lon": 3.1594195
+ },
+ {
+ "nodeId": 13424646434,
+ "lat": 50.7337372,
+ "lon": 3.1592655
+ },
+ {
+ "nodeId": 13424646433,
+ "lat": 50.7336971,
+ "lon": 3.1591971
+ },
+ {
+ "nodeId": 13424646432,
+ "lat": 50.7336492,
+ "lon": 3.159122
+ },
+ {
+ "nodeId": 13424646431,
+ "lat": 50.7335542,
+ "lon": 3.1589878
+ },
+ {
+ "nodeId": 13424646430,
+ "lat": 50.7335035,
+ "lon": 3.1589236
+ },
+ {
+ "nodeId": 13424646429,
+ "lat": 50.7334535,
+ "lon": 3.1588648
+ },
+ {
+ "nodeId": 13424646428,
+ "lat": 50.7334057,
+ "lon": 3.1588086
+ },
+ {
+ "nodeId": 13424646427,
+ "lat": 50.7333486,
+ "lon": 3.1587545
+ },
+ {
+ "nodeId": 13424646426,
+ "lat": 50.7332968,
+ "lon": 3.1587067
+ },
+ {
+ "nodeId": 13424646424,
+ "lat": 50.7321552,
+ "lon": 3.1576567
+ },
+ {
+ "nodeId": 13424646423,
+ "lat": 50.7321255,
+ "lon": 3.1576301
+ },
+ {
+ "nodeId": 13424646422,
+ "lat": 50.7320968,
+ "lon": 3.1576066
+ },
+ {
+ "nodeId": 13424646421,
+ "lat": 50.7320384,
+ "lon": 3.1575624
+ },
+ {
+ "nodeId": 13424646420,
+ "lat": 50.7319174,
+ "lon": 3.1574776
+ },
+ {
+ "nodeId": 13424646419,
+ "lat": 50.7317937,
+ "lon": 3.1574036
+ },
+ {
+ "nodeId": 13424646418,
+ "lat": 50.7316679,
+ "lon": 3.1573404
+ },
+ {
+ "nodeId": 13424646417,
+ "lat": 50.7315397,
+ "lon": 3.1572882
+ },
+ {
+ "nodeId": 13424646416,
+ "lat": 50.7314783,
+ "lon": 3.1572672
+ },
+ {
+ "nodeId": 13424646415,
+ "lat": 50.7314105,
+ "lon": 3.1572474
+ },
+ {
+ "nodeId": 13424646414,
+ "lat": 50.7313399,
+ "lon": 3.1572308
+ },
+ {
+ "nodeId": 13424646413,
+ "lat": 50.7312642,
+ "lon": 3.157215
+ },
+ {
+ "nodeId": 13424646412,
+ "lat": 50.7311166,
+ "lon": 3.1571969
+ },
+ {
+ "nodeId": 13424646411,
+ "lat": 50.7310384,
+ "lon": 3.157193
+ },
+ {
+ "nodeId": 13424646410,
+ "lat": 50.7309691,
+ "lon": 3.1571931
+ },
+ {
+ "nodeId": 13424646409,
+ "lat": 50.730894,
+ "lon": 3.1571956
+ },
+ {
+ "nodeId": 13424646408,
+ "lat": 50.7308218,
+ "lon": 3.1572035
+ },
+ {
+ "nodeId": 13424646407,
+ "lat": 50.7307725,
+ "lon": 3.1572109
+ },
+ {
+ "nodeId": 13424646406,
+ "lat": 50.7307135,
+ "lon": 3.1572219
+ },
+ {
+ "nodeId": 13424646405,
+ "lat": 50.7305281,
+ "lon": 3.1572677
+ },
+ {
+ "nodeId": 13424646404,
+ "lat": 50.7299933,
+ "lon": 3.1573999
+ },
+ {
+ "nodeId": 13424646403,
+ "lat": 50.729899,
+ "lon": 3.1574233
+ },
+ {
+ "nodeId": 13424646402,
+ "lat": 50.7296382,
+ "lon": 3.157492
+ },
+ {
+ "nodeId": 13424646401,
+ "lat": 50.7295599,
+ "lon": 3.1575071
+ },
+ {
+ "nodeId": 13424646400,
+ "lat": 50.7294887,
+ "lon": 3.1575187
+ },
+ {
+ "nodeId": 13424646399,
+ "lat": 50.7294066,
+ "lon": 3.1575296
+ },
+ {
+ "nodeId": 13424646398,
+ "lat": 50.7293179,
+ "lon": 3.1575376
+ },
+ {
+ "nodeId": 13424646397,
+ "lat": 50.7292242,
+ "lon": 3.1575457
+ },
+ {
+ "nodeId": 13424646396,
+ "lat": 50.729137,
+ "lon": 3.1575497
+ },
+ {
+ "nodeId": 13424646395,
+ "lat": 50.7290249,
+ "lon": 3.1575511
+ },
+ {
+ "nodeId": 13424646394,
+ "lat": 50.728938,
+ "lon": 3.1575457
+ },
+ {
+ "nodeId": 13424646393,
+ "lat": 50.7288213,
+ "lon": 3.157543
+ },
+ {
+ "nodeId": 13424646392,
+ "lat": 50.7287004,
+ "lon": 3.1575308
+ },
+ {
+ "nodeId": 13424646391,
+ "lat": 50.7286188,
+ "lon": 3.1575173
+ },
+ {
+ "nodeId": 13424646390,
+ "lat": 50.7284811,
+ "lon": 3.1574877
+ },
+ {
+ "nodeId": 13424646389,
+ "lat": 50.728341,
+ "lon": 3.1574609
+ },
+ {
+ "nodeId": 13424646388,
+ "lat": 50.7281701,
+ "lon": 3.1574246
+ },
+ {
+ "nodeId": 13424646387,
+ "lat": 50.7280347,
+ "lon": 3.1573937
+ },
+ {
+ "nodeId": 13424646386,
+ "lat": 50.7279656,
+ "lon": 3.1573761
+ },
+ {
+ "nodeId": 13424646384,
+ "lat": 50.7270391,
+ "lon": 3.1571057
+ },
+ {
+ "nodeId": 13424646385,
+ "lat": 50.7277924,
+ "lon": 3.1573265
+ },
+ {
+ "nodeId": 13424646383,
+ "lat": 50.7267164,
+ "lon": 3.157009
+ },
+ {
+ "nodeId": 13424646382,
+ "lat": 50.7265677,
+ "lon": 3.1569645
+ },
+ {
+ "nodeId": 13424646381,
+ "lat": 50.7262886,
+ "lon": 3.1568809
+ },
+ {
+ "nodeId": 13424646379,
+ "lat": 50.7256546,
+ "lon": 3.1566909
+ },
+ {
+ "nodeId": 13424646378,
+ "lat": 50.7255506,
+ "lon": 3.1566598
+ },
+ {
+ "nodeId": 13424646377,
+ "lat": 50.7243518,
+ "lon": 3.1563006
+ },
+ {
+ "nodeId": 13424646376,
+ "lat": 50.7242856,
+ "lon": 3.1562861
+ },
+ {
+ "nodeId": 13424646375,
+ "lat": 50.7242364,
+ "lon": 3.1562769
+ },
+ {
+ "nodeId": 13424646374,
+ "lat": 50.7241198,
+ "lon": 3.1562669
+ },
+ {
+ "nodeId": 13424646373,
+ "lat": 50.7240032,
+ "lon": 3.1562708
+ },
+ {
+ "nodeId": 13424646372,
+ "lat": 50.7238872,
+ "lon": 3.1562887
+ },
+ {
+ "nodeId": 13424646371,
+ "lat": 50.7237723,
+ "lon": 3.1563204
+ },
+ {
+ "nodeId": 13424646370,
+ "lat": 50.7236593,
+ "lon": 3.1563658
+ },
+ {
+ "nodeId": 13424646369,
+ "lat": 50.7235489,
+ "lon": 3.1564247
+ },
+ {
+ "nodeId": 13424646368,
+ "lat": 50.7234416,
+ "lon": 3.1564965
+ },
+ {
+ "nodeId": 13424646367,
+ "lat": 50.723338,
+ "lon": 3.1565812
+ },
+ {
+ "nodeId": 13424646366,
+ "lat": 50.7232387,
+ "lon": 3.1566779
+ },
+ {
+ "nodeId": 13424646365,
+ "lat": 50.7231454,
+ "lon": 3.1567851
+ },
+ {
+ "nodeId": 13424646364,
+ "lat": 50.7230573,
+ "lon": 3.1569031
+ },
+ {
+ "nodeId": 13424646363,
+ "lat": 50.7229751,
+ "lon": 3.1570312
+ },
+ {
+ "nodeId": 13424646362,
+ "lat": 50.7228994,
+ "lon": 3.1571686
+ },
+ {
+ "nodeId": 13424646361,
+ "lat": 50.7228303,
+ "lon": 3.1573148
+ },
+ {
+ "nodeId": 13424646360,
+ "lat": 50.7227684,
+ "lon": 3.1574687
+ },
+ {
+ "nodeId": 13424646359,
+ "lat": 50.7227137,
+ "lon": 3.1576302
+ },
+ {
+ "nodeId": 13424643451,
+ "lat": 50.7226164,
+ "lon": 3.1579423
+ },
+ {
+ "nodeId": 13424646358,
+ "lat": 50.7225473,
+ "lon": 3.1581643
+ },
+ {
+ "nodeId": 13424646357,
+ "lat": 50.722502,
+ "lon": 3.1583092
+ },
+ {
+ "nodeId": 13424646356,
+ "lat": 50.7224504,
+ "lon": 3.1584502
+ },
+ {
+ "nodeId": 13424646355,
+ "lat": 50.7223929,
+ "lon": 3.1585855
+ },
+ {
+ "nodeId": 13424646354,
+ "lat": 50.7223298,
+ "lon": 3.1587146
+ },
+ {
+ "nodeId": 13424646353,
+ "lat": 50.7222524,
+ "lon": 3.1588518
+ },
+ {
+ "nodeId": 13424646352,
+ "lat": 50.7221687,
+ "lon": 3.1589796
+ },
+ {
+ "nodeId": 13424646351,
+ "lat": 50.7220791,
+ "lon": 3.1590971
+ },
+ {
+ "nodeId": 13424646350,
+ "lat": 50.7219843,
+ "lon": 3.1592039
+ },
+ {
+ "nodeId": 13424646349,
+ "lat": 50.7218854,
+ "lon": 3.1592983
+ },
+ {
+ "nodeId": 13424646348,
+ "lat": 50.721771,
+ "lon": 3.1594046
+ },
+ {
+ "nodeId": 13424646347,
+ "lat": 50.7215483,
+ "lon": 3.159597
+ },
+ {
+ "nodeId": 13424646346,
+ "lat": 50.7214656,
+ "lon": 3.1596685
+ },
+ {
+ "nodeId": 13424646344,
+ "lat": 50.720784,
+ "lon": 3.160258
+ },
+ {
+ "nodeId": 13424646343,
+ "lat": 50.7205741,
+ "lon": 3.1604436
+ },
+ {
+ "nodeId": 13424646342,
+ "lat": 50.7203624,
+ "lon": 3.1606269
+ },
+ {
+ "nodeId": 13424646341,
+ "lat": 50.7201466,
+ "lon": 3.1607992
+ },
+ {
+ "nodeId": 13424646340,
+ "lat": 50.7199537,
+ "lon": 3.1609416
+ },
+ {
+ "nodeId": 13424646339,
+ "lat": 50.7197582,
+ "lon": 3.1610751
+ },
+ {
+ "nodeId": 13424646338,
+ "lat": 50.719561,
+ "lon": 3.1611993
+ },
+ {
+ "nodeId": 13424646337,
+ "lat": 50.7193645,
+ "lon": 3.1613263
+ },
+ {
+ "nodeId": 13424646336,
+ "lat": 50.7175321,
+ "lon": 3.1625244
+ },
+ {
+ "nodeId": 13424646335,
+ "lat": 50.7174905,
+ "lon": 3.1625518
+ },
+ {
+ "nodeId": 13424646333,
+ "lat": 50.7164068,
+ "lon": 3.163265
+ },
+ {
+ "nodeId": 13424646332,
+ "lat": 50.7163346,
+ "lon": 3.1633125
+ },
+ {
+ "nodeId": 13424646331,
+ "lat": 50.7162421,
+ "lon": 3.1633717
+ },
+ {
+ "nodeId": 13424646330,
+ "lat": 50.7161458,
+ "lon": 3.1634183
+ },
+ {
+ "nodeId": 13424646329,
+ "lat": 50.7160814,
+ "lon": 3.1634416
+ },
+ {
+ "nodeId": 13424646328,
+ "lat": 50.7160165,
+ "lon": 3.163459
+ },
+ {
+ "nodeId": 13424646327,
+ "lat": 50.7159094,
+ "lon": 3.1634799
+ },
+ {
+ "nodeId": 13424646326,
+ "lat": 50.7157982,
+ "lon": 3.1634895
+ },
+ {
+ "nodeId": 13424646325,
+ "lat": 50.7156869,
+ "lon": 3.1634867
+ },
+ {
+ "nodeId": 13424646324,
+ "lat": 50.7155762,
+ "lon": 3.1634718
+ },
+ {
+ "nodeId": 13424646323,
+ "lat": 50.7154258,
+ "lon": 3.1634386
+ },
+ {
+ "nodeId": 13424646322,
+ "lat": 50.7152711,
+ "lon": 3.1633945
+ },
+ {
+ "nodeId": 13424646321,
+ "lat": 50.7151125,
+ "lon": 3.1633437
+ },
+ {
+ "nodeId": 13424646320,
+ "lat": 50.7148769,
+ "lon": 3.1632591
+ },
+ {
+ "nodeId": 13424646319,
+ "lat": 50.713309,
+ "lon": 3.1626958
+ },
+ {
+ "nodeId": 13424646318,
+ "lat": 50.7132113,
+ "lon": 3.1626591
+ },
+ {
+ "nodeId": 13424646317,
+ "lat": 50.7131148,
+ "lon": 3.1626102
+ },
+ {
+ "nodeId": 13424646316,
+ "lat": 50.713021,
+ "lon": 3.16255
+ },
+ {
+ "nodeId": 13424646315,
+ "lat": 50.7129304,
+ "lon": 3.1624788
+ },
+ {
+ "nodeId": 13424646314,
+ "lat": 50.7128434,
+ "lon": 3.1623968
+ },
+ {
+ "nodeId": 13424646313,
+ "lat": 50.7127606,
+ "lon": 3.1623046
+ },
+ {
+ "nodeId": 13424646312,
+ "lat": 50.7126796,
+ "lon": 3.1621988
+ },
+ {
+ "nodeId": 13424646311,
+ "lat": 50.7126142,
+ "lon": 3.1620936
+ },
+ {
+ "nodeId": 13424646310,
+ "lat": 50.7125636,
+ "lon": 3.1619961
+ },
+ {
+ "nodeId": 13424646309,
+ "lat": 50.7125152,
+ "lon": 3.161887
+ },
+ {
+ "nodeId": 13424646308,
+ "lat": 50.7124633,
+ "lon": 3.1617623
+ },
+ {
+ "nodeId": 13424646307,
+ "lat": 50.7124077,
+ "lon": 3.1616441
+ },
+ {
+ "nodeId": 13424646306,
+ "lat": 50.7123478,
+ "lon": 3.161531
+ },
+ {
+ "nodeId": 13424646305,
+ "lat": 50.712284,
+ "lon": 3.1614237
+ },
+ {
+ "nodeId": 13424646304,
+ "lat": 50.7122149,
+ "lon": 3.1613204
+ },
+ {
+ "nodeId": 13424646303,
+ "lat": 50.7121422,
+ "lon": 3.1612237
+ },
+ {
+ "nodeId": 13424646302,
+ "lat": 50.7120659,
+ "lon": 3.1611339
+ },
+ {
+ "nodeId": 13424646301,
+ "lat": 50.7119867,
+ "lon": 3.1610514
+ },
+ {
+ "nodeId": 13424643500,
+ "lat": 50.7112356,
+ "lon": 3.1603955
+ },
+ {
+ "nodeId": 13424643498,
+ "lat": 50.7108105,
+ "lon": 3.1600245
+ },
+ {
+ "nodeId": 13424643497,
+ "lat": 50.710694,
+ "lon": 3.1599417
+ },
+ {
+ "nodeId": 13424643496,
+ "lat": 50.7105745,
+ "lon": 3.1598684
+ },
+ {
+ "nodeId": 13424643495,
+ "lat": 50.7104528,
+ "lon": 3.1598049
+ },
+ {
+ "nodeId": 13424643494,
+ "lat": 50.7103291,
+ "lon": 3.1597514
+ },
+ {
+ "nodeId": 13424643493,
+ "lat": 50.7102039,
+ "lon": 3.1597082
+ },
+ {
+ "nodeId": 13424643492,
+ "lat": 50.7100656,
+ "lon": 3.1596727
+ },
+ {
+ "nodeId": 13424643491,
+ "lat": 50.7099263,
+ "lon": 3.1596496
+ },
+ {
+ "nodeId": 13424643490,
+ "lat": 50.7097864,
+ "lon": 3.1596391
+ },
+ {
+ "nodeId": 13424643489,
+ "lat": 50.7096464,
+ "lon": 3.159641
+ },
+ {
+ "nodeId": 13424643488,
+ "lat": 50.7095063,
+ "lon": 3.1596555
+ },
+ {
+ "nodeId": 13424643487,
+ "lat": 50.7053369,
+ "lon": 3.160285
+ },
+ {
+ "nodeId": 13424643486,
+ "lat": 50.7052264,
+ "lon": 3.1603027
+ },
+ {
+ "nodeId": 13424643485,
+ "lat": 50.7051173,
+ "lon": 3.1603304
+ },
+ {
+ "nodeId": 13424643484,
+ "lat": 50.7050209,
+ "lon": 3.160364
+ },
+ {
+ "nodeId": 13424643483,
+ "lat": 50.7049254,
+ "lon": 3.1604058
+ },
+ {
+ "nodeId": 13424646695,
+ "lat": 50.7041567,
+ "lon": 3.1607924
+ },
+ {
+ "nodeId": 2062882394,
+ "lat": 50.6277514,
+ "lon": 3.1073108
+ },
+ {
+ "nodeId": 252159504,
+ "lat": 50.6280378,
+ "lon": 3.1064003
+ },
+ {
+ "nodeId": 2062882398,
+ "lat": 50.6282387,
+ "lon": 3.1057548
+ },
+ {
+ "nodeId": 6525182588,
+ "lat": 50.6283721,
+ "lon": 3.1053286
+ },
+ {
+ "nodeId": 2062882400,
+ "lat": 50.6284557,
+ "lon": 3.1050624
+ },
+ {
+ "nodeId": 2062882402,
+ "lat": 50.6286649,
+ "lon": 3.1043541
+ },
+ {
+ "nodeId": 6428164731,
+ "lat": 50.6286509,
+ "lon": 3.1043982
+ },
+ {
+ "nodeId": 2062882406,
+ "lat": 50.6288339,
+ "lon": 3.1037798
+ },
+ {
+ "nodeId": 2062882408,
+ "lat": 50.6289784,
+ "lon": 3.1032315
+ },
+ {
+ "nodeId": 2062882410,
+ "lat": 50.6291363,
+ "lon": 3.1025754
+ },
+ {
+ "nodeId": 2062882412,
+ "lat": 50.6292178,
+ "lon": 3.1022051
+ },
+ {
+ "nodeId": 2062882414,
+ "lat": 50.6293159,
+ "lon": 3.1018416
+ },
+ {
+ "nodeId": 2062882416,
+ "lat": 50.629391,
+ "lon": 3.1015271
+ },
+ {
+ "nodeId": 2062882418,
+ "lat": 50.6294365,
+ "lon": 3.1012827
+ },
+ {
+ "nodeId": 2062882420,
+ "lat": 50.6294685,
+ "lon": 3.1009988
+ },
+ {
+ "nodeId": 2062882422,
+ "lat": 50.6294862,
+ "lon": 3.1007425
+ },
+ {
+ "nodeId": 2062882424,
+ "lat": 50.6294987,
+ "lon": 3.1004992
+ },
+ {
+ "nodeId": 2355746449,
+ "lat": 50.6295145,
+ "lon": 3.1003403
+ },
+ {
+ "nodeId": 2062882426,
+ "lat": 50.6295209,
+ "lon": 3.1002997
+ },
+ {
+ "nodeId": 2062882428,
+ "lat": 50.6295288,
+ "lon": 3.1000956
+ },
+ {
+ "nodeId": 2062882430,
+ "lat": 50.6295343,
+ "lon": 3.0998524
+ },
+ {
+ "nodeId": 2062882432,
+ "lat": 50.6295721,
+ "lon": 3.0995285
+ },
+ {
+ "nodeId": 2062882434,
+ "lat": 50.6296485,
+ "lon": 3.0992258
+ },
+ {
+ "nodeId": 411271841,
+ "lat": 50.6297131,
+ "lon": 3.0990378
+ },
+ {
+ "nodeId": 2062882436,
+ "lat": 50.6297479,
+ "lon": 3.0989363
+ },
+ {
+ "nodeId": 2776083959,
+ "lat": 50.6295447,
+ "lon": 3.0996637
+ },
+ {
+ "nodeId": 6525182576,
+ "lat": 50.6304162,
+ "lon": 3.0972405
+ },
+ {
+ "nodeId": 2062882438,
+ "lat": 50.6298623,
+ "lon": 3.0986312
+ },
+ {
+ "nodeId": 2062882444,
+ "lat": 50.6311025,
+ "lon": 3.0955912
+ },
+ {
+ "nodeId": 2062882440,
+ "lat": 50.6307519,
+ "lon": 3.0964632
+ },
+ {
+ "nodeId": 13528674608,
+ "lat": 50.6311651,
+ "lon": 3.0954306
+ },
+ {
+ "nodeId": 2062882446,
+ "lat": 50.6313854,
+ "lon": 3.0948657
+ },
+ {
+ "nodeId": 2062882453,
+ "lat": 50.6316743,
+ "lon": 3.0941678
+ },
+ {
+ "nodeId": 2062882455,
+ "lat": 50.6318703,
+ "lon": 3.0936848
+ },
+ {
+ "nodeId": 2062882457,
+ "lat": 50.6320904,
+ "lon": 3.0930923
+ },
+ {
+ "nodeId": 2062882459,
+ "lat": 50.6324047,
+ "lon": 3.0922748
+ },
+ {
+ "nodeId": 2062882465,
+ "lat": 50.6331091,
+ "lon": 3.0902318
+ },
+ {
+ "nodeId": 2062882466,
+ "lat": 50.6331571,
+ "lon": 3.0900095
+ },
+ {
+ "nodeId": 2062882467,
+ "lat": 50.6332482,
+ "lon": 3.0897021
+ },
+ {
+ "nodeId": 2062882468,
+ "lat": 50.6334894,
+ "lon": 3.0895744
+ },
+ {
+ "nodeId": 2062882469,
+ "lat": 50.6336148,
+ "lon": 3.0894905
+ },
+ {
+ "nodeId": 2062882470,
+ "lat": 50.633739,
+ "lon": 3.0894076
+ },
+ {
+ "nodeId": 2062882471,
+ "lat": 50.6339127,
+ "lon": 3.0892697
+ },
+ {
+ "nodeId": 2062882473,
+ "lat": 50.634139,
+ "lon": 3.0891026
+ },
+ {
+ "nodeId": 2062882476,
+ "lat": 50.6343452,
+ "lon": 3.0889649
+ },
+ {
+ "nodeId": 2062882478,
+ "lat": 50.6345459,
+ "lon": 3.08883
+ },
+ {
+ "nodeId": 6338649490,
+ "lat": 50.6346126,
+ "lon": 3.0887957
+ },
+ {
+ "nodeId": 2062882480,
+ "lat": 50.6347209,
+ "lon": 3.0887401
+ },
+ {
+ "nodeId": 2062882481,
+ "lat": 50.6348862,
+ "lon": 3.0886492
+ },
+ {
+ "nodeId": 2062882484,
+ "lat": 50.6350736,
+ "lon": 3.0885564
+ },
+ {
+ "nodeId": 2062882486,
+ "lat": 50.6352534,
+ "lon": 3.0884714
+ },
+ {
+ "nodeId": 2062882489,
+ "lat": 50.635429,
+ "lon": 3.0883825
+ },
+ {
+ "nodeId": 2062882492,
+ "lat": 50.6355992,
+ "lon": 3.0882882
+ },
+ {
+ "nodeId": 2062882495,
+ "lat": 50.6357607,
+ "lon": 3.0881908
+ },
+ {
+ "nodeId": 2062882498,
+ "lat": 50.6359111,
+ "lon": 3.0880609
+ },
+ {
+ "nodeId": 2062882501,
+ "lat": 50.6360383,
+ "lon": 3.087928
+ },
+ {
+ "nodeId": 2062882504,
+ "lat": 50.6362237,
+ "lon": 3.0876764
+ },
+ {
+ "nodeId": 2062882507,
+ "lat": 50.6370612,
+ "lon": 3.0862195
+ },
+ {
+ "nodeId": 2062882512,
+ "lat": 50.6371413,
+ "lon": 3.0860052
+ },
+ {
+ "nodeId": 2062882515,
+ "lat": 50.637214,
+ "lon": 3.0857439
+ },
+ {
+ "nodeId": 2062882518,
+ "lat": 50.637275,
+ "lon": 3.0854921
+ },
+ {
+ "nodeId": 2062882528,
+ "lat": 50.637306,
+ "lon": 3.0852484
+ },
+ {
+ "nodeId": 2062882531,
+ "lat": 50.6373265,
+ "lon": 3.0849242
+ },
+ {
+ "nodeId": 2062882534,
+ "lat": 50.6373441,
+ "lon": 3.0845563
+ },
+ {
+ "nodeId": 2062882538,
+ "lat": 50.637358,
+ "lon": 3.0840758
+ },
+ {
+ "nodeId": 2062882541,
+ "lat": 50.6373792,
+ "lon": 3.0836387
+ },
+ {
+ "nodeId": 2062882544,
+ "lat": 50.6374193,
+ "lon": 3.0831564
+ },
+ {
+ "nodeId": 2062882547,
+ "lat": 50.6374515,
+ "lon": 3.082784
+ },
+ {
+ "nodeId": 2062882550,
+ "lat": 50.6375048,
+ "lon": 3.0823981
+ },
+ {
+ "nodeId": 2062882553,
+ "lat": 50.6375774,
+ "lon": 3.0819671
+ },
+ {
+ "nodeId": 2062882556,
+ "lat": 50.637671,
+ "lon": 3.081497
+ },
+ {
+ "nodeId": 2062882561,
+ "lat": 50.6377621,
+ "lon": 3.0810721
+ },
+ {
+ "nodeId": 2062882564,
+ "lat": 50.6378477,
+ "lon": 3.0806711
+ },
+ {
+ "nodeId": 2062882567,
+ "lat": 50.6379574,
+ "lon": 3.0801127
+ },
+ {
+ "nodeId": 2062882570,
+ "lat": 50.6380647,
+ "lon": 3.0795209
+ },
+ {
+ "nodeId": 2062882573,
+ "lat": 50.6381495,
+ "lon": 3.0790685
+ },
+ {
+ "nodeId": 2062882593,
+ "lat": 50.6382001,
+ "lon": 3.0788295
+ },
+ {
+ "nodeId": 2062882596,
+ "lat": 50.6382781,
+ "lon": 3.0783992
+ },
+ {
+ "nodeId": 2062882599,
+ "lat": 50.6383633,
+ "lon": 3.0779148
+ },
+ {
+ "nodeId": 2062882602,
+ "lat": 50.6384504,
+ "lon": 3.0774933
+ },
+ {
+ "nodeId": 9026969183,
+ "lat": 50.6385662,
+ "lon": 3.0769531
+ },
+ {
+ "nodeId": 7644095925,
+ "lat": 50.6547027,
+ "lon": 3.1335246
+ },
+ {
+ "nodeId": 7644095888,
+ "lat": 50.6548241,
+ "lon": 3.1335778
+ },
+ {
+ "nodeId": 7644095930,
+ "lat": 50.6549175,
+ "lon": 3.1336164
+ },
+ {
+ "nodeId": 7644095929,
+ "lat": 50.6550034,
+ "lon": 3.1336542
+ },
+ {
+ "nodeId": 1666260871,
+ "lat": 50.6551092,
+ "lon": 3.1336965
+ },
+ {
+ "nodeId": 8773976749,
+ "lat": 50.6376324,
+ "lon": 3.0711279
+ },
+ {
+ "nodeId": 7640633759,
+ "lat": 50.648891,
+ "lon": 2.9765224
+ },
+ {
+ "nodeId": 7640739863,
+ "lat": 50.6488181,
+ "lon": 2.9766795
+ },
+ {
+ "nodeId": 7640739862,
+ "lat": 50.6487617,
+ "lon": 2.9768084
+ },
+ {
+ "nodeId": 10739147042,
+ "lat": 50.6383078,
+ "lon": 3.0726376
+ },
+ {
+ "nodeId": 871279099,
+ "lat": 50.6387428,
+ "lon": 3.0735904
+ },
+ {
+ "nodeId": 10743208904,
+ "lat": 50.6387675,
+ "lon": 3.0736405
+ },
+ {
+ "nodeId": 10743218205,
+ "lat": 50.6387887,
+ "lon": 3.0736848
+ },
+ {
+ "nodeId": 10743218206,
+ "lat": 50.6388121,
+ "lon": 3.0737304
+ },
+ {
+ "nodeId": 10743218207,
+ "lat": 50.6388342,
+ "lon": 3.0737726
+ },
+ {
+ "nodeId": 8773867735,
+ "lat": 50.638856,
+ "lon": 3.0738129
+ },
+ {
+ "nodeId": 10743218221,
+ "lat": 50.6388853,
+ "lon": 3.0738638
+ },
+ {
+ "nodeId": 10743208898,
+ "lat": 50.6388997,
+ "lon": 3.0738853
+ },
+ {
+ "nodeId": 10739147040,
+ "lat": 50.6389175,
+ "lon": 3.0739102
+ },
+ {
+ "nodeId": 10743208899,
+ "lat": 50.6389367,
+ "lon": 3.0739322
+ },
+ {
+ "nodeId": 10743218220,
+ "lat": 50.6389584,
+ "lon": 3.0739557
+ },
+ {
+ "nodeId": 10743208900,
+ "lat": 50.6389801,
+ "lon": 3.0739751
+ },
+ {
+ "nodeId": 8773867734,
+ "lat": 50.6390057,
+ "lon": 3.0739974
+ },
+ {
+ "nodeId": 10743218219,
+ "lat": 50.6390341,
+ "lon": 3.0740207
+ },
+ {
+ "nodeId": 871279072,
+ "lat": 50.6390908,
+ "lon": 3.0740632
+ },
+ {
+ "nodeId": 10743208897,
+ "lat": 50.6391102,
+ "lon": 3.0740771
+ },
+ {
+ "nodeId": 10743218218,
+ "lat": 50.6391353,
+ "lon": 3.0740938
+ },
+ {
+ "nodeId": 3077076707,
+ "lat": 50.6391641,
+ "lon": 3.0741104
+ },
+ {
+ "nodeId": 10743208896,
+ "lat": 50.6391914,
+ "lon": 3.0741247
+ },
+ {
+ "nodeId": 10743218217,
+ "lat": 50.6392182,
+ "lon": 3.0741388
+ },
+ {
+ "nodeId": 871279109,
+ "lat": 50.6392613,
+ "lon": 3.0741576
+ },
+ {
+ "nodeId": 3077076702,
+ "lat": 50.6392928,
+ "lon": 3.0741716
+ },
+ {
+ "nodeId": 10743208895,
+ "lat": 50.6393156,
+ "lon": 3.074179
+ },
+ {
+ "nodeId": 10743218216,
+ "lat": 50.6393373,
+ "lon": 3.0741857
+ },
+ {
+ "nodeId": 10743208894,
+ "lat": 50.6393581,
+ "lon": 3.0741897
+ },
+ {
+ "nodeId": 6983633896,
+ "lat": 50.6393822,
+ "lon": 3.0741934
+ },
+ {
+ "nodeId": 10743208893,
+ "lat": 50.6394032,
+ "lon": 3.0741944
+ },
+ {
+ "nodeId": 871279086,
+ "lat": 50.6394203,
+ "lon": 3.0741944
+ },
+ {
+ "nodeId": 10743208892,
+ "lat": 50.6394419,
+ "lon": 3.0741924
+ },
+ {
+ "nodeId": 6983633895,
+ "lat": 50.6394598,
+ "lon": 3.07419
+ },
+ {
+ "nodeId": 6983633894,
+ "lat": 50.6394836,
+ "lon": 3.0741859
+ },
+ {
+ "nodeId": 10743218215,
+ "lat": 50.6396201,
+ "lon": 3.0741528
+ },
+ {
+ "nodeId": 871279146,
+ "lat": 50.6396416,
+ "lon": 3.0741462
+ },
+ {
+ "nodeId": 10743208891,
+ "lat": 50.6396648,
+ "lon": 3.0741394
+ },
+ {
+ "nodeId": 10743218214,
+ "lat": 50.6396856,
+ "lon": 3.0741321
+ },
+ {
+ "nodeId": 6271587520,
+ "lat": 50.6399264,
+ "lon": 3.0740264
+ },
+ {
+ "nodeId": 6271587521,
+ "lat": 50.639989,
+ "lon": 3.0739933
+ },
+ {
+ "nodeId": 6271587522,
+ "lat": 50.6400843,
+ "lon": 3.0739427
+ },
+ {
+ "nodeId": 6271587523,
+ "lat": 50.6401605,
+ "lon": 3.0738802
+ },
+ {
+ "nodeId": 3801012356,
+ "lat": 50.6407753,
+ "lon": 3.0731687
+ },
+ {
+ "nodeId": 871279076,
+ "lat": 50.6411521,
+ "lon": 3.072725
+ },
+ {
+ "nodeId": 13424646772,
+ "lat": 50.6730856,
+ "lon": 3.1375607
+ },
+ {
+ "nodeId": 13424646771,
+ "lat": 50.6730184,
+ "lon": 3.1374229
+ },
+ {
+ "nodeId": 13424646770,
+ "lat": 50.6729457,
+ "lon": 3.1372929
+ },
+ {
+ "nodeId": 13424646769,
+ "lat": 50.6728676,
+ "lon": 3.1371711
+ },
+ {
+ "nodeId": 13424646768,
+ "lat": 50.6727839,
+ "lon": 3.1370571
+ },
+ {
+ "nodeId": 13424646767,
+ "lat": 50.6726954,
+ "lon": 3.1369525
+ },
+ {
+ "nodeId": 13424646766,
+ "lat": 50.6726027,
+ "lon": 3.1368575
+ },
+ {
+ "nodeId": 13424646765,
+ "lat": 50.6725052,
+ "lon": 3.136772
+ },
+ {
+ "nodeId": 13424646764,
+ "lat": 50.6720391,
+ "lon": 3.1363573
+ },
+ {
+ "nodeId": 13424646763,
+ "lat": 50.671976,
+ "lon": 3.1362902
+ },
+ {
+ "nodeId": 13424646859,
+ "lat": 50.6719163,
+ "lon": 3.136212
+ },
+ {
+ "nodeId": 7633385328,
+ "lat": 50.6175752,
+ "lon": 3.1406205
+ },
+ {
+ "nodeId": 7633385342,
+ "lat": 50.6176294,
+ "lon": 3.1406131
+ },
+ {
+ "nodeId": 7633385329,
+ "lat": 50.617687,
+ "lon": 3.1406028
+ },
+ {
+ "nodeId": 7633385331,
+ "lat": 50.6177514,
+ "lon": 3.140589
+ },
+ {
+ "nodeId": 7633385330,
+ "lat": 50.6177971,
+ "lon": 3.1405761
+ },
+ {
+ "nodeId": 7633385340,
+ "lat": 50.6178366,
+ "lon": 3.1405645
+ },
+ {
+ "nodeId": 7633385332,
+ "lat": 50.6178667,
+ "lon": 3.1405531
+ },
+ {
+ "nodeId": 7633385343,
+ "lat": 50.6179153,
+ "lon": 3.1405324
+ },
+ {
+ "nodeId": 7633385344,
+ "lat": 50.617963,
+ "lon": 3.1405079
+ },
+ {
+ "nodeId": 7633385345,
+ "lat": 50.6179939,
+ "lon": 3.1404907
+ },
+ {
+ "nodeId": 7633385355,
+ "lat": 50.6180165,
+ "lon": 3.1404778
+ },
+ {
+ "nodeId": 7633385346,
+ "lat": 50.6180423,
+ "lon": 3.1404607
+ },
+ {
+ "nodeId": 7633385347,
+ "lat": 50.6180775,
+ "lon": 3.1404345
+ },
+ {
+ "nodeId": 7633385348,
+ "lat": 50.6181283,
+ "lon": 3.1403912
+ },
+ {
+ "nodeId": 7633385349,
+ "lat": 50.6181846,
+ "lon": 3.1403378
+ },
+ {
+ "nodeId": 7633385350,
+ "lat": 50.6182253,
+ "lon": 3.1402936
+ },
+ {
+ "nodeId": 7633385351,
+ "lat": 50.6182544,
+ "lon": 3.1402593
+ },
+ {
+ "nodeId": 7633385357,
+ "lat": 50.6182969,
+ "lon": 3.1402059
+ },
+ {
+ "nodeId": 7633385358,
+ "lat": 50.618336,
+ "lon": 3.1401508
+ },
+ {
+ "nodeId": 7633385356,
+ "lat": 50.6183734,
+ "lon": 3.1400931
+ },
+ {
+ "nodeId": 7633385359,
+ "lat": 50.6184038,
+ "lon": 3.1400378
+ },
+ {
+ "nodeId": 7633385361,
+ "lat": 50.6184459,
+ "lon": 3.1399587
+ },
+ {
+ "nodeId": 7633385360,
+ "lat": 50.6184831,
+ "lon": 3.139882
+ },
+ {
+ "nodeId": 7633385362,
+ "lat": 50.6185198,
+ "lon": 3.1397953
+ },
+ {
+ "nodeId": 7633385364,
+ "lat": 50.6185646,
+ "lon": 3.1396797
+ },
+ {
+ "nodeId": 7633385363,
+ "lat": 50.6186269,
+ "lon": 3.1394944
+ },
+ {
+ "nodeId": 7633385382,
+ "lat": 50.6188193,
+ "lon": 3.1388597
+ },
+ {
+ "nodeId": 7633385381,
+ "lat": 50.6188638,
+ "lon": 3.1387083
+ },
+ {
+ "nodeId": 7633385380,
+ "lat": 50.6188996,
+ "lon": 3.1385747
+ },
+ {
+ "nodeId": 7633385383,
+ "lat": 50.6189197,
+ "lon": 3.1384861
+ },
+ {
+ "nodeId": 7633385384,
+ "lat": 50.6189341,
+ "lon": 3.1384201
+ },
+ {
+ "nodeId": 7633402599,
+ "lat": 50.6189446,
+ "lon": 3.138369
+ },
+ {
+ "nodeId": 7633402585,
+ "lat": 50.6189542,
+ "lon": 3.1383153
+ },
+ {
+ "nodeId": 7633402598,
+ "lat": 50.6189654,
+ "lon": 3.1382435
+ },
+ {
+ "nodeId": 7633402586,
+ "lat": 50.6189757,
+ "lon": 3.1381728
+ },
+ {
+ "nodeId": 7633402588,
+ "lat": 50.6189852,
+ "lon": 3.1380877
+ },
+ {
+ "nodeId": 7633402587,
+ "lat": 50.6189919,
+ "lon": 3.1380149
+ },
+ {
+ "nodeId": 7633402596,
+ "lat": 50.6189961,
+ "lon": 3.1379497
+ },
+ {
+ "nodeId": 7633402589,
+ "lat": 50.6189992,
+ "lon": 3.1378902
+ },
+ {
+ "nodeId": 7633402590,
+ "lat": 50.6190002,
+ "lon": 3.1378208
+ },
+ {
+ "nodeId": 7633402595,
+ "lat": 50.6190002,
+ "lon": 3.1377546
+ },
+ {
+ "nodeId": 7633402591,
+ "lat": 50.6189984,
+ "lon": 3.1376829
+ },
+ {
+ "nodeId": 7633402594,
+ "lat": 50.6189943,
+ "lon": 3.1375792
+ },
+ {
+ "nodeId": 7633402592,
+ "lat": 50.6189861,
+ "lon": 3.1374541
+ },
+ {
+ "nodeId": 2061592805,
+ "lat": 50.642056,
+ "lon": 3.1196788
+ },
+ {
+ "nodeId": 6352122880,
+ "lat": 50.6420586,
+ "lon": 3.1197556
+ },
+ {
+ "nodeId": 2061592808,
+ "lat": 50.6420656,
+ "lon": 3.119829
+ },
+ {
+ "nodeId": 6352122881,
+ "lat": 50.642079,
+ "lon": 3.1199013
+ },
+ {
+ "nodeId": 6352122882,
+ "lat": 50.6420964,
+ "lon": 3.1199667
+ },
+ {
+ "nodeId": 2061592810,
+ "lat": 50.6421239,
+ "lon": 3.1200423
+ },
+ {
+ "nodeId": 2061592812,
+ "lat": 50.6421767,
+ "lon": 3.1201534
+ },
+ {
+ "nodeId": 2061592827,
+ "lat": 50.6422588,
+ "lon": 3.1203115
+ },
+ {
+ "nodeId": 2061592829,
+ "lat": 50.6425355,
+ "lon": 3.1207319
+ },
+ {
+ "nodeId": 2061592831,
+ "lat": 50.6429469,
+ "lon": 3.1213349
+ },
+ {
+ "nodeId": 6352122879,
+ "lat": 50.643244,
+ "lon": 3.1218396
+ },
+ {
+ "nodeId": 6352122877,
+ "lat": 50.6434416,
+ "lon": 3.1221515
+ },
+ {
+ "nodeId": 7644038557,
+ "lat": 50.6435758,
+ "lon": 3.1223582
+ },
+ {
+ "nodeId": 7644038558,
+ "lat": 50.6436564,
+ "lon": 3.1224586
+ },
+ {
+ "nodeId": 6352122878,
+ "lat": 50.6437465,
+ "lon": 3.1225578
+ },
+ {
+ "nodeId": 6352122876,
+ "lat": 50.6438281,
+ "lon": 3.1226366
+ },
+ {
+ "nodeId": 2061592837,
+ "lat": 50.643935,
+ "lon": 3.1227235
+ },
+ {
+ "nodeId": 2061592719,
+ "lat": 50.6375212,
+ "lon": 3.0714351
+ },
+ {
+ "nodeId": 5058376109,
+ "lat": 50.6376905,
+ "lon": 3.0718439
+ },
+ {
+ "nodeId": 7777535841,
+ "lat": 50.6385478,
+ "lon": 3.0737759
+ },
+ {
+ "nodeId": 7777535848,
+ "lat": 50.6387194,
+ "lon": 3.0742482
+ },
+ {
+ "nodeId": 7777535847,
+ "lat": 50.6388894,
+ "lon": 3.0747899
+ },
+ {
+ "nodeId": 7777535849,
+ "lat": 50.6389831,
+ "lon": 3.0750917
+ },
+ {
+ "nodeId": 2061591630,
+ "lat": 50.6180262,
+ "lon": 3.0539104
+ },
+ {
+ "nodeId": 12143974864,
+ "lat": 50.6180103,
+ "lon": 3.0540714
+ },
+ {
+ "nodeId": 7642477842,
+ "lat": 50.6179976,
+ "lon": 3.0544937
+ },
+ {
+ "nodeId": 7642477843,
+ "lat": 50.6180111,
+ "lon": 3.0542305
+ },
+ {
+ "nodeId": 13424646857,
+ "lat": 50.6718635,
+ "lon": 3.1361281
+ },
+ {
+ "nodeId": 13424646856,
+ "lat": 50.6718151,
+ "lon": 3.1360351
+ },
+ {
+ "nodeId": 13424646855,
+ "lat": 50.6717727,
+ "lon": 3.135935
+ },
+ {
+ "nodeId": 13424646854,
+ "lat": 50.6717366,
+ "lon": 3.135829
+ },
+ {
+ "nodeId": 13424646853,
+ "lat": 50.6717071,
+ "lon": 3.135718
+ },
+ {
+ "nodeId": 13424646852,
+ "lat": 50.6716849,
+ "lon": 3.1356043
+ },
+ {
+ "nodeId": 13424646851,
+ "lat": 50.6716697,
+ "lon": 3.1354878
+ },
+ {
+ "nodeId": 13424646850,
+ "lat": 50.6716615,
+ "lon": 3.1353696
+ },
+ {
+ "nodeId": 13424646849,
+ "lat": 50.6716604,
+ "lon": 3.1352506
+ },
+ {
+ "nodeId": 13424646848,
+ "lat": 50.6716666,
+ "lon": 3.1351335
+ },
+ {
+ "nodeId": 13424646847,
+ "lat": 50.671692,
+ "lon": 3.1347665
+ },
+ {
+ "nodeId": 13424646846,
+ "lat": 50.6716977,
+ "lon": 3.1346205
+ },
+ {
+ "nodeId": 13424646844,
+ "lat": 50.6716845,
+ "lon": 3.1343308
+ },
+ {
+ "nodeId": 13424646845,
+ "lat": 50.6716952,
+ "lon": 3.1344752
+ },
+ {
+ "nodeId": 13424646843,
+ "lat": 50.6716658,
+ "lon": 3.1341884
+ },
+ {
+ "nodeId": 13424646842,
+ "lat": 50.6716391,
+ "lon": 3.1340494
+ },
+ {
+ "nodeId": 13424646841,
+ "lat": 50.6716021,
+ "lon": 3.1339053
+ },
+ {
+ "nodeId": 13424646840,
+ "lat": 50.6715568,
+ "lon": 3.1337674
+ },
+ {
+ "nodeId": 13424646839,
+ "lat": 50.6715033,
+ "lon": 3.133637
+ },
+ {
+ "nodeId": 13424646838,
+ "lat": 50.6714422,
+ "lon": 3.133515
+ },
+ {
+ "nodeId": 13424646837,
+ "lat": 50.6713742,
+ "lon": 3.1334028
+ },
+ {
+ "nodeId": 13424646836,
+ "lat": 50.6712998,
+ "lon": 3.1333012
+ },
+ {
+ "nodeId": 13424646835,
+ "lat": 50.6712191,
+ "lon": 3.1332105
+ },
+ {
+ "nodeId": 13424646834,
+ "lat": 50.6711344,
+ "lon": 3.1331252
+ },
+ {
+ "nodeId": 13424646833,
+ "lat": 50.6707515,
+ "lon": 3.1327401
+ },
+ {
+ "nodeId": 13424646832,
+ "lat": 50.670626,
+ "lon": 3.1325991
+ },
+ {
+ "nodeId": 13424646831,
+ "lat": 50.6705044,
+ "lon": 3.1324501
+ },
+ {
+ "nodeId": 13424646830,
+ "lat": 50.6703761,
+ "lon": 3.1322786
+ },
+ {
+ "nodeId": 13424646829,
+ "lat": 50.6702528,
+ "lon": 3.1320982
+ },
+ {
+ "nodeId": 13424646828,
+ "lat": 50.6701353,
+ "lon": 3.1319098
+ },
+ {
+ "nodeId": 13424646827,
+ "lat": 50.6698364,
+ "lon": 3.1314315
+ },
+ {
+ "nodeId": 13424646826,
+ "lat": 50.6698217,
+ "lon": 3.1314079
+ },
+ {
+ "nodeId": 13424646824,
+ "lat": 50.6692433,
+ "lon": 3.1304819
+ },
+ {
+ "nodeId": 13424646823,
+ "lat": 50.6690949,
+ "lon": 3.1302474
+ },
+ {
+ "nodeId": 13424646822,
+ "lat": 50.6689414,
+ "lon": 3.1300224
+ },
+ {
+ "nodeId": 13424646821,
+ "lat": 50.6687827,
+ "lon": 3.1298066
+ },
+ {
+ "nodeId": 13424646820,
+ "lat": 50.6686189,
+ "lon": 3.1296004
+ },
+ {
+ "nodeId": 13424646819,
+ "lat": 50.6684502,
+ "lon": 3.1294042
+ },
+ {
+ "nodeId": 13424646818,
+ "lat": 50.6682771,
+ "lon": 3.1292181
+ },
+ {
+ "nodeId": 13424646817,
+ "lat": 50.6680997,
+ "lon": 3.1290426
+ },
+ {
+ "nodeId": 13424646816,
+ "lat": 50.6679511,
+ "lon": 3.1289122
+ },
+ {
+ "nodeId": 13424646815,
+ "lat": 50.6677985,
+ "lon": 3.128794
+ },
+ {
+ "nodeId": 13424646814,
+ "lat": 50.6676423,
+ "lon": 3.1286884
+ },
+ {
+ "nodeId": 13424646813,
+ "lat": 50.6674828,
+ "lon": 3.1285956
+ },
+ {
+ "nodeId": 13424646812,
+ "lat": 50.6673205,
+ "lon": 3.1285158
+ },
+ {
+ "nodeId": 13424646811,
+ "lat": 50.6671747,
+ "lon": 3.1284563
+ },
+ {
+ "nodeId": 13424646810,
+ "lat": 50.6670273,
+ "lon": 3.1284073
+ },
+ {
+ "nodeId": 13424646809,
+ "lat": 50.6668787,
+ "lon": 3.1283689
+ },
+ {
+ "nodeId": 13424646808,
+ "lat": 50.666729,
+ "lon": 3.1283413
+ },
+ {
+ "nodeId": 13424646807,
+ "lat": 50.6665787,
+ "lon": 3.1283245
+ },
+ {
+ "nodeId": 13424646806,
+ "lat": 50.6664286,
+ "lon": 3.1283185
+ },
+ {
+ "nodeId": 13424646805,
+ "lat": 50.6662581,
+ "lon": 3.1283346
+ },
+ {
+ "nodeId": 13424646804,
+ "lat": 50.6660879,
+ "lon": 3.1283644
+ },
+ {
+ "nodeId": 13424646803,
+ "lat": 50.6659189,
+ "lon": 3.1284081
+ },
+ {
+ "nodeId": 13424646802,
+ "lat": 50.6657515,
+ "lon": 3.1284653
+ },
+ {
+ "nodeId": 13424646801,
+ "lat": 50.6656106,
+ "lon": 3.1285246
+ },
+ {
+ "nodeId": 13424646800,
+ "lat": 50.6654715,
+ "lon": 3.1285936
+ },
+ {
+ "nodeId": 13424646799,
+ "lat": 50.6653344,
+ "lon": 3.128672
+ },
+ {
+ "nodeId": 13424646798,
+ "lat": 50.6651996,
+ "lon": 3.1287599
+ },
+ {
+ "nodeId": 13424646797,
+ "lat": 50.6650679,
+ "lon": 3.1288566
+ },
+ {
+ "nodeId": 13424646796,
+ "lat": 50.664948,
+ "lon": 3.1289648
+ },
+ {
+ "nodeId": 13424646795,
+ "lat": 50.6641181,
+ "lon": 3.1297733
+ },
+ {
+ "nodeId": 13424646793,
+ "lat": 50.6634914,
+ "lon": 3.1303839
+ },
+ {
+ "nodeId": 13424646792,
+ "lat": 50.6627002,
+ "lon": 3.1311546
+ },
+ {
+ "nodeId": 13424646791,
+ "lat": 50.6626053,
+ "lon": 3.1312466
+ },
+ {
+ "nodeId": 13424646790,
+ "lat": 50.6625154,
+ "lon": 3.1313479
+ },
+ {
+ "nodeId": 13424646789,
+ "lat": 50.6624302,
+ "lon": 3.1314589
+ },
+ {
+ "nodeId": 13424646788,
+ "lat": 50.6623501,
+ "lon": 3.1315789
+ },
+ {
+ "nodeId": 13424646787,
+ "lat": 50.6622754,
+ "lon": 3.1317075
+ },
+ {
+ "nodeId": 13424646786,
+ "lat": 50.6622067,
+ "lon": 3.1318439
+ },
+ {
+ "nodeId": 13424646785,
+ "lat": 50.6621441,
+ "lon": 3.1319875
+ },
+ {
+ "nodeId": 13424646784,
+ "lat": 50.662088,
+ "lon": 3.1321378
+ },
+ {
+ "nodeId": 13424646783,
+ "lat": 50.6620449,
+ "lon": 3.1322722
+ },
+ {
+ "nodeId": 13424646782,
+ "lat": 50.6620071,
+ "lon": 3.1324106
+ },
+ {
+ "nodeId": 13424646781,
+ "lat": 50.6619746,
+ "lon": 3.1325523
+ },
+ {
+ "nodeId": 13424646780,
+ "lat": 50.6619474,
+ "lon": 3.1326975
+ },
+ {
+ "nodeId": 13424646779,
+ "lat": 50.6619082,
+ "lon": 3.1329318
+ },
+ {
+ "nodeId": 13424646778,
+ "lat": 50.6618761,
+ "lon": 3.1330778
+ },
+ {
+ "nodeId": 13424646777,
+ "lat": 50.6618324,
+ "lon": 3.1332349
+ },
+ {
+ "nodeId": 13424646776,
+ "lat": 50.6617807,
+ "lon": 3.133386
+ },
+ {
+ "nodeId": 13424646775,
+ "lat": 50.6617214,
+ "lon": 3.1335298
+ },
+ {
+ "nodeId": 13424646774,
+ "lat": 50.6616548,
+ "lon": 3.1336656
+ },
+ {
+ "nodeId": 7633402618,
+ "lat": 50.6186627,
+ "lon": 3.1346625
+ },
+ {
+ "nodeId": 7633402624,
+ "lat": 50.6186516,
+ "lon": 3.1345806
+ },
+ {
+ "nodeId": 7633402617,
+ "lat": 50.6186344,
+ "lon": 3.1344598
+ },
+ {
+ "nodeId": 7633402619,
+ "lat": 50.6186198,
+ "lon": 3.1343648
+ },
+ {
+ "nodeId": 7633402622,
+ "lat": 50.6186036,
+ "lon": 3.1342741
+ },
+ {
+ "nodeId": 7633402621,
+ "lat": 50.6185902,
+ "lon": 3.1342007
+ },
+ {
+ "nodeId": 10889005555,
+ "lat": 50.618555,
+ "lon": 3.1340177
+ },
+ {
+ "nodeId": 13424646536,
+ "lat": 50.7032679,
+ "lon": 3.1612431
+ },
+ {
+ "nodeId": 13424646537,
+ "lat": 50.7031522,
+ "lon": 3.1612981
+ },
+ {
+ "nodeId": 13424646538,
+ "lat": 50.7030572,
+ "lon": 3.161336
+ },
+ {
+ "nodeId": 13424646539,
+ "lat": 50.7029484,
+ "lon": 3.1613644
+ },
+ {
+ "nodeId": 13424646540,
+ "lat": 50.7028388,
+ "lon": 3.1613803
+ },
+ {
+ "nodeId": 13424646541,
+ "lat": 50.7027287,
+ "lon": 3.1613837
+ },
+ {
+ "nodeId": 13424646542,
+ "lat": 50.7026189,
+ "lon": 3.1613744
+ },
+ {
+ "nodeId": 13424646543,
+ "lat": 50.7025285,
+ "lon": 3.1613574
+ },
+ {
+ "nodeId": 13424646544,
+ "lat": 50.702439,
+ "lon": 3.1613318
+ },
+ {
+ "nodeId": 13424646545,
+ "lat": 50.70235,
+ "lon": 3.1612976
+ },
+ {
+ "nodeId": 13424646546,
+ "lat": 50.7022809,
+ "lon": 3.1612571
+ },
+ {
+ "nodeId": 13424646547,
+ "lat": 50.7022156,
+ "lon": 3.1612063
+ },
+ {
+ "nodeId": 13424646548,
+ "lat": 50.7020426,
+ "lon": 3.1610608
+ },
+ {
+ "nodeId": 13424646549,
+ "lat": 50.7019654,
+ "lon": 3.1610046
+ },
+ {
+ "nodeId": 13424646550,
+ "lat": 50.7018858,
+ "lon": 3.1609593
+ },
+ {
+ "nodeId": 13424646551,
+ "lat": 50.7018039,
+ "lon": 3.1609249
+ },
+ {
+ "nodeId": 13424646552,
+ "lat": 50.7017316,
+ "lon": 3.1609042
+ },
+ {
+ "nodeId": 13424646553,
+ "lat": 50.7016585,
+ "lon": 3.160892
+ },
+ {
+ "nodeId": 13424646554,
+ "lat": 50.701585,
+ "lon": 3.1608885
+ },
+ {
+ "nodeId": 13424646555,
+ "lat": 50.7015113,
+ "lon": 3.1608935
+ },
+ {
+ "nodeId": 13424646557,
+ "lat": 50.7002809,
+ "lon": 3.1610926
+ },
+ {
+ "nodeId": 13424646558,
+ "lat": 50.6976294,
+ "lon": 3.1615215
+ },
+ {
+ "nodeId": 13424646559,
+ "lat": 50.6974697,
+ "lon": 3.1615589
+ },
+ {
+ "nodeId": 13424646560,
+ "lat": 50.6973117,
+ "lon": 3.1616097
+ },
+ {
+ "nodeId": 13424646561,
+ "lat": 50.6971556,
+ "lon": 3.1616737
+ },
+ {
+ "nodeId": 13424646562,
+ "lat": 50.6970018,
+ "lon": 3.1617508
+ },
+ {
+ "nodeId": 13424646563,
+ "lat": 50.696851,
+ "lon": 3.1618408
+ },
+ {
+ "nodeId": 13424646564,
+ "lat": 50.6967097,
+ "lon": 3.1619386
+ },
+ {
+ "nodeId": 13424646565,
+ "lat": 50.6965718,
+ "lon": 3.1620477
+ },
+ {
+ "nodeId": 13424646566,
+ "lat": 50.696438,
+ "lon": 3.1621674
+ },
+ {
+ "nodeId": 13424646567,
+ "lat": 50.6963365,
+ "lon": 3.1622778
+ },
+ {
+ "nodeId": 13424646568,
+ "lat": 50.696238,
+ "lon": 3.1623959
+ },
+ {
+ "nodeId": 13424646569,
+ "lat": 50.6961428,
+ "lon": 3.162521
+ },
+ {
+ "nodeId": 13424646570,
+ "lat": 50.6960516,
+ "lon": 3.1626529
+ },
+ {
+ "nodeId": 13424646571,
+ "lat": 50.6959559,
+ "lon": 3.1628048
+ },
+ {
+ "nodeId": 13424646572,
+ "lat": 50.6958652,
+ "lon": 3.162964
+ },
+ {
+ "nodeId": 13424646573,
+ "lat": 50.6957797,
+ "lon": 3.1631303
+ },
+ {
+ "nodeId": 13424646574,
+ "lat": 50.6956997,
+ "lon": 3.163303
+ },
+ {
+ "nodeId": 13424646575,
+ "lat": 50.6955842,
+ "lon": 3.1635822
+ },
+ {
+ "nodeId": 13424646577,
+ "lat": 50.6949589,
+ "lon": 3.1650935
+ },
+ {
+ "nodeId": 13424646578,
+ "lat": 50.6946066,
+ "lon": 3.165945
+ },
+ {
+ "nodeId": 13424646579,
+ "lat": 50.693028,
+ "lon": 3.1697604
+ },
+ {
+ "nodeId": 13424646580,
+ "lat": 50.6929745,
+ "lon": 3.1698833
+ },
+ {
+ "nodeId": 13424646581,
+ "lat": 50.69292,
+ "lon": 3.1700018
+ },
+ {
+ "nodeId": 13424646582,
+ "lat": 50.6928073,
+ "lon": 3.1702367
+ },
+ {
+ "nodeId": 13424646583,
+ "lat": 50.6926893,
+ "lon": 3.1704655
+ },
+ {
+ "nodeId": 13424646584,
+ "lat": 50.692547,
+ "lon": 3.1707219
+ },
+ {
+ "nodeId": 13424646585,
+ "lat": 50.6923984,
+ "lon": 3.1709691
+ },
+ {
+ "nodeId": 13424646586,
+ "lat": 50.6922443,
+ "lon": 3.171206
+ },
+ {
+ "nodeId": 13424646587,
+ "lat": 50.6920897,
+ "lon": 3.1714524
+ },
+ {
+ "nodeId": 13424646588,
+ "lat": 50.6918981,
+ "lon": 3.1717582
+ },
+ {
+ "nodeId": 13424646589,
+ "lat": 50.6918356,
+ "lon": 3.1718598
+ },
+ {
+ "nodeId": 13424646590,
+ "lat": 50.6917794,
+ "lon": 3.1719681
+ },
+ {
+ "nodeId": 13424646591,
+ "lat": 50.6917291,
+ "lon": 3.1720835
+ },
+ {
+ "nodeId": 13424646592,
+ "lat": 50.6916852,
+ "lon": 3.1722051
+ },
+ {
+ "nodeId": 13424646593,
+ "lat": 50.6916478,
+ "lon": 3.1723322
+ },
+ {
+ "nodeId": 13424646594,
+ "lat": 50.6916174,
+ "lon": 3.1724636
+ },
+ {
+ "nodeId": 13424646595,
+ "lat": 50.691594,
+ "lon": 3.1725986
+ },
+ {
+ "nodeId": 13424646596,
+ "lat": 50.6915766,
+ "lon": 3.1727506
+ },
+ {
+ "nodeId": 13424646597,
+ "lat": 50.6915683,
+ "lon": 3.1729043
+ },
+ {
+ "nodeId": 13424646598,
+ "lat": 50.6915688,
+ "lon": 3.1730586
+ },
+ {
+ "nodeId": 13424646599,
+ "lat": 50.6915785,
+ "lon": 3.1732117
+ },
+ {
+ "nodeId": 13424646600,
+ "lat": 50.6915988,
+ "lon": 3.1733605
+ },
+ {
+ "nodeId": 13424646601,
+ "lat": 50.6916247,
+ "lon": 3.173518
+ },
+ {
+ "nodeId": 13424646602,
+ "lat": 50.6916732,
+ "lon": 3.1738022
+ },
+ {
+ "nodeId": 13424646603,
+ "lat": 50.6917038,
+ "lon": 3.1739848
+ },
+ {
+ "nodeId": 13424646604,
+ "lat": 50.6917272,
+ "lon": 3.1741244
+ },
+ {
+ "nodeId": 13424646606,
+ "lat": 50.6918822,
+ "lon": 3.1750498
+ },
+ {
+ "nodeId": 13424646607,
+ "lat": 50.6919066,
+ "lon": 3.1751956
+ },
+ {
+ "nodeId": 13424646609,
+ "lat": 50.6919572,
+ "lon": 3.1754903
+ },
+ {
+ "nodeId": 13424646608,
+ "lat": 50.691939,
+ "lon": 3.1753817
+ },
+ {
+ "nodeId": 13424646610,
+ "lat": 50.6919698,
+ "lon": 3.1755585
+ },
+ {
+ "nodeId": 13424646611,
+ "lat": 50.6919848,
+ "lon": 3.1756296
+ },
+ {
+ "nodeId": 13424646612,
+ "lat": 50.6919981,
+ "lon": 3.1756875
+ },
+ {
+ "nodeId": 13424646613,
+ "lat": 50.6920182,
+ "lon": 3.175768
+ },
+ {
+ "nodeId": 13424646614,
+ "lat": 50.6920676,
+ "lon": 3.1759572
+ },
+ {
+ "nodeId": 13424646615,
+ "lat": 50.6921086,
+ "lon": 3.1761107
+ },
+ {
+ "nodeId": 13424646616,
+ "lat": 50.6921431,
+ "lon": 3.17627
+ },
+ {
+ "nodeId": 13424646617,
+ "lat": 50.6921706,
+ "lon": 3.1764326
+ },
+ {
+ "nodeId": 13424646618,
+ "lat": 50.6921907,
+ "lon": 3.1765978
+ },
+ {
+ "nodeId": 13424646619,
+ "lat": 50.6922027,
+ "lon": 3.1767494
+ },
+ {
+ "nodeId": 13424646620,
+ "lat": 50.6922086,
+ "lon": 3.1769017
+ },
+ {
+ "nodeId": 13424646621,
+ "lat": 50.6922084,
+ "lon": 3.1770544
+ },
+ {
+ "nodeId": 13424646622,
+ "lat": 50.6922021,
+ "lon": 3.1772079
+ },
+ {
+ "nodeId": 13424646623,
+ "lat": 50.6921819,
+ "lon": 3.1773836
+ },
+ {
+ "nodeId": 13424646624,
+ "lat": 50.6921518,
+ "lon": 3.1775601
+ },
+ {
+ "nodeId": 13424646625,
+ "lat": 50.6921123,
+ "lon": 3.1777318
+ },
+ {
+ "nodeId": 13424646626,
+ "lat": 50.6920638,
+ "lon": 3.1778978
+ },
+ {
+ "nodeId": 13424646627,
+ "lat": 50.6920066,
+ "lon": 3.1780565
+ },
+ {
+ "nodeId": 13424646628,
+ "lat": 50.6919411,
+ "lon": 3.1782072
+ },
+ {
+ "nodeId": 13424646629,
+ "lat": 50.6918673,
+ "lon": 3.178349
+ },
+ {
+ "nodeId": 13424646630,
+ "lat": 50.691772,
+ "lon": 3.1784939
+ },
+ {
+ "nodeId": 13424646631,
+ "lat": 50.6916711,
+ "lon": 3.1786274
+ },
+ {
+ "nodeId": 13424646632,
+ "lat": 50.6915647,
+ "lon": 3.1787498
+ },
+ {
+ "nodeId": 13424646633,
+ "lat": 50.6914533,
+ "lon": 3.1788605
+ },
+ {
+ "nodeId": 13424646634,
+ "lat": 50.6913372,
+ "lon": 3.1789589
+ },
+ {
+ "nodeId": 13424646635,
+ "lat": 50.6912186,
+ "lon": 3.1790437
+ },
+ {
+ "nodeId": 13424646636,
+ "lat": 50.6910469,
+ "lon": 3.1791761
+ },
+ {
+ "nodeId": 13424646637,
+ "lat": 50.6910282,
+ "lon": 3.1791905
+ },
+ {
+ "nodeId": 13424646639,
+ "lat": 50.6906352,
+ "lon": 3.1794937
+ },
+ {
+ "nodeId": 13424646640,
+ "lat": 50.6905237,
+ "lon": 3.1795781
+ },
+ {
+ "nodeId": 13424646641,
+ "lat": 50.6904555,
+ "lon": 3.1796247
+ },
+ {
+ "nodeId": 13424646642,
+ "lat": 50.6903849,
+ "lon": 3.1796654
+ },
+ {
+ "nodeId": 13424646643,
+ "lat": 50.6902952,
+ "lon": 3.1797004
+ },
+ {
+ "nodeId": 13424646644,
+ "lat": 50.6902042,
+ "lon": 3.1797234
+ },
+ {
+ "nodeId": 13424646645,
+ "lat": 50.6901124,
+ "lon": 3.1797343
+ },
+ {
+ "nodeId": 13424646646,
+ "lat": 50.6900151,
+ "lon": 3.1797325
+ },
+ {
+ "nodeId": 13424646647,
+ "lat": 50.6899183,
+ "lon": 3.1797171
+ },
+ {
+ "nodeId": 13424646648,
+ "lat": 50.6898227,
+ "lon": 3.1796883
+ },
+ {
+ "nodeId": 13424646649,
+ "lat": 50.6897304,
+ "lon": 3.1796469
+ },
+ {
+ "nodeId": 13424646650,
+ "lat": 50.6895803,
+ "lon": 3.1795813
+ },
+ {
+ "nodeId": 13424646651,
+ "lat": 50.6893907,
+ "lon": 3.1795031
+ },
+ {
+ "nodeId": 13424646652,
+ "lat": 50.6892996,
+ "lon": 3.1794623
+ },
+ {
+ "nodeId": 13424646653,
+ "lat": 50.6892022,
+ "lon": 3.1794114
+ },
+ {
+ "nodeId": 13424646654,
+ "lat": 50.6891071,
+ "lon": 3.1793494
+ },
+ {
+ "nodeId": 13424646655,
+ "lat": 50.689015,
+ "lon": 3.1792769
+ },
+ {
+ "nodeId": 13424646656,
+ "lat": 50.6889264,
+ "lon": 3.1791941
+ },
+ {
+ "nodeId": 13424646657,
+ "lat": 50.6888419,
+ "lon": 3.1791016
+ },
+ {
+ "nodeId": 13424646658,
+ "lat": 50.6887608,
+ "lon": 3.1789987
+ },
+ {
+ "nodeId": 13424646659,
+ "lat": 50.6886752,
+ "lon": 3.178852
+ },
+ {
+ "nodeId": 13424646660,
+ "lat": 50.6885967,
+ "lon": 3.1786981
+ },
+ {
+ "nodeId": 13424646661,
+ "lat": 50.6885247,
+ "lon": 3.1785362
+ },
+ {
+ "nodeId": 13424646662,
+ "lat": 50.6884651,
+ "lon": 3.1783817
+ },
+ {
+ "nodeId": 13424646663,
+ "lat": 50.6884115,
+ "lon": 3.1782217
+ },
+ {
+ "nodeId": 13424646664,
+ "lat": 50.6883641,
+ "lon": 3.178057
+ },
+ {
+ "nodeId": 13424646665,
+ "lat": 50.6883232,
+ "lon": 3.1778881
+ },
+ {
+ "nodeId": 13424646666,
+ "lat": 50.6882891,
+ "lon": 3.1777162
+ },
+ {
+ "nodeId": 13424646667,
+ "lat": 50.6882592,
+ "lon": 3.1775531
+ },
+ {
+ "nodeId": 13424643464,
+ "lat": 50.6881577,
+ "lon": 3.1769666
+ },
+ {
+ "nodeId": 13424646668,
+ "lat": 50.6880108,
+ "lon": 3.1761178
+ },
+ {
+ "nodeId": 13424646669,
+ "lat": 50.687968,
+ "lon": 3.1758498
+ },
+ {
+ "nodeId": 13424646670,
+ "lat": 50.6879298,
+ "lon": 3.1755799
+ },
+ {
+ "nodeId": 13424646671,
+ "lat": 50.6878963,
+ "lon": 3.1753086
+ },
+ {
+ "nodeId": 13424646672,
+ "lat": 50.6878683,
+ "lon": 3.1750443
+ },
+ {
+ "nodeId": 13424646673,
+ "lat": 50.6878447,
+ "lon": 3.1747793
+ },
+ {
+ "nodeId": 13424646674,
+ "lat": 50.6878197,
+ "lon": 3.1744877
+ },
+ {
+ "nodeId": 13424646675,
+ "lat": 50.6877867,
+ "lon": 3.1741595
+ },
+ {
+ "nodeId": 13424646676,
+ "lat": 50.6877484,
+ "lon": 3.1738329
+ },
+ {
+ "nodeId": 13424646677,
+ "lat": 50.6877045,
+ "lon": 3.1735079
+ },
+ {
+ "nodeId": 13424646678,
+ "lat": 50.6876511,
+ "lon": 3.1731584
+ },
+ {
+ "nodeId": 13424646679,
+ "lat": 50.6875913,
+ "lon": 3.1728114
+ },
+ {
+ "nodeId": 13424646680,
+ "lat": 50.6875254,
+ "lon": 3.1724673
+ },
+ {
+ "nodeId": 13424646681,
+ "lat": 50.6874533,
+ "lon": 3.1721262
+ },
+ {
+ "nodeId": 13424646682,
+ "lat": 50.6873749,
+ "lon": 3.171788
+ },
+ {
+ "nodeId": 13424646684,
+ "lat": 50.6866748,
+ "lon": 3.1687788
+ },
+ {
+ "nodeId": 13424646685,
+ "lat": 50.6864161,
+ "lon": 3.1676663
+ },
+ {
+ "nodeId": 13424646686,
+ "lat": 50.686364,
+ "lon": 3.1674383
+ },
+ {
+ "nodeId": 13424646687,
+ "lat": 50.6863035,
+ "lon": 3.167217
+ },
+ {
+ "nodeId": 13424646688,
+ "lat": 50.6862346,
+ "lon": 3.167002
+ },
+ {
+ "nodeId": 13424646689,
+ "lat": 50.6861573,
+ "lon": 3.1667941
+ },
+ {
+ "nodeId": 13424646690,
+ "lat": 50.686085,
+ "lon": 3.1666226
+ },
+ {
+ "nodeId": 13424646691,
+ "lat": 50.686007,
+ "lon": 3.1664573
+ },
+ {
+ "nodeId": 13424646692,
+ "lat": 50.6859236,
+ "lon": 3.1662987
+ },
+ {
+ "nodeId": 13424646693,
+ "lat": 50.6858348,
+ "lon": 3.1661467
+ },
+ {
+ "nodeId": 13424643468,
+ "lat": 50.6836586,
+ "lon": 3.1625814
+ },
+ {
+ "nodeId": 871279113,
+ "lat": 50.6432484,
+ "lon": 3.0735234
+ },
+ {
+ "nodeId": 6270481241,
+ "lat": 50.6423101,
+ "lon": 3.0941345
+ },
+ {
+ "nodeId": 2061592814,
+ "lat": 50.6422808,
+ "lon": 3.0943625
+ },
+ {
+ "nodeId": 6270481242,
+ "lat": 50.6422421,
+ "lon": 3.0945467
+ },
+ {
+ "nodeId": 6270481243,
+ "lat": 50.6421662,
+ "lon": 3.0948338
+ },
+ {
+ "nodeId": 2061592807,
+ "lat": 50.6421204,
+ "lon": 3.095015
+ },
+ {
+ "nodeId": 6270481244,
+ "lat": 50.6420736,
+ "lon": 3.095253
+ },
+ {
+ "nodeId": 6270481245,
+ "lat": 50.642017,
+ "lon": 3.095851
+ },
+ {
+ "nodeId": 2061592800,
+ "lat": 50.6420412,
+ "lon": 3.0954594
+ },
+ {
+ "nodeId": 2061592797,
+ "lat": 50.6419986,
+ "lon": 3.0961704
+ },
+ {
+ "nodeId": 2061592798,
+ "lat": 50.6420109,
+ "lon": 3.0976452
+ },
+ {
+ "nodeId": 7633385321,
+ "lat": 50.6150715,
+ "lon": 3.1408597
+ },
+ {
+ "nodeId": 7633385317,
+ "lat": 50.6151304,
+ "lon": 3.1408446
+ },
+ {
+ "nodeId": 7633385322,
+ "lat": 50.6151889,
+ "lon": 3.1408313
+ },
+ {
+ "nodeId": 7633385320,
+ "lat": 50.6152371,
+ "lon": 3.1408229
+ },
+ {
+ "nodeId": 7633385316,
+ "lat": 50.6152709,
+ "lon": 3.1408173
+ },
+ {
+ "nodeId": 2061592747,
+ "lat": 50.6386333,
+ "lon": 3.0767093
+ },
+ {
+ "nodeId": 2061592752,
+ "lat": 50.6386948,
+ "lon": 3.076469
+ },
+ {
+ "nodeId": 2061592759,
+ "lat": 50.6387556,
+ "lon": 3.0761664
+ },
+ {
+ "nodeId": 2061592761,
+ "lat": 50.6388012,
+ "lon": 3.07589
+ },
+ {
+ "nodeId": 2061592763,
+ "lat": 50.6388209,
+ "lon": 3.0756639
+ },
+ {
+ "nodeId": 2061592764,
+ "lat": 50.6388372,
+ "lon": 3.0754623
+ },
+ {
+ "nodeId": 2061592766,
+ "lat": 50.6388502,
+ "lon": 3.0752368
+ },
+ {
+ "nodeId": 6520534747,
+ "lat": 50.6388571,
+ "lon": 3.0749836
+ },
+ {
+ "nodeId": 2061592765,
+ "lat": 50.6388427,
+ "lon": 3.0747186
+ },
+ {
+ "nodeId": 2061592762,
+ "lat": 50.6388072,
+ "lon": 3.0744671
+ },
+ {
+ "nodeId": 2061592760,
+ "lat": 50.6387678,
+ "lon": 3.0742196
+ },
+ {
+ "nodeId": 2061592754,
+ "lat": 50.6387035,
+ "lon": 3.073964
+ },
+ {
+ "nodeId": 2061592749,
+ "lat": 50.6386391,
+ "lon": 3.0737426
+ },
+ {
+ "nodeId": 2061592743,
+ "lat": 50.6385432,
+ "lon": 3.0734876
+ },
+ {
+ "nodeId": 2061592739,
+ "lat": 50.6384195,
+ "lon": 3.0731989
+ },
+ {
+ "nodeId": 6278569835,
+ "lat": 50.6375639,
+ "lon": 3.0712335
+ },
+ {
+ "nodeId": 2061592704,
+ "lat": 50.637172,
+ "lon": 3.0703223
+ },
+ {
+ "nodeId": 2061592697,
+ "lat": 50.6370708,
+ "lon": 3.070067
+ },
+ {
+ "nodeId": 2061592678,
+ "lat": 50.6369573,
+ "lon": 3.0697735
+ },
+ {
+ "nodeId": 2061592666,
+ "lat": 50.6368768,
+ "lon": 3.0695179
+ },
+ {
+ "nodeId": 2061592663,
+ "lat": 50.6368268,
+ "lon": 3.0692946
+ },
+ {
+ "nodeId": 2061592656,
+ "lat": 50.6367805,
+ "lon": 3.0690581
+ },
+ {
+ "nodeId": 2061592649,
+ "lat": 50.6367425,
+ "lon": 3.0687753
+ },
+ {
+ "nodeId": 2061592632,
+ "lat": 50.6367302,
+ "lon": 3.0685243
+ },
+ {
+ "nodeId": 2061592630,
+ "lat": 50.6367262,
+ "lon": 3.0682748
+ },
+ {
+ "nodeId": 13421852159,
+ "lat": 50.6367274,
+ "lon": 3.0681494
+ },
+ {
+ "nodeId": 13421852160,
+ "lat": 50.636735,
+ "lon": 3.0680408
+ },
+ {
+ "nodeId": 871279114,
+ "lat": 50.6412697,
+ "lon": 3.0726068
+ },
+ {
+ "nodeId": 6990557758,
+ "lat": 50.6413505,
+ "lon": 3.0725424
+ },
+ {
+ "nodeId": 6990557759,
+ "lat": 50.6414367,
+ "lon": 3.0724831
+ },
+ {
+ "nodeId": 6990557760,
+ "lat": 50.6415099,
+ "lon": 3.0724444
+ },
+ {
+ "nodeId": 871279093,
+ "lat": 50.6415873,
+ "lon": 3.0724125
+ },
+ {
+ "nodeId": 6990557761,
+ "lat": 50.6416702,
+ "lon": 3.0723911
+ },
+ {
+ "nodeId": 871279127,
+ "lat": 50.641756,
+ "lon": 3.0723787
+ },
+ {
+ "nodeId": 6990557762,
+ "lat": 50.641842,
+ "lon": 3.0723817
+ },
+ {
+ "nodeId": 871279097,
+ "lat": 50.6419409,
+ "lon": 3.0723982
+ },
+ {
+ "nodeId": 6990557763,
+ "lat": 50.6420257,
+ "lon": 3.0724243
+ },
+ {
+ "nodeId": 871279071,
+ "lat": 50.6421163,
+ "lon": 3.0724661
+ },
+ {
+ "nodeId": 6990557764,
+ "lat": 50.6422056,
+ "lon": 3.072523
+ },
+ {
+ "nodeId": 871279096,
+ "lat": 50.6423035,
+ "lon": 3.0725956
+ },
+ {
+ "nodeId": 871279140,
+ "lat": 50.6423746,
+ "lon": 3.0726535
+ },
+ {
+ "nodeId": 7633385323,
+ "lat": 50.6154358,
+ "lon": 3.1408033
+ },
+ {
+ "nodeId": 7640739838,
+ "lat": 50.6496287,
+ "lon": 2.9756939
+ },
+ {
+ "nodeId": 7640739842,
+ "lat": 50.649579,
+ "lon": 2.9757317
+ },
+ {
+ "nodeId": 7640739837,
+ "lat": 50.64954,
+ "lon": 2.975763
+ },
+ {
+ "nodeId": 7640739839,
+ "lat": 50.6494809,
+ "lon": 2.9758138
+ },
+ {
+ "nodeId": 7640739840,
+ "lat": 50.6494293,
+ "lon": 2.9758588
+ },
+ {
+ "nodeId": 7640739849,
+ "lat": 50.649377,
+ "lon": 2.9759044
+ },
+ {
+ "nodeId": 7640739850,
+ "lat": 50.6493273,
+ "lon": 2.9759523
+ },
+ {
+ "nodeId": 7640739853,
+ "lat": 50.6492864,
+ "lon": 2.9759932
+ },
+ {
+ "nodeId": 7640739854,
+ "lat": 50.6492414,
+ "lon": 2.9760395
+ },
+ {
+ "nodeId": 7640739851,
+ "lat": 50.6492086,
+ "lon": 2.9760764
+ },
+ {
+ "nodeId": 7640739855,
+ "lat": 50.6491593,
+ "lon": 2.9761355
+ },
+ {
+ "nodeId": 7640739856,
+ "lat": 50.6491076,
+ "lon": 2.9762008
+ },
+ {
+ "nodeId": 7640739857,
+ "lat": 50.6490442,
+ "lon": 2.9762826
+ },
+ {
+ "nodeId": 7640739858,
+ "lat": 50.649005,
+ "lon": 2.9763362
+ },
+ {
+ "nodeId": 7640739859,
+ "lat": 50.6489561,
+ "lon": 2.9764102
+ },
+ {
+ "nodeId": 7640739860,
+ "lat": 50.6489185,
+ "lon": 2.9764732
+ },
+ {
+ "nodeId": 2061592591,
+ "lat": 50.6362867,
+ "lon": 3.0263417
+ },
+ {
+ "nodeId": 2061592589,
+ "lat": 50.6362484,
+ "lon": 3.0264621
+ },
+ {
+ "nodeId": 2061592584,
+ "lat": 50.6361951,
+ "lon": 3.0266951
+ },
+ {
+ "nodeId": 2061592580,
+ "lat": 50.6361555,
+ "lon": 3.0269224
+ },
+ {
+ "nodeId": 2061592579,
+ "lat": 50.6361119,
+ "lon": 3.0272046
+ },
+ {
+ "nodeId": 2061592578,
+ "lat": 50.6360746,
+ "lon": 3.0274498
+ },
+ {
+ "nodeId": 2061592574,
+ "lat": 50.6360375,
+ "lon": 3.027722
+ },
+ {
+ "nodeId": 2061592566,
+ "lat": 50.636003,
+ "lon": 3.0279355
+ },
+ {
+ "nodeId": 2061592564,
+ "lat": 50.63597,
+ "lon": 3.0280883
+ },
+ {
+ "nodeId": 2061592558,
+ "lat": 50.6359078,
+ "lon": 3.0283388
+ },
+ {
+ "nodeId": 2061592554,
+ "lat": 50.635804,
+ "lon": 3.0286832
+ },
+ {
+ "nodeId": 7035824196,
+ "lat": 50.6357272,
+ "lon": 3.0288969
+ },
+ {
+ "nodeId": 2061592549,
+ "lat": 50.6357321,
+ "lon": 3.0288848
+ },
+ {
+ "nodeId": 2061592546,
+ "lat": 50.6356502,
+ "lon": 3.0290881
+ },
+ {
+ "nodeId": 2061592544,
+ "lat": 50.6355994,
+ "lon": 3.0291868
+ },
+ {
+ "nodeId": 2061592721,
+ "lat": 50.6376035,
+ "lon": 3.0240031
+ },
+ {
+ "nodeId": 2061592718,
+ "lat": 50.6375206,
+ "lon": 3.0241212
+ },
+ {
+ "nodeId": 2061592685,
+ "lat": 50.6369986,
+ "lon": 3.0248755
+ },
+ {
+ "nodeId": 2061592664,
+ "lat": 50.6368553,
+ "lon": 3.0251059
+ },
+ {
+ "nodeId": 6449824043,
+ "lat": 50.6367908,
+ "lon": 3.0252096
+ },
+ {
+ "nodeId": 9679866707,
+ "lat": 50.6367443,
+ "lon": 3.0252979
+ },
+ {
+ "nodeId": 2061592628,
+ "lat": 50.6367173,
+ "lon": 3.0253493
+ },
+ {
+ "nodeId": 2061592615,
+ "lat": 50.6366191,
+ "lon": 3.0255197
+ },
+ {
+ "nodeId": 2061592607,
+ "lat": 50.636509,
+ "lon": 3.0257446
+ },
+ {
+ "nodeId": 2061592605,
+ "lat": 50.6364852,
+ "lon": 3.025807
+ },
+ {
+ "nodeId": 2061592602,
+ "lat": 50.6364137,
+ "lon": 3.0259946
+ },
+ {
+ "nodeId": 2061592598,
+ "lat": 50.6363582,
+ "lon": 3.0261351
+ },
+ {
+ "nodeId": 2061592594,
+ "lat": 50.6363285,
+ "lon": 3.0262103
+ },
+ {
+ "nodeId": 12373815434,
+ "lat": 50.6487452,
+ "lon": 2.9768442
+ },
+ {
+ "nodeId": 2061592916,
+ "lat": 50.6487025,
+ "lon": 2.9769365
+ },
+ {
+ "nodeId": 2061592915,
+ "lat": 50.6485556,
+ "lon": 2.9772493
+ },
+ {
+ "nodeId": 2061592914,
+ "lat": 50.648407,
+ "lon": 2.9775875
+ },
+ {
+ "nodeId": 2061592913,
+ "lat": 50.6482835,
+ "lon": 2.9778795
+ },
+ {
+ "nodeId": 2061592912,
+ "lat": 50.6481637,
+ "lon": 2.9781524
+ },
+ {
+ "nodeId": 6270481212,
+ "lat": 50.6480818,
+ "lon": 2.9782936
+ },
+ {
+ "nodeId": 2061592911,
+ "lat": 50.6479959,
+ "lon": 2.9784284
+ },
+ {
+ "nodeId": 2061592910,
+ "lat": 50.6478205,
+ "lon": 2.9786714
+ },
+ {
+ "nodeId": 2061592909,
+ "lat": 50.6476207,
+ "lon": 2.9789293
+ },
+ {
+ "nodeId": 2061592908,
+ "lat": 50.6474209,
+ "lon": 2.9791873
+ },
+ {
+ "nodeId": 2061592907,
+ "lat": 50.6471575,
+ "lon": 2.9795289
+ },
+ {
+ "nodeId": 2061592896,
+ "lat": 50.6469204,
+ "lon": 2.9798398
+ },
+ {
+ "nodeId": 2061592887,
+ "lat": 50.6466975,
+ "lon": 2.9801681
+ },
+ {
+ "nodeId": 2061592881,
+ "lat": 50.6464842,
+ "lon": 2.9805348
+ },
+ {
+ "nodeId": 2061592876,
+ "lat": 50.6462806,
+ "lon": 2.9809398
+ },
+ {
+ "nodeId": 2061592869,
+ "lat": 50.64602,
+ "lon": 2.9815078
+ },
+ {
+ "nodeId": 2061592865,
+ "lat": 50.6457717,
+ "lon": 2.9821016
+ },
+ {
+ "nodeId": 6270481213,
+ "lat": 50.6456703,
+ "lon": 2.9823886
+ },
+ {
+ "nodeId": 2061592856,
+ "lat": 50.645581,
+ "lon": 2.9827075
+ },
+ {
+ "nodeId": 6270481214,
+ "lat": 50.64553,
+ "lon": 2.9829452
+ },
+ {
+ "nodeId": 2061592852,
+ "lat": 50.6454911,
+ "lon": 2.9831829
+ },
+ {
+ "nodeId": 6270481215,
+ "lat": 50.6454641,
+ "lon": 2.9834334
+ },
+ {
+ "nodeId": 2061592849,
+ "lat": 50.6454451,
+ "lon": 2.9836584
+ },
+ {
+ "nodeId": 6270481216,
+ "lat": 50.6454469,
+ "lon": 2.9838782
+ },
+ {
+ "nodeId": 2061592851,
+ "lat": 50.6454608,
+ "lon": 2.9840788
+ },
+ {
+ "nodeId": 2061592853,
+ "lat": 50.6455007,
+ "lon": 2.9845062
+ },
+ {
+ "nodeId": 2061592854,
+ "lat": 50.6455585,
+ "lon": 2.9850378
+ },
+ {
+ "nodeId": 2061592857,
+ "lat": 50.6455998,
+ "lon": 2.9855577
+ },
+ {
+ "nodeId": 2061592859,
+ "lat": 50.6456381,
+ "lon": 2.9860597
+ },
+ {
+ "nodeId": 2061592862,
+ "lat": 50.6456942,
+ "lon": 2.987198
+ },
+ {
+ "nodeId": 2061592861,
+ "lat": 50.6456755,
+ "lon": 2.9865866
+ },
+ {
+ "nodeId": 2061592863,
+ "lat": 50.6457231,
+ "lon": 2.9879786
+ },
+ {
+ "nodeId": 2061592864,
+ "lat": 50.6457616,
+ "lon": 2.9887426
+ },
+ {
+ "nodeId": 2061592866,
+ "lat": 50.6458291,
+ "lon": 2.9896718
+ },
+ {
+ "nodeId": 2061592868,
+ "lat": 50.6459529,
+ "lon": 2.9911241
+ },
+ {
+ "nodeId": 2061592872,
+ "lat": 50.6461098,
+ "lon": 2.9928406
+ },
+ {
+ "nodeId": 2061592871,
+ "lat": 50.6460437,
+ "lon": 2.9920569
+ },
+ {
+ "nodeId": 2061592874,
+ "lat": 50.6462069,
+ "lon": 2.993992
+ },
+ {
+ "nodeId": 1729181669,
+ "lat": 50.6462219,
+ "lon": 2.9943206
+ },
+ {
+ "nodeId": 2061592875,
+ "lat": 50.6462767,
+ "lon": 2.9948704
+ },
+ {
+ "nodeId": 2061592879,
+ "lat": 50.6463703,
+ "lon": 2.9959967
+ },
+ {
+ "nodeId": 2061592880,
+ "lat": 50.6464639,
+ "lon": 2.997051
+ },
+ {
+ "nodeId": 2061592883,
+ "lat": 50.6465388,
+ "lon": 2.9978807
+ },
+ {
+ "nodeId": 2061592885,
+ "lat": 50.6466189,
+ "lon": 2.9986482
+ },
+ {
+ "nodeId": 2061592889,
+ "lat": 50.6467212,
+ "lon": 2.9994946
+ },
+ {
+ "nodeId": 2061592891,
+ "lat": 50.6468104,
+ "lon": 3.0002983
+ },
+ {
+ "nodeId": 2061592893,
+ "lat": 50.6468621,
+ "lon": 3.0008162
+ },
+ {
+ "nodeId": 2061592894,
+ "lat": 50.6469146,
+ "lon": 3.0012453
+ },
+ {
+ "nodeId": 2061592897,
+ "lat": 50.646986,
+ "lon": 3.0016443
+ },
+ {
+ "nodeId": 2061592899,
+ "lat": 50.6470612,
+ "lon": 3.0020474
+ },
+ {
+ "nodeId": 2061592901,
+ "lat": 50.6470974,
+ "lon": 3.0023678
+ },
+ {
+ "nodeId": 2061592902,
+ "lat": 50.647116,
+ "lon": 3.0027473
+ },
+ {
+ "nodeId": 2061592904,
+ "lat": 50.6471445,
+ "lon": 3.0032458
+ },
+ {
+ "nodeId": 2061592905,
+ "lat": 50.6471508,
+ "lon": 3.0035924
+ },
+ {
+ "nodeId": 2061592906,
+ "lat": 50.6471519,
+ "lon": 3.004031
+ },
+ {
+ "nodeId": 6352630035,
+ "lat": 50.6471402,
+ "lon": 3.0043112
+ },
+ {
+ "nodeId": 2061592903,
+ "lat": 50.6471204,
+ "lon": 3.0045818
+ },
+ {
+ "nodeId": 2061592900,
+ "lat": 50.6470754,
+ "lon": 3.0050807
+ },
+ {
+ "nodeId": 2061592898,
+ "lat": 50.6470101,
+ "lon": 3.0056239
+ },
+ {
+ "nodeId": 2061592895,
+ "lat": 50.6469163,
+ "lon": 3.0062177
+ },
+ {
+ "nodeId": 2061592892,
+ "lat": 50.6468146,
+ "lon": 3.0070405
+ },
+ {
+ "nodeId": 2061592888,
+ "lat": 50.6466999,
+ "lon": 3.0077851
+ },
+ {
+ "nodeId": 2061592886,
+ "lat": 50.6466461,
+ "lon": 3.0081037
+ },
+ {
+ "nodeId": 2061592884,
+ "lat": 50.6465882,
+ "lon": 3.0083871
+ },
+ {
+ "nodeId": 2061592882,
+ "lat": 50.6464955,
+ "lon": 3.0087247
+ },
+ {
+ "nodeId": 2061592878,
+ "lat": 50.6463639,
+ "lon": 3.0091098
+ },
+ {
+ "nodeId": 2061592873,
+ "lat": 50.6462032,
+ "lon": 3.009531
+ },
+ {
+ "nodeId": 2061592870,
+ "lat": 50.6460316,
+ "lon": 3.0099747
+ },
+ {
+ "nodeId": 2061592867,
+ "lat": 50.645855,
+ "lon": 3.0104142
+ },
+ {
+ "nodeId": 2061592860,
+ "lat": 50.645649,
+ "lon": 3.0109306
+ },
+ {
+ "nodeId": 2061592848,
+ "lat": 50.6454371,
+ "lon": 3.0114682
+ },
+ {
+ "nodeId": 2061592846,
+ "lat": 50.645185,
+ "lon": 3.0120645
+ },
+ {
+ "nodeId": 2061592845,
+ "lat": 50.645009,
+ "lon": 3.012494
+ },
+ {
+ "nodeId": 2061592844,
+ "lat": 50.644832,
+ "lon": 3.0129135
+ },
+ {
+ "nodeId": 2061592842,
+ "lat": 50.6446878,
+ "lon": 3.0132249
+ },
+ {
+ "nodeId": 2061592841,
+ "lat": 50.6445439,
+ "lon": 3.0135374
+ },
+ {
+ "nodeId": 2061592839,
+ "lat": 50.6442502,
+ "lon": 3.0141724
+ },
+ {
+ "nodeId": 2061592838,
+ "lat": 50.6440463,
+ "lon": 3.0145881
+ },
+ {
+ "nodeId": 2061592836,
+ "lat": 50.6437875,
+ "lon": 3.0150135
+ },
+ {
+ "nodeId": 2061592835,
+ "lat": 50.6435818,
+ "lon": 3.0153401
+ },
+ {
+ "nodeId": 2061592834,
+ "lat": 50.6433435,
+ "lon": 3.0156542
+ },
+ {
+ "nodeId": 2061592833,
+ "lat": 50.6431083,
+ "lon": 3.0159494
+ },
+ {
+ "nodeId": 2061592832,
+ "lat": 50.6429492,
+ "lon": 3.0161585
+ },
+ {
+ "nodeId": 2061592830,
+ "lat": 50.642633,
+ "lon": 3.016561
+ },
+ {
+ "nodeId": 2061592816,
+ "lat": 50.6422985,
+ "lon": 3.0170129
+ },
+ {
+ "nodeId": 2061592796,
+ "lat": 50.6418432,
+ "lon": 3.0175952
+ },
+ {
+ "nodeId": 2061592794,
+ "lat": 50.6415767,
+ "lon": 3.0179775
+ },
+ {
+ "nodeId": 2061592792,
+ "lat": 50.6413807,
+ "lon": 3.0182043
+ },
+ {
+ "nodeId": 2061592791,
+ "lat": 50.641254,
+ "lon": 3.0183331
+ },
+ {
+ "nodeId": 2061592789,
+ "lat": 50.6410721,
+ "lon": 3.0184578
+ },
+ {
+ "nodeId": 2061592788,
+ "lat": 50.640931,
+ "lon": 3.0185434
+ },
+ {
+ "nodeId": 6281288234,
+ "lat": 50.6408583,
+ "lon": 3.0185931
+ },
+ {
+ "nodeId": 2061592785,
+ "lat": 50.6404787,
+ "lon": 3.0188528
+ },
+ {
+ "nodeId": 2061592783,
+ "lat": 50.6402637,
+ "lon": 3.0189949
+ },
+ {
+ "nodeId": 2061592782,
+ "lat": 50.6402433,
+ "lon": 3.0190083
+ },
+ {
+ "nodeId": 2061592781,
+ "lat": 50.6402021,
+ "lon": 3.0190356
+ },
+ {
+ "nodeId": 2061592780,
+ "lat": 50.640031,
+ "lon": 3.0191765
+ },
+ {
+ "nodeId": 2061592779,
+ "lat": 50.6400192,
+ "lon": 3.0191882
+ },
+ {
+ "nodeId": 2061592742,
+ "lat": 50.6385101,
+ "lon": 3.0223406
+ },
+ {
+ "nodeId": 2061592736,
+ "lat": 50.6383347,
+ "lon": 3.0227709
+ },
+ {
+ "nodeId": 2061592734,
+ "lat": 50.6382176,
+ "lon": 3.023019
+ },
+ {
+ "nodeId": 2061592729,
+ "lat": 50.6380568,
+ "lon": 3.0233041
+ },
+ {
+ "nodeId": 2061592727,
+ "lat": 50.637911,
+ "lon": 3.023548
+ },
+ {
+ "nodeId": 2061592723,
+ "lat": 50.6377469,
+ "lon": 3.0237988
+ },
+ {
+ "nodeId": 2061592540,
+ "lat": 50.6355848,
+ "lon": 3.0292149
+ },
+ {
+ "nodeId": 2061592537,
+ "lat": 50.6354894,
+ "lon": 3.029373
+ },
+ {
+ "nodeId": 2061592530,
+ "lat": 50.6354139,
+ "lon": 3.0295018
+ },
+ {
+ "nodeId": 2061592527,
+ "lat": 50.6353173,
+ "lon": 3.0296442
+ },
+ {
+ "nodeId": 2061592524,
+ "lat": 50.6352056,
+ "lon": 3.029802
+ },
+ {
+ "nodeId": 2061592519,
+ "lat": 50.6350188,
+ "lon": 3.0299874
+ },
+ {
+ "nodeId": 2061592513,
+ "lat": 50.6347972,
+ "lon": 3.0301904
+ },
+ {
+ "nodeId": 2061592490,
+ "lat": 50.6341662,
+ "lon": 3.0306651
+ },
+ {
+ "nodeId": 2061592483,
+ "lat": 50.6339259,
+ "lon": 3.030842
+ },
+ {
+ "nodeId": 2061592478,
+ "lat": 50.6338098,
+ "lon": 3.0309274
+ },
+ {
+ "nodeId": 2061592464,
+ "lat": 50.6334477,
+ "lon": 3.031188
+ },
+ {
+ "nodeId": 2061592453,
+ "lat": 50.6331398,
+ "lon": 3.0314048
+ },
+ {
+ "nodeId": 2061592437,
+ "lat": 50.6325966,
+ "lon": 3.0318056
+ },
+ {
+ "nodeId": 2061592447,
+ "lat": 50.632857,
+ "lon": 3.0316042
+ },
+ {
+ "nodeId": 2061592432,
+ "lat": 50.6324326,
+ "lon": 3.0319414
+ },
+ {
+ "nodeId": 2061592426,
+ "lat": 50.6322316,
+ "lon": 3.0321008
+ },
+ {
+ "nodeId": 2061592421,
+ "lat": 50.6320555,
+ "lon": 3.0322635
+ },
+ {
+ "nodeId": 2061592415,
+ "lat": 50.6319427,
+ "lon": 3.0324056
+ },
+ {
+ "nodeId": 2061592411,
+ "lat": 50.6318811,
+ "lon": 3.0325031
+ },
+ {
+ "nodeId": 2061592406,
+ "lat": 50.631822,
+ "lon": 3.0326321
+ },
+ {
+ "nodeId": 2061592402,
+ "lat": 50.6317551,
+ "lon": 3.0327943
+ },
+ {
+ "nodeId": 2061592400,
+ "lat": 50.6316984,
+ "lon": 3.0329547
+ },
+ {
+ "nodeId": 2061592395,
+ "lat": 50.6316566,
+ "lon": 3.0330994
+ },
+ {
+ "nodeId": 2061592388,
+ "lat": 50.6315934,
+ "lon": 3.0332833
+ },
+ {
+ "nodeId": 2061592384,
+ "lat": 50.6315457,
+ "lon": 3.0334137
+ },
+ {
+ "nodeId": 2061592381,
+ "lat": 50.6314777,
+ "lon": 3.0335215
+ },
+ {
+ "nodeId": 2061592379,
+ "lat": 50.6313974,
+ "lon": 3.0336385
+ },
+ {
+ "nodeId": 2061592363,
+ "lat": 50.631121,
+ "lon": 3.0340852
+ },
+ {
+ "nodeId": 2061592340,
+ "lat": 50.6307922,
+ "lon": 3.0345799
+ },
+ {
+ "nodeId": 2061592333,
+ "lat": 50.6305056,
+ "lon": 3.0350347
+ },
+ {
+ "nodeId": 2061592326,
+ "lat": 50.6303663,
+ "lon": 3.0352296
+ },
+ {
+ "nodeId": 2061592321,
+ "lat": 50.6302333,
+ "lon": 3.035401
+ },
+ {
+ "nodeId": 2061592311,
+ "lat": 50.6300823,
+ "lon": 3.0355746
+ },
+ {
+ "nodeId": 2061592297,
+ "lat": 50.6297217,
+ "lon": 3.0360062
+ },
+ {
+ "nodeId": 2061592250,
+ "lat": 50.6289616,
+ "lon": 3.0369445
+ },
+ {
+ "nodeId": 6109392051,
+ "lat": 50.6287244,
+ "lon": 3.0372219
+ },
+ {
+ "nodeId": 2061592240,
+ "lat": 50.628401,
+ "lon": 3.0376003
+ },
+ {
+ "nodeId": 2061592229,
+ "lat": 50.6279118,
+ "lon": 3.0382076
+ },
+ {
+ "nodeId": 2061592209,
+ "lat": 50.62739,
+ "lon": 3.0388657
+ },
+ {
+ "nodeId": 2061592194,
+ "lat": 50.6270061,
+ "lon": 3.0393387
+ },
+ {
+ "nodeId": 2061592183,
+ "lat": 50.6266833,
+ "lon": 3.039741
+ },
+ {
+ "nodeId": 2061592173,
+ "lat": 50.6264153,
+ "lon": 3.0400764
+ },
+ {
+ "nodeId": 2061592166,
+ "lat": 50.6262287,
+ "lon": 3.0403082
+ },
+ {
+ "nodeId": 2061592110,
+ "lat": 50.624704,
+ "lon": 3.0422025
+ },
+ {
+ "nodeId": 2061591979,
+ "lat": 50.623367,
+ "lon": 3.0438267
+ },
+ {
+ "nodeId": 2061591971,
+ "lat": 50.6226154,
+ "lon": 3.0447686
+ },
+ {
+ "nodeId": 2061591933,
+ "lat": 50.6211057,
+ "lon": 3.0466414
+ },
+ {
+ "nodeId": 2061591910,
+ "lat": 50.6207526,
+ "lon": 3.047094
+ },
+ {
+ "nodeId": 6976190453,
+ "lat": 50.6206564,
+ "lon": 3.0471964
+ },
+ {
+ "nodeId": 2061591867,
+ "lat": 50.6203779,
+ "lon": 3.0475478
+ },
+ {
+ "nodeId": 2061591835,
+ "lat": 50.6199091,
+ "lon": 3.0481406
+ },
+ {
+ "nodeId": 2061591820,
+ "lat": 50.6196725,
+ "lon": 3.0483941
+ },
+ {
+ "nodeId": 2061591809,
+ "lat": 50.6194602,
+ "lon": 3.048596
+ },
+ {
+ "nodeId": 2061591791,
+ "lat": 50.6192608,
+ "lon": 3.0488015
+ },
+ {
+ "nodeId": 2061591776,
+ "lat": 50.6190602,
+ "lon": 3.0490418
+ },
+ {
+ "nodeId": 2061591756,
+ "lat": 50.6188299,
+ "lon": 3.04933
+ },
+ {
+ "nodeId": 2061591743,
+ "lat": 50.6187624,
+ "lon": 3.0494504
+ },
+ {
+ "nodeId": 2061591742,
+ "lat": 50.6187096,
+ "lon": 3.0495556
+ },
+ {
+ "nodeId": 2061591724,
+ "lat": 50.6185795,
+ "lon": 3.0498757
+ },
+ {
+ "nodeId": 2061591713,
+ "lat": 50.6185149,
+ "lon": 3.050069
+ },
+ {
+ "nodeId": 2061591668,
+ "lat": 50.618347,
+ "lon": 3.0505412
+ },
+ {
+ "nodeId": 2061591661,
+ "lat": 50.6182632,
+ "lon": 3.0507934
+ },
+ {
+ "nodeId": 2061591655,
+ "lat": 50.6181857,
+ "lon": 3.0510591
+ },
+ {
+ "nodeId": 2061591647,
+ "lat": 50.6181096,
+ "lon": 3.051315
+ },
+ {
+ "nodeId": 2061591645,
+ "lat": 50.6180854,
+ "lon": 3.0514245
+ },
+ {
+ "nodeId": 2061591639,
+ "lat": 50.6180463,
+ "lon": 3.0517691
+ },
+ {
+ "nodeId": 2061591643,
+ "lat": 50.6180573,
+ "lon": 3.0515729
+ },
+ {
+ "nodeId": 2061591634,
+ "lat": 50.6180326,
+ "lon": 3.052265
+ },
+ {
+ "nodeId": 2061591636,
+ "lat": 50.6180327,
+ "lon": 3.0527552
+ },
+ {
+ "nodeId": 2061591632,
+ "lat": 50.6180265,
+ "lon": 3.0532689
+ },
+ {
+ "nodeId": 8623764073,
+ "lat": 50.6730687,
+ "lon": 3.1569881
+ },
+ {
+ "nodeId": 8623764080,
+ "lat": 50.6735412,
+ "lon": 3.157475
+ },
+ {
+ "nodeId": 1219181006,
+ "lat": 50.674701,
+ "lon": 3.158699
+ },
+ {
+ "nodeId": 1219181477,
+ "lat": 50.675303,
+ "lon": 3.159323
+ },
+ {
+ "nodeId": 1219181354,
+ "lat": 50.675573,
+ "lon": 3.159604
+ },
+ {
+ "nodeId": 1219181407,
+ "lat": 50.676013,
+ "lon": 3.160061
+ },
+ {
+ "nodeId": 1219182230,
+ "lat": 50.676282,
+ "lon": 3.16034
+ },
+ {
+ "nodeId": 1219182454,
+ "lat": 50.676613,
+ "lon": 3.160682
+ },
+ {
+ "nodeId": 1219181433,
+ "lat": 50.67709,
+ "lon": 3.161176
+ },
+ {
+ "nodeId": 1219180868,
+ "lat": 50.677254,
+ "lon": 3.161348
+ },
+ {
+ "nodeId": 1219182362,
+ "lat": 50.677442,
+ "lon": 3.161542
+ },
+ {
+ "nodeId": 1219181642,
+ "lat": 50.677617,
+ "lon": 3.161725
+ },
+ {
+ "nodeId": 8773867478,
+ "lat": 50.677724,
+ "lon": 3.1618368
+ },
+ {
+ "nodeId": 6345788730,
+ "lat": 50.6777918,
+ "lon": 3.1619063
+ },
+ {
+ "nodeId": 1219180923,
+ "lat": 50.6778536,
+ "lon": 3.1619689
+ },
+ {
+ "nodeId": 8773867469,
+ "lat": 50.677882,
+ "lon": 3.1619999
+ },
+ {
+ "nodeId": 7961114429,
+ "lat": 50.6779324,
+ "lon": 3.1620548
+ },
+ {
+ "nodeId": 1219181726,
+ "lat": 50.678879,
+ "lon": 3.163102
+ },
+ {
+ "nodeId": 1219182267,
+ "lat": 50.679392,
+ "lon": 3.163667
+ },
+ {
+ "nodeId": 1219181543,
+ "lat": 50.679903,
+ "lon": 3.164231
+ },
+ {
+ "nodeId": 8773867466,
+ "lat": 50.6799865,
+ "lon": 3.1643287
+ },
+ {
+ "nodeId": 1219180953,
+ "lat": 50.6800791,
+ "lon": 3.1644437
+ },
+ {
+ "nodeId": 1219181677,
+ "lat": 50.6801434,
+ "lon": 3.1645275
+ },
+ {
+ "nodeId": 8773867457,
+ "lat": 50.6801713,
+ "lon": 3.1645681
+ },
+ {
+ "nodeId": 8773867456,
+ "lat": 50.6802061,
+ "lon": 3.1646211
+ },
+ {
+ "nodeId": 1219182298,
+ "lat": 50.6802417,
+ "lon": 3.164681
+ },
+ {
+ "nodeId": 8773867455,
+ "lat": 50.6802703,
+ "lon": 3.1647297
+ },
+ {
+ "nodeId": 1219181931,
+ "lat": 50.6802923,
+ "lon": 3.1647762
+ },
+ {
+ "nodeId": 8773867454,
+ "lat": 50.680317,
+ "lon": 3.1648343
+ },
+ {
+ "nodeId": 8773867453,
+ "lat": 50.68034,
+ "lon": 3.1648926
+ },
+ {
+ "nodeId": 1219181470,
+ "lat": 50.6803591,
+ "lon": 3.1649477
+ },
+ {
+ "nodeId": 8773867452,
+ "lat": 50.6803812,
+ "lon": 3.1650133
+ },
+ {
+ "nodeId": 8773867451,
+ "lat": 50.680405,
+ "lon": 3.1650905
+ },
+ {
+ "nodeId": 1219181767,
+ "lat": 50.6804271,
+ "lon": 3.165171
+ },
+ {
+ "nodeId": 1219181859,
+ "lat": 50.6804393,
+ "lon": 3.1652198
+ },
+ {
+ "nodeId": 1219181454,
+ "lat": 50.6804479,
+ "lon": 3.1652617
+ },
+ {
+ "nodeId": 6345788735,
+ "lat": 50.6804576,
+ "lon": 3.1653108
+ },
+ {
+ "nodeId": 1219181499,
+ "lat": 50.6804636,
+ "lon": 3.1653559
+ },
+ {
+ "nodeId": 8773867450,
+ "lat": 50.6804721,
+ "lon": 3.1654217
+ },
+ {
+ "nodeId": 1219181683,
+ "lat": 50.6805021,
+ "lon": 3.1657027
+ },
+ {
+ "nodeId": 8597040398,
+ "lat": 50.6805631,
+ "lon": 3.1663042
+ },
+ {
+ "nodeId": 1219180867,
+ "lat": 50.680577,
+ "lon": 3.166445
+ },
+ {
+ "nodeId": 1219182038,
+ "lat": 50.6805917,
+ "lon": 3.1665947
+ },
+ {
+ "nodeId": 1219181922,
+ "lat": 50.6805976,
+ "lon": 3.1666437
+ },
+ {
+ "nodeId": 1219181121,
+ "lat": 50.6806039,
+ "lon": 3.1666957
+ },
+ {
+ "nodeId": 1219182532,
+ "lat": 50.6806111,
+ "lon": 3.166749
+ },
+ {
+ "nodeId": 8773867448,
+ "lat": 50.6806225,
+ "lon": 3.1668118
+ },
+ {
+ "nodeId": 1219182060,
+ "lat": 50.6806344,
+ "lon": 3.1668697
+ },
+ {
+ "nodeId": 8773867447,
+ "lat": 50.6806518,
+ "lon": 3.1669378
+ },
+ {
+ "nodeId": 6345788736,
+ "lat": 50.6806674,
+ "lon": 3.1669935
+ },
+ {
+ "nodeId": 1219181371,
+ "lat": 50.6806883,
+ "lon": 3.1670624
+ },
+ {
+ "nodeId": 6502268743,
+ "lat": 50.6807109,
+ "lon": 3.1671227
+ },
+ {
+ "nodeId": 1219181257,
+ "lat": 50.6807517,
+ "lon": 3.1672254
+ },
+ {
+ "nodeId": 1219181513,
+ "lat": 50.6807763,
+ "lon": 3.167276
+ },
+ {
+ "nodeId": 1219181170,
+ "lat": 50.6808122,
+ "lon": 3.1673439
+ },
+ {
+ "nodeId": 1219181069,
+ "lat": 50.6808566,
+ "lon": 3.1674197
+ },
+ {
+ "nodeId": 6502268744,
+ "lat": 50.6810725,
+ "lon": 3.1677376
+ },
+ {
+ "nodeId": 1219181008,
+ "lat": 50.6811116,
+ "lon": 3.1677936
+ },
+ {
+ "nodeId": 8773867846,
+ "lat": 50.6909394,
+ "lon": 3.178822
+ },
+ {
+ "nodeId": 13423781565,
+ "lat": 50.6909619,
+ "lon": 3.1789199
+ },
+ {
+ "nodeId": 8773867842,
+ "lat": 50.6909691,
+ "lon": 3.1789482
+ },
+ {
+ "nodeId": 8773867843,
+ "lat": 50.6909772,
+ "lon": 3.1789757
+ },
+ {
+ "nodeId": 1219181130,
+ "lat": 50.6909854,
+ "lon": 3.1790015
+ },
+ {
+ "nodeId": 8773976748,
+ "lat": 50.6911193,
+ "lon": 3.1793804
+ },
+ {
+ "nodeId": 9026240207,
+ "lat": 50.6452078,
+ "lon": 3.0748728
+ },
+ {
+ "nodeId": 1299481359,
+ "lat": 50.6452321,
+ "lon": 3.0748966
+ },
+ {
+ "nodeId": 6985170179,
+ "lat": 50.6455608,
+ "lon": 3.0752427
+ },
+ {
+ "nodeId": 6985170187,
+ "lat": 50.6457435,
+ "lon": 3.0754343
+ },
+ {
+ "nodeId": 7183671319,
+ "lat": 50.645811,
+ "lon": 3.0754998
+ },
+ {
+ "nodeId": 1299481149,
+ "lat": 50.646227,
+ "lon": 3.0759395
+ },
+ {
+ "nodeId": 1299481313,
+ "lat": 50.6464091,
+ "lon": 3.0761328
+ },
+ {
+ "nodeId": 7825017318,
+ "lat": 50.6464893,
+ "lon": 3.0762148
+ },
+ {
+ "nodeId": 871279107,
+ "lat": 50.6466691,
+ "lon": 3.0763989
+ },
+ {
+ "nodeId": 7825017316,
+ "lat": 50.6468739,
+ "lon": 3.0766146
+ },
+ {
+ "nodeId": 871279083,
+ "lat": 50.6475013,
+ "lon": 3.0772832
+ },
+ {
+ "nodeId": 871279139,
+ "lat": 50.6476768,
+ "lon": 3.0774699
+ },
+ {
+ "nodeId": 8773867773,
+ "lat": 50.6488227,
+ "lon": 3.0787025
+ },
+ {
+ "nodeId": 7183658860,
+ "lat": 50.6489224,
+ "lon": 3.0788045
+ },
+ {
+ "nodeId": 8773867772,
+ "lat": 50.6489707,
+ "lon": 3.0788554
+ },
+ {
+ "nodeId": 6511814042,
+ "lat": 50.6490157,
+ "lon": 3.0788945
+ },
+ {
+ "nodeId": 7183658874,
+ "lat": 50.6491068,
+ "lon": 3.078986
+ },
+ {
+ "nodeId": 678388679,
+ "lat": 50.6498871,
+ "lon": 3.0797994
+ },
+ {
+ "nodeId": 678388678,
+ "lat": 50.6505032,
+ "lon": 3.0804645
+ },
+ {
+ "nodeId": 678388677,
+ "lat": 50.6508839,
+ "lon": 3.0808634
+ },
+ {
+ "nodeId": 678388680,
+ "lat": 50.651487,
+ "lon": 3.0815093
+ },
+ {
+ "nodeId": 1219182100,
+ "lat": 50.6651117,
+ "lon": 3.1030101
+ },
+ {
+ "nodeId": 1219181334,
+ "lat": 50.665138,
+ "lon": 3.103088
+ },
+ {
+ "nodeId": 1219181500,
+ "lat": 50.66515,
+ "lon": 3.103118
+ },
+ {
+ "nodeId": 1219182080,
+ "lat": 50.665162,
+ "lon": 3.103149
+ },
+ {
+ "nodeId": 1219181262,
+ "lat": 50.665172,
+ "lon": 3.103181
+ },
+ {
+ "nodeId": 1219181827,
+ "lat": 50.665182,
+ "lon": 3.103213
+ },
+ {
+ "nodeId": 1219181888,
+ "lat": 50.665191,
+ "lon": 3.103245
+ },
+ {
+ "nodeId": 1219181032,
+ "lat": 50.665199,
+ "lon": 3.103279
+ },
+ {
+ "nodeId": 1219181696,
+ "lat": 50.665206,
+ "lon": 3.103312
+ },
+ {
+ "nodeId": 1219182409,
+ "lat": 50.665213,
+ "lon": 3.103346
+ },
+ {
+ "nodeId": 1219182558,
+ "lat": 50.665218,
+ "lon": 3.103381
+ },
+ {
+ "nodeId": 1219181544,
+ "lat": 50.665223,
+ "lon": 3.103416
+ },
+ {
+ "nodeId": 1219182124,
+ "lat": 50.665227,
+ "lon": 3.103451
+ },
+ {
+ "nodeId": 1219181352,
+ "lat": 50.66523,
+ "lon": 3.103487
+ },
+ {
+ "nodeId": 1219181405,
+ "lat": 50.665231,
+ "lon": 3.103522
+ },
+ {
+ "nodeId": 1219181961,
+ "lat": 50.665233,
+ "lon": 3.103558
+ },
+ {
+ "nodeId": 1219181090,
+ "lat": 50.665233,
+ "lon": 3.10359
+ },
+ {
+ "nodeId": 7181984635,
+ "lat": 50.6651935,
+ "lon": 3.1042969
+ },
+ {
+ "nodeId": 6511813910,
+ "lat": 50.6651823,
+ "lon": 3.1044982
+ },
+ {
+ "nodeId": 7181984630,
+ "lat": 50.6651764,
+ "lon": 3.1046045
+ },
+ {
+ "nodeId": 10739865035,
+ "lat": 50.6651217,
+ "lon": 3.1055686
+ },
+ {
+ "nodeId": 7181971700,
+ "lat": 50.6648808,
+ "lon": 3.1098107
+ },
+ {
+ "nodeId": 8615265911,
+ "lat": 50.6648781,
+ "lon": 3.109898
+ },
+ {
+ "nodeId": 8615265912,
+ "lat": 50.6648777,
+ "lon": 3.1099644
+ },
+ {
+ "nodeId": 6483890569,
+ "lat": 50.6648764,
+ "lon": 3.1101123
+ },
+ {
+ "nodeId": 6483890568,
+ "lat": 50.6648748,
+ "lon": 3.1102187
+ },
+ {
+ "nodeId": 8615265915,
+ "lat": 50.6648747,
+ "lon": 3.1102829
+ },
+ {
+ "nodeId": 7181971711,
+ "lat": 50.664873,
+ "lon": 3.1103412
+ },
+ {
+ "nodeId": 1219182129,
+ "lat": 50.6647634,
+ "lon": 3.1121216
+ },
+ {
+ "nodeId": 1219180934,
+ "lat": 50.6647494,
+ "lon": 3.1123527
+ },
+ {
+ "nodeId": 1219181627,
+ "lat": 50.664664,
+ "lon": 3.113871
+ },
+ {
+ "nodeId": 1219181404,
+ "lat": 50.664593,
+ "lon": 3.114993
+ },
+ {
+ "nodeId": 1219181254,
+ "lat": 50.664581,
+ "lon": 3.115208
+ },
+ {
+ "nodeId": 7181868348,
+ "lat": 50.6645178,
+ "lon": 3.1164409
+ },
+ {
+ "nodeId": 6483890567,
+ "lat": 50.6644897,
+ "lon": 3.1169096
+ },
+ {
+ "nodeId": 1219181711,
+ "lat": 50.664483,
+ "lon": 3.117036
+ },
+ {
+ "nodeId": 6483890566,
+ "lat": 50.6644343,
+ "lon": 3.1179085
+ },
+ {
+ "nodeId": 7181868360,
+ "lat": 50.6644197,
+ "lon": 3.1181629
+ },
+ {
+ "nodeId": 1219181818,
+ "lat": 50.664372,
+ "lon": 3.119024
+ },
+ {
+ "nodeId": 1219181671,
+ "lat": 50.6643535,
+ "lon": 3.1194253
+ },
+ {
+ "nodeId": 1219182066,
+ "lat": 50.664216,
+ "lon": 3.121792
+ },
+ {
+ "nodeId": 1219181087,
+ "lat": 50.664092,
+ "lon": 3.124042
+ },
+ {
+ "nodeId": 1666004277,
+ "lat": 50.66399,
+ "lon": 3.1257331
+ },
+ {
+ "nodeId": 6515434803,
+ "lat": 50.6639791,
+ "lon": 3.1259942
+ },
+ {
+ "nodeId": 6721966228,
+ "lat": 50.6639673,
+ "lon": 3.1262983
+ },
+ {
+ "nodeId": 10739865037,
+ "lat": 50.663898,
+ "lon": 3.1275143
+ },
+ {
+ "nodeId": 1219182250,
+ "lat": 50.6637895,
+ "lon": 3.129289
+ },
+ {
+ "nodeId": 1219182289,
+ "lat": 50.663869,
+ "lon": 3.128013
+ },
+ {
+ "nodeId": 6721966212,
+ "lat": 50.6637567,
+ "lon": 3.1298202
+ },
+ {
+ "nodeId": 6721966213,
+ "lat": 50.6637506,
+ "lon": 3.1299748
+ },
+ {
+ "nodeId": 6721966264,
+ "lat": 50.6637502,
+ "lon": 3.129998
+ },
+ {
+ "nodeId": 6515434802,
+ "lat": 50.6637463,
+ "lon": 3.1302123
+ },
+ {
+ "nodeId": 6721966218,
+ "lat": 50.6637456,
+ "lon": 3.1303439
+ },
+ {
+ "nodeId": 6721966222,
+ "lat": 50.6637439,
+ "lon": 3.1304066
+ },
+ {
+ "nodeId": 6721966219,
+ "lat": 50.6637423,
+ "lon": 3.1304508
+ },
+ {
+ "nodeId": 1219181917,
+ "lat": 50.663628,
+ "lon": 3.132248
+ },
+ {
+ "nodeId": 1219181866,
+ "lat": 50.663553,
+ "lon": 3.133531
+ },
+ {
+ "nodeId": 1219182656,
+ "lat": 50.663477,
+ "lon": 3.134922
+ },
+ {
+ "nodeId": 1219181251,
+ "lat": 50.6634254,
+ "lon": 3.135885
+ },
+ {
+ "nodeId": 1219182039,
+ "lat": 50.6633208,
+ "lon": 3.1376464
+ },
+ {
+ "nodeId": 6721966284,
+ "lat": 50.6632969,
+ "lon": 3.1380571
+ },
+ {
+ "nodeId": 6721968446,
+ "lat": 50.663295,
+ "lon": 3.138096
+ },
+ {
+ "nodeId": 6721966283,
+ "lat": 50.6632637,
+ "lon": 3.1387199
+ },
+ {
+ "nodeId": 6721968407,
+ "lat": 50.663263,
+ "lon": 3.1387332
+ },
+ {
+ "nodeId": 6323940361,
+ "lat": 50.663254,
+ "lon": 3.1389085
+ },
+ {
+ "nodeId": 6721968388,
+ "lat": 50.6632461,
+ "lon": 3.1391517
+ },
+ {
+ "nodeId": 6721968425,
+ "lat": 50.6632443,
+ "lon": 3.1391829
+ },
+ {
+ "nodeId": 1219181195,
+ "lat": 50.6631139,
+ "lon": 3.1414082
+ },
+ {
+ "nodeId": 1219180999,
+ "lat": 50.6631043,
+ "lon": 3.1416482
+ },
+ {
+ "nodeId": 1219182279,
+ "lat": 50.6630989,
+ "lon": 3.1418557
+ },
+ {
+ "nodeId": 1219181923,
+ "lat": 50.6630977,
+ "lon": 3.1420146
+ },
+ {
+ "nodeId": 1219181565,
+ "lat": 50.6631077,
+ "lon": 3.1422335
+ },
+ {
+ "nodeId": 1219180969,
+ "lat": 50.6631229,
+ "lon": 3.1425092
+ },
+ {
+ "nodeId": 1219181967,
+ "lat": 50.6631391,
+ "lon": 3.1427022
+ },
+ {
+ "nodeId": 1219182182,
+ "lat": 50.6631707,
+ "lon": 3.1429633
+ },
+ {
+ "nodeId": 1219181640,
+ "lat": 50.6632157,
+ "lon": 3.143252
+ },
+ {
+ "nodeId": 1219181072,
+ "lat": 50.6632629,
+ "lon": 3.1434889
+ },
+ {
+ "nodeId": 1219182457,
+ "lat": 50.6633172,
+ "lon": 3.1437177
+ },
+ {
+ "nodeId": 1219181498,
+ "lat": 50.6633931,
+ "lon": 3.1439822
+ },
+ {
+ "nodeId": 1219181994,
+ "lat": 50.6635102,
+ "lon": 3.1443328
+ },
+ {
+ "nodeId": 1219181288,
+ "lat": 50.6636623,
+ "lon": 3.1446916
+ },
+ {
+ "nodeId": 1219181350,
+ "lat": 50.6637887,
+ "lon": 3.1449546
+ },
+ {
+ "nodeId": 1219181545,
+ "lat": 50.6640684,
+ "lon": 3.1454581
+ },
+ {
+ "nodeId": 7174741694,
+ "lat": 50.6642291,
+ "lon": 3.1457294
+ },
+ {
+ "nodeId": 6323941933,
+ "lat": 50.6643112,
+ "lon": 3.1458633
+ },
+ {
+ "nodeId": 6323941932,
+ "lat": 50.6643553,
+ "lon": 3.145936
+ },
+ {
+ "nodeId": 7174741706,
+ "lat": 50.6644047,
+ "lon": 3.1460272
+ },
+ {
+ "nodeId": 1219182650,
+ "lat": 50.6646823,
+ "lon": 3.1465114
+ },
+ {
+ "nodeId": 1219182064,
+ "lat": 50.6647646,
+ "lon": 3.1466639
+ },
+ {
+ "nodeId": 675418693,
+ "lat": 50.6810271,
+ "lon": 3.1161851
+ },
+ {
+ "nodeId": 8623763504,
+ "lat": 50.6817854,
+ "lon": 3.1171641
+ },
+ {
+ "nodeId": 8623763508,
+ "lat": 50.6825365,
+ "lon": 3.1181387
+ },
+ {
+ "nodeId": 8623763506,
+ "lat": 50.6829377,
+ "lon": 3.1186607
+ },
+ {
+ "nodeId": 6511616334,
+ "lat": 50.683353,
+ "lon": 3.1192196
+ },
+ {
+ "nodeId": 7183699341,
+ "lat": 50.6834518,
+ "lon": 3.1193399
+ },
+ {
+ "nodeId": 8623762538,
+ "lat": 50.6853139,
+ "lon": 3.1217694
+ },
+ {
+ "nodeId": 8623762536,
+ "lat": 50.6861424,
+ "lon": 3.1228517
+ },
+ {
+ "nodeId": 8623762535,
+ "lat": 50.6866802,
+ "lon": 3.1235732
+ },
+ {
+ "nodeId": 7183706661,
+ "lat": 50.686949,
+ "lon": 3.1239193
+ },
+ {
+ "nodeId": 6511616317,
+ "lat": 50.6870512,
+ "lon": 3.1240428
+ },
+ {
+ "nodeId": 7782653155,
+ "lat": 50.6871055,
+ "lon": 3.1241089
+ },
+ {
+ "nodeId": 7183706677,
+ "lat": 50.6871777,
+ "lon": 3.1241982
+ },
+ {
+ "nodeId": 10739865121,
+ "lat": 50.6876704,
+ "lon": 3.1248417
+ },
+ {
+ "nodeId": 8773976783,
+ "lat": 50.6897576,
+ "lon": 3.127555
+ },
+ {
+ "nodeId": 8773976782,
+ "lat": 50.6900919,
+ "lon": 3.1279922
+ },
+ {
+ "nodeId": 706458913,
+ "lat": 50.6904338,
+ "lon": 3.128435
+ },
+ {
+ "nodeId": 8773976779,
+ "lat": 50.6913876,
+ "lon": 3.1296766
+ },
+ {
+ "nodeId": 6566385109,
+ "lat": 50.6924583,
+ "lon": 3.1311002
+ },
+ {
+ "nodeId": 6566385075,
+ "lat": 50.692464,
+ "lon": 3.1311079
+ },
+ {
+ "nodeId": 6566385120,
+ "lat": 50.6925342,
+ "lon": 3.1311949
+ },
+ {
+ "nodeId": 6566385115,
+ "lat": 50.6926335,
+ "lon": 3.1313181
+ },
+ {
+ "nodeId": 6566385119,
+ "lat": 50.6925536,
+ "lon": 3.1312192
+ },
+ {
+ "nodeId": 6566385076,
+ "lat": 50.6926513,
+ "lon": 3.1313401
+ },
+ {
+ "nodeId": 706458914,
+ "lat": 50.692925,
+ "lon": 3.1316913
+ },
+ {
+ "nodeId": 6566385055,
+ "lat": 50.6939466,
+ "lon": 3.1330194
+ },
+ {
+ "nodeId": 6566385026,
+ "lat": 50.6940057,
+ "lon": 3.1330959
+ },
+ {
+ "nodeId": 7183681575,
+ "lat": 50.6941283,
+ "lon": 3.133254
+ },
+ {
+ "nodeId": 8773976778,
+ "lat": 50.695067,
+ "lon": 3.1344724
+ },
+ {
+ "nodeId": 8773976777,
+ "lat": 50.6955546,
+ "lon": 3.1351148
+ },
+ {
+ "nodeId": 1370568719,
+ "lat": 50.6958083,
+ "lon": 3.1354344
+ },
+ {
+ "nodeId": 8773976776,
+ "lat": 50.6960541,
+ "lon": 3.135725
+ },
+ {
+ "nodeId": 706458919,
+ "lat": 50.6963036,
+ "lon": 3.1360175
+ },
+ {
+ "nodeId": 1370568723,
+ "lat": 50.6964329,
+ "lon": 3.136166
+ },
+ {
+ "nodeId": 1370568729,
+ "lat": 50.6965705,
+ "lon": 3.136323
+ },
+ {
+ "nodeId": 1370568730,
+ "lat": 50.6967472,
+ "lon": 3.1365111
+ },
+ {
+ "nodeId": 1370568733,
+ "lat": 50.6970668,
+ "lon": 3.1368324
+ },
+ {
+ "nodeId": 1370568735,
+ "lat": 50.6976169,
+ "lon": 3.1373852
+ },
+ {
+ "nodeId": 1370568739,
+ "lat": 50.6984002,
+ "lon": 3.1381701
+ },
+ {
+ "nodeId": 8773976773,
+ "lat": 50.6984843,
+ "lon": 3.1382541
+ },
+ {
+ "nodeId": 6697205864,
+ "lat": 50.6988819,
+ "lon": 3.1386568
+ },
+ {
+ "nodeId": 6331063218,
+ "lat": 50.6990149,
+ "lon": 3.1387855
+ },
+ {
+ "nodeId": 706458921,
+ "lat": 50.6990975,
+ "lon": 3.1388593
+ },
+ {
+ "nodeId": 6697205852,
+ "lat": 50.6991567,
+ "lon": 3.13891
+ },
+ {
+ "nodeId": 706458927,
+ "lat": 50.6994137,
+ "lon": 3.1391326
+ },
+ {
+ "nodeId": 6697205831,
+ "lat": 50.699515,
+ "lon": 3.1392085
+ },
+ {
+ "nodeId": 6697205833,
+ "lat": 50.6996097,
+ "lon": 3.1392707
+ },
+ {
+ "nodeId": 6697205834,
+ "lat": 50.6997214,
+ "lon": 3.1393336
+ },
+ {
+ "nodeId": 6697205835,
+ "lat": 50.6998331,
+ "lon": 3.139388
+ },
+ {
+ "nodeId": 706458928,
+ "lat": 50.6999741,
+ "lon": 3.1394423
+ },
+ {
+ "nodeId": 750842229,
+ "lat": 50.7007675,
+ "lon": 3.1397608
+ },
+ {
+ "nodeId": 750842766,
+ "lat": 50.701149,
+ "lon": 3.1399322
+ },
+ {
+ "nodeId": 8695331771,
+ "lat": 50.7012647,
+ "lon": 3.1399937
+ },
+ {
+ "nodeId": 706458930,
+ "lat": 50.7013929,
+ "lon": 3.1400731
+ },
+ {
+ "nodeId": 6697205809,
+ "lat": 50.7015588,
+ "lon": 3.1401796
+ },
+ {
+ "nodeId": 6697205810,
+ "lat": 50.7016622,
+ "lon": 3.1402575
+ },
+ {
+ "nodeId": 6697205808,
+ "lat": 50.7017656,
+ "lon": 3.1403429
+ },
+ {
+ "nodeId": 6697205806,
+ "lat": 50.7019893,
+ "lon": 3.1405274
+ },
+ {
+ "nodeId": 6697205805,
+ "lat": 50.7021301,
+ "lon": 3.1406663
+ },
+ {
+ "nodeId": 750842445,
+ "lat": 50.7022233,
+ "lon": 3.1407651
+ },
+ {
+ "nodeId": 6697205804,
+ "lat": 50.7023674,
+ "lon": 3.1409253
+ },
+ {
+ "nodeId": 706458933,
+ "lat": 50.7025289,
+ "lon": 3.1411144
+ },
+ {
+ "nodeId": 6697205802,
+ "lat": 50.7026733,
+ "lon": 3.1413175
+ },
+ {
+ "nodeId": 6697205801,
+ "lat": 50.7028393,
+ "lon": 3.1415756
+ },
+ {
+ "nodeId": 6697205773,
+ "lat": 50.7034583,
+ "lon": 3.1425859
+ },
+ {
+ "nodeId": 6536993075,
+ "lat": 50.7035565,
+ "lon": 3.1427415
+ },
+ {
+ "nodeId": 6697205742,
+ "lat": 50.7036463,
+ "lon": 3.1428793
+ },
+ {
+ "nodeId": 6697205754,
+ "lat": 50.7036598,
+ "lon": 3.1429009
+ },
+ {
+ "nodeId": 6697205698,
+ "lat": 50.7041057,
+ "lon": 3.1436246
+ },
+ {
+ "nodeId": 679420994,
+ "lat": 50.6520852,
+ "lon": 3.0822492
+ },
+ {
+ "nodeId": 10739877126,
+ "lat": 50.6529317,
+ "lon": 3.0834729
+ },
+ {
+ "nodeId": 8773867746,
+ "lat": 50.6533676,
+ "lon": 3.0841014
+ },
+ {
+ "nodeId": 6308292851,
+ "lat": 50.655417,
+ "lon": 3.0870432
+ },
+ {
+ "nodeId": 6308292842,
+ "lat": 50.6563707,
+ "lon": 3.088444
+ },
+ {
+ "nodeId": 7181994975,
+ "lat": 50.6564782,
+ "lon": 3.0885982
+ },
+ {
+ "nodeId": 8773867711,
+ "lat": 50.656531,
+ "lon": 3.0886683
+ },
+ {
+ "nodeId": 6308292840,
+ "lat": 50.656573,
+ "lon": 3.0887248
+ },
+ {
+ "nodeId": 8773867710,
+ "lat": 50.6566177,
+ "lon": 3.0887836
+ },
+ {
+ "nodeId": 8773867709,
+ "lat": 50.6566573,
+ "lon": 3.0888326
+ },
+ {
+ "nodeId": 7181994964,
+ "lat": 50.6566968,
+ "lon": 3.0888868
+ },
+ {
+ "nodeId": 6308292845,
+ "lat": 50.6567403,
+ "lon": 3.0889479
+ },
+ {
+ "nodeId": 7143342821,
+ "lat": 50.6574102,
+ "lon": 3.0899192
+ },
+ {
+ "nodeId": 677425982,
+ "lat": 50.6577724,
+ "lon": 3.0904406
+ },
+ {
+ "nodeId": 8615265826,
+ "lat": 50.6581273,
+ "lon": 3.0909495
+ },
+ {
+ "nodeId": 8615265825,
+ "lat": 50.6583041,
+ "lon": 3.0911989
+ },
+ {
+ "nodeId": 1641699054,
+ "lat": 50.658497,
+ "lon": 3.0914797
+ },
+ {
+ "nodeId": 3796831615,
+ "lat": 50.6585456,
+ "lon": 3.0915548
+ },
+ {
+ "nodeId": 3796640557,
+ "lat": 50.658805,
+ "lon": 3.0919333
+ },
+ {
+ "nodeId": 6308292860,
+ "lat": 50.6592582,
+ "lon": 3.0925899
+ },
+ {
+ "nodeId": 6308292863,
+ "lat": 50.6598828,
+ "lon": 3.0934924
+ },
+ {
+ "nodeId": 6308292864,
+ "lat": 50.660199,
+ "lon": 3.0939578
+ },
+ {
+ "nodeId": 7020750807,
+ "lat": 50.6602263,
+ "lon": 3.0939961
+ },
+ {
+ "nodeId": 8773867698,
+ "lat": 50.6602701,
+ "lon": 3.0940562
+ },
+ {
+ "nodeId": 6308292804,
+ "lat": 50.6603201,
+ "lon": 3.0941206
+ },
+ {
+ "nodeId": 6308292866,
+ "lat": 50.6603832,
+ "lon": 3.0942032
+ },
+ {
+ "nodeId": 8773867697,
+ "lat": 50.6604104,
+ "lon": 3.0942372
+ },
+ {
+ "nodeId": 7020750811,
+ "lat": 50.6604337,
+ "lon": 3.0942696
+ },
+ {
+ "nodeId": 6308292867,
+ "lat": 50.6604814,
+ "lon": 3.0943398
+ },
+ {
+ "nodeId": 675366358,
+ "lat": 50.6616158,
+ "lon": 3.0959978
+ },
+ {
+ "nodeId": 871279090,
+ "lat": 50.644366,
+ "lon": 3.0742875
+ },
+ {
+ "nodeId": 1299481204,
+ "lat": 50.6447518,
+ "lon": 3.0745037
+ },
+ {
+ "nodeId": 8773867821,
+ "lat": 50.6448072,
+ "lon": 3.0745397
+ },
+ {
+ "nodeId": 8773867820,
+ "lat": 50.6448599,
+ "lon": 3.074576
+ },
+ {
+ "nodeId": 8773867818,
+ "lat": 50.6449169,
+ "lon": 3.0746189
+ },
+ {
+ "nodeId": 8773867819,
+ "lat": 50.6449977,
+ "lon": 3.0746819
+ },
+ {
+ "nodeId": 1299481150,
+ "lat": 50.6450586,
+ "lon": 3.0747308
+ },
+ {
+ "nodeId": 8773867815,
+ "lat": 50.6451142,
+ "lon": 3.0747811
+ },
+ {
+ "nodeId": 6532210093,
+ "lat": 50.712795,
+ "lon": 3.1562754
+ },
+ {
+ "nodeId": 706458957,
+ "lat": 50.7128582,
+ "lon": 3.1563093
+ },
+ {
+ "nodeId": 6532210091,
+ "lat": 50.7129036,
+ "lon": 3.1563256
+ },
+ {
+ "nodeId": 6532210130,
+ "lat": 50.7129366,
+ "lon": 3.1563346
+ },
+ {
+ "nodeId": 706458961,
+ "lat": 50.7129632,
+ "lon": 3.1563419
+ },
+ {
+ "nodeId": 6316904787,
+ "lat": 50.7129858,
+ "lon": 3.1563445
+ },
+ {
+ "nodeId": 6532210131,
+ "lat": 50.7129974,
+ "lon": 3.1563458
+ },
+ {
+ "nodeId": 6532210090,
+ "lat": 50.7130529,
+ "lon": 3.1563518
+ },
+ {
+ "nodeId": 706458963,
+ "lat": 50.7131215,
+ "lon": 3.1563545
+ },
+ {
+ "nodeId": 6532210122,
+ "lat": 50.7131376,
+ "lon": 3.1563531
+ },
+ {
+ "nodeId": 6316904788,
+ "lat": 50.7132018,
+ "lon": 3.1563476
+ },
+ {
+ "nodeId": 6532210123,
+ "lat": 50.7132653,
+ "lon": 3.1563397
+ },
+ {
+ "nodeId": 7183738795,
+ "lat": 50.7144493,
+ "lon": 3.1561436
+ },
+ {
+ "nodeId": 706458964,
+ "lat": 50.7132857,
+ "lon": 3.1563371
+ },
+ {
+ "nodeId": 706458973,
+ "lat": 50.7160952,
+ "lon": 3.1558725
+ },
+ {
+ "nodeId": 6316904789,
+ "lat": 50.7145031,
+ "lon": 3.1561347
+ },
+ {
+ "nodeId": 706458974,
+ "lat": 50.7161556,
+ "lon": 3.1558663
+ },
+ {
+ "nodeId": 6498974950,
+ "lat": 50.7162165,
+ "lon": 3.1558645
+ },
+ {
+ "nodeId": 6498974951,
+ "lat": 50.7162761,
+ "lon": 3.1558706
+ },
+ {
+ "nodeId": 706458976,
+ "lat": 50.7163433,
+ "lon": 3.1558839
+ },
+ {
+ "nodeId": 706458977,
+ "lat": 50.7164036,
+ "lon": 3.1559046
+ },
+ {
+ "nodeId": 6498974952,
+ "lat": 50.7164613,
+ "lon": 3.1559315
+ },
+ {
+ "nodeId": 7040664882,
+ "lat": 50.7164684,
+ "lon": 3.155936
+ },
+ {
+ "nodeId": 706458978,
+ "lat": 50.7165094,
+ "lon": 3.1559622
+ },
+ {
+ "nodeId": 706458980,
+ "lat": 50.7165666,
+ "lon": 3.1560062
+ },
+ {
+ "nodeId": 10739865119,
+ "lat": 50.7171653,
+ "lon": 3.156486
+ },
+ {
+ "nodeId": 706458986,
+ "lat": 50.717182,
+ "lon": 3.1564994
+ },
+ {
+ "nodeId": 6498974953,
+ "lat": 50.7172898,
+ "lon": 3.1565914
+ },
+ {
+ "nodeId": 6498974954,
+ "lat": 50.7173533,
+ "lon": 3.1566506
+ },
+ {
+ "nodeId": 7040664898,
+ "lat": 50.717392,
+ "lon": 3.1566936
+ },
+ {
+ "nodeId": 706458987,
+ "lat": 50.7173999,
+ "lon": 3.1567023
+ },
+ {
+ "nodeId": 706458988,
+ "lat": 50.7174472,
+ "lon": 3.1567568
+ },
+ {
+ "nodeId": 6498974970,
+ "lat": 50.7174609,
+ "lon": 3.1567711
+ },
+ {
+ "nodeId": 6498974955,
+ "lat": 50.7175038,
+ "lon": 3.1568256
+ },
+ {
+ "nodeId": 12469188164,
+ "lat": 50.717523,
+ "lon": 3.1568456
+ },
+ {
+ "nodeId": 6498974956,
+ "lat": 50.7175513,
+ "lon": 3.1568751
+ },
+ {
+ "nodeId": 6498974971,
+ "lat": 50.7175705,
+ "lon": 3.1568917
+ },
+ {
+ "nodeId": 6498974957,
+ "lat": 50.7176184,
+ "lon": 3.1569331
+ },
+ {
+ "nodeId": 706458998,
+ "lat": 50.7179489,
+ "lon": 3.1572033
+ },
+ {
+ "nodeId": 8773867736,
+ "lat": 50.6519281,
+ "lon": 3.0820406
+ },
+ {
+ "nodeId": 8773867749,
+ "lat": 50.6515931,
+ "lon": 3.0816449
+ },
+ {
+ "nodeId": 675366347,
+ "lat": 50.6623262,
+ "lon": 3.0972148
+ },
+ {
+ "nodeId": 675390931,
+ "lat": 50.6635322,
+ "lon": 3.0997212
+ },
+ {
+ "nodeId": 8773867695,
+ "lat": 50.6642969,
+ "lon": 3.1013251
+ },
+ {
+ "nodeId": 8773867694,
+ "lat": 50.6643763,
+ "lon": 3.1014916
+ },
+ {
+ "nodeId": 13094352098,
+ "lat": 50.6646598,
+ "lon": 3.1020863
+ },
+ {
+ "nodeId": 7181984653,
+ "lat": 50.6647479,
+ "lon": 3.1022711
+ },
+ {
+ "nodeId": 8615266016,
+ "lat": 50.6647825,
+ "lon": 3.1023388
+ },
+ {
+ "nodeId": 6511813911,
+ "lat": 50.6648145,
+ "lon": 3.1024009
+ },
+ {
+ "nodeId": 8615266017,
+ "lat": 50.664836,
+ "lon": 3.1024394
+ },
+ {
+ "nodeId": 7181984656,
+ "lat": 50.6648597,
+ "lon": 3.1024839
+ },
+ {
+ "nodeId": 8615266051,
+ "lat": 50.6650422,
+ "lon": 3.1028572
+ },
+ {
+ "nodeId": 1219182195,
+ "lat": 50.6650791,
+ "lon": 3.1029379
+ },
+ {
+ "nodeId": 8615265844,
+ "lat": 50.6617379,
+ "lon": 3.0961704
+ },
+ {
+ "nodeId": 8615265843,
+ "lat": 50.6618203,
+ "lon": 3.0962951
+ },
+ {
+ "nodeId": 675366344,
+ "lat": 50.6618541,
+ "lon": 3.0963502
+ },
+ {
+ "nodeId": 9223722814,
+ "lat": 50.6621248,
+ "lon": 3.0968307
+ },
+ {
+ "nodeId": 8773976750,
+ "lat": 50.6376623,
+ "lon": 3.0711011
+ },
+ {
+ "nodeId": 3801016238,
+ "lat": 50.6378707,
+ "lon": 3.0715933
+ },
+ {
+ "nodeId": 675418780,
+ "lat": 50.680596,
+ "lon": 3.1156325
+ },
+ {
+ "nodeId": 706458934,
+ "lat": 50.7080648,
+ "lon": 3.1501155
+ },
+ {
+ "nodeId": 6532295736,
+ "lat": 50.7095682,
+ "lon": 3.1525817
+ },
+ {
+ "nodeId": 6532295737,
+ "lat": 50.7096968,
+ "lon": 3.1527931
+ },
+ {
+ "nodeId": 6532295741,
+ "lat": 50.7097405,
+ "lon": 3.1528589
+ },
+ {
+ "nodeId": 6532295908,
+ "lat": 50.709785,
+ "lon": 3.1529257
+ },
+ {
+ "nodeId": 6532295738,
+ "lat": 50.7098357,
+ "lon": 3.1530018
+ },
+ {
+ "nodeId": 6532295739,
+ "lat": 50.7098808,
+ "lon": 3.1530648
+ },
+ {
+ "nodeId": 6532295773,
+ "lat": 50.7098947,
+ "lon": 3.1530869
+ },
+ {
+ "nodeId": 6532295740,
+ "lat": 50.7099184,
+ "lon": 3.1531248
+ },
+ {
+ "nodeId": 706458939,
+ "lat": 50.7108414,
+ "lon": 3.1546306
+ },
+ {
+ "nodeId": 706458941,
+ "lat": 50.7109636,
+ "lon": 3.1548312
+ },
+ {
+ "nodeId": 6532558614,
+ "lat": 50.7110374,
+ "lon": 3.1549426
+ },
+ {
+ "nodeId": 6532558615,
+ "lat": 50.7111138,
+ "lon": 3.1550475
+ },
+ {
+ "nodeId": 6532558616,
+ "lat": 50.7111953,
+ "lon": 3.1551474
+ },
+ {
+ "nodeId": 706458942,
+ "lat": 50.7113044,
+ "lon": 3.1552663
+ },
+ {
+ "nodeId": 706458944,
+ "lat": 50.7114212,
+ "lon": 3.1553799
+ },
+ {
+ "nodeId": 6532558612,
+ "lat": 50.7115044,
+ "lon": 3.1554537
+ },
+ {
+ "nodeId": 6532558611,
+ "lat": 50.7115804,
+ "lon": 3.1555162
+ },
+ {
+ "nodeId": 706458951,
+ "lat": 50.7116724,
+ "lon": 3.1555842
+ },
+ {
+ "nodeId": 6532558609,
+ "lat": 50.7124128,
+ "lon": 3.1560424
+ },
+ {
+ "nodeId": 706459015,
+ "lat": 50.720208,
+ "lon": 3.158837
+ },
+ {
+ "nodeId": 6261934947,
+ "lat": 50.7203556,
+ "lon": 3.1589335
+ },
+ {
+ "nodeId": 12328870592,
+ "lat": 50.7203741,
+ "lon": 3.1589442
+ },
+ {
+ "nodeId": 12328870591,
+ "lat": 50.720392,
+ "lon": 3.1589529
+ },
+ {
+ "nodeId": 6261934948,
+ "lat": 50.7204127,
+ "lon": 3.1589603
+ },
+ {
+ "nodeId": 6316904795,
+ "lat": 50.7204452,
+ "lon": 3.1589699
+ },
+ {
+ "nodeId": 706459016,
+ "lat": 50.72047,
+ "lon": 3.1589755
+ },
+ {
+ "nodeId": 6261934951,
+ "lat": 50.7204899,
+ "lon": 3.1589786
+ },
+ {
+ "nodeId": 6261934944,
+ "lat": 50.7205063,
+ "lon": 3.1589793
+ },
+ {
+ "nodeId": 5584852641,
+ "lat": 50.7205246,
+ "lon": 3.1589784
+ },
+ {
+ "nodeId": 12328865448,
+ "lat": 50.7205431,
+ "lon": 3.158977
+ },
+ {
+ "nodeId": 6316904798,
+ "lat": 50.7205658,
+ "lon": 3.1589755
+ },
+ {
+ "nodeId": 706459017,
+ "lat": 50.7209057,
+ "lon": 3.1589221
+ },
+ {
+ "nodeId": 6498974958,
+ "lat": 50.7180152,
+ "lon": 3.1572493
+ },
+ {
+ "nodeId": 6498974959,
+ "lat": 50.7180594,
+ "lon": 3.1572772
+ },
+ {
+ "nodeId": 706458999,
+ "lat": 50.718118,
+ "lon": 3.1573069
+ },
+ {
+ "nodeId": 6498974960,
+ "lat": 50.7181953,
+ "lon": 3.157336
+ },
+ {
+ "nodeId": 6498975095,
+ "lat": 50.7182431,
+ "lon": 3.1573481
+ },
+ {
+ "nodeId": 6498975099,
+ "lat": 50.7182695,
+ "lon": 3.1573557
+ },
+ {
+ "nodeId": 12328865473,
+ "lat": 50.7183032,
+ "lon": 3.157367
+ },
+ {
+ "nodeId": 706459001,
+ "lat": 50.7183286,
+ "lon": 3.1573781
+ },
+ {
+ "nodeId": 12328865467,
+ "lat": 50.7183421,
+ "lon": 3.1573845
+ },
+ {
+ "nodeId": 12328865472,
+ "lat": 50.7183576,
+ "lon": 3.1573918
+ },
+ {
+ "nodeId": 6498974972,
+ "lat": 50.7183939,
+ "lon": 3.1574106
+ },
+ {
+ "nodeId": 6498975103,
+ "lat": 50.7184496,
+ "lon": 3.1574389
+ },
+ {
+ "nodeId": 6498974973,
+ "lat": 50.7184841,
+ "lon": 3.1574574
+ },
+ {
+ "nodeId": 12328865471,
+ "lat": 50.7185299,
+ "lon": 3.1574817
+ },
+ {
+ "nodeId": 12328865470,
+ "lat": 50.718549,
+ "lon": 3.1574924
+ },
+ {
+ "nodeId": 706459003,
+ "lat": 50.7185912,
+ "lon": 3.1575198
+ },
+ {
+ "nodeId": 675390914,
+ "lat": 50.6651533,
+ "lon": 3.1031182
+ },
+ {
+ "nodeId": 8615266050,
+ "lat": 50.6651778,
+ "lon": 3.1031717
+ },
+ {
+ "nodeId": 675410552,
+ "lat": 50.6652031,
+ "lon": 3.1032211
+ },
+ {
+ "nodeId": 675390859,
+ "lat": 50.6652288,
+ "lon": 3.10326
+ },
+ {
+ "nodeId": 675410529,
+ "lat": 50.6653023,
+ "lon": 3.1033554
+ },
+ {
+ "nodeId": 6511813971,
+ "lat": 50.665349,
+ "lon": 3.1034013
+ },
+ {
+ "nodeId": 2840725251,
+ "lat": 50.6653944,
+ "lon": 3.1034345
+ },
+ {
+ "nodeId": 6511813972,
+ "lat": 50.6654267,
+ "lon": 3.1034544
+ },
+ {
+ "nodeId": 675410570,
+ "lat": 50.6654571,
+ "lon": 3.103465
+ },
+ {
+ "nodeId": 6797386166,
+ "lat": 50.6655982,
+ "lon": 3.1035026
+ },
+ {
+ "nodeId": 675390926,
+ "lat": 50.6656552,
+ "lon": 3.1035194
+ },
+ {
+ "nodeId": 8615265999,
+ "lat": 50.6658018,
+ "lon": 3.1035575
+ },
+ {
+ "nodeId": 6483890558,
+ "lat": 50.6661318,
+ "lon": 3.1036441
+ },
+ {
+ "nodeId": 7782653157,
+ "lat": 50.6661582,
+ "lon": 3.10365
+ },
+ {
+ "nodeId": 8615265936,
+ "lat": 50.6661879,
+ "lon": 3.1036571
+ },
+ {
+ "nodeId": 6511813892,
+ "lat": 50.6662669,
+ "lon": 3.103676
+ },
+ {
+ "nodeId": 7183665057,
+ "lat": 50.6664671,
+ "lon": 3.1037229
+ },
+ {
+ "nodeId": 675410523,
+ "lat": 50.6670702,
+ "lon": 3.1038763
+ },
+ {
+ "nodeId": 675410551,
+ "lat": 50.6676661,
+ "lon": 3.1040366
+ },
+ {
+ "nodeId": 675410565,
+ "lat": 50.6686898,
+ "lon": 3.1043082
+ },
+ {
+ "nodeId": 675410574,
+ "lat": 50.6690556,
+ "lon": 3.1044082
+ },
+ {
+ "nodeId": 675410517,
+ "lat": 50.6694609,
+ "lon": 3.1045284
+ },
+ {
+ "nodeId": 675410537,
+ "lat": 50.6697731,
+ "lon": 3.1046286
+ },
+ {
+ "nodeId": 8615266208,
+ "lat": 50.669951,
+ "lon": 3.1046864
+ },
+ {
+ "nodeId": 8615266160,
+ "lat": 50.670042,
+ "lon": 3.1047173
+ },
+ {
+ "nodeId": 675410556,
+ "lat": 50.6701532,
+ "lon": 3.104761
+ },
+ {
+ "nodeId": 8615266209,
+ "lat": 50.6703361,
+ "lon": 3.1048353
+ },
+ {
+ "nodeId": 675410519,
+ "lat": 50.6705428,
+ "lon": 3.1049279
+ },
+ {
+ "nodeId": 8615266214,
+ "lat": 50.6707084,
+ "lon": 3.1050056
+ },
+ {
+ "nodeId": 8615266215,
+ "lat": 50.6708452,
+ "lon": 3.10507
+ },
+ {
+ "nodeId": 675410535,
+ "lat": 50.6710397,
+ "lon": 3.1051715
+ },
+ {
+ "nodeId": 8615266445,
+ "lat": 50.6711376,
+ "lon": 3.1052202
+ },
+ {
+ "nodeId": 8615266446,
+ "lat": 50.6712396,
+ "lon": 3.1052792
+ },
+ {
+ "nodeId": 675410560,
+ "lat": 50.6714237,
+ "lon": 3.1053881
+ },
+ {
+ "nodeId": 8615266447,
+ "lat": 50.6715643,
+ "lon": 3.1054696
+ },
+ {
+ "nodeId": 675410577,
+ "lat": 50.6716995,
+ "lon": 3.1055551
+ },
+ {
+ "nodeId": 675410513,
+ "lat": 50.6720939,
+ "lon": 3.1058182
+ },
+ {
+ "nodeId": 675418764,
+ "lat": 50.6724045,
+ "lon": 3.1060426
+ },
+ {
+ "nodeId": 8615266444,
+ "lat": 50.6725553,
+ "lon": 3.106159
+ },
+ {
+ "nodeId": 8615266443,
+ "lat": 50.6726666,
+ "lon": 3.1062448
+ },
+ {
+ "nodeId": 675418684,
+ "lat": 50.6728014,
+ "lon": 3.1063513
+ },
+ {
+ "nodeId": 7183687961,
+ "lat": 50.6730845,
+ "lon": 3.1065879
+ },
+ {
+ "nodeId": 675418715,
+ "lat": 50.6731445,
+ "lon": 3.1066399
+ },
+ {
+ "nodeId": 6483890559,
+ "lat": 50.673223,
+ "lon": 3.1066974
+ },
+ {
+ "nodeId": 8615266438,
+ "lat": 50.6732896,
+ "lon": 3.1067491
+ },
+ {
+ "nodeId": 7183687970,
+ "lat": 50.6733657,
+ "lon": 3.1068162
+ },
+ {
+ "nodeId": 675418749,
+ "lat": 50.6737908,
+ "lon": 3.1072201
+ },
+ {
+ "nodeId": 8615266437,
+ "lat": 50.6738905,
+ "lon": 3.1073177
+ },
+ {
+ "nodeId": 675418786,
+ "lat": 50.6740201,
+ "lon": 3.1074527
+ },
+ {
+ "nodeId": 8615266434,
+ "lat": 50.6741327,
+ "lon": 3.1075725
+ },
+ {
+ "nodeId": 675418700,
+ "lat": 50.67425,
+ "lon": 3.1077106
+ },
+ {
+ "nodeId": 675418756,
+ "lat": 50.6744874,
+ "lon": 3.1079904
+ },
+ {
+ "nodeId": 675418782,
+ "lat": 50.6747285,
+ "lon": 3.1082885
+ },
+ {
+ "nodeId": 675418708,
+ "lat": 50.6752463,
+ "lon": 3.1089267
+ },
+ {
+ "nodeId": 675418733,
+ "lat": 50.6756185,
+ "lon": 3.1093994
+ },
+ {
+ "nodeId": 675418744,
+ "lat": 50.6760284,
+ "lon": 3.1099076
+ },
+ {
+ "nodeId": 8615266425,
+ "lat": 50.6767027,
+ "lon": 3.1107429
+ },
+ {
+ "nodeId": 8615266424,
+ "lat": 50.6770401,
+ "lon": 3.1111573
+ },
+ {
+ "nodeId": 6192238718,
+ "lat": 50.6774218,
+ "lon": 3.1116365
+ },
+ {
+ "nodeId": 6483890510,
+ "lat": 50.6775218,
+ "lon": 3.1117728
+ },
+ {
+ "nodeId": 8773976784,
+ "lat": 50.6789195,
+ "lon": 3.1135202
+ },
+ {
+ "nodeId": 675418696,
+ "lat": 50.6791289,
+ "lon": 3.1137821
+ },
+ {
+ "nodeId": 6483890509,
+ "lat": 50.6793773,
+ "lon": 3.1141159
+ },
+ {
+ "nodeId": 7183706094,
+ "lat": 50.6795072,
+ "lon": 3.1142783
+ },
+ {
+ "nodeId": 8623763013,
+ "lat": 50.6801479,
+ "lon": 3.1150599
+ },
+ {
+ "nodeId": 8623763009,
+ "lat": 50.6803068,
+ "lon": 3.1152597
+ },
+ {
+ "nodeId": 10937734528,
+ "lat": 50.7187649,
+ "lon": 3.1576616
+ },
+ {
+ "nodeId": 3968543672,
+ "lat": 50.7189773,
+ "lon": 3.1578378
+ },
+ {
+ "nodeId": 706459006,
+ "lat": 50.7190785,
+ "lon": 3.15792
+ },
+ {
+ "nodeId": 12328865474,
+ "lat": 50.7191005,
+ "lon": 3.157939
+ },
+ {
+ "nodeId": 706459008,
+ "lat": 50.7191235,
+ "lon": 3.1579614
+ },
+ {
+ "nodeId": 12328865475,
+ "lat": 50.7191417,
+ "lon": 3.1579799
+ },
+ {
+ "nodeId": 6498974979,
+ "lat": 50.7191612,
+ "lon": 3.1580015
+ },
+ {
+ "nodeId": 6498975089,
+ "lat": 50.7192208,
+ "lon": 3.1580699
+ },
+ {
+ "nodeId": 6498974980,
+ "lat": 50.7192654,
+ "lon": 3.1581225
+ },
+ {
+ "nodeId": 12328865479,
+ "lat": 50.7192848,
+ "lon": 3.1581442
+ },
+ {
+ "nodeId": 6498974981,
+ "lat": 50.7193064,
+ "lon": 3.158166
+ },
+ {
+ "nodeId": 12328865478,
+ "lat": 50.7193302,
+ "lon": 3.1581891
+ },
+ {
+ "nodeId": 12328865477,
+ "lat": 50.7193506,
+ "lon": 3.1582072
+ },
+ {
+ "nodeId": 706459009,
+ "lat": 50.7194235,
+ "lon": 3.1582692
+ },
+ {
+ "nodeId": 706459012,
+ "lat": 50.7197569,
+ "lon": 3.1585412
+ },
+ {
+ "nodeId": 12328865476,
+ "lat": 50.7197832,
+ "lon": 3.1585606
+ },
+ {
+ "nodeId": 6498974978,
+ "lat": 50.7198074,
+ "lon": 3.1585775
+ },
+ {
+ "nodeId": 10743218209,
+ "lat": 50.6378929,
+ "lon": 3.071685
+ },
+ {
+ "nodeId": 6502268745,
+ "lat": 50.6811494,
+ "lon": 3.1678449
+ },
+ {
+ "nodeId": 6502268746,
+ "lat": 50.6811816,
+ "lon": 3.1678824
+ },
+ {
+ "nodeId": 6502268748,
+ "lat": 50.681232,
+ "lon": 3.1679364
+ },
+ {
+ "nodeId": 6502268747,
+ "lat": 50.6812161,
+ "lon": 3.1679209
+ },
+ {
+ "nodeId": 6502268749,
+ "lat": 50.6813149,
+ "lon": 3.1680169
+ },
+ {
+ "nodeId": 6502268740,
+ "lat": 50.6813611,
+ "lon": 3.1680617
+ },
+ {
+ "nodeId": 7181807049,
+ "lat": 50.6814237,
+ "lon": 3.1681206
+ },
+ {
+ "nodeId": 1219182034,
+ "lat": 50.6814609,
+ "lon": 3.1681579
+ },
+ {
+ "nodeId": 1219182606,
+ "lat": 50.6816642,
+ "lon": 3.1683899
+ },
+ {
+ "nodeId": 1219181832,
+ "lat": 50.682304,
+ "lon": 3.16913
+ },
+ {
+ "nodeId": 6345788737,
+ "lat": 50.6826789,
+ "lon": 3.1695549
+ },
+ {
+ "nodeId": 1219181211,
+ "lat": 50.682883,
+ "lon": 3.169785
+ },
+ {
+ "nodeId": 6305872810,
+ "lat": 50.6831667,
+ "lon": 3.1700995
+ },
+ {
+ "nodeId": 1219182648,
+ "lat": 50.683454,
+ "lon": 3.170426
+ },
+ {
+ "nodeId": 1219182556,
+ "lat": 50.6843518,
+ "lon": 3.1714425
+ },
+ {
+ "nodeId": 6982699365,
+ "lat": 50.6842167,
+ "lon": 3.1712895
+ },
+ {
+ "nodeId": 1219181047,
+ "lat": 50.6845204,
+ "lon": 3.1716362
+ },
+ {
+ "nodeId": 6262799982,
+ "lat": 50.6846204,
+ "lon": 3.1717548
+ },
+ {
+ "nodeId": 6502268502,
+ "lat": 50.6846656,
+ "lon": 3.1718134
+ },
+ {
+ "nodeId": 6262799983,
+ "lat": 50.6847018,
+ "lon": 3.1718603
+ },
+ {
+ "nodeId": 6262799984,
+ "lat": 50.6847728,
+ "lon": 3.1719609
+ },
+ {
+ "nodeId": 6262799985,
+ "lat": 50.6848194,
+ "lon": 3.1720239
+ },
+ {
+ "nodeId": 6502268507,
+ "lat": 50.6848355,
+ "lon": 3.1720468
+ },
+ {
+ "nodeId": 1219181292,
+ "lat": 50.6848638,
+ "lon": 3.1720841
+ },
+ {
+ "nodeId": 1219181111,
+ "lat": 50.6851355,
+ "lon": 3.1723874
+ },
+ {
+ "nodeId": 6502268511,
+ "lat": 50.6851574,
+ "lon": 3.1724121
+ },
+ {
+ "nodeId": 6262799968,
+ "lat": 50.6851789,
+ "lon": 3.1724357
+ },
+ {
+ "nodeId": 6262799967,
+ "lat": 50.6852273,
+ "lon": 3.1724797
+ },
+ {
+ "nodeId": 6262799966,
+ "lat": 50.6852907,
+ "lon": 3.1725341
+ },
+ {
+ "nodeId": 6262799965,
+ "lat": 50.6853468,
+ "lon": 3.1725823
+ },
+ {
+ "nodeId": 1219181727,
+ "lat": 50.6853852,
+ "lon": 3.1726227
+ },
+ {
+ "nodeId": 1219181522,
+ "lat": 50.686251,
+ "lon": 3.1736091
+ },
+ {
+ "nodeId": 6982699361,
+ "lat": 50.6863735,
+ "lon": 3.1737479
+ },
+ {
+ "nodeId": 6345788740,
+ "lat": 50.6864668,
+ "lon": 3.1738597
+ },
+ {
+ "nodeId": 1219182150,
+ "lat": 50.686548,
+ "lon": 3.173947
+ },
+ {
+ "nodeId": 1219181599,
+ "lat": 50.686634,
+ "lon": 3.17404
+ },
+ {
+ "nodeId": 1219181855,
+ "lat": 50.6867279,
+ "lon": 3.1741189
+ },
+ {
+ "nodeId": 6262799963,
+ "lat": 50.6867949,
+ "lon": 3.1741713
+ },
+ {
+ "nodeId": 1219182128,
+ "lat": 50.686858,
+ "lon": 3.1742174
+ },
+ {
+ "nodeId": 6345788741,
+ "lat": 50.6869096,
+ "lon": 3.1742475
+ },
+ {
+ "nodeId": 1219182561,
+ "lat": 50.687003,
+ "lon": 3.174302
+ },
+ {
+ "nodeId": 1219182301,
+ "lat": 50.687097,
+ "lon": 3.174359
+ },
+ {
+ "nodeId": 1219180956,
+ "lat": 50.687179,
+ "lon": 3.17442
+ },
+ {
+ "nodeId": 1219181530,
+ "lat": 50.687275,
+ "lon": 3.174506
+ },
+ {
+ "nodeId": 1219181622,
+ "lat": 50.6874939,
+ "lon": 3.1747344
+ },
+ {
+ "nodeId": 6942630664,
+ "lat": 50.6875169,
+ "lon": 3.174762
+ },
+ {
+ "nodeId": 6262799940,
+ "lat": 50.6875284,
+ "lon": 3.1747758
+ },
+ {
+ "nodeId": 1219181673,
+ "lat": 50.687565,
+ "lon": 3.17483
+ },
+ {
+ "nodeId": 6345788742,
+ "lat": 50.6875861,
+ "lon": 3.1748603
+ },
+ {
+ "nodeId": 1219181391,
+ "lat": 50.6876133,
+ "lon": 3.1749052
+ },
+ {
+ "nodeId": 6262799932,
+ "lat": 50.6876311,
+ "lon": 3.1749334
+ },
+ {
+ "nodeId": 8627045236,
+ "lat": 50.6876586,
+ "lon": 3.1749811
+ },
+ {
+ "nodeId": 5601920154,
+ "lat": 50.6876798,
+ "lon": 3.1750215
+ },
+ {
+ "nodeId": 6262799836,
+ "lat": 50.6879094,
+ "lon": 3.1755036
+ },
+ {
+ "nodeId": 1219181347,
+ "lat": 50.68799,
+ "lon": 3.17568
+ },
+ {
+ "nodeId": 6262799835,
+ "lat": 50.6880696,
+ "lon": 3.1758699
+ },
+ {
+ "nodeId": 8773867434,
+ "lat": 50.6880983,
+ "lon": 3.1759393
+ },
+ {
+ "nodeId": 6262799834,
+ "lat": 50.6881344,
+ "lon": 3.1760346
+ },
+ {
+ "nodeId": 6262799833,
+ "lat": 50.6881973,
+ "lon": 3.1762133
+ },
+ {
+ "nodeId": 1219180907,
+ "lat": 50.688243,
+ "lon": 3.1763288
+ },
+ {
+ "nodeId": 6262799832,
+ "lat": 50.6882946,
+ "lon": 3.1764434
+ },
+ {
+ "nodeId": 1219181929,
+ "lat": 50.6883533,
+ "lon": 3.1765564
+ },
+ {
+ "nodeId": 1219181985,
+ "lat": 50.688418,
+ "lon": 3.176659
+ },
+ {
+ "nodeId": 6262799831,
+ "lat": 50.6884613,
+ "lon": 3.1767199
+ },
+ {
+ "nodeId": 6262799830,
+ "lat": 50.6885087,
+ "lon": 3.1767825
+ },
+ {
+ "nodeId": 1219181431,
+ "lat": 50.6885791,
+ "lon": 3.1768566
+ },
+ {
+ "nodeId": 1219181075,
+ "lat": 50.68869,
+ "lon": 3.176966
+ },
+ {
+ "nodeId": 1219182527,
+ "lat": 50.688772,
+ "lon": 3.177057
+ },
+ {
+ "nodeId": 1219181191,
+ "lat": 50.688991,
+ "lon": 3.177271
+ },
+ {
+ "nodeId": 1219181369,
+ "lat": 50.689139,
+ "lon": 3.177373
+ },
+ {
+ "nodeId": 1219182359,
+ "lat": 50.689294,
+ "lon": 3.177446
+ },
+ {
+ "nodeId": 1219182226,
+ "lat": 50.6894,
+ "lon": 3.177478
+ },
+ {
+ "nodeId": 6943442652,
+ "lat": 50.6894244,
+ "lon": 3.1774825
+ },
+ {
+ "nodeId": 6262799807,
+ "lat": 50.689467,
+ "lon": 3.1774903
+ },
+ {
+ "nodeId": 1219182036,
+ "lat": 50.689487,
+ "lon": 3.177494
+ },
+ {
+ "nodeId": 1219181694,
+ "lat": 50.689494,
+ "lon": 3.177495
+ },
+ {
+ "nodeId": 6262799812,
+ "lat": 50.6895064,
+ "lon": 3.1774967
+ },
+ {
+ "nodeId": 1219181820,
+ "lat": 50.689845,
+ "lon": 3.1775426
+ },
+ {
+ "nodeId": 6943442650,
+ "lat": 50.6899155,
+ "lon": 3.1775553
+ },
+ {
+ "nodeId": 1219181615,
+ "lat": 50.6899784,
+ "lon": 3.177568
+ },
+ {
+ "nodeId": 9540503234,
+ "lat": 50.6900308,
+ "lon": 3.1775808
+ },
+ {
+ "nodeId": 1219181426,
+ "lat": 50.690082,
+ "lon": 3.177599
+ },
+ {
+ "nodeId": 9540503235,
+ "lat": 50.6901208,
+ "lon": 3.1776144
+ },
+ {
+ "nodeId": 1219182104,
+ "lat": 50.690166,
+ "lon": 3.177636
+ },
+ {
+ "nodeId": 9540503236,
+ "lat": 50.69021,
+ "lon": 3.17766
+ },
+ {
+ "nodeId": 1219181475,
+ "lat": 50.6902601,
+ "lon": 3.1776894
+ },
+ {
+ "nodeId": 9540503237,
+ "lat": 50.6903103,
+ "lon": 3.177723
+ },
+ {
+ "nodeId": 1219182121,
+ "lat": 50.6903532,
+ "lon": 3.1777583
+ },
+ {
+ "nodeId": 9540503238,
+ "lat": 50.6904029,
+ "lon": 3.1778048
+ },
+ {
+ "nodeId": 1219181494,
+ "lat": 50.6904437,
+ "lon": 3.1778439
+ },
+ {
+ "nodeId": 13423781547,
+ "lat": 50.6904721,
+ "lon": 3.1778732
+ },
+ {
+ "nodeId": 9540503239,
+ "lat": 50.6904981,
+ "lon": 3.1779014
+ },
+ {
+ "nodeId": 13423781548,
+ "lat": 50.6905206,
+ "lon": 3.1779275
+ },
+ {
+ "nodeId": 1219180936,
+ "lat": 50.6905483,
+ "lon": 3.177961
+ },
+ {
+ "nodeId": 9540503240,
+ "lat": 50.6905779,
+ "lon": 3.178002
+ },
+ {
+ "nodeId": 13423781549,
+ "lat": 50.690603,
+ "lon": 3.1780381
+ },
+ {
+ "nodeId": 1219181546,
+ "lat": 50.690625,
+ "lon": 3.1780727
+ },
+ {
+ "nodeId": 13423781550,
+ "lat": 50.6906438,
+ "lon": 3.1781019
+ },
+ {
+ "nodeId": 8773867831,
+ "lat": 50.6906659,
+ "lon": 3.17814
+ },
+ {
+ "nodeId": 13423781551,
+ "lat": 50.6906879,
+ "lon": 3.1781796
+ },
+ {
+ "nodeId": 1219182392,
+ "lat": 50.6907098,
+ "lon": 3.1782198
+ },
+ {
+ "nodeId": 8773867830,
+ "lat": 50.6907283,
+ "lon": 3.1782561
+ },
+ {
+ "nodeId": 1770448896,
+ "lat": 50.6907491,
+ "lon": 3.1783014
+ },
+ {
+ "nodeId": 1219182309,
+ "lat": 50.6907651,
+ "lon": 3.1783373
+ },
+ {
+ "nodeId": 1770448900,
+ "lat": 50.690782,
+ "lon": 3.1783775
+ },
+ {
+ "nodeId": 5969201551,
+ "lat": 50.6908055,
+ "lon": 3.1784369
+ },
+ {
+ "nodeId": 8773867844,
+ "lat": 50.690838,
+ "lon": 3.1785242
+ },
+ {
+ "nodeId": 1219181218,
+ "lat": 50.6909188,
+ "lon": 3.1787584
+ },
+ {
+ "nodeId": 8773867845,
+ "lat": 50.6909263,
+ "lon": 3.1787797
+ },
+ {
+ "nodeId": 13423781564,
+ "lat": 50.690933,
+ "lon": 3.1787992
+ },
+ {
+ "nodeId": 7174748085,
+ "lat": 50.6662282,
+ "lon": 3.1492844
+ },
+ {
+ "nodeId": 8765045343,
+ "lat": 50.6662637,
+ "lon": 3.1493425
+ },
+ {
+ "nodeId": 8765045342,
+ "lat": 50.6662943,
+ "lon": 3.1493881
+ },
+ {
+ "nodeId": 6515434822,
+ "lat": 50.6663458,
+ "lon": 3.1494675
+ },
+ {
+ "nodeId": 8765045341,
+ "lat": 50.6663955,
+ "lon": 3.1495397
+ },
+ {
+ "nodeId": 7174748092,
+ "lat": 50.6664416,
+ "lon": 3.1496146
+ },
+ {
+ "nodeId": 12183430404,
+ "lat": 50.6683221,
+ "lon": 3.1529761
+ },
+ {
+ "nodeId": 3660896782,
+ "lat": 50.668742,
+ "lon": 3.1537256
+ },
+ {
+ "nodeId": 1219181086,
+ "lat": 50.6687893,
+ "lon": 3.1538023
+ },
+ {
+ "nodeId": 8773867519,
+ "lat": 50.6688535,
+ "lon": 3.1539011
+ },
+ {
+ "nodeId": 8773867629,
+ "lat": 50.6689378,
+ "lon": 3.1540364
+ },
+ {
+ "nodeId": 8773867628,
+ "lat": 50.6689931,
+ "lon": 3.1541289
+ },
+ {
+ "nodeId": 9202264193,
+ "lat": 50.669007,
+ "lon": 3.1541542
+ },
+ {
+ "nodeId": 1219181575,
+ "lat": 50.6693796,
+ "lon": 3.1548294
+ },
+ {
+ "nodeId": 8773867574,
+ "lat": 50.6694002,
+ "lon": 3.1548645
+ },
+ {
+ "nodeId": 1219182070,
+ "lat": 50.6694265,
+ "lon": 3.154906
+ },
+ {
+ "nodeId": 1219182068,
+ "lat": 50.6694522,
+ "lon": 3.1549457
+ },
+ {
+ "nodeId": 1219181766,
+ "lat": 50.669476,
+ "lon": 3.1549786
+ },
+ {
+ "nodeId": 1219181716,
+ "lat": 50.669501,
+ "lon": 3.1550096
+ },
+ {
+ "nodeId": 1219182091,
+ "lat": 50.6695267,
+ "lon": 3.1550426
+ },
+ {
+ "nodeId": 1219181388,
+ "lat": 50.6695499,
+ "lon": 3.1550696
+ },
+ {
+ "nodeId": 1219181102,
+ "lat": 50.6695781,
+ "lon": 3.1551006
+ },
+ {
+ "nodeId": 1219181131,
+ "lat": 50.6696072,
+ "lon": 3.1551335
+ },
+ {
+ "nodeId": 1219181808,
+ "lat": 50.6696443,
+ "lon": 3.1551695
+ },
+ {
+ "nodeId": 1219181297,
+ "lat": 50.6696794,
+ "lon": 3.1552043
+ },
+ {
+ "nodeId": 1219182263,
+ "lat": 50.6697155,
+ "lon": 3.1552336
+ },
+ {
+ "nodeId": 1219181692,
+ "lat": 50.6697525,
+ "lon": 3.155266
+ },
+ {
+ "nodeId": 1219181811,
+ "lat": 50.6697915,
+ "lon": 3.1552998
+ },
+ {
+ "nodeId": 1219181547,
+ "lat": 50.6698316,
+ "lon": 3.1553305
+ },
+ {
+ "nodeId": 11660020604,
+ "lat": 50.6698685,
+ "lon": 3.1553558
+ },
+ {
+ "nodeId": 1219181532,
+ "lat": 50.6698751,
+ "lon": 3.1553603
+ },
+ {
+ "nodeId": 8773867575,
+ "lat": 50.6699238,
+ "lon": 3.1553882
+ },
+ {
+ "nodeId": 1219181698,
+ "lat": 50.669969,
+ "lon": 3.1554124
+ },
+ {
+ "nodeId": 1219182405,
+ "lat": 50.6699914,
+ "lon": 3.1554224
+ },
+ {
+ "nodeId": 11660020598,
+ "lat": 50.6701146,
+ "lon": 3.1554729
+ },
+ {
+ "nodeId": 11660020599,
+ "lat": 50.6701562,
+ "lon": 3.155486
+ },
+ {
+ "nodeId": 1219182191,
+ "lat": 50.6702186,
+ "lon": 3.1554976
+ },
+ {
+ "nodeId": 1219182529,
+ "lat": 50.6702499,
+ "lon": 3.1555026
+ },
+ {
+ "nodeId": 1219181577,
+ "lat": 50.6702754,
+ "lon": 3.1555066
+ },
+ {
+ "nodeId": 1219181154,
+ "lat": 50.6703033,
+ "lon": 3.1555093
+ },
+ {
+ "nodeId": 1219182708,
+ "lat": 50.6703333,
+ "lon": 3.1555116
+ },
+ {
+ "nodeId": 1219181835,
+ "lat": 50.6703619,
+ "lon": 3.1555126
+ },
+ {
+ "nodeId": 1219181970,
+ "lat": 50.6704016,
+ "lon": 3.1555143
+ },
+ {
+ "nodeId": 1219182701,
+ "lat": 50.6704311,
+ "lon": 3.1555133
+ },
+ {
+ "nodeId": 1219182033,
+ "lat": 50.6704834,
+ "lon": 3.1555103
+ },
+ {
+ "nodeId": 1219181743,
+ "lat": 50.6704536,
+ "lon": 3.1555123
+ },
+ {
+ "nodeId": 1219181080,
+ "lat": 50.6706425,
+ "lon": 3.1554923
+ },
+ {
+ "nodeId": 1219181044,
+ "lat": 50.6705084,
+ "lon": 3.1555066
+ },
+ {
+ "nodeId": 1219181948,
+ "lat": 50.6707369,
+ "lon": 3.1554816
+ },
+ {
+ "nodeId": 1219181865,
+ "lat": 50.6708652,
+ "lon": 3.1554649
+ },
+ {
+ "nodeId": 1219181411,
+ "lat": 50.6710057,
+ "lon": 3.1554499
+ },
+ {
+ "nodeId": 1219182383,
+ "lat": 50.6710765,
+ "lon": 3.1554453
+ },
+ {
+ "nodeId": 1219181507,
+ "lat": 50.6711742,
+ "lon": 3.155447
+ },
+ {
+ "nodeId": 1219181528,
+ "lat": 50.6712102,
+ "lon": 3.1554483
+ },
+ {
+ "nodeId": 1219181526,
+ "lat": 50.6712468,
+ "lon": 3.155453
+ },
+ {
+ "nodeId": 1219181613,
+ "lat": 50.671288,
+ "lon": 3.155461
+ },
+ {
+ "nodeId": 1219181336,
+ "lat": 50.6713288,
+ "lon": 3.1554677
+ },
+ {
+ "nodeId": 1219181225,
+ "lat": 50.6713802,
+ "lon": 3.1554807
+ },
+ {
+ "nodeId": 1219181745,
+ "lat": 50.6714295,
+ "lon": 3.1554947
+ },
+ {
+ "nodeId": 1219181750,
+ "lat": 50.671482,
+ "lon": 3.155514
+ },
+ {
+ "nodeId": 1219182058,
+ "lat": 50.671536,
+ "lon": 3.155532
+ },
+ {
+ "nodeId": 1219181887,
+ "lat": 50.67157,
+ "lon": 3.155547
+ },
+ {
+ "nodeId": 1219181852,
+ "lat": 50.671589,
+ "lon": 3.155558
+ },
+ {
+ "nodeId": 1219182103,
+ "lat": 50.671633,
+ "lon": 3.155585
+ },
+ {
+ "nodeId": 1219182084,
+ "lat": 50.671669,
+ "lon": 3.155609
+ },
+ {
+ "nodeId": 1219182241,
+ "lat": 50.671761,
+ "lon": 3.155674
+ },
+ {
+ "nodeId": 1219182563,
+ "lat": 50.671825,
+ "lon": 3.155724
+ },
+ {
+ "nodeId": 1219181468,
+ "lat": 50.671872,
+ "lon": 3.155764
+ },
+ {
+ "nodeId": 1219181602,
+ "lat": 50.671914,
+ "lon": 3.155802
+ },
+ {
+ "nodeId": 1219181623,
+ "lat": 50.671951,
+ "lon": 3.155837
+ },
+ {
+ "nodeId": 1219182099,
+ "lat": 50.671996,
+ "lon": 3.155884
+ },
+ {
+ "nodeId": 1219182642,
+ "lat": 50.672065,
+ "lon": 3.155956
+ },
+ {
+ "nodeId": 1219181474,
+ "lat": 50.67211,
+ "lon": 3.156002
+ },
+ {
+ "nodeId": 8623764082,
+ "lat": 50.6723733,
+ "lon": 3.156272
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/lille/icon.ico b/src/app/(game)/lille/icon.ico
new file mode 100644
index 0000000..234d0dc
Binary files /dev/null and b/src/app/(game)/lille/icon.ico differ
diff --git a/src/app/(game)/lille/opengraph-image.jpg b/src/app/(game)/lille/opengraph-image.jpg
new file mode 100644
index 0000000..c487779
Binary files /dev/null and b/src/app/(game)/lille/opengraph-image.jpg differ
diff --git a/src/app/(game)/lille/page.tsx b/src/app/(game)/lille/page.tsx
new file mode 100644
index 0000000..2b1e286
--- /dev/null
+++ b/src/app/(game)/lille/page.tsx
@@ -0,0 +1,34 @@
+import GamePage from '@/components/GamePage'
+import Main from '@/components/Main'
+import { Provider } from '@/lib/configContext'
+import { DataFeatureCollection, RoutesFeatureCollection } from '@/lib/types'
+import 'mapbox-gl/dist/mapbox-gl.css'
+import { Inter } from 'next/font/google'
+import 'react-circular-progressbar/dist/styles.css'
+import config from './config'
+import data from './data/features.json'
+import routes from './data/routes.json'
+
+const font = Inter({
+ subsets: ['latin'],
+ display: 'swap',
+})
+
+const fc = {
+ ...data,
+ features: data.features.filter((f) => !!config.LINES[f.properties.line]),
+} as DataFeatureCollection
+
+const routesFc = routes as RoutesFeatureCollection
+
+export const metadata = config.METADATA
+
+export default function Toulouse() {
+ return (
+
+
+
+
+
+ )
+}
diff --git a/src/app/(game)/lyon/config.ts b/src/app/(game)/lyon/config.ts
new file mode 100644
index 0000000..dd5d4b7
--- /dev/null
+++ b/src/app/(game)/lyon/config.ts
@@ -0,0 +1,151 @@
+import { Config, Line } from '@/lib/types'
+import { MapboxOptions } from 'mapbox-gl'
+import { Metadata } from 'next'
+
+export const BEG_THRESHOLD = 0.5
+
+export const LINES: {
+ [name: string]: Line
+} = {
+ LyonA: {
+ name: 'A',
+ color: '#EB4599',
+ backgroundColor: '#890F4D',
+ textColor: '#FFFFFF',
+ order: 1,
+ },
+ LyonB: {
+ name: 'B',
+ color: '#0076C0',
+ backgroundColor: '#003B60',
+ textColor: '#FFFFFF',
+ order: 2,
+ },
+ LyonC: {
+ name: 'C',
+ color: '#F79829',
+ backgroundColor: '#8B4D05',
+ textColor: '#FFFFFF',
+ order: 3,
+ },
+ LyonD: {
+ name: 'D',
+ color: '#00A950',
+ backgroundColor: '#005428',
+ textColor: '#FFFFFF',
+ order: 4,
+ },
+ LyonF1: {
+ name: 'F1',
+ color: '#8BC752',
+ backgroundColor: '#456A22',
+ textColor: '#FFFFFF',
+ order: 5,
+ },
+ LyonF2: {
+ name: 'F2',
+ color: '#8BC752',
+ backgroundColor: '#456A22',
+ textColor: '#FFFFFF',
+ order: 6,
+ },
+ LyonRX: {
+ name: 'Rhône Express',
+ color: '#b80e28',
+ backgroundColor: '#5C0714',
+ textColor: '#FFFFFF',
+ order: 7,
+ },
+ LyonT1: {
+ name: 'T1',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 8,
+ },
+ LyonT2: {
+ name: 'T2',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 9,
+ },
+ LyonT3: {
+ name: 'T3',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 10,
+ },
+ LyonT4: {
+ name: 'T4',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 11,
+ },
+ LyonT5: {
+ name: 'T5',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 12,
+ },
+ LyonT6: {
+ name: 'T6',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 13,
+ },
+ LyonT7: {
+ name: 'T7',
+ color: '#873F98',
+ backgroundColor: '#43204C',
+ textColor: '#FFFFFF',
+ order: 14,
+ },
+}
+
+export const METADATA: Metadata = {
+ title: 'Lyon Metro Memory',
+ description: 'Combien de stations de métro de Lyon connaissez-vous ?',
+ openGraph: {
+ title: 'Lyon Metro Memory',
+ description:
+ 'Combien de stations de Metro pouvez-vous nommer par cœur ? Jouez au Metro Memory de Lyon et découvrez-le !',
+ type: 'website',
+ locale: 'fr_FR',
+ url: 'https://metro-memory.com/lyon',
+ },
+}
+
+export const MAP_CONFIG: MapboxOptions = {
+ container: 'map',
+ style: 'mapbox://styles/benjamintd/cls4h02hy019201qygvumc0nb',
+ minZoom: 6,
+ fadeDuration: 50,
+ dragRotate: false,
+}
+
+export const STRIPE_LINK = 'https://buy.stripe.com/cN2aFb0nI1rI9bi5km'
+
+export const CITY_NAME = 'lyon'
+
+export const LOCALE = 'fr'
+
+export const MAP_FROM_DATA = true
+
+const config: Config = {
+ GAUGE_COLORS: 'default',
+ MAP_FROM_DATA,
+ LOCALE,
+ STRIPE_LINK,
+ CITY_NAME,
+ MAP_CONFIG,
+ METADATA,
+ LINES,
+ BEG_THRESHOLD,
+}
+
+export default config
diff --git a/src/app/(game)/lyon/data/download-osm-raw-data.ts b/src/app/(game)/lyon/data/download-osm-raw-data.ts
new file mode 100644
index 0000000..4808f17
--- /dev/null
+++ b/src/app/(game)/lyon/data/download-osm-raw-data.ts
@@ -0,0 +1,372 @@
+import axios from 'axios'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+const osmApi = axios.create({
+ baseURL: 'https://www.openstreetmap.org/api/0.6/',
+})
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ // LyonA: {
+ // name: 'A',
+ // osm: {
+ // relationIds: [153123],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#EB4599',
+ // },
+ // LyonB: {
+ // name: 'B',
+ // osm: {
+ // relationIds: [113907],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#0076C0',
+ // },
+ // LyonC: {
+ // name: 'C',
+ // osm: {
+ // relationIds: [3687321],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#F79829',
+ // },
+ // LyonD: {
+ // name: 'D',
+ // osm: {
+ // relationIds: [113903],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#00A950',
+ // },
+ // LyonF1: {
+ // name: 'F1',
+ // osm: {
+ // relationIds: [5972769],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#8BC752',
+ // },
+ // LyonF2: {
+ // name: 'F2',
+ // osm: {
+ // relationIds: [5972767],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#8BC752',
+ // },
+ // LyonT1: {
+ // name: 'T1',
+ // osm: {
+ // relationIds: [1689215],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#873F98',
+ // },
+ // LyonT2: {
+ // name: 'T2',
+ // osm: {
+ // relationIds: [2519561],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#873F98',
+ // },
+ // LyonT3: {
+ // name: 'T3',
+ // osm: {
+ // relationIds: [2523792],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#873F98',
+ // },
+ // LyonT4: {
+ // name: 'T4',
+ // osm: {
+ // relationIds: [2524191],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#873F98',
+ // },
+ // LyonT5: {
+ // name: 'T5',
+ // osm: {
+ // relationIds: [2578549],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#873F98',
+ // },
+ // LyonT6: {
+ // name: 'T6',
+ // osm: {
+ // relationIds: [10218859],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#ff88a0',
+ // },
+ LyonT7: {
+ name: 'T7',
+ osm: {
+ relationIds: [6794364],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#972964',
+ },
+ // LyonRX: {
+ // name: 'Rhône Express',
+ // osm: {
+ // relationIds: [2523935],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#b80e28',
+ // },
+}
+
+
+/**
+ * Retrieve IDs of stations (node in OSM) and routes (path of the line; way in OSM) for a given relation ID.
+ * If the relation includes child relations (e.g., relation is a route_master and includes multiple routes),
+ * those are retrieved as well (recursively).
+ */
+async function getOsmRelationsDetails(relationIds: number[]): Promise<
+ {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+> {
+ const relationsDetails: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[] = []
+ await Promise.all(
+ relationIds.map(async (relationId) => {
+ const stationsNodeIds: number[] = []
+ const routesWayIds: number[] = []
+ const response = await osmApi.get(`relation/${relationId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'relation' || element.id !== relationId) continue
+ for (const member of element.members as {
+ type: string
+ ref: number
+ role: string
+ }[]) {
+ if (member.type === 'relation') {
+ const relationDetails = await getOsmRelationsDetails([member.ref])
+ relationsDetails.push(...relationDetails)
+ } else if (member.type === 'node' && member.role.startsWith('stop')) {
+ stationsNodeIds.push(member.ref)
+ } else if (member.type === 'way' && member.role === '') {
+ // we ignore ways with role platform*
+ routesWayIds.push(member.ref)
+ }
+ }
+ }
+ relationsDetails.push({ relationId, stationsNodeIds, routesWayIds })
+ }),
+ )
+ return relationsDetails
+}
+
+/**
+ * Retrieve details (name, lat, lon) for each station in a list of stations (OSM node IDs)
+ */
+async function getOsmStationsDetails(
+ stationsNodeIds: number[],
+): Promise<{ nodeId: number; name: string; lat: number; lon: number }[]> {
+ const stationsDetails: {
+ nodeId: number
+ name: string
+ lat: number
+ lon: number
+ }[] = []
+ await Promise.all(
+ stationsNodeIds.map(async (nodeId) => {
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ stationsDetails.push({
+ nodeId,
+ name: element.tags.name,
+ lat: element.lat,
+ lon: element.lon,
+ })
+ }
+ }),
+ )
+ return stationsDetails
+}
+
+/**
+ * Retrieve list of coordinates (lat, lon) for each way in a list of OSM way IDs
+ */
+async function getOsmWaysDetails(wayIds: number[]): Promise<{
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; lat: number; lon: number }[]
+}> {
+ const ways: {
+ wayId: number
+ nodeIds: number[]
+ }[] = []
+ await Promise.all(
+ wayIds.map(async (wayId) => {
+ const response = await osmApi.get(`way/${wayId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'way' || element.id !== wayId) continue
+ ways.push({ wayId, nodeIds: element.nodes })
+ }
+ }),
+ )
+
+ const uniqueNodeIds = [...new Set(ways.map((way) => way.nodeIds).flat())]
+ console.debug(
+ `Fetched node IDs for ${ways.length} ways, now fetching details for ${uniqueNodeIds.length} nodes ...`,
+ )
+ const nodes: { nodeId: number; lat: number; lon: number }[] = []
+ await Promise.all(
+ uniqueNodeIds.map(async (nodeId, ix) => {
+ // very naive DoS protection: wait a bit for each request, to have max ~30 req/second
+ await wait(30 * ix)
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ const { lat, lon } = element
+ nodes.push({ nodeId, lat, lon })
+ }
+ if ((ix + 1) % 10 === 0)
+ console.debug(` Finished request #${ix + 1}/${uniqueNodeIds.length}`)
+ }),
+ )
+ return { ways, nodes }
+}
+
+async function wait(ms: number): Promise {
+ return new Promise((resolve) => setTimeout(resolve, ms))
+}
+
+const main = async () => {
+ // get OSM IDs of stops and routes
+ console.debug(
+ `Fetching stations and routes for ${
+ Object.keys(linesMetadata).length
+ } lines...`,
+ )
+ const relationsDetailsPerLine: SourceJson['lines'] = await Promise.all(
+ Object.entries(linesMetadata).map(async ([lineId, lineMetadata]) => {
+ const relations = await getOsmRelationsDetails(
+ lineMetadata.osm.relationIds,
+ )
+ return {
+ lineId,
+ relations,
+ extraStationNodeIds: lineMetadata.osm.extraStationNodeIds ?? [],
+ extraRouteWayIds: lineMetadata.osm.extraRouteWayIds ?? [],
+ }
+ }),
+ )
+
+ const uniqueStationsNodeIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...lineDetails.extraStationNodeIds,
+ ])
+ .flat(),
+ ),
+ ]
+ const uniqueRoutesWayIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.routesWayIds)
+ .flat(),
+ ...lineDetails.extraRouteWayIds,
+ ])
+ .flat(),
+ ),
+ ]
+ console.debug(
+ `Fetched ${uniqueStationsNodeIds.length} unique station node IDs and ${uniqueRoutesWayIds.length} route way IDs`,
+ )
+
+ // get details of stations and routes
+ console.debug(`Fetching details for ${uniqueStationsNodeIds.length} nodes...`)
+ const stationsDetails = await getOsmStationsDetails(uniqueStationsNodeIds)
+ console.debug(`Fetched details for ${uniqueStationsNodeIds.length} nodes`)
+
+ console.debug(`Fetching details for ${uniqueRoutesWayIds.length} ways...`)
+ const waysDetails = await getOsmWaysDetails(uniqueRoutesWayIds)
+ console.debug(`Fetched details for ${uniqueRoutesWayIds.length} ways`)
+
+ console.debug(`Saving data...`)
+
+ // store station node IDs for easier lookup
+ const setStationNodeIds = new Set(
+ stationsDetails.map((station) => station.nodeId),
+ )
+
+ // save data to source.json
+ const sourceData: SourceJson = {
+ lines: relationsDetailsPerLine,
+ ways: waysDetails.ways,
+ nodes: [
+ ...stationsDetails,
+ ...waysDetails.nodes.filter(
+ (node) => setStationNodeIds.has(node.nodeId) === false,
+ ),
+ ],
+ }
+ await fs.writeFile(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lyon/data', './source.json'),
+ JSON.stringify(sourceData, null, 2),
+ 'utf8',
+ )
+}
+
+main()
diff --git a/src/app/(game)/lyon/data/features.json b/src/app/(game)/lyon/data/features.json
new file mode 100644
index 0000000..94eaffc
--- /dev/null
+++ b/src/app/(game)/lyon/data/features.json
@@ -0,0 +1,2949 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8267713, 45.7496228]
+ },
+ "properties": {
+ "id": 1,
+ "name": "Perrache",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 1
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8291603, 45.7530516]
+ },
+ "properties": {
+ "id": 2,
+ "name": "Ampère - Victor Hugo",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 2
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8331128, 45.7575968]
+ },
+ "properties": {
+ "id": 3,
+ "name": "Bellecour",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 3
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8357895, 45.7633092]
+ },
+ "properties": {
+ "id": 4,
+ "name": "Cordeliers",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 4
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8360162, 45.7672691]
+ },
+ "properties": {
+ "id": 5,
+ "name": "Hôtel de Ville - Louis Pradel",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 5
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8443892, 45.7687638]
+ },
+ "properties": {
+ "id": 6,
+ "name": "Foch",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 6
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8534191, 45.7695999]
+ },
+ "properties": {
+ "id": 7,
+ "name": "Masséna",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 7
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8650675, 45.7706745]
+ },
+ "properties": {
+ "id": 8,
+ "name": "Charpennes - Charles Hernu",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 8
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8739945, 45.770587]
+ },
+ "properties": {
+ "id": 9,
+ "name": "République - Villeurbanne",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 9
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8823107, 45.7690539]
+ },
+ "properties": {
+ "id": 10,
+ "name": "Gratte-Ciel",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 10
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8892877, 45.7677706]
+ },
+ "properties": {
+ "id": 11,
+ "name": "Flachet - Alain Gilles",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 11
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9008478, 45.7656434]
+ },
+ "properties": {
+ "id": 12,
+ "name": "Cusset",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 12
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.908827, 45.7641338]
+ },
+ "properties": {
+ "id": 13,
+ "name": "Laurent Bonnevay - Astroballe",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 13
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9219433, 45.7612489]
+ },
+ "properties": {
+ "id": 14,
+ "name": "Vaulx-en-Velin - La Soie",
+ "alternateNames": [],
+ "line": "LyonA",
+ "order": 1
+ },
+ "id": 14
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8633324, 45.7704175]
+ },
+ "properties": {
+ "id": 15,
+ "name": "Charpennes - Charles Hernu",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 15
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8593786, 45.7671188]
+ },
+ "properties": {
+ "id": 16,
+ "name": "Brotteaux",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 16
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8574444, 45.7616054]
+ },
+ "properties": {
+ "id": 17,
+ "name": "Gare Part-Dieu - Vivier Merle",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 17
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8473882, 45.7591873]
+ },
+ "properties": {
+ "id": 18,
+ "name": "Place Guichard - Bourse du Travail",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 18
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8466842, 45.753283]
+ },
+ "properties": {
+ "id": 19,
+ "name": "Saxe - Gambetta",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 19
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.842387, 45.7460317]
+ },
+ "properties": {
+ "id": 20,
+ "name": "Jean Macé",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 20
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8373372, 45.7375587]
+ },
+ "properties": {
+ "id": 21,
+ "name": "Place Jean Jaurès",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 21
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8334756, 45.7310667]
+ },
+ "properties": {
+ "id": 22,
+ "name": "Debourg",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 22
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8308571, 45.7267437]
+ },
+ "properties": {
+ "id": 23,
+ "name": "Stade de Gerland—Le LOU",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 23
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8145298, 45.7166744]
+ },
+ "properties": {
+ "id": 24,
+ "name": "Gare d'Oullins",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 24
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8052695, 45.7143357]
+ },
+ "properties": {
+ "id": 25,
+ "name": "Oullins Centre",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 25
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8043595, 45.7017434]
+ },
+ "properties": {
+ "id": 26,
+ "name": "Saint-Genis-Laval Hôpital Lyon Sud",
+ "alternateNames": [],
+ "line": "LyonB",
+ "order": 2
+ },
+ "id": 26
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8326307, 45.7853201]
+ },
+ "properties": {
+ "id": 27,
+ "name": "Cuire",
+ "alternateNames": [],
+ "line": "LyonC",
+ "order": 3
+ },
+ "id": 27
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8275387, 45.7794808]
+ },
+ "properties": {
+ "id": 28,
+ "name": "Hénon",
+ "alternateNames": [],
+ "line": "LyonC",
+ "order": 3
+ },
+ "id": 28
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8318589, 45.7745563]
+ },
+ "properties": {
+ "id": 29,
+ "name": "Croix-Rousse",
+ "alternateNames": [],
+ "line": "LyonC",
+ "order": 3
+ },
+ "id": 29
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8362195, 45.7710165]
+ },
+ "properties": {
+ "id": 30,
+ "name": "Croix-Paquet",
+ "alternateNames": [],
+ "line": "LyonC",
+ "order": 3
+ },
+ "id": 30
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.836024, 45.7681512]
+ },
+ "properties": {
+ "id": 31,
+ "name": "Hôtel de Ville - Louis Pradel",
+ "alternateNames": [],
+ "line": "LyonC",
+ "order": 3
+ },
+ "id": 31
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8045386, 45.7805642]
+ },
+ "properties": {
+ "id": 32,
+ "name": "Gare de Vaise - Gérard Collomb",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 32
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8054708, 45.7745978]
+ },
+ "properties": {
+ "id": 33,
+ "name": "Valmy",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 33
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8055028, 45.7664422]
+ },
+ "properties": {
+ "id": 34,
+ "name": "Gorge de Loup",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 34
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8259681, 45.7601928]
+ },
+ "properties": {
+ "id": 35,
+ "name": "Vieux Lyon - Cathédrale Saint-Jean",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 35
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8334117, 45.7570913]
+ },
+ "properties": {
+ "id": 36,
+ "name": "Bellecour",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 36
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8428428, 45.7553541]
+ },
+ "properties": {
+ "id": 37,
+ "name": "Guillotière",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 37
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.847025, 45.7539138]
+ },
+ "properties": {
+ "id": 38,
+ "name": "Saxe - Gambetta",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 38
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.853488, 45.7516219]
+ },
+ "properties": {
+ "id": 39,
+ "name": "Garibaldi",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 39
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8652467, 45.747584]
+ },
+ "properties": {
+ "id": 40,
+ "name": "Sans Souci",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 40
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8713767, 45.7455214]
+ },
+ "properties": {
+ "id": 41,
+ "name": "Monplaisir - Lumière",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 41
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8788802, 45.7429973]
+ },
+ "properties": {
+ "id": 42,
+ "name": "Grange Blanche",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 42
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8865793, 45.7383722]
+ },
+ "properties": {
+ "id": 43,
+ "name": "Laennec",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 43
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8873009, 45.7305576]
+ },
+ "properties": {
+ "id": 44,
+ "name": "Mermoz - Pinel",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 44
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8875525, 45.7195177]
+ },
+ "properties": {
+ "id": 45,
+ "name": "Parilly",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 45
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8880198, 45.705464]
+ },
+ "properties": {
+ "id": 46,
+ "name": "Gare de Vénissieux",
+ "alternateNames": [],
+ "line": "LyonD",
+ "order": 4
+ },
+ "id": 46
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8164781, 45.7571997]
+ },
+ "properties": {
+ "id": 47,
+ "name": "Saint-Just",
+ "alternateNames": [],
+ "line": "LyonF1",
+ "order": 5
+ },
+ "id": 47
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8213787, 45.7586372]
+ },
+ "properties": {
+ "id": 48,
+ "name": "Minimes - Théâtres romains",
+ "alternateNames": [],
+ "line": "LyonF1",
+ "order": 5
+ },
+ "id": 48
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8258904, 45.7599724]
+ },
+ "properties": {
+ "id": 49,
+ "name": "Vieux Lyon - Cathédrale Saint-Jean",
+ "alternateNames": [],
+ "line": "LyonF1",
+ "order": 5
+ },
+ "id": 49
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8214827, 45.7623841]
+ },
+ "properties": {
+ "id": 50,
+ "name": "Fourvière",
+ "alternateNames": [],
+ "line": "LyonF2",
+ "order": 6
+ },
+ "id": 50
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8257703, 45.7600559]
+ },
+ "properties": {
+ "id": 51,
+ "name": "Vieux Lyon - Cathédrale Saint-Jean",
+ "alternateNames": [],
+ "line": "LyonF2",
+ "order": 6
+ },
+ "id": 51
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8346207, 45.7311865]
+ },
+ "properties": {
+ "id": 52,
+ "name": "Debourg",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 52
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8288348, 45.7314628]
+ },
+ "properties": {
+ "id": 53,
+ "name": "ENS Lyon",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 53
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8228408, 45.7317251]
+ },
+ "properties": {
+ "id": 54,
+ "name": "Halle Tony Garnier",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 54
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8189123, 45.7336611]
+ },
+ "properties": {
+ "id": 55,
+ "name": "Musée des Confluences",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 55
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8190408, 45.7405673]
+ },
+ "properties": {
+ "id": 56,
+ "name": "Hôtel de Région Montrochet",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 56
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8221408, 45.744203]
+ },
+ "properties": {
+ "id": 57,
+ "name": "Sainte-Blandine",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 57
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8245818, 45.7470663]
+ },
+ "properties": {
+ "id": 58,
+ "name": "Place des Archives",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 58
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8270476, 45.7495322]
+ },
+ "properties": {
+ "id": 59,
+ "name": "Perrache",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 59
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8353169, 45.7496772]
+ },
+ "properties": {
+ "id": 60,
+ "name": "Quai Claude Bernard",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 60
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8389606, 45.7511473]
+ },
+ "properties": {
+ "id": 61,
+ "name": "Rue de l'Université",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 61
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8410584, 45.7528829]
+ },
+ "properties": {
+ "id": 62,
+ "name": "Saint-André",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 62
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8425387, 45.7549452]
+ },
+ "properties": {
+ "id": 63,
+ "name": "Guillotière",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 63
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8424556, 45.758858]
+ },
+ "properties": {
+ "id": 64,
+ "name": "Liberté",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 64
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8452808, 45.7601118]
+ },
+ "properties": {
+ "id": 65,
+ "name": "Saxe-Préfecture",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 65
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8483963, 45.7603239]
+ },
+ "properties": {
+ "id": 66,
+ "name": "Palais de Justice - Mairie du 3e",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 66
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8538132, 45.7606742]
+ },
+ "properties": {
+ "id": 67,
+ "name": "Part-Dieu - Auditorium",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 67
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8579173, 45.7616011]
+ },
+ "properties": {
+ "id": 68,
+ "name": "Gare Part-Dieu - Vivier Merle",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 68
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8620519, 45.7643156]
+ },
+ "properties": {
+ "id": 69,
+ "name": "Thiers - Lafayette",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 69
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.861941, 45.7666845]
+ },
+ "properties": {
+ "id": 70,
+ "name": "Collège Bellecombe",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 70
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.863054, 45.7709503]
+ },
+ "properties": {
+ "id": 71,
+ "name": "Charpennes - Charles Hernu",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 71
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8640433, 45.7740693]
+ },
+ "properties": {
+ "id": 72,
+ "name": "Le Tonkin",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 72
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8669658, 45.7779464]
+ },
+ "properties": {
+ "id": 73,
+ "name": "Condorcet",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 73
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8663444, 45.7808653]
+ },
+ "properties": {
+ "id": 74,
+ "name": "Université Lyon 1",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 74
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8721478, 45.7814923]
+ },
+ "properties": {
+ "id": 75,
+ "name": "La Doua - Gaston Berger",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 75
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8776632, 45.7824397]
+ },
+ "properties": {
+ "id": 76,
+ "name": "INSA - Einstein",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 76
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8832536, 45.7836714]
+ },
+ "properties": {
+ "id": 77,
+ "name": "Croix-Luizet",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 77
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8819277, 45.7869337]
+ },
+ "properties": {
+ "id": 78,
+ "name": "IUT - Feyssine",
+ "alternateNames": [],
+ "line": "LyonT1",
+ "order": 8
+ },
+ "id": 78
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8190408, 45.7405673]
+ },
+ "properties": {
+ "id": 79,
+ "name": "Hôtel de Région Montrochet",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 79
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8221408, 45.744203]
+ },
+ "properties": {
+ "id": 80,
+ "name": "Sainte-Blandine",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 80
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8245818, 45.7470663]
+ },
+ "properties": {
+ "id": 81,
+ "name": "Place des Archives",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 81
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8270476, 45.7495322]
+ },
+ "properties": {
+ "id": 82,
+ "name": "Perrache",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 82
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8363374, 45.74703]
+ },
+ "properties": {
+ "id": 83,
+ "name": "Centre Berthelot - Sciences Po Lyon",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 83
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8422859, 45.7451296]
+ },
+ "properties": {
+ "id": 84,
+ "name": "Jean Macé",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 84
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8468802, 45.7436641]
+ },
+ "properties": {
+ "id": 85,
+ "name": "Garibaldi Berthelot",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 85
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8517674, 45.7421032]
+ },
+ "properties": {
+ "id": 86,
+ "name": "Route de Vienne",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 86
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8587789, 45.7398554]
+ },
+ "properties": {
+ "id": 87,
+ "name": "Jet d'eau - Mendès France",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 87
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8633209, 45.7384034]
+ },
+ "properties": {
+ "id": 88,
+ "name": "Villon",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 88
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8682643, 45.7368196]
+ },
+ "properties": {
+ "id": 89,
+ "name": "Bachut - Mairie du 8e",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 89
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8745674, 45.740229]
+ },
+ "properties": {
+ "id": 90,
+ "name": "Jean XXIII - Maryse Bastié",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 90
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8795885, 45.7424421]
+ },
+ "properties": {
+ "id": 91,
+ "name": "Grange Blanche",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 91
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8839712, 45.7414928]
+ },
+ "properties": {
+ "id": 92,
+ "name": "Ambroise Paré",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 92
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.89323, 45.7388311]
+ },
+ "properties": {
+ "id": 93,
+ "name": "Desgenettes",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 93
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8981907, 45.7371987]
+ },
+ "properties": {
+ "id": 94,
+ "name": "Essarts-Iris",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 94
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9044755, 45.7349162]
+ },
+ "properties": {
+ "id": 95,
+ "name": "Boutasse - Camille Rousset",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 95
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.909094, 45.7333853]
+ },
+ "properties": {
+ "id": 96,
+ "name": "Hôtel de Ville - Bron",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 96
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9147395, 45.7315216]
+ },
+ "properties": {
+ "id": 97,
+ "name": "Les Alizés",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 97
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.91564, 45.7275325]
+ },
+ "properties": {
+ "id": 98,
+ "name": "Rebufer",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 98
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9152145, 45.7221009]
+ },
+ "properties": {
+ "id": 99,
+ "name": "Parilly - Université - Hippodrome",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 99
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9181638, 45.719607]
+ },
+ "properties": {
+ "id": 100,
+ "name": "Europe Université",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 100
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9257923, 45.7183634]
+ },
+ "properties": {
+ "id": 101,
+ "name": "Porte des Alpes",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 101
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9312446, 45.7143617]
+ },
+ "properties": {
+ "id": 102,
+ "name": "Parc Technologique",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 102
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9375534, 45.7081123]
+ },
+ "properties": {
+ "id": 103,
+ "name": "Hauts de Feuilly",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 103
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9348871, 45.7034262]
+ },
+ "properties": {
+ "id": 104,
+ "name": "Salvador Allende",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 104
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9360835, 45.6995925]
+ },
+ "properties": {
+ "id": 105,
+ "name": "Alfred de Vigny",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 105
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9368699, 45.6950411]
+ },
+ "properties": {
+ "id": 106,
+ "name": "Saint-Priest - Hôtel de Ville",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 106
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9406114, 45.6944774]
+ },
+ "properties": {
+ "id": 107,
+ "name": "Esplanade des Arts",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 107
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9468721, 45.6947312]
+ },
+ "properties": {
+ "id": 108,
+ "name": "Saint-Priest - Jules Ferry",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 108
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9497138, 45.6936521]
+ },
+ "properties": {
+ "id": 109,
+ "name": "Cordière",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 109
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9558368, 45.6926405]
+ },
+ "properties": {
+ "id": 110,
+ "name": "Saint-Priest - Bel Air",
+ "alternateNames": [],
+ "line": "LyonT2",
+ "order": 9
+ },
+ "id": 110
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8619126, 45.7602344]
+ },
+ "properties": {
+ "id": 111,
+ "name": "Gare Part-Dieu - Villette",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 111
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8688447, 45.7528928]
+ },
+ "properties": {
+ "id": 112,
+ "name": "Dauphiné - Lacassagne",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 112
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8852116, 45.7545486]
+ },
+ "properties": {
+ "id": 113,
+ "name": "Reconnaissance - Balzac",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 113
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8925898, 45.7559396]
+ },
+ "properties": {
+ "id": 114,
+ "name": "Gare de Villeurbanne",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 114
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9104776, 45.7584122]
+ },
+ "properties": {
+ "id": 115,
+ "name": "Bel Air - Les Brosses",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 115
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9221921, 45.7609942]
+ },
+ "properties": {
+ "id": 116,
+ "name": "Vaulx-en-Velin - La Soie",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 116
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9376022, 45.7649056]
+ },
+ "properties": {
+ "id": 117,
+ "name": "Décines Roosevelt",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 117
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9559221, 45.7718275]
+ },
+ "properties": {
+ "id": 118,
+ "name": "Décines Centre",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 118
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9759836, 45.7747013]
+ },
+ "properties": {
+ "id": 119,
+ "name": "Décines Grand Large",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 119
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9990146, 45.7715807]
+ },
+ "properties": {
+ "id": 120,
+ "name": "Meyzieu Gare",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 120
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.0136002, 45.7698459]
+ },
+ "properties": {
+ "id": 121,
+ "name": "Meyzieu - Lycée Colonel Beltrame",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 121
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.0316715, 45.7676726]
+ },
+ "properties": {
+ "id": 122,
+ "name": "Meyzieu - Z.I.",
+ "alternateNames": [],
+ "line": "LyonT3",
+ "order": 10
+ },
+ "id": 122
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8721608, 45.7815207]
+ },
+ "properties": {
+ "id": 123,
+ "name": "La Doua - Gaston Berger",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 123
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8663364, 45.7808956]
+ },
+ "properties": {
+ "id": 124,
+ "name": "Université Lyon 1",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 124
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8668827, 45.7779348]
+ },
+ "properties": {
+ "id": 125,
+ "name": "Condorcet",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 125
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8640418, 45.7740964]
+ },
+ "properties": {
+ "id": 126,
+ "name": "Le Tonkin",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 126
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8630183, 45.7709529]
+ },
+ "properties": {
+ "id": 127,
+ "name": "Charpennes - Charles Hernu",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 127
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8619039, 45.766685]
+ },
+ "properties": {
+ "id": 128,
+ "name": "Collège Bellecombe",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 128
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8620149, 45.7643245]
+ },
+ "properties": {
+ "id": 129,
+ "name": "Thiers - Lafayette",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 129
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8619393, 45.7607786]
+ },
+ "properties": {
+ "id": 130,
+ "name": "Gare Part-Dieu - Villette",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 130
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8617453, 45.7543118]
+ },
+ "properties": {
+ "id": 131,
+ "name": "Archives Départementales",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 131
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8603071, 45.750151]
+ },
+ "properties": {
+ "id": 132,
+ "name": "Manufacture Montluc",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 132
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8590198, 45.7456567]
+ },
+ "properties": {
+ "id": 133,
+ "name": "Lycée Colbert",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 133
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8591483, 45.7400572]
+ },
+ "properties": {
+ "id": 134,
+ "name": "Jet d'eau - Mendès France",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 134
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8618293, 45.7367433]
+ },
+ "properties": {
+ "id": 135,
+ "name": "Lycée Lumière",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 135
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8648109, 45.7329281]
+ },
+ "properties": {
+ "id": 136,
+ "name": "États-Unis - Musée Tony Garnier",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 136
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8672885, 45.7297478]
+ },
+ "properties": {
+ "id": 137,
+ "name": "Beauvisage - C.I.S.L.",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 137
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8711111, 45.7248324]
+ },
+ "properties": {
+ "id": 138,
+ "name": "États-Unis Viviani",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 138
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8783747, 45.7155088]
+ },
+ "properties": {
+ "id": 139,
+ "name": "Joliot Curie - Marcel Sembat",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 139
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8821463, 45.7111249]
+ },
+ "properties": {
+ "id": 140,
+ "name": "La Borelle",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 140
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.887712, 45.705666]
+ },
+ "properties": {
+ "id": 141,
+ "name": "Gare de Vénissieux",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 141
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8876094, 45.7000446]
+ },
+ "properties": {
+ "id": 142,
+ "name": "Croizat - Paul Bert",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 142
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8845271, 45.6965134]
+ },
+ "properties": {
+ "id": 143,
+ "name": "Marcel Houël - Hôtel de Ville",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 143
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8798688, 45.6949285]
+ },
+ "properties": {
+ "id": 144,
+ "name": "Lycée Jacques Brel",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 144
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8754645, 45.6937892]
+ },
+ "properties": {
+ "id": 145,
+ "name": "Herriot - Cagne",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 145
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.871963, 45.6960212]
+ },
+ "properties": {
+ "id": 146,
+ "name": "Vénissy - Frida Kahlo",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 146
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8681902, 45.6984421]
+ },
+ "properties": {
+ "id": 147,
+ "name": "Division Leclerc",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 147
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8632882, 45.6998668]
+ },
+ "properties": {
+ "id": 148,
+ "name": "Maurice Thorez",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 148
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.861729, 45.6968212]
+ },
+ "properties": {
+ "id": 149,
+ "name": "Lénine - Corsière",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 149
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8643149, 45.6926306]
+ },
+ "properties": {
+ "id": 150,
+ "name": "Darnaise",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 150
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8651436, 45.6881608]
+ },
+ "properties": {
+ "id": 151,
+ "name": "Hôpital Feyzin Vénissieux",
+ "alternateNames": [],
+ "line": "LyonT4",
+ "order": 11
+ },
+ "id": 151
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8791641, 45.7425121]
+ },
+ "properties": {
+ "id": 152,
+ "name": "Grange Blanche",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 152
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8839712, 45.7414928]
+ },
+ "properties": {
+ "id": 153,
+ "name": "Ambroise Paré",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 153
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.89323, 45.7388311]
+ },
+ "properties": {
+ "id": 154,
+ "name": "Desgenettes",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 154
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8981907, 45.7371987]
+ },
+ "properties": {
+ "id": 155,
+ "name": "Essarts-Iris",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 155
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9044755, 45.7349162]
+ },
+ "properties": {
+ "id": 156,
+ "name": "Boutasse - Camille Rousset",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 156
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.909094, 45.7333853]
+ },
+ "properties": {
+ "id": 157,
+ "name": "Hôtel de Ville - Bron",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 157
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9147395, 45.7315216]
+ },
+ "properties": {
+ "id": 158,
+ "name": "Les Alizés",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 158
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9170662, 45.7357637]
+ },
+ "properties": {
+ "id": 159,
+ "name": "De Tassigny - Curial",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 159
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9221983, 45.7380057]
+ },
+ "properties": {
+ "id": 160,
+ "name": "Lycée Jean-Paul Sartre",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 160
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9266318, 45.7390015]
+ },
+ "properties": {
+ "id": 161,
+ "name": "Parc du Chêne",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 161
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.948031, 45.7318727]
+ },
+ "properties": {
+ "id": 162,
+ "name": "Eurexpo",
+ "alternateNames": [],
+ "line": "LyonT5",
+ "order": 12
+ },
+ "id": 162
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8346998, 45.7312297]
+ },
+ "properties": {
+ "id": 163,
+ "name": "Debourg",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 163
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8436092, 45.7296535]
+ },
+ "properties": {
+ "id": 164,
+ "name": "Challemel Lacour - Artillerie",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 164
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8531437, 45.7295275]
+ },
+ "properties": {
+ "id": 165,
+ "name": "Moulin à Vent",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 165
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8587946, 45.7310097]
+ },
+ "properties": {
+ "id": 166,
+ "name": "Petite Guille",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 166
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8627491, 45.7277125]
+ },
+ "properties": {
+ "id": 167,
+ "name": "Beauvisage - Pressensé",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 167
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.867067, 45.7291661]
+ },
+ "properties": {
+ "id": 168,
+ "name": "Beauvisage - C.I.S.L.",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 168
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8734011, 45.7313384]
+ },
+ "properties": {
+ "id": 169,
+ "name": "Grange Rouge - Santy",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 169
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8785039, 45.7330628]
+ },
+ "properties": {
+ "id": 170,
+ "name": "Mermoz - Californie",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 170
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8824109, 45.7321922]
+ },
+ "properties": {
+ "id": 171,
+ "name": "Mermoz - Moselle",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 171
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8868296, 45.7307616]
+ },
+ "properties": {
+ "id": 172,
+ "name": "Mermoz - Pinel",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 172
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.890012, 45.735539]
+ },
+ "properties": {
+ "id": 173,
+ "name": "Essarts - Laennec",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 173
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8924401, 45.7395528]
+ },
+ "properties": {
+ "id": 174,
+ "name": "Desgenettes",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 174
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8941278, 45.742526]
+ },
+ "properties": {
+ "id": 175,
+ "name": "Vinatier",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 175
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8968185, 45.7475151]
+ },
+ "properties": {
+ "id": 176,
+ "name": "Hôpitaux Est - Pinel",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 176
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8980085, 45.7524354]
+ },
+ "properties": {
+ "id": 177,
+ "name": "Kimmerling - Genêts",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 177
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8911873, 45.7552327]
+ },
+ "properties": {
+ "id": 178,
+ "name": "Gare de Villeurbanne",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 178
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8883151, 45.7590908]
+ },
+ "properties": {
+ "id": 179,
+ "name": "Grandclément",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 179
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8815896, 45.7580079]
+ },
+ "properties": {
+ "id": 180,
+ "name": "Saint-Exupéry - Jaurès",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 180
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8807584, 45.7623366]
+ },
+ "properties": {
+ "id": 181,
+ "name": "Verlaine - Tolstoï",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 181
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8803271, 45.7659067]
+ },
+ "properties": {
+ "id": 182,
+ "name": "Hôtel de Ville - TNP",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 182
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8802573, 45.7689187]
+ },
+ "properties": {
+ "id": 183,
+ "name": "Gratte-Ciel",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 183
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8790908, 45.7722779]
+ },
+ "properties": {
+ "id": 184,
+ "name": "Geneviève De Gaulle",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 184
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8770555, 45.7764488]
+ },
+ "properties": {
+ "id": 185,
+ "name": "Roger Planchon",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 185
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8720092, 45.7798557]
+ },
+ "properties": {
+ "id": 186,
+ "name": "La Doua - Gaston Berger",
+ "alternateNames": [],
+ "line": "LyonT6",
+ "order": 13
+ },
+ "id": 186
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9813787, 45.7687115]
+ },
+ "properties": {
+ "id": 191,
+ "name": "Décines - OL Vallée",
+ "alternateNames": [],
+ "line": "LyonT7",
+ "order": 14
+ },
+ "id": 191
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9760016, 45.7747283]
+ },
+ "properties": {
+ "id": 192,
+ "name": "Décines Grand Large",
+ "alternateNames": [],
+ "line": "LyonT7",
+ "order": 14
+ },
+ "id": 192
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9558949, 45.7718491]
+ },
+ "properties": {
+ "id": 193,
+ "name": "Décines Centre",
+ "alternateNames": [],
+ "line": "LyonT7",
+ "order": 14
+ },
+ "id": 193
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9375951, 45.764933]
+ },
+ "properties": {
+ "id": 194,
+ "name": "Décines Roosevelt",
+ "alternateNames": [],
+ "line": "LyonT7",
+ "order": 14
+ },
+ "id": 194
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9234127, 45.7614301]
+ },
+ "properties": {
+ "id": 195,
+ "name": "Vaulx-en-Velin - La Soie",
+ "alternateNames": [],
+ "line": "LyonT7",
+ "order": 14
+ },
+ "id": 195
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.8620314, 45.7602839]
+ },
+ "properties": {
+ "id": 187,
+ "name": "Gare Part-Dieu - Villette",
+ "alternateNames": [],
+ "line": "LyonRX",
+ "order": 7
+ },
+ "id": 187
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [4.9221686, 45.7610416]
+ },
+ "properties": {
+ "id": 188,
+ "name": "Vaulx-en-Velin - La Soie",
+ "alternateNames": [],
+ "line": "LyonRX",
+ "order": 7
+ },
+ "id": 188
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.0316676, 45.7676333]
+ },
+ "properties": {
+ "id": 189,
+ "name": "Meyzieu - Z.I.",
+ "alternateNames": [],
+ "line": "LyonRX",
+ "order": 7
+ },
+ "id": 189
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.0754018, 45.7210571]
+ },
+ "properties": {
+ "id": 190,
+ "name": "Aéroport Lyon Saint-Éxupéry",
+ "alternateNames": [],
+ "line": "LyonRX",
+ "order": 7
+ },
+ "id": 190
+ }
+ ],
+ "properties": {
+ "totalStations": 146,
+ "stationsPerLine": {
+ "LyonA": 14,
+ "LyonB": 12,
+ "LyonC": 5,
+ "LyonD": 15,
+ "LyonF1": 3,
+ "LyonF2": 2,
+ "LyonT1": 27,
+ "LyonT2": 32,
+ "LyonT3": 12,
+ "LyonT4": 29,
+ "LyonT5": 11,
+ "LyonT6": 24,
+ "LyonT7": 5,
+ "LyonRX": 4
+ }
+ }
+}
diff --git a/src/app/(game)/lyon/data/lines.json b/src/app/(game)/lyon/data/lines.json
new file mode 100644
index 0000000..a2685c2
--- /dev/null
+++ b/src/app/(game)/lyon/data/lines.json
@@ -0,0 +1,100 @@
+{
+ "LyonA": {
+ "name": "A",
+ "color": "#EB4599",
+ "backgroundColor": "#890F4D",
+ "textColor": "#FFFFFF",
+ "order": 1
+ },
+ "LyonB": {
+ "name": "B",
+ "color": "#0076C0",
+ "backgroundColor": "#003B60",
+ "textColor": "#FFFFFF",
+ "order": 2
+ },
+ "LyonC": {
+ "name": "C",
+ "color": "#F79829",
+ "backgroundColor": "#8B4D05",
+ "textColor": "#FFFFFF",
+ "order": 3
+ },
+ "LyonD": {
+ "name": "D",
+ "color": "#00A950",
+ "backgroundColor": "#005428",
+ "textColor": "#FFFFFF",
+ "order": 4
+ },
+ "LyonF1": {
+ "name": "F1",
+ "color": "#8BC752",
+ "backgroundColor": "#456A22",
+ "textColor": "#FFFFFF",
+ "order": 5
+ },
+ "LyonF2": {
+ "name": "F2",
+ "color": "#8BC752",
+ "backgroundColor": "#456A22",
+ "textColor": "#FFFFFF",
+ "order": 6
+ },
+ "LyonRX": {
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "backgroundColor": "#5C0714",
+ "textColor": "#FFFFFF",
+ "order": 7
+ },
+ "LyonT1": {
+ "name": "T1",
+ "color": "#873F98",
+ "backgroundColor": "#43204C",
+ "textColor": "#FFFFFF",
+ "order": 8
+ },
+ "LyonT2": {
+ "name": "T2",
+ "color": "#873F98",
+ "backgroundColor": "#43204C",
+ "textColor": "#FFFFFF",
+ "order": 9
+ },
+ "LyonT3": {
+ "name": "T3",
+ "color": "#873F98",
+ "backgroundColor": "#43204C",
+ "textColor": "#FFFFFF",
+ "order": 10
+ },
+ "LyonT4": {
+ "name": "T4",
+ "color": "#873F98",
+ "backgroundColor": "#43204C",
+ "textColor": "#FFFFFF",
+ "order": 11
+ },
+ "LyonT5": {
+ "name": "T5",
+ "color": "#873F98",
+ "backgroundColor": "#43204C",
+ "textColor": "#FFFFFF",
+ "order": 12
+ },
+ "LyonT6": {
+ "name": "T6",
+ "color": "#ff88a0",
+ "backgroundColor": "#C30027",
+ "textColor": "#FFFFFF",
+ "order": 13
+ },
+ "LyonT7": {
+ "name": "T7",
+ "color": "#972964",
+ "backgroundColor": "#4C1432",
+ "textColor": "#FFFFFF",
+ "order": 14
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/lyon/data/preprocess.ts b/src/app/(game)/lyon/data/preprocess.ts
new file mode 100644
index 0000000..5cccd51
--- /dev/null
+++ b/src/app/(game)/lyon/data/preprocess.ts
@@ -0,0 +1,609 @@
+import Color from 'color'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ LyonA: {
+ name: 'A',
+ osm: {
+ relationIds: [153123],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#EB4599',
+ },
+ LyonB: {
+ name: 'B',
+ osm: {
+ relationIds: [113907],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#0076C0',
+ },
+ LyonC: {
+ name: 'C',
+ osm: {
+ relationIds: [3687321],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#F79829',
+ },
+ LyonD: {
+ name: 'D',
+ osm: {
+ relationIds: [113903],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#00A950',
+ },
+ LyonF1: {
+ name: 'F1',
+ osm: {
+ relationIds: [5972769],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#8BC752',
+ },
+ LyonF2: {
+ name: 'F2',
+ osm: {
+ relationIds: [5972767],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#8BC752',
+ },
+ LyonT1: {
+ name: 'T1',
+ osm: {
+ relationIds: [1689215],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonT2: {
+ name: 'T2',
+ osm: {
+ relationIds: [2519561],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonT3: {
+ name: 'T3',
+ osm: {
+ relationIds: [2523792],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonT4: {
+ name: 'T4',
+ osm: {
+ relationIds: [2524191],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonT5: {
+ name: 'T5',
+ osm: {
+ relationIds: [2578549],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonT6: {
+ name: 'T6',
+ osm: {
+ relationIds: [10218859],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonT7: {
+ name: 'T7',
+ osm: {
+ relationIds: [6794364],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#873F98',
+ },
+ LyonRX: {
+ name: 'Rhône Express',
+ osm: {
+ relationIds: [2523935],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#b80e28',
+ },
+}
+
+
+
+const Bun = {
+ file(path: string) {
+ return {
+ async json() {
+ return JSON.parse(await fs.readFile(path, 'utf8'))
+ },
+ }
+ },
+
+ async write(path: string, content: string) {
+ await fs.writeFile(path, content, 'utf8')
+ },
+}
+
+type StationsFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'Point'
+ coordinates: [number, number]
+ }
+ properties: {
+ id: number
+ name: string
+ alternate_names?: string[]
+ line: string
+ order: number
+ }
+ id: number
+ }[]
+ properties: {
+ totalStations: number
+ stationsPerLine: {
+ [lineId: string]: number
+ }
+ nextStationId?: number
+ }
+}
+
+type RoutesFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'LineString'
+ coordinates: [number, number][]
+ }
+ properties: {
+ line: string
+ name: string
+ color: string
+ order: number
+ }
+ }[]
+}
+
+function getStationMapKeyByLineIdAndName(args: {
+ lineId: string
+ name: string
+}): string {
+ return `${args.lineId}::${args.name}`
+}
+
+function getStationMapKeyByLineIdAndNodeId(args: {
+ lineId: string
+ nodeId: number
+}): string {
+ return `${args.lineId}::${args.nodeId}`
+}
+
+async function parseOldStationsAndCreateStationIdGetter(): Promise<
+ (args: { lineId: string; name: string }) => number
+> {
+ const oldStationsIdMap = new Map()
+ let maxStationId = 0
+ try {
+ const oldFeatureCollection = Bun.file(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lyon/data', './features.json'),
+ )
+ const { features, properties } =
+ (await oldFeatureCollection.json()) as StationsFeatureCollection
+ maxStationId = (properties.nextStationId ?? 1) - 1
+ for (const feature of features) {
+ const { name, line, id } = feature.properties
+ oldStationsIdMap.set(
+ getStationMapKeyByLineIdAndName({
+ lineId: line,
+ name,
+ }),
+ id,
+ )
+ maxStationId = Math.max(maxStationId, id)
+ }
+ } catch (err) {
+ console.warn(
+ 'Could not find or parse old features.json',
+ (err as Error).message,
+ )
+ }
+ let nextStationId = maxStationId + 1
+
+ function getStationId(args: { lineId: string; name: string }): number {
+ const mapKey = getStationMapKeyByLineIdAndName(args)
+ return oldStationsIdMap.get(mapKey) ?? nextStationId++
+ }
+ return getStationId
+}
+
+function toMap(
+ array: T[],
+ keyPropertyName: K,
+): Map {
+ const map = new Map()
+ for (const item of array) {
+ map.set(item[keyPropertyName], item)
+ }
+ return map
+}
+
+function isDefined(arg: T): arg is Exclude {
+ return arg !== null && typeof arg !== 'undefined'
+}
+
+const main = async () => {
+ const data = Bun.file(path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lyon/data', './source.json'))
+ const { lines, nodes, ways } = (await data.json()) as SourceJson
+
+ const getStationId = await parseOldStationsAndCreateStationIdGetter()
+ const waysMap = toMap(ways, 'wayId')
+ const nodesMap = toMap(nodes, 'nodeId')
+
+ // lines
+ const augmentedLinesMetadataMap = new Map<
+ string,
+ (typeof linesMetadata)[string] & {
+ id: string
+ order: number
+ latLonOffset: number
+ }
+ >()
+ const sortedLineIds = Object.entries(linesMetadata)
+ .sort(([, lineMetadata1], [, lineMetadata2]) =>
+ lineMetadata1.name.localeCompare(lineMetadata2.name),
+ )
+ .map(([lineId, lineMetadata], ix, arr): string => {
+ const numLines = arr.length
+ augmentedLinesMetadataMap.set(lineId, {
+ ...lineMetadata,
+ id: lineId,
+ order: ix + 1,
+ latLonOffset: (ix / (numLines - 1) - 0.5) * 0.000_015,
+ })
+ return lineId
+ })
+
+ console.debug(`Writing ${sortedLineIds.length} lines to lines.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lyon/data', './lines.json'),
+ JSON.stringify(
+ sortedLineIds.reduce(
+ (acc, lineId) => {
+ const lineMetadata = augmentedLinesMetadataMap.get(lineId)!
+ acc[lineId] = {
+ name: lineMetadata.name,
+ color: lineMetadata.color,
+ backgroundColor: Color(lineMetadata.color).darken(0.5).hex(),
+ textColor: '#FFFFFF',
+ order: lineMetadata.order,
+ }
+ return acc
+ },
+ {} as {
+ [lineId: string]: {
+ name: string
+ color: string
+ backgroundColor: string
+ textColor: string
+ order: number
+ }
+ },
+ ),
+ null,
+ 2,
+ ),
+ )
+
+ // stations
+ type StationDetails = {
+ name: string
+ coords: {
+ lat: number
+ lon: number
+ lineIds: Map
+ nodeIds: { lineId: string; nodeId: number }[]
+ }[]
+ stationIdByLineId: Map
+ alternateNames: string[]
+ }
+ /**
+ * Get station details but ensure we have each station only once (per line), i.e. usually a station has at least two
+ * nodes (one for each direction of the line) but we only want to have one.
+ * As we want to access it by lineId/nodeId later, we eventually build another map for that purpose.
+ */
+ function getUniqueStationsByLineIdAndNodeId(): Map {
+ const mapUniqueStationsByName = new Map()
+ for (const line of lines) {
+ for (const stationNodeId of line.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat()
+ .concat(...line.extraStationNodeIds)) {
+ const stationNode = nodesMap.get(stationNodeId)!
+ if (!stationNode.name)
+ throw new Error(
+ `Unknown name for station with node id ${stationNodeId}`,
+ )
+ const existingStation = mapUniqueStationsByName.get(stationNode.name)
+ if (existingStation === undefined) {
+ mapUniqueStationsByName.set(stationNode.name, {
+ name: stationNode.name,
+ coords: [
+ {
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ },
+ ],
+ stationIdByLineId: new Map([
+ [
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ ],
+ ]),
+ alternateNames: [],
+ })
+ } else {
+ if (existingStation.stationIdByLineId.has(line.lineId) === false) {
+ existingStation.stationIdByLineId.set(
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ )
+ }
+ const existingCoords = existingStation.coords.find(
+ (c) => c.lat === stationNode.lat && c.lon === stationNode.lon,
+ )
+ if (existingCoords) {
+ existingCoords.lineIds.set(line.lineId, true)
+ existingCoords.nodeIds.push({
+ lineId: line.lineId,
+ nodeId: stationNodeId,
+ })
+ } else {
+ existingStation.coords.push({
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ })
+ }
+ }
+ }
+ }
+ const mapUniqueStationsByLineIdAndNodeId = new Map()
+ for (const stationDetails of mapUniqueStationsByName.values()) {
+ // sort nodes by which node covers more lines -> ideally first node covers all lines and only in rare cases we need to use 2nd+ node for some lines (if there's no node matching all lines)
+ stationDetails.coords.sort(
+ (c1, c2) =>
+ c2.lineIds.size - c1.lineIds.size ||
+ c1.lat - c2.lat ||
+ c1.lon - c2.lon,
+ )
+ for (const coords of stationDetails.coords) {
+ for (const { lineId, nodeId } of coords.nodeIds) {
+ mapUniqueStationsByLineIdAndNodeId.set(
+ getStationMapKeyByLineIdAndNodeId({ lineId, nodeId }),
+ stationDetails,
+ )
+ }
+ }
+ }
+
+ // print unique station names a-z (for easier review where alternate names are missing / might be helpful)
+ const stationSortedAtoZ = [...mapUniqueStationsByName.values()].sort(
+ (s1, s2) => s1.name.localeCompare(s2.name),
+ )
+ console.debug(`Stations (a-z, ${stationSortedAtoZ.length}):`)
+ for (const station of stationSortedAtoZ) {
+ console.debug(
+ ` ${station.name}${
+ station.alternateNames.length > 0
+ ? ` (${station.alternateNames.join('; ')})`
+ : ''
+ }`,
+ )
+ }
+
+ return mapUniqueStationsByLineIdAndNodeId
+ }
+ const mapUniqueStationsByLineIdAndNodeId =
+ getUniqueStationsByLineIdAndNodeId()
+ const mapStationsUsed = new Map()
+ const stationFeatures: StationsFeatureCollection['features'] = lines
+ .map((line) => {
+ const nodeIds = [
+ // we sort relations by length to get most-complete list of stations so that order of station names in output is closest to actual order and stations are not too scattered
+ ...line.relations
+ .sort((r1, r2) =>
+ r1.stationsNodeIds.length !== r2.stationsNodeIds.length
+ ? r2.stationsNodeIds.length - r1.stationsNodeIds.length
+ : r1.relationId - r2.relationId,
+ )
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...line.extraStationNodeIds,
+ ]
+ return nodeIds
+ .map((nodeId) => {
+ const stationDetails = mapUniqueStationsByLineIdAndNodeId.get(
+ getStationMapKeyByLineIdAndNodeId({
+ lineId: line.lineId,
+ nodeId,
+ }),
+ )!
+ const coords = stationDetails.coords.find((c) =>
+ c.lineIds.has(line.lineId),
+ )!
+ // we check if we already have station with that name at those coordinates for that line
+ const mapKey = `${line.lineId}::${stationDetails.name}::${coords.lat}::${coords.lon}`
+ if (mapStationsUsed.has(mapKey)) {
+ // we already have this station in the output => skip
+ return undefined
+ } else {
+ mapStationsUsed.set(mapKey, true)
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'Point' as const,
+ coordinates: [coords.lon, coords.lat] as [number, number],
+ },
+ properties: {
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ name: stationDetails.name,
+ alternateNames: [],
+ line: line.lineId,
+ order: augmentedLinesMetadataMap.get(line.lineId)!.order,
+ },
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ }
+ }
+ })
+ .filter(isDefined)
+ })
+ .flat()
+ const mapStationsNamesUsed = new Map()
+ const mapStationsNamesUsedByLine = new Map()
+ const stations: StationsFeatureCollection = {
+ type: 'FeatureCollection',
+ features: stationFeatures,
+ properties: {
+ ...stationFeatures.reduce(
+ (properties, station) => {
+ if (mapStationsNamesUsed.has(station.properties.name) === false) {
+ mapStationsNamesUsed.set(station.properties.name, true)
+ properties.totalStations += 1
+ }
+ const mapKey = getStationMapKeyByLineIdAndName({
+ lineId: station.properties.line,
+ name: station.properties.name,
+ })
+ if (mapStationsNamesUsedByLine.has(mapKey) === false) {
+ mapStationsNamesUsedByLine.set(mapKey, true)
+ properties.stationsPerLine[station.properties.line] += 1
+ }
+ return properties
+ },
+ {
+ totalStations: 0,
+ stationsPerLine: Object.fromEntries(
+ lines.map((line) => [line.lineId, 0]),
+ ),
+ },
+ ),
+ // using a non-existant line/station to get next station id
+ nextStationId: getStationId({ lineId: '', name: '' }),
+ },
+ }
+
+ console.debug(
+ `Writing ${stations.features.length} stations to features.json ...`,
+ )
+ stationFeatures.forEach((station) =>
+ console.debug(` ${station.properties.line} ${station.properties.name}`),
+ )
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lyon/data', './features.json'),
+ JSON.stringify(stations, null, 2),
+ )
+
+ // routes
+ const routes: RoutesFeatureCollection = {
+ type: 'FeatureCollection',
+ features: lines
+ .map((line) => {
+ const wayIds = [
+ ...line.relations.map((relation) => relation.routesWayIds).flat(),
+ ...line.extraRouteWayIds,
+ ]
+ const uniqueWayIds = [...new Set(wayIds)].sort((w1, w2) => w1 - w2)
+ return uniqueWayIds.map((wayId) => {
+ const nodeIds = waysMap.get(wayId)!.nodeIds
+ const nodes = nodeIds.map((nodeId) => nodesMap.get(nodeId)!)
+ const { latLonOffset, name, color, order } =
+ augmentedLinesMetadataMap.get(line.lineId)!
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'LineString' as const,
+ coordinates: nodes.map(
+ (node) =>
+ [node.lon + latLonOffset, node.lat + latLonOffset] as [
+ number,
+ number,
+ ],
+ ),
+ },
+ properties: {
+ line: line.lineId,
+ name,
+ color,
+ order,
+ },
+ }
+ })
+ })
+ .flat(),
+ }
+
+ console.debug(`Writing ${routes.features.length} paths to routes.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/lyon/data', './routes.json'),
+ JSON.stringify(routes, null, 2),
+ )
+}
+
+main()
diff --git a/src/app/(game)/lyon/data/routes.json b/src/app/(game)/lyon/data/routes.json
new file mode 100644
index 0000000..22bd001
--- /dev/null
+++ b/src/app/(game)/lyon/data/routes.json
@@ -0,0 +1,23287 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8361732,
+ 45.768071299999995
+ ],
+ [
+ 4.8362116,
+ 45.768133999999996
+ ],
+ [
+ 4.8363686,
+ 45.7683034
+ ],
+ [
+ 4.836456500000001,
+ 45.7683646
+ ],
+ [
+ 4.8365654000000005,
+ 45.7684079
+ ],
+ [
+ 4.8368254,
+ 45.7684834
+ ],
+ [
+ 4.8371199,
+ 45.768547999999996
+ ],
+ [
+ 4.8373851000000005,
+ 45.768585699999996
+ ],
+ [
+ 4.8377513,
+ 45.768622099999995
+ ],
+ [
+ 4.838360000000001,
+ 45.768631199999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.835996300000001,
+ 45.7668909
+ ],
+ [
+ 4.836008700000001,
+ 45.7672616
+ ],
+ [
+ 4.8360183,
+ 45.7675213
+ ],
+ [
+ 4.836061900000001,
+ 45.767784199999994
+ ],
+ [
+ 4.8361339,
+ 45.7679768
+ ],
+ [
+ 4.8361732,
+ 45.768071299999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833865,
+ 45.757853499999996
+ ],
+ [
+ 4.8340195,
+ 45.7579317
+ ],
+ [
+ 4.834224,
+ 45.758071099999995
+ ],
+ [
+ 4.8343765,
+ 45.758229299999996
+ ],
+ [
+ 4.835427,
+ 45.759879999999995
+ ],
+ [
+ 4.8356434,
+ 45.7605054
+ ],
+ [
+ 4.8357047,
+ 45.761469899999994
+ ],
+ [
+ 4.835782,
+ 45.7633017
+ ],
+ [
+ 4.835923500000001,
+ 45.7654606
+ ],
+ [
+ 4.835996300000001,
+ 45.7668909
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8320089,
+ 45.7572152
+ ],
+ [
+ 4.832307800000001,
+ 45.7573438
+ ],
+ [
+ 4.832690400000001,
+ 45.7574701
+ ],
+ [
+ 4.833105300000001,
+ 45.7575893
+ ],
+ [
+ 4.833368800000001,
+ 45.757672899999996
+ ],
+ [
+ 4.8336538000000004,
+ 45.7577704
+ ],
+ [
+ 4.833865,
+ 45.757853499999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.828948400000001,
+ 45.752719799999994
+ ],
+ [
+ 4.8291528,
+ 45.7530441
+ ],
+ [
+ 4.8292332,
+ 45.7531752
+ ],
+ [
+ 4.8293954,
+ 45.753439699999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8293954,
+ 45.753439699999994
+ ],
+ [
+ 4.8313463,
+ 45.7565551
+ ],
+ [
+ 4.831462,
+ 45.756737099999995
+ ],
+ [
+ 4.8315718,
+ 45.7568814
+ ],
+ [
+ 4.8317250000000005,
+ 45.7570298
+ ],
+ [
+ 4.831858100000001,
+ 45.757123799999995
+ ],
+ [
+ 4.8320089,
+ 45.7572152
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9076642,
+ 45.764349499999994
+ ],
+ [
+ 4.9086125,
+ 45.7641651
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9086125,
+ 45.7641651
+ ],
+ [
+ 4.9088195,
+ 45.7641263
+ ],
+ [
+ 4.9098192,
+ 45.7639241
+ ],
+ [
+ 4.9133700000000005,
+ 45.7632073
+ ],
+ [
+ 4.914752200000001,
+ 45.7628553
+ ],
+ [
+ 4.9159986,
+ 45.762455599999996
+ ],
+ [
+ 4.9180774000000005,
+ 45.7616884
+ ],
+ [
+ 4.919914,
+ 45.7610065
+ ],
+ [
+ 4.920183300000001,
+ 45.760920999999996
+ ],
+ [
+ 4.9202358,
+ 45.760908699999995
+ ],
+ [
+ 4.9203295,
+ 45.760897199999995
+ ],
+ [
+ 4.9204168,
+ 45.760892
+ ],
+ [
+ 4.920474700000001,
+ 45.760892999999996
+ ],
+ [
+ 4.9205372,
+ 45.7608958
+ ],
+ [
+ 4.9206010000000004,
+ 45.7609059
+ ],
+ [
+ 4.920881700000001,
+ 45.7609765
+ ],
+ [
+ 4.9211008000000005,
+ 45.761031599999995
+ ],
+ [
+ 4.9219358,
+ 45.761241399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.840784800000001,
+ 45.7686551
+ ],
+ [
+ 4.8429149,
+ 45.7686645
+ ],
+ [
+ 4.8440141,
+ 45.7687199
+ ],
+ [
+ 4.8443817000000005,
+ 45.7687563
+ ],
+ [
+ 4.8455637000000005,
+ 45.768872099999996
+ ],
+ [
+ 4.8534116,
+ 45.7695924
+ ],
+ [
+ 4.8585288,
+ 45.7701133
+ ],
+ [
+ 4.860372,
+ 45.770297199999995
+ ],
+ [
+ 4.8611562,
+ 45.770322199999995
+ ],
+ [
+ 4.8641655,
+ 45.770580499999994
+ ],
+ [
+ 4.865060000000001,
+ 45.770666999999996
+ ],
+ [
+ 4.8656534,
+ 45.7707377
+ ],
+ [
+ 4.867035700000001,
+ 45.770888299999996
+ ],
+ [
+ 4.8682395000000005,
+ 45.771015399999996
+ ],
+ [
+ 4.8687819,
+ 45.771045799999996
+ ],
+ [
+ 4.8699387000000005,
+ 45.771064499999994
+ ],
+ [
+ 4.8708594000000005,
+ 45.771032399999996
+ ],
+ [
+ 4.8718887,
+ 45.7709331
+ ],
+ [
+ 4.8728429,
+ 45.770784899999995
+ ],
+ [
+ 4.8739870000000005,
+ 45.7705795
+ ],
+ [
+ 4.8809334,
+ 45.7692997
+ ],
+ [
+ 4.8823032,
+ 45.7690464
+ ],
+ [
+ 4.8857831,
+ 45.7684043
+ ],
+ [
+ 4.8877084,
+ 45.768051299999996
+ ],
+ [
+ 4.8892802,
+ 45.767763099999996
+ ],
+ [
+ 4.8920371000000005,
+ 45.7672496
+ ],
+ [
+ 4.894773000000001,
+ 45.766745199999995
+ ],
+ [
+ 4.897825800000001,
+ 45.766186999999995
+ ],
+ [
+ 4.9008403000000005,
+ 45.7656359
+ ],
+ [
+ 4.900949300000001,
+ 45.765615399999994
+ ],
+ [
+ 4.9009953,
+ 45.7656067
+ ],
+ [
+ 4.9076642,
+ 45.764349499999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.838360000000001,
+ 45.768631199999994
+ ],
+ [
+ 4.8398446,
+ 45.7686529
+ ],
+ [
+ 4.840784800000001,
+ 45.7686551
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8267638,
+ 45.749615299999995
+ ],
+ [
+ 4.827145300000001,
+ 45.750014799999995
+ ],
+ [
+ 4.8274081,
+ 45.7503209
+ ],
+ [
+ 4.8276391,
+ 45.750641699999996
+ ],
+ [
+ 4.8283965,
+ 45.7518487
+ ],
+ [
+ 4.8287813,
+ 45.752441499999996
+ ],
+ [
+ 4.828948400000001,
+ 45.752719799999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonA",
+ "name": "A",
+ "color": "#EB4599",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.863326053846154,
+ 45.770411153846155
+ ],
+ [
+ 4.863134953846154,
+ 45.770343753846156
+ ],
+ [
+ 4.862799353846154,
+ 45.77021335384615
+ ],
+ [
+ 4.862585153846154,
+ 45.770124753846154
+ ],
+ [
+ 4.862380153846154,
+ 45.770027453846154
+ ],
+ [
+ 4.861498053846154,
+ 45.76959055384616
+ ],
+ [
+ 4.859858853846154,
+ 45.76872495384615
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.859858853846154,
+ 45.76872495384615
+ ],
+ [
+ 4.859683353846154,
+ 45.76858555384615
+ ],
+ [
+ 4.859505453846154,
+ 45.768478353846156
+ ],
+ [
+ 4.859369853846154,
+ 45.76837955384615
+ ],
+ [
+ 4.859236053846154,
+ 45.76812365384615
+ ],
+ [
+ 4.859372253846154,
+ 45.76711245384615
+ ],
+ [
+ 4.859562253846154,
+ 45.76578635384615
+ ],
+ [
+ 4.859608353846154,
+ 45.764667753846155
+ ],
+ [
+ 4.859629053846154,
+ 45.76356405384615
+ ],
+ [
+ 4.859616953846154,
+ 45.76308955384616
+ ],
+ [
+ 4.859580353846154,
+ 45.762791953846154
+ ],
+ [
+ 4.859501153846154,
+ 45.762564053846155
+ ],
+ [
+ 4.859367453846154,
+ 45.762346453846156
+ ],
+ [
+ 4.859151253846154,
+ 45.76212465384615
+ ],
+ [
+ 4.858858953846154,
+ 45.76192275384616
+ ],
+ [
+ 4.858575053846154,
+ 45.76179695384615
+ ],
+ [
+ 4.858194753846154,
+ 45.76168985384616
+ ],
+ [
+ 4.858111053846154,
+ 45.761676353846156
+ ],
+ [
+ 4.857818453846154,
+ 45.76162975384615
+ ],
+ [
+ 4.857438053846154,
+ 45.761599053846155
+ ],
+ [
+ 4.856125153846154,
+ 45.76148505384615
+ ],
+ [
+ 4.855775753846154,
+ 45.761454453846156
+ ],
+ [
+ 4.852776753846154,
+ 45.76119135384615
+ ],
+ [
+ 4.851623553846154,
+ 45.761089053846156
+ ],
+ [
+ 4.851091853846154,
+ 45.761003253846155
+ ],
+ [
+ 4.850274653846154,
+ 45.760834853846156
+ ],
+ [
+ 4.849869253846154,
+ 45.760740053846156
+ ],
+ [
+ 4.849473853846154,
+ 45.76062705384616
+ ],
+ [
+ 4.849056053846154,
+ 45.76045695384615
+ ],
+ [
+ 4.848712653846154,
+ 45.76026235384615
+ ],
+ [
+ 4.848256053846154,
+ 45.75992445384615
+ ],
+ [
+ 4.848136953846154,
+ 45.759823153846156
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833199153846154,
+ 45.73061455384615
+ ],
+ [
+ 4.830850753846154,
+ 45.726737353846154
+ ],
+ [
+ 4.829889753846154,
+ 45.72517865384616
+ ],
+ [
+ 4.829638753846154,
+ 45.72472895384615
+ ],
+ [
+ 4.829483453846154,
+ 45.724406753846154
+ ],
+ [
+ 4.829247553846154,
+ 45.72400835384615
+ ],
+ [
+ 4.828838553846154,
+ 45.72331765384615
+ ],
+ [
+ 4.828520653846154,
+ 45.72303925384615
+ ],
+ [
+ 4.825455153846154,
+ 45.721183853846156
+ ],
+ [
+ 4.822767753846154,
+ 45.719570553846154
+ ],
+ [
+ 4.819237153846154,
+ 45.71755775384615
+ ],
+ [
+ 4.818761653846154,
+ 45.71733275384615
+ ],
+ [
+ 4.818365553846154,
+ 45.717185253846154
+ ],
+ [
+ 4.817957253846154,
+ 45.717069353846156
+ ],
+ [
+ 4.817574253846154,
+ 45.71698575384615
+ ],
+ [
+ 4.817150753846154,
+ 45.71690955384615
+ ],
+ [
+ 4.816625953846154,
+ 45.716856953846154
+ ],
+ [
+ 4.814523453846154,
+ 45.716668053846156
+ ],
+ [
+ 4.812674253846154,
+ 45.71651455384615
+ ],
+ [
+ 4.810533853846154,
+ 45.716460653846156
+ ],
+ [
+ 4.810141253846154,
+ 45.716427653846154
+ ],
+ [
+ 4.809896253846154,
+ 45.71641105384615
+ ],
+ [
+ 4.809308553846154,
+ 45.716384053846156
+ ],
+ [
+ 4.808883153846154,
+ 45.71629195384615
+ ],
+ [
+ 4.808110353846154,
+ 45.71589425384615
+ ],
+ [
+ 4.806528953846154,
+ 45.71500945384616
+ ],
+ [
+ 4.805900053846154,
+ 45.71465875384615
+ ],
+ [
+ 4.805263153846154,
+ 45.71432935384615
+ ],
+ [
+ 4.804794053846154,
+ 45.71408665384615
+ ],
+ [
+ 4.803504053846154,
+ 45.713066053846156
+ ],
+ [
+ 4.802771453846154,
+ 45.71253595384616
+ ],
+ [
+ 4.802596253846154,
+ 45.712407453846154
+ ],
+ [
+ 4.802309553846154,
+ 45.712026853846154
+ ],
+ [
+ 4.802205153846154,
+ 45.711224953846155
+ ],
+ [
+ 4.802208753846154,
+ 45.710871553846154
+ ],
+ [
+ 4.802293653846154,
+ 45.710263553846154
+ ],
+ [
+ 4.802316653846154,
+ 45.710004053846156
+ ],
+ [
+ 4.802613953846154,
+ 45.708125753846154
+ ],
+ [
+ 4.802672353846154,
+ 45.70777725384615
+ ],
+ [
+ 4.802746653846154,
+ 45.70733495384616
+ ],
+ [
+ 4.802833353846154,
+ 45.706792453846155
+ ],
+ [
+ 4.802822753846154,
+ 45.70602005384615
+ ],
+ [
+ 4.8029165538461545,
+ 45.70551215384615
+ ],
+ [
+ 4.802964353846154,
+ 45.705276053846156
+ ],
+ [
+ 4.803107653846154,
+ 45.704732353846154
+ ],
+ [
+ 4.803387253846154,
+ 45.703692753846155
+ ],
+ [
+ 4.803574853846154,
+ 45.70286475384616
+ ],
+ [
+ 4.803695153846154,
+ 45.70265465384615
+ ],
+ [
+ 4.803996853846154,
+ 45.70228855384615
+ ],
+ [
+ 4.804353153846154,
+ 45.70173705384615
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833728953846154,
+ 45.73149605384615
+ ],
+ [
+ 4.833469253846154,
+ 45.73106035384615
+ ],
+ [
+ 4.833199153846154,
+ 45.73061455384615
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.846393353846154,
+ 45.75277825384615
+ ],
+ [
+ 4.845841853846154,
+ 45.75184965384615
+ ],
+ [
+ 4.844792853846154,
+ 45.75012775384615
+ ],
+ [
+ 4.844739553846154,
+ 45.75004035384615
+ ],
+ [
+ 4.844698053846154,
+ 45.74999355384615
+ ],
+ [
+ 4.844485953846154,
+ 45.74960845384616
+ ],
+ [
+ 4.844395053846154,
+ 45.74945355384615
+ ],
+ [
+ 4.843851553846154,
+ 45.748527153846155
+ ],
+ [
+ 4.843757253846154,
+ 45.74840535384615
+ ],
+ [
+ 4.8423806538461545,
+ 45.74602535384616
+ ],
+ [
+ 4.842352453846154,
+ 45.74599375384616
+ ],
+ [
+ 4.842359053846154,
+ 45.74599205384615
+ ],
+ [
+ 4.842064853846154,
+ 45.74549905384615
+ ],
+ [
+ 4.839761053846154,
+ 45.741637653846155
+ ],
+ [
+ 4.838866753846154,
+ 45.74014715384615
+ ],
+ [
+ 4.838776353846154,
+ 45.73999735384616
+ ],
+ [
+ 4.837673353846154,
+ 45.738114753846155
+ ],
+ [
+ 4.837330853846154,
+ 45.737552353846155
+ ],
+ [
+ 4.835789253846154,
+ 45.73495275384615
+ ],
+ [
+ 4.8357143538461544,
+ 45.73482765384615
+ ],
+ [
+ 4.833728953846154,
+ 45.73149605384615
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.846979153846154,
+ 45.75408165384616
+ ],
+ [
+ 4.846990053846154,
+ 45.75400645384615
+ ],
+ [
+ 4.846972653846154,
+ 45.753821153846154
+ ],
+ [
+ 4.846909253846154,
+ 45.753668753846156
+ ],
+ [
+ 4.846677853846154,
+ 45.75327665384616
+ ],
+ [
+ 4.846393353846154,
+ 45.75277825384615
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.847089053846154,
+ 45.758953053846156
+ ],
+ [
+ 4.846866853846154,
+ 45.758763153846154
+ ],
+ [
+ 4.846649253846154,
+ 45.758565153846156
+ ],
+ [
+ 4.846435953846154,
+ 45.75835845384616
+ ],
+ [
+ 4.846284353846154,
+ 45.758106653846156
+ ],
+ [
+ 4.846202053846154,
+ 45.75788435384615
+ ],
+ [
+ 4.846176153846154,
+ 45.757658553846156
+ ],
+ [
+ 4.846185853846154,
+ 45.75744905384615
+ ],
+ [
+ 4.846273753846154,
+ 45.75706305384615
+ ],
+ [
+ 4.846418753846154,
+ 45.756630253846154
+ ],
+ [
+ 4.846535853846154,
+ 45.756193153846155
+ ],
+ [
+ 4.846898153846154,
+ 45.754510853846156
+ ],
+ [
+ 4.846959853846154,
+ 45.754193953846155
+ ],
+ [
+ 4.846979153846154,
+ 45.75408165384616
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.848136953846154,
+ 45.759823153846156
+ ],
+ [
+ 4.847381853846154,
+ 45.759180953846155
+ ],
+ [
+ 4.847089053846154,
+ 45.758953053846156
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonB",
+ "name": "B",
+ "color": "#0076C0",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.828144207692308,
+ 45.78183500769231
+ ],
+ [
+ 4.828230207692307,
+ 45.78192760769231
+ ],
+ [
+ 4.828306007692308,
+ 45.78200560769231
+ ],
+ [
+ 4.828402607692308,
+ 45.782087807692314
+ ],
+ [
+ 4.828527507692308,
+ 45.78218240769231
+ ],
+ [
+ 4.828724907692307,
+ 45.78232890769231
+ ],
+ [
+ 4.829109307692308,
+ 45.78259530769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.831380207692308,
+ 45.78428570769231
+ ],
+ [
+ 4.8317987076923075,
+ 45.78461310769231
+ ],
+ [
+ 4.831858707692308,
+ 45.78466010769231
+ ],
+ [
+ 4.831918807692308,
+ 45.78471520769231
+ ],
+ [
+ 4.8319957076923075,
+ 45.78481000769231
+ ],
+ [
+ 4.832034507692308,
+ 45.78484700769231
+ ],
+ [
+ 4.8320993076923076,
+ 45.78490440769231
+ ],
+ [
+ 4.8321886076923075,
+ 45.78497630769231
+ ],
+ [
+ 4.832625507692308,
+ 45.78531490769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.829109307692308,
+ 45.78259530769231
+ ],
+ [
+ 4.829450007692308,
+ 45.78284280769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.829854507692308,
+ 45.78313210769231
+ ],
+ [
+ 4.8301996076923075,
+ 45.78337830769231
+ ],
+ [
+ 4.830518107692308,
+ 45.78361170769231
+ ],
+ [
+ 4.831192707692308,
+ 45.78413340769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.836018807692308,
+ 45.76814600769231
+ ],
+ [
+ 4.835912407692308,
+ 45.76864150769231
+ ],
+ [
+ 4.835884207692308,
+ 45.76877300769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.831192707692308,
+ 45.78413340769231
+ ],
+ [
+ 4.831380207692308,
+ 45.78428570769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.829450007692308,
+ 45.78284280769231
+ ],
+ [
+ 4.829658707692308,
+ 45.78299140769231
+ ],
+ [
+ 4.829854507692308,
+ 45.78313210769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.827409907692307,
+ 45.78012090769231
+ ],
+ [
+ 4.8274961076923075,
+ 45.77996590769231
+ ],
+ [
+ 4.827504707692308,
+ 45.77981010769231
+ ],
+ [
+ 4.827533507692308,
+ 45.77947560769231
+ ],
+ [
+ 4.827555907692307,
+ 45.77919990769231
+ ],
+ [
+ 4.827571507692308,
+ 45.77906240769231
+ ],
+ [
+ 4.827635407692307,
+ 45.77882380769231
+ ],
+ [
+ 4.827763907692308,
+ 45.77860370769231
+ ],
+ [
+ 4.8279398076923075,
+ 45.77835810769231
+ ],
+ [
+ 4.828353907692308,
+ 45.77783760769231
+ ],
+ [
+ 4.828639707692307,
+ 45.77744320769231
+ ],
+ [
+ 4.829210107692308,
+ 45.77668800769231
+ ],
+ [
+ 4.829430707692308,
+ 45.77639240769231
+ ],
+ [
+ 4.829772607692307,
+ 45.77591450769231
+ ],
+ [
+ 4.829952907692308,
+ 45.77566410769231
+ ],
+ [
+ 4.830029807692307,
+ 45.77552790769231
+ ],
+ [
+ 4.830079707692308,
+ 45.77540670769231
+ ],
+ [
+ 4.830123207692308,
+ 45.77530000769231
+ ],
+ [
+ 4.830172907692308,
+ 45.775162407692314
+ ],
+ [
+ 4.830213307692308,
+ 45.77504890769231
+ ],
+ [
+ 4.830230607692307,
+ 45.77500630769231
+ ],
+ [
+ 4.830296407692308,
+ 45.77488620769231
+ ],
+ [
+ 4.830368907692308,
+ 45.77479920769231
+ ],
+ [
+ 4.830464507692308,
+ 45.77471470769231
+ ],
+ [
+ 4.830587007692308,
+ 45.77463620769231
+ ],
+ [
+ 4.830727707692308,
+ 45.77457390769231
+ ],
+ [
+ 4.830871607692308,
+ 45.77452710769231
+ ],
+ [
+ 4.831017007692307,
+ 45.77449950769231
+ ],
+ [
+ 4.831198707692308,
+ 45.77448670769231
+ ],
+ [
+ 4.831361507692308,
+ 45.77449440769231
+ ],
+ [
+ 4.831508407692308,
+ 45.77451040769231
+ ],
+ [
+ 4.831622707692308,
+ 45.77452310769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.836293707692308,
+ 45.77090150769231
+ ],
+ [
+ 4.8363262076923075,
+ 45.77084730769231
+ ],
+ [
+ 4.836361107692308,
+ 45.77077850769231
+ ],
+ [
+ 4.8363753076923075,
+ 45.77065510769231
+ ],
+ [
+ 4.836387707692308,
+ 45.770539007692314
+ ],
+ [
+ 4.836361107692308,
+ 45.77044150769231
+ ],
+ [
+ 4.836332807692307,
+ 45.77038600769231
+ ],
+ [
+ 4.836113407692308,
+ 45.77007860769231
+ ],
+ [
+ 4.835962907692307,
+ 45.76984530769231
+ ],
+ [
+ 4.835904507692308,
+ 45.76973420769231
+ ],
+ [
+ 4.835865607692308,
+ 45.769637907692314
+ ],
+ [
+ 4.835824907692308,
+ 45.76950590769231
+ ],
+ [
+ 4.835828507692308,
+ 45.769387407692314
+ ],
+ [
+ 4.8358638076923075,
+ 45.76919360769231
+ ],
+ [
+ 4.8358869076923074,
+ 45.76902690769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.836022507692308,
+ 45.77124440769231
+ ],
+ [
+ 4.836130007692308,
+ 45.77111760769231
+ ],
+ [
+ 4.836192607692308,
+ 45.77104110769231
+ ],
+ [
+ 4.836214307692308,
+ 45.77101130769231
+ ],
+ [
+ 4.836252807692308,
+ 45.77095840769231
+ ],
+ [
+ 4.836293707692308,
+ 45.77090150769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.827409907692307,
+ 45.78012090769231
+ ],
+ [
+ 4.8273900076923075,
+ 45.78041930769231
+ ],
+ [
+ 4.827401807692308,
+ 45.78065510769231
+ ],
+ [
+ 4.827486307692308,
+ 45.78087640769231
+ ],
+ [
+ 4.827566807692308,
+ 45.78103920769231
+ ],
+ [
+ 4.827674207692308,
+ 45.78120340769231
+ ],
+ [
+ 4.827851207692308,
+ 45.78145360769231
+ ],
+ [
+ 4.828014307692308,
+ 45.78168310769231
+ ],
+ [
+ 4.828144207692308,
+ 45.78183500769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8358869076923074,
+ 45.76902690769231
+ ],
+ [
+ 4.835902807692308,
+ 45.76893060769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.835902807692308,
+ 45.76893060769231
+ ],
+ [
+ 4.835884207692308,
+ 45.76877300769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.831622707692308,
+ 45.77452310769231
+ ],
+ [
+ 4.831853707692308,
+ 45.77455110769231
+ ],
+ [
+ 4.8321810076923075,
+ 45.77458700769231
+ ],
+ [
+ 4.8323365076923075,
+ 45.77459340769231
+ ],
+ [
+ 4.832490407692307,
+ 45.77458270769231
+ ],
+ [
+ 4.832651407692308,
+ 45.77455510769231
+ ],
+ [
+ 4.832808507692308,
+ 45.77451170769231
+ ],
+ [
+ 4.832920807692307,
+ 45.77446410769231
+ ],
+ [
+ 4.833026107692308,
+ 45.77440740769231
+ ],
+ [
+ 4.833132207692308,
+ 45.77433640769231
+ ],
+ [
+ 4.833195007692308,
+ 45.77428500769231
+ ],
+ [
+ 4.833265707692307,
+ 45.77421660769231
+ ],
+ [
+ 4.833338007692308,
+ 45.77411790769231
+ ],
+ [
+ 4.833400107692308,
+ 45.77403030769231
+ ],
+ [
+ 4.833932507692308,
+ 45.77347630769231
+ ],
+ [
+ 4.8342723076923075,
+ 45.77310480769231
+ ],
+ [
+ 4.8349624076923075,
+ 45.772371607692314
+ ],
+ [
+ 4.835732207692308,
+ 45.77155570769231
+ ],
+ [
+ 4.835890907692308,
+ 45.77135930769231
+ ],
+ [
+ 4.835967907692308,
+ 45.77129470769231
+ ],
+ [
+ 4.836022507692308,
+ 45.77124440769231
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonC",
+ "name": "C",
+ "color": "#F79829",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833129261538462,
+ 45.75735196153846
+ ],
+ [
+ 4.832727261538461,
+ 45.75771286153846
+ ],
+ [
+ 4.832561761538462,
+ 45.75784726153846
+ ],
+ [
+ 4.832402161538462,
+ 45.75795306153846
+ ],
+ [
+ 4.830907961538461,
+ 45.75884726153846
+ ],
+ [
+ 4.8306249615384615,
+ 45.75901656153846
+ ],
+ [
+ 4.830496761538462,
+ 45.75909336153846
+ ],
+ [
+ 4.830245261538462,
+ 45.75924336153846
+ ],
+ [
+ 4.829963361538462,
+ 45.75939476153846
+ ],
+ [
+ 4.829668261538462,
+ 45.75953146153846
+ ],
+ [
+ 4.829362661538461,
+ 45.75964626153846
+ ],
+ [
+ 4.828969261538462,
+ 45.75976566153846
+ ],
+ [
+ 4.828583561538461,
+ 45.75985986153846
+ ],
+ [
+ 4.828155661538461,
+ 45.75992496153846
+ ],
+ [
+ 4.827664861538461,
+ 45.75997726153846
+ ],
+ [
+ 4.827166761538462,
+ 45.76002966153846
+ ],
+ [
+ 4.825964061538461,
+ 45.76018876153846
+ ],
+ [
+ 4.8256201615384615,
+ 45.76023426153846
+ ],
+ [
+ 4.823848361538461,
+ 45.76050286153846
+ ],
+ [
+ 4.821957461538461,
+ 45.76080036153846
+ ],
+ [
+ 4.821788061538461,
+ 45.76083136153846
+ ],
+ [
+ 4.820661661538462,
+ 45.76103736153846
+ ],
+ [
+ 4.8195394615384615,
+ 45.76131776153846
+ ],
+ [
+ 4.817507861538462,
+ 45.76185706153846
+ ],
+ [
+ 4.814094361538461,
+ 45.76281876153846
+ ],
+ [
+ 4.806796761538462,
+ 45.764946361538456
+ ],
+ [
+ 4.806334161538461,
+ 45.76509966153846
+ ],
+ [
+ 4.806139961538461,
+ 45.76521176153846
+ ],
+ [
+ 4.805942261538461,
+ 45.765361661538456
+ ],
+ [
+ 4.805791961538461,
+ 45.76553606153846
+ ],
+ [
+ 4.805657661538461,
+ 45.76571586153846
+ ],
+ [
+ 4.805572961538462,
+ 45.76593996153846
+ ],
+ [
+ 4.805536661538461,
+ 45.76612466153846
+ ],
+ [
+ 4.805498761538462,
+ 45.76643816153846
+ ],
+ [
+ 4.805430361538462,
+ 45.76707406153846
+ ],
+ [
+ 4.805391461538462,
+ 45.76743656153846
+ ],
+ [
+ 4.805377861538462,
+ 45.76786916153846
+ ],
+ [
+ 4.805420661538461,
+ 45.76819936153846
+ ],
+ [
+ 4.805565661538462,
+ 45.76871646153846
+ ],
+ [
+ 4.805596761538461,
+ 45.76896806153846
+ ],
+ [
+ 4.8055905615384615,
+ 45.76921556153846
+ ],
+ [
+ 4.805517761538462,
+ 45.77079176153846
+ ],
+ [
+ 4.805504261538461,
+ 45.77127806153846
+ ],
+ [
+ 4.805468161538461,
+ 45.77211686153846
+ ],
+ [
+ 4.805429861538461,
+ 45.77306346153846
+ ],
+ [
+ 4.805407361538461,
+ 45.77344886153846
+ ],
+ [
+ 4.805452661538461,
+ 45.77400886153846
+ ],
+ [
+ 4.805458261538462,
+ 45.77424266153846
+ ],
+ [
+ 4.805462461538461,
+ 45.77441596153846
+ ],
+ [
+ 4.805466761538462,
+ 45.77459376153846
+ ],
+ [
+ 4.805470561538462,
+ 45.77475246153846
+ ],
+ [
+ 4.805474661538462,
+ 45.77492316153846
+ ],
+ [
+ 4.805488461538461,
+ 45.77549266153846
+ ],
+ [
+ 4.805445261538462,
+ 45.77570576153846
+ ],
+ [
+ 4.805388461538461,
+ 45.77593906153846
+ ],
+ [
+ 4.805217961538461,
+ 45.77625946153846
+ ],
+ [
+ 4.805057561538462,
+ 45.77644266153846
+ ],
+ [
+ 4.804786661538461,
+ 45.77666346153846
+ ],
+ [
+ 4.804432561538461,
+ 45.77691786153846
+ ],
+ [
+ 4.804000261538461,
+ 45.77722246153846
+ ],
+ [
+ 4.803613761538461,
+ 45.77753356153846
+ ],
+ [
+ 4.803402361538462,
+ 45.77775376153846
+ ],
+ [
+ 4.803248261538461,
+ 45.77800526153846
+ ],
+ [
+ 4.8031318615384615,
+ 45.778380661538456
+ ],
+ [
+ 4.803177861538462,
+ 45.77878066153846
+ ],
+ [
+ 4.803312861538461,
+ 45.77915446153846
+ ],
+ [
+ 4.8035217615384616,
+ 45.77950006153846
+ ],
+ [
+ 4.804534561538461,
+ 45.78056016153846
+ ],
+ [
+ 4.806646061538461,
+ 45.78282446153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833129261538462,
+ 45.75735196153846
+ ],
+ [
+ 4.833407661538462,
+ 45.75708726153846
+ ],
+ [
+ 4.834025661538462,
+ 45.75652676153846
+ ],
+ [
+ 4.834165061538462,
+ 45.75640646153846
+ ],
+ [
+ 4.8342263615384615,
+ 45.75636686153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8342263615384615,
+ 45.75636686153846
+ ],
+ [
+ 4.834329761538461,
+ 45.75629996153846
+ ],
+ [
+ 4.834564961538462,
+ 45.75616806153846
+ ],
+ [
+ 4.834835361538461,
+ 45.75604276153846
+ ],
+ [
+ 4.835276661538462,
+ 45.75590006153846
+ ],
+ [
+ 4.835604161538462,
+ 45.75582646153846
+ ],
+ [
+ 4.835926861538462,
+ 45.75578066153846
+ ],
+ [
+ 4.836252561538461,
+ 45.75575396153846
+ ],
+ [
+ 4.8366397615384615,
+ 45.75575196153846
+ ],
+ [
+ 4.836934161538461,
+ 45.75577896153846
+ ],
+ [
+ 4.838122861538461,
+ 45.75593306153846
+ ],
+ [
+ 4.838669761538461,
+ 45.756004761538456
+ ],
+ [
+ 4.839392261538461,
+ 45.75610676153846
+ ],
+ [
+ 4.839701261538462,
+ 45.75612656153846
+ ],
+ [
+ 4.839948461538461,
+ 45.75612416153846
+ ],
+ [
+ 4.840207161538461,
+ 45.75611066153846
+ ],
+ [
+ 4.840530161538461,
+ 45.75607236153846
+ ],
+ [
+ 4.840798161538461,
+ 45.75602066153846
+ ],
+ [
+ 4.8410617615384615,
+ 45.755957961538456
+ ],
+ [
+ 4.841325161538461,
+ 45.75587556153846
+ ],
+ [
+ 4.841485261538462,
+ 45.75581946153846
+ ],
+ [
+ 4.8423986615384615,
+ 45.75550306153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8423986615384615,
+ 45.75550306153846
+ ],
+ [
+ 4.842838761538461,
+ 45.75535006153846
+ ],
+ [
+ 4.842929261538462,
+ 45.75531806153846
+ ],
+ [
+ 4.843341061538461,
+ 45.75517216153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.843341061538461,
+ 45.75517216153846
+ ],
+ [
+ 4.846737161538462,
+ 45.75400556153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.846737161538462,
+ 45.75400556153846
+ ],
+ [
+ 4.847020961538462,
+ 45.75390976153846
+ ],
+ [
+ 4.8481654615384615,
+ 45.75351816153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8481654615384615,
+ 45.75351816153846
+ ],
+ [
+ 4.853483961538461,
+ 45.75161786153846
+ ],
+ [
+ 4.865242661538462,
+ 45.74757996153846
+ ],
+ [
+ 4.869940961538462,
+ 45.74599906153846
+ ],
+ [
+ 4.871372661538461,
+ 45.74551736153846
+ ],
+ [
+ 4.878357561538461,
+ 45.74311056153846
+ ],
+ [
+ 4.878490561538461,
+ 45.74307566153846
+ ],
+ [
+ 4.878649661538462,
+ 45.74307086153846
+ ],
+ [
+ 4.878876161538462,
+ 45.74299326153846
+ ],
+ [
+ 4.879102661538462,
+ 45.74291566153846
+ ],
+ [
+ 4.879243661538461,
+ 45.74282066153846
+ ],
+ [
+ 4.879361761538462,
+ 45.74275786153846
+ ],
+ [
+ 4.879945761538462,
+ 45.74253836153846
+ ],
+ [
+ 4.880995461538461,
+ 45.74230366153846
+ ],
+ [
+ 4.8826646615384615,
+ 45.74203286153846
+ ],
+ [
+ 4.883520161538462,
+ 45.74170196153846
+ ],
+ [
+ 4.884082461538462,
+ 45.74137576153846
+ ],
+ [
+ 4.884468461538462,
+ 45.74103556153846
+ ],
+ [
+ 4.884982961538461,
+ 45.74031296153846
+ ],
+ [
+ 4.885224261538461,
+ 45.73990326153846
+ ],
+ [
+ 4.885525961538462,
+ 45.73946136153846
+ ],
+ [
+ 4.886575261538462,
+ 45.73836816153846
+ ],
+ [
+ 4.887987961538461,
+ 45.73690626153846
+ ],
+ [
+ 4.888629061538461,
+ 45.73636826153846
+ ],
+ [
+ 4.889058961538462,
+ 45.73601196153846
+ ],
+ [
+ 4.889339861538462,
+ 45.73567296153846
+ ],
+ [
+ 4.889494761538462,
+ 45.73527756153846
+ ],
+ [
+ 4.889513161538462,
+ 45.73498986153846
+ ],
+ [
+ 4.889528061538462,
+ 45.734757361538456
+ ],
+ [
+ 4.889427861538461,
+ 45.73439076153846
+ ],
+ [
+ 4.888759061538462,
+ 45.73306546153846
+ ],
+ [
+ 4.888153961538461,
+ 45.73173716153846
+ ],
+ [
+ 4.887840961538462,
+ 45.73125806153846
+ ],
+ [
+ 4.887773961538461,
+ 45.73116636153846
+ ],
+ [
+ 4.887662261538462,
+ 45.73101346153846
+ ],
+ [
+ 4.887626461538462,
+ 45.73096446153846
+ ],
+ [
+ 4.887517961538461,
+ 45.73082916153846
+ ],
+ [
+ 4.887501661538462,
+ 45.73080896153846
+ ],
+ [
+ 4.887296861538461,
+ 45.73055356153846
+ ],
+ [
+ 4.887187161538462,
+ 45.73041666153846
+ ],
+ [
+ 4.886994561538462,
+ 45.730194161538456
+ ],
+ [
+ 4.886798661538461,
+ 45.72983086153846
+ ],
+ [
+ 4.8867186615384615,
+ 45.72955076153846
+ ],
+ [
+ 4.886726861538461,
+ 45.72905946153846
+ ],
+ [
+ 4.887254461538461,
+ 45.72333116153846
+ ],
+ [
+ 4.8872073615384615,
+ 45.72301306153846
+ ],
+ [
+ 4.8870442615384615,
+ 45.72266906153846
+ ],
+ [
+ 4.886916961538462,
+ 45.72236576153846
+ ],
+ [
+ 4.886795861538461,
+ 45.72201516153846
+ ],
+ [
+ 4.886772661538462,
+ 45.72165286153846
+ ],
+ [
+ 4.886802661538462,
+ 45.721329161538456
+ ],
+ [
+ 4.8869321615384615,
+ 45.72095746153846
+ ],
+ [
+ 4.8875484615384615,
+ 45.71951366153846
+ ],
+ [
+ 4.887776961538462,
+ 45.71900756153846
+ ],
+ [
+ 4.887834261538462,
+ 45.71853416153846
+ ],
+ [
+ 4.887903161538461,
+ 45.71736176153846
+ ],
+ [
+ 4.888083961538461,
+ 45.71517786153846
+ ],
+ [
+ 4.888180261538461,
+ 45.71369936153846
+ ],
+ [
+ 4.888082661538461,
+ 45.71217726153846
+ ],
+ [
+ 4.887804661538461,
+ 45.71093366153846
+ ],
+ [
+ 4.887236961538462,
+ 45.70859866153846
+ ],
+ [
+ 4.887296461538462,
+ 45.70818286153846
+ ],
+ [
+ 4.887717461538461,
+ 45.70736086153846
+ ],
+ [
+ 4.8879500615384615,
+ 45.70677016153846
+ ],
+ [
+ 4.8880102615384615,
+ 45.70628916153846
+ ],
+ [
+ 4.888015761538462,
+ 45.70545996153846
+ ],
+ [
+ 4.888001961538461,
+ 45.703597961538456
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonD",
+ "name": "D",
+ "color": "#00A950",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825887515384615,
+ 45.75996951538462
+ ],
+ [
+ 4.825620115384615,
+ 45.759891915384614
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825620115384615,
+ 45.759891915384614
+ ],
+ [
+ 4.825479015384615,
+ 45.75985161538462
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825479015384615,
+ 45.75985161538462
+ ],
+ [
+ 4.825029115384615,
+ 45.759718615384614
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.821031715384615,
+ 45.758544715384616
+ ],
+ [
+ 4.820288715384615,
+ 45.75832491538462
+ ],
+ [
+ 4.818801315384615,
+ 45.757884915384615
+ ],
+ [
+ 4.816758515384615,
+ 45.757280615384616
+ ],
+ [
+ 4.8164752153846155,
+ 45.75719681538462
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825029115384615,
+ 45.759718615384614
+ ],
+ [
+ 4.823553015384615,
+ 45.75928011538462
+ ],
+ [
+ 4.823514715384615,
+ 45.75926901538462
+ ],
+ [
+ 4.822316515384615,
+ 45.758922215384615
+ ],
+ [
+ 4.821682515384615,
+ 45.75873901538461
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.821031715384615,
+ 45.758544715384616
+ ],
+ [
+ 4.821174615384615,
+ 45.758576315384616
+ ],
+ [
+ 4.821277515384615,
+ 45.758606115384616
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.821375815384616,
+ 45.75863431538462
+ ],
+ [
+ 4.821474015384616,
+ 45.758660815384616
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.821474015384616,
+ 45.758660815384616
+ ],
+ [
+ 4.821526315384615,
+ 45.75867621538462
+ ],
+ [
+ 4.821682515384615,
+ 45.75873901538461
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.821277515384615,
+ 45.758606115384616
+ ],
+ [
+ 4.821375815384616,
+ 45.75863431538462
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF1",
+ "name": "F1",
+ "color": "#8BC752",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825768569230769,
+ 45.76005416923077
+ ],
+ [
+ 4.825597569230769,
+ 45.760086769230774
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF2",
+ "name": "F2",
+ "color": "#8BC752",
+ "order": 6
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825597569230769,
+ 45.760086769230774
+ ],
+ [
+ 4.825459369230769,
+ 45.76011326923077
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF2",
+ "name": "F2",
+ "color": "#8BC752",
+ "order": 6
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825048169230769,
+ 45.760252269230776
+ ],
+ [
+ 4.8235471692307685,
+ 45.76114856923077
+ ],
+ [
+ 4.8235037692307685,
+ 45.761167769230774
+ ],
+ [
+ 4.8234562692307685,
+ 45.761194569230774
+ ],
+ [
+ 4.823418969230769,
+ 45.76122416923077
+ ],
+ [
+ 4.821480969230769,
+ 45.76238236923077
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF2",
+ "name": "F2",
+ "color": "#8BC752",
+ "order": 6
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825459369230769,
+ 45.76011326923077
+ ],
+ [
+ 4.825344569230769,
+ 45.76014186923077
+ ],
+ [
+ 4.825234569230769,
+ 45.76017416923077
+ ],
+ [
+ 4.825127369230769,
+ 45.76021346923077
+ ],
+ [
+ 4.825048169230769,
+ 45.760252269230776
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonF2",
+ "name": "F2",
+ "color": "#8BC752",
+ "order": 6
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8191067769230775,
+ 45.73361067692308
+ ],
+ [
+ 4.818992076923077,
+ 45.733640276923076
+ ],
+ [
+ 4.818912876923077,
+ 45.73366167692308
+ ],
+ [
+ 4.818760476923077,
+ 45.73370357692308
+ ],
+ [
+ 4.818580876923077,
+ 45.733751476923075
+ ],
+ [
+ 4.818494676923077,
+ 45.733775176923075
+ ],
+ [
+ 4.8183722769230775,
+ 45.733818376923075
+ ],
+ [
+ 4.818147776923078,
+ 45.73390697692308
+ ],
+ [
+ 4.818056076923077,
+ 45.73395227692308
+ ],
+ [
+ 4.8179795769230775,
+ 45.73400657692308
+ ],
+ [
+ 4.817951076923078,
+ 45.734034876923076
+ ],
+ [
+ 4.817921076923077,
+ 45.73407287692308
+ ],
+ [
+ 4.817910576923078,
+ 45.73409067692308
+ ],
+ [
+ 4.817892976923077,
+ 45.73412017692308
+ ],
+ [
+ 4.817866976923077,
+ 45.73418727692308
+ ],
+ [
+ 4.817798976923077,
+ 45.73436297692308
+ ],
+ [
+ 4.817728576923077,
+ 45.73454597692308
+ ],
+ [
+ 4.817104276923077,
+ 45.73588117692308
+ ],
+ [
+ 4.816992776923077,
+ 45.73611097692308
+ ],
+ [
+ 4.816900976923077,
+ 45.736327676923075
+ ],
+ [
+ 4.816822976923078,
+ 45.736584876923075
+ ],
+ [
+ 4.816781176923078,
+ 45.736842676923075
+ ],
+ [
+ 4.816767976923077,
+ 45.73705957692308
+ ],
+ [
+ 4.8167769769230775,
+ 45.73727487692308
+ ],
+ [
+ 4.816811676923077,
+ 45.73750407692308
+ ],
+ [
+ 4.816838776923078,
+ 45.73763427692308
+ ],
+ [
+ 4.816842476923077,
+ 45.73765237692308
+ ],
+ [
+ 4.816877776923078,
+ 45.73773797692308
+ ],
+ [
+ 4.816897876923077,
+ 45.73778677692308
+ ],
+ [
+ 4.816909976923077,
+ 45.73781117692308
+ ],
+ [
+ 4.817010376923077,
+ 45.73801367692308
+ ],
+ [
+ 4.817188576923077,
+ 45.73836257692308
+ ],
+ [
+ 4.8172580769230775,
+ 45.738469176923076
+ ],
+ [
+ 4.817563876923077,
+ 45.73883167692308
+ ],
+ [
+ 4.818258776923077,
+ 45.73964727692308
+ ],
+ [
+ 4.818319276923077,
+ 45.739715076923076
+ ],
+ [
+ 4.818363276923077,
+ 45.739768476923075
+ ],
+ [
+ 4.818378376923078,
+ 45.739786776923076
+ ],
+ [
+ 4.818421276923077,
+ 45.73983807692308
+ ],
+ [
+ 4.818436676923078,
+ 45.73985647692308
+ ],
+ [
+ 4.818473376923078,
+ 45.73990027692308
+ ],
+ [
+ 4.818484276923077,
+ 45.739913276923076
+ ],
+ [
+ 4.818596776923077,
+ 45.740042176923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.830452476923077,
+ 45.748903476923076
+ ],
+ [
+ 4.830727876923078,
+ 45.748820176923076
+ ],
+ [
+ 4.830870876923077,
+ 45.74877687692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833416376923077,
+ 45.74796027692308
+ ],
+ [
+ 4.833511176923078,
+ 45.74792927692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.857833076923077,
+ 45.76110317692308
+ ],
+ [
+ 4.8578854769230775,
+ 45.76113887692308
+ ],
+ [
+ 4.857920676923078,
+ 45.76117507692308
+ ],
+ [
+ 4.857936976923077,
+ 45.76119807692308
+ ],
+ [
+ 4.857946876923077,
+ 45.76121197692308
+ ],
+ [
+ 4.857965776923077,
+ 45.76125347692308
+ ],
+ [
+ 4.8579665769230775,
+ 45.761267676923076
+ ],
+ [
+ 4.857968276923077,
+ 45.761298076923076
+ ],
+ [
+ 4.857949176923078,
+ 45.761418476923076
+ ],
+ [
+ 4.857917876923078,
+ 45.76160167692308
+ ],
+ [
+ 4.857857176923077,
+ 45.76194397692308
+ ],
+ [
+ 4.857817576923077,
+ 45.76214607692308
+ ],
+ [
+ 4.857737376923077,
+ 45.76258047692308
+ ],
+ [
+ 4.857724876923077,
+ 45.76264777692308
+ ],
+ [
+ 4.857713376923077,
+ 45.76270757692308
+ ],
+ [
+ 4.857706176923077,
+ 45.76274957692308
+ ],
+ [
+ 4.857670276923077,
+ 45.76294287692308
+ ],
+ [
+ 4.857681476923077,
+ 45.763100276923076
+ ],
+ [
+ 4.857776176923077,
+ 45.763427976923076
+ ],
+ [
+ 4.857839476923077,
+ 45.76351237692308
+ ],
+ [
+ 4.857895176923077,
+ 45.76356137692308
+ ],
+ [
+ 4.8579725769230775,
+ 45.763613976923075
+ ],
+ [
+ 4.858025376923077,
+ 45.763640076923075
+ ],
+ [
+ 4.858079576923077,
+ 45.76365637692308
+ ],
+ [
+ 4.858144276923078,
+ 45.76367757692308
+ ],
+ [
+ 4.858238176923077,
+ 45.763697276923075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.855231776923078,
+ 45.760848776923076
+ ],
+ [
+ 4.856560076923078,
+ 45.76095957692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833511176923078,
+ 45.74792927692308
+ ],
+ [
+ 4.833620876923077,
+ 45.74791557692308
+ ],
+ [
+ 4.833628476923077,
+ 45.74791457692308
+ ],
+ [
+ 4.833652776923078,
+ 45.74791407692308
+ ],
+ [
+ 4.833670576923077,
+ 45.74791377692308
+ ],
+ [
+ 4.833734576923077,
+ 45.74791807692308
+ ],
+ [
+ 4.833775076923077,
+ 45.74792197692308
+ ],
+ [
+ 4.8338094769230775,
+ 45.747929476923076
+ ],
+ [
+ 4.833883676923078,
+ 45.74795297692308
+ ],
+ [
+ 4.833893676923077,
+ 45.74795747692308
+ ],
+ [
+ 4.833940376923077,
+ 45.74797817692308
+ ],
+ [
+ 4.833949576923077,
+ 45.74798427692308
+ ],
+ [
+ 4.833984776923077,
+ 45.74800767692308
+ ],
+ [
+ 4.834021076923078,
+ 45.74803687692308
+ ],
+ [
+ 4.834059976923077,
+ 45.74807737692308
+ ],
+ [
+ 4.834494976923077,
+ 45.74863147692308
+ ],
+ [
+ 4.834539976923077,
+ 45.748688776923075
+ ],
+ [
+ 4.8345651769230775,
+ 45.74872077692308
+ ],
+ [
+ 4.834589576923078,
+ 45.74875187692308
+ ],
+ [
+ 4.8347564769230775,
+ 45.74896437692308
+ ],
+ [
+ 4.835104676923077,
+ 45.74940737692308
+ ],
+ [
+ 4.835138876923077,
+ 45.74945107692308
+ ],
+ [
+ 4.835165576923077,
+ 45.74948487692308
+ ],
+ [
+ 4.835317476923077,
+ 45.74967777692308
+ ],
+ [
+ 4.835694776923077,
+ 45.750156076923076
+ ],
+ [
+ 4.835757976923078,
+ 45.75023617692308
+ ],
+ [
+ 4.835822076923077,
+ 45.75031747692308
+ ],
+ [
+ 4.836400176923077,
+ 45.751050476923076
+ ],
+ [
+ 4.836923576923077,
+ 45.75171397692308
+ ],
+ [
+ 4.836949076923077,
+ 45.75174157692308
+ ],
+ [
+ 4.836983076923078,
+ 45.751766076923076
+ ],
+ [
+ 4.837007476923078,
+ 45.75177797692308
+ ],
+ [
+ 4.837071176923077,
+ 45.75180177692308
+ ],
+ [
+ 4.837122776923077,
+ 45.75181357692308
+ ],
+ [
+ 4.837149376923077,
+ 45.751817076923075
+ ],
+ [
+ 4.8371698769230775,
+ 45.75181907692308
+ ],
+ [
+ 4.837225676923078,
+ 45.75181797692308
+ ],
+ [
+ 4.837270076923077,
+ 45.75181377692308
+ ],
+ [
+ 4.837348576923078,
+ 45.75179507692308
+ ],
+ [
+ 4.8378159769230775,
+ 45.75161507692308
+ ],
+ [
+ 4.837885776923077,
+ 45.751587976923076
+ ],
+ [
+ 4.838022376923077,
+ 45.751535076923076
+ ],
+ [
+ 4.838406576923077,
+ 45.751387176923075
+ ],
+ [
+ 4.838602676923077,
+ 45.75130247692308
+ ],
+ [
+ 4.8386780769230775,
+ 45.751269976923076
+ ],
+ [
+ 4.838705576923077,
+ 45.75125807692308
+ ],
+ [
+ 4.838737876923077,
+ 45.75124417692308
+ ],
+ [
+ 4.838961176923077,
+ 45.75114787692308
+ ],
+ [
+ 4.839248376923077,
+ 45.75102397692308
+ ],
+ [
+ 4.839357076923077,
+ 45.75098377692308
+ ],
+ [
+ 4.839455876923077,
+ 45.75096737692308
+ ],
+ [
+ 4.839536176923077,
+ 45.75096967692308
+ ],
+ [
+ 4.839584376923077,
+ 45.75097827692308
+ ],
+ [
+ 4.839623976923077,
+ 45.750985376923076
+ ],
+ [
+ 4.839648376923077,
+ 45.75099337692308
+ ],
+ [
+ 4.839677676923078,
+ 45.75100287692308
+ ],
+ [
+ 4.839722476923077,
+ 45.75102467692308
+ ],
+ [
+ 4.839765776923078,
+ 45.75105637692308
+ ],
+ [
+ 4.839804576923077,
+ 45.75109307692308
+ ],
+ [
+ 4.839843976923078,
+ 45.75114807692308
+ ],
+ [
+ 4.840340176923077,
+ 45.751856076923076
+ ],
+ [
+ 4.8403734769230775,
+ 45.751903476923076
+ ],
+ [
+ 4.840783076923078,
+ 45.75248907692308
+ ],
+ [
+ 4.8407956769230776,
+ 45.75250697692308
+ ],
+ [
+ 4.841058976923077,
+ 45.75288347692308
+ ],
+ [
+ 4.841169576923077,
+ 45.753043576923076
+ ],
+ [
+ 4.841364976923077,
+ 45.75332647692308
+ ],
+ [
+ 4.841408276923078,
+ 45.75338857692308
+ ],
+ [
+ 4.841433576923078,
+ 45.75342497692308
+ ],
+ [
+ 4.841760776923078,
+ 45.75389487692308
+ ],
+ [
+ 4.841804376923077,
+ 45.753957376923076
+ ],
+ [
+ 4.841927476923077,
+ 45.754134276923075
+ ],
+ [
+ 4.842101876923078,
+ 45.75436987692308
+ ],
+ [
+ 4.8421885769230775,
+ 45.754465076923076
+ ],
+ [
+ 4.842218576923077,
+ 45.75450227692308
+ ],
+ [
+ 4.842283576923077,
+ 45.75457777692308
+ ],
+ [
+ 4.842539276923078,
+ 45.75494577692308
+ ],
+ [
+ 4.842645176923077,
+ 45.75509907692308
+ ],
+ [
+ 4.842689776923077,
+ 45.755163076923075
+ ],
+ [
+ 4.842729176923077,
+ 45.75521977692308
+ ],
+ [
+ 4.842786676923077,
+ 45.75530247692308
+ ],
+ [
+ 4.842842976923078,
+ 45.755389276923076
+ ],
+ [
+ 4.842872276923077,
+ 45.75545957692308
+ ],
+ [
+ 4.842888576923078,
+ 45.75549737692308
+ ],
+ [
+ 4.842909576923077,
+ 45.75558887692308
+ ],
+ [
+ 4.842913276923078,
+ 45.75566967692308
+ ],
+ [
+ 4.842893476923077,
+ 45.755809476923076
+ ],
+ [
+ 4.842887676923077,
+ 45.75585087692308
+ ],
+ [
+ 4.842778476923077,
+ 45.75662127692308
+ ],
+ [
+ 4.842765176923077,
+ 45.75671527692308
+ ],
+ [
+ 4.842599776923078,
+ 45.757871176923075
+ ],
+ [
+ 4.842594576923077,
+ 45.75789897692308
+ ],
+ [
+ 4.842586476923078,
+ 45.75795497692308
+ ],
+ [
+ 4.842575476923077,
+ 45.75803087692308
+ ],
+ [
+ 4.8425182769230775,
+ 45.75842657692308
+ ],
+ [
+ 4.842506976923078,
+ 45.75850607692308
+ ],
+ [
+ 4.842489076923077,
+ 45.75861707692308
+ ],
+ [
+ 4.842456176923077,
+ 45.758858576923075
+ ],
+ [
+ 4.842419876923078,
+ 45.75910657692308
+ ],
+ [
+ 4.8424115769230776,
+ 45.75916727692308
+ ],
+ [
+ 4.842407476923078,
+ 45.75919577692308
+ ],
+ [
+ 4.842399976923077,
+ 45.75924817692308
+ ],
+ [
+ 4.8423931769230775,
+ 45.759295176923075
+ ],
+ [
+ 4.842363676923077,
+ 45.759500076923075
+ ],
+ [
+ 4.842335076923077,
+ 45.759698376923076
+ ],
+ [
+ 4.842343176923078,
+ 45.75976287692308
+ ],
+ [
+ 4.842365176923077,
+ 45.75981437692308
+ ],
+ [
+ 4.842377276923077,
+ 45.75982737692308
+ ],
+ [
+ 4.842392476923077,
+ 45.759843676923076
+ ],
+ [
+ 4.842442876923077,
+ 45.75989257692308
+ ],
+ [
+ 4.842458376923077,
+ 45.75990757692308
+ ],
+ [
+ 4.842535176923077,
+ 45.75993997692308
+ ],
+ [
+ 4.842608176923077,
+ 45.75995887692308
+ ],
+ [
+ 4.842776776923078,
+ 45.759966476923076
+ ],
+ [
+ 4.843027176923077,
+ 45.75997167692308
+ ],
+ [
+ 4.843673776923077,
+ 45.760012076923076
+ ],
+ [
+ 4.843784076923077,
+ 45.76001957692308
+ ],
+ [
+ 4.844415276923077,
+ 45.76005847692308
+ ],
+ [
+ 4.8445395769230775,
+ 45.760065576923076
+ ],
+ [
+ 4.8446491769230775,
+ 45.76007337692308
+ ],
+ [
+ 4.845281376923078,
+ 45.760112376923075
+ ],
+ [
+ 4.845544276923078,
+ 45.76013047692308
+ ],
+ [
+ 4.845687976923077,
+ 45.76014027692308
+ ],
+ [
+ 4.8458276769230775,
+ 45.76014987692308
+ ],
+ [
+ 4.846552676923078,
+ 45.76019947692308
+ ],
+ [
+ 4.846645676923077,
+ 45.76020587692308
+ ],
+ [
+ 4.846762676923078,
+ 45.760213976923076
+ ],
+ [
+ 4.847588576923077,
+ 45.760270476923075
+ ],
+ [
+ 4.8476934769230775,
+ 45.76027767692308
+ ],
+ [
+ 4.847789376923077,
+ 45.76028417692308
+ ],
+ [
+ 4.848396876923077,
+ 45.76032447692308
+ ],
+ [
+ 4.8488260769230775,
+ 45.76035427692308
+ ],
+ [
+ 4.848920476923078,
+ 45.76036077692308
+ ],
+ [
+ 4.849065376923077,
+ 45.76037037692308
+ ],
+ [
+ 4.849684976923077,
+ 45.76041107692308
+ ],
+ [
+ 4.850529176923077,
+ 45.76046897692308
+ ],
+ [
+ 4.850643676923077,
+ 45.760476676923076
+ ],
+ [
+ 4.850745276923077,
+ 45.76048367692308
+ ],
+ [
+ 4.851711976923077,
+ 45.76054987692308
+ ],
+ [
+ 4.851721876923078,
+ 45.76054997692308
+ ],
+ [
+ 4.851849076923077,
+ 45.76055127692308
+ ],
+ [
+ 4.851970476923078,
+ 45.76055097692308
+ ],
+ [
+ 4.8520901769230775,
+ 45.760550776923075
+ ],
+ [
+ 4.852231776923078,
+ 45.76054947692308
+ ],
+ [
+ 4.852252776923077,
+ 45.76054847692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8270481769230775,
+ 45.749532776923076
+ ],
+ [
+ 4.8271206769230774,
+ 45.74963887692308
+ ],
+ [
+ 4.827243676923077,
+ 45.74981887692308
+ ],
+ [
+ 4.827280076923078,
+ 45.749859276923075
+ ],
+ [
+ 4.827340376923077,
+ 45.74990277692308
+ ],
+ [
+ 4.827401376923078,
+ 45.74993387692308
+ ],
+ [
+ 4.8274630769230775,
+ 45.74995707692308
+ ],
+ [
+ 4.827538476923078,
+ 45.74996957692308
+ ],
+ [
+ 4.827604876923077,
+ 45.74997227692308
+ ],
+ [
+ 4.827662776923077,
+ 45.74996907692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.860011376923078,
+ 45.763714876923075
+ ],
+ [
+ 4.860646576923077,
+ 45.76371667692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.860646576923077,
+ 45.76371667692308
+ ],
+ [
+ 4.861021376923078,
+ 45.76372147692308
+ ],
+ [
+ 4.861132376923077,
+ 45.76372247692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.831032276923077,
+ 45.74872327692308
+ ],
+ [
+ 4.833213876923077,
+ 45.74802507692308
+ ],
+ [
+ 4.833416376923077,
+ 45.74796027692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.830870876923077,
+ 45.74877687692308
+ ],
+ [
+ 4.830892676923077,
+ 45.748769676923075
+ ],
+ [
+ 4.831032276923077,
+ 45.74872327692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.827662776923077,
+ 45.74996907692308
+ ],
+ [
+ 4.827698576923077,
+ 45.74996367692308
+ ],
+ [
+ 4.8277303769230775,
+ 45.74995577692308
+ ],
+ [
+ 4.827751576923077,
+ 45.74995097692308
+ ],
+ [
+ 4.827781276923077,
+ 45.74994337692308
+ ],
+ [
+ 4.827814876923077,
+ 45.74993077692308
+ ],
+ [
+ 4.827854976923077,
+ 45.749910376923076
+ ],
+ [
+ 4.8278836769230775,
+ 45.74989297692308
+ ],
+ [
+ 4.827907176923078,
+ 45.74987547692308
+ ],
+ [
+ 4.827969076923077,
+ 45.74981897692308
+ ],
+ [
+ 4.8280673769230775,
+ 45.74971747692308
+ ],
+ [
+ 4.828132176923077,
+ 45.74966907692308
+ ],
+ [
+ 4.828168376923077,
+ 45.74964667692308
+ ],
+ [
+ 4.828184976923077,
+ 45.74963647692308
+ ],
+ [
+ 4.828270576923077,
+ 45.74960037692308
+ ],
+ [
+ 4.829198576923077,
+ 45.74930547692308
+ ],
+ [
+ 4.829634776923077,
+ 45.749167376923076
+ ],
+ [
+ 4.830101576923077,
+ 45.74901927692308
+ ],
+ [
+ 4.830325476923077,
+ 45.74895117692308
+ ],
+ [
+ 4.830452476923077,
+ 45.748903476923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8253565769230775,
+ 45.74780077692308
+ ],
+ [
+ 4.826208676923077,
+ 45.748796476923076
+ ],
+ [
+ 4.826327276923077,
+ 45.74893797692308
+ ],
+ [
+ 4.826334676923078,
+ 45.74894677692308
+ ],
+ [
+ 4.826383176923077,
+ 45.748989176923075
+ ],
+ [
+ 4.826446376923077,
+ 45.74901577692308
+ ],
+ [
+ 4.826595476923077,
+ 45.749045776923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.821684576923078,
+ 45.73190957692308
+ ],
+ [
+ 4.821536676923078,
+ 45.73194307692308
+ ],
+ [
+ 4.821419576923077,
+ 45.731988176923075
+ ],
+ [
+ 4.821296776923077,
+ 45.73206257692308
+ ],
+ [
+ 4.821255976923077,
+ 45.73209477692308
+ ],
+ [
+ 4.8202136769230775,
+ 45.73291837692308
+ ],
+ [
+ 4.819585676923078,
+ 45.733415276923076
+ ],
+ [
+ 4.819517176923077,
+ 45.73346427692308
+ ],
+ [
+ 4.819441776923077,
+ 45.73350597692308
+ ],
+ [
+ 4.819347276923077,
+ 45.73354287692308
+ ],
+ [
+ 4.819261376923078,
+ 45.73356757692308
+ ],
+ [
+ 4.8191067769230775,
+ 45.73361067692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.872148376923077,
+ 45.781492876923075
+ ],
+ [
+ 4.872476176923077,
+ 45.78142397692308
+ ],
+ [
+ 4.872505076923077,
+ 45.78141607692308
+ ],
+ [
+ 4.872596576923077,
+ 45.78139287692308
+ ],
+ [
+ 4.872654276923077,
+ 45.781378576923075
+ ],
+ [
+ 4.872698276923077,
+ 45.78136867692308
+ ],
+ [
+ 4.8727582769230775,
+ 45.78135517692308
+ ],
+ [
+ 4.872821376923078,
+ 45.781341476923075
+ ],
+ [
+ 4.872861376923077,
+ 45.78133517692308
+ ],
+ [
+ 4.872911676923077,
+ 45.78132787692308
+ ],
+ [
+ 4.872931176923077,
+ 45.78132667692308
+ ],
+ [
+ 4.873002076923077,
+ 45.78132357692308
+ ],
+ [
+ 4.873097676923077,
+ 45.78132837692308
+ ],
+ [
+ 4.873201976923077,
+ 45.78134297692308
+ ],
+ [
+ 4.873398776923077,
+ 45.78138707692308
+ ],
+ [
+ 4.873650076923077,
+ 45.78144337692308
+ ],
+ [
+ 4.8738227769230775,
+ 45.781482076923076
+ ],
+ [
+ 4.873872676923077,
+ 45.78149327692308
+ ],
+ [
+ 4.873892376923077,
+ 45.78149767692308
+ ],
+ [
+ 4.873933876923077,
+ 45.781506976923076
+ ],
+ [
+ 4.874288776923077,
+ 45.78158647692308
+ ],
+ [
+ 4.874426176923078,
+ 45.78161727692308
+ ],
+ [
+ 4.874812576923078,
+ 45.781703876923075
+ ],
+ [
+ 4.874930276923077,
+ 45.78173997692308
+ ],
+ [
+ 4.874939276923078,
+ 45.781742876923076
+ ],
+ [
+ 4.875070576923077,
+ 45.78179587692308
+ ],
+ [
+ 4.875240376923077,
+ 45.78187027692308
+ ],
+ [
+ 4.875363476923077,
+ 45.781915476923075
+ ],
+ [
+ 4.875515576923077,
+ 45.78196037692308
+ ],
+ [
+ 4.877208276923077,
+ 45.78233857692308
+ ],
+ [
+ 4.877294976923078,
+ 45.78235797692308
+ ],
+ [
+ 4.877334476923077,
+ 45.78236677692308
+ ],
+ [
+ 4.877663776923077,
+ 45.782440276923076
+ ],
+ [
+ 4.878019676923078,
+ 45.78251897692308
+ ],
+ [
+ 4.878242176923077,
+ 45.78256817692308
+ ],
+ [
+ 4.878430876923077,
+ 45.782609876923075
+ ],
+ [
+ 4.879196876923078,
+ 45.78277927692308
+ ],
+ [
+ 4.879503276923077,
+ 45.782846976923075
+ ],
+ [
+ 4.879764476923078,
+ 45.78289167692308
+ ],
+ [
+ 4.880688776923077,
+ 45.783098176923076
+ ],
+ [
+ 4.881327576923077,
+ 45.78324077692308
+ ],
+ [
+ 4.882055276923078,
+ 45.783403376923076
+ ],
+ [
+ 4.882827476923078,
+ 45.78357587692308
+ ],
+ [
+ 4.883254176923077,
+ 45.78367197692308
+ ],
+ [
+ 4.883415076923077,
+ 45.78370637692308
+ ],
+ [
+ 4.883525376923077,
+ 45.783731076923075
+ ],
+ [
+ 4.8837493769230775,
+ 45.78382557692308
+ ],
+ [
+ 4.883763976923078,
+ 45.78383717692308
+ ],
+ [
+ 4.883792476923078,
+ 45.78385977692308
+ ],
+ [
+ 4.883822076923077,
+ 45.783902476923075
+ ],
+ [
+ 4.8838370769230774,
+ 45.78392407692308
+ ],
+ [
+ 4.883849876923077,
+ 45.78397837692308
+ ],
+ [
+ 4.883850176923077,
+ 45.784005276923075
+ ],
+ [
+ 4.883850576923077,
+ 45.78404387692308
+ ],
+ [
+ 4.883834676923077,
+ 45.78408817692308
+ ],
+ [
+ 4.883815276923078,
+ 45.78414067692308
+ ],
+ [
+ 4.8834351769230775,
+ 45.78497367692308
+ ],
+ [
+ 4.883393076923078,
+ 45.78503917692308
+ ],
+ [
+ 4.883360876923077,
+ 45.785068176923076
+ ],
+ [
+ 4.883337376923078,
+ 45.785089376923075
+ ],
+ [
+ 4.883312776923077,
+ 45.78510367692308
+ ],
+ [
+ 4.883261176923077,
+ 45.78513277692308
+ ],
+ [
+ 4.883063376923078,
+ 45.78518197692308
+ ],
+ [
+ 4.882856176923077,
+ 45.78522287692308
+ ],
+ [
+ 4.882772976923078,
+ 45.785255976923075
+ ],
+ [
+ 4.8827155769230774,
+ 45.785288276923076
+ ],
+ [
+ 4.882670876923077,
+ 45.78532517692308
+ ],
+ [
+ 4.882653676923077,
+ 45.78534517692308
+ ],
+ [
+ 4.882627376923077,
+ 45.78537387692308
+ ],
+ [
+ 4.882612376923078,
+ 45.78540527692308
+ ],
+ [
+ 4.882589376923077,
+ 45.78545717692308
+ ],
+ [
+ 4.882363876923077,
+ 45.78596547692308
+ ],
+ [
+ 4.882293176923078,
+ 45.78612267692308
+ ],
+ [
+ 4.882042176923077,
+ 45.78668097692308
+ ],
+ [
+ 4.881928276923078,
+ 45.78693427692308
+ ],
+ [
+ 4.881874276923077,
+ 45.787055176923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.834621276923078,
+ 45.73118707692308
+ ],
+ [
+ 4.834223076923077,
+ 45.73130747692308
+ ],
+ [
+ 4.834064876923077,
+ 45.73134787692308
+ ],
+ [
+ 4.833938876923077,
+ 45.73136187692308
+ ],
+ [
+ 4.833889176923077,
+ 45.73136367692308
+ ],
+ [
+ 4.833837076923078,
+ 45.73136217692308
+ ],
+ [
+ 4.833702776923078,
+ 45.731355276923075
+ ],
+ [
+ 4.833624476923077,
+ 45.73134947692308
+ ],
+ [
+ 4.8334952769230775,
+ 45.73133987692308
+ ],
+ [
+ 4.833463376923078,
+ 45.73133557692308
+ ],
+ [
+ 4.833271476923077,
+ 45.73133257692308
+ ],
+ [
+ 4.832467676923077,
+ 45.73134597692308
+ ],
+ [
+ 4.832116176923077,
+ 45.73135307692308
+ ],
+ [
+ 4.831695276923077,
+ 45.73136327692308
+ ],
+ [
+ 4.831546976923077,
+ 45.731366876923076
+ ],
+ [
+ 4.831441176923077,
+ 45.73136457692308
+ ],
+ [
+ 4.831435276923077,
+ 45.73136457692308
+ ],
+ [
+ 4.830964476923078,
+ 45.73137197692308
+ ],
+ [
+ 4.830086676923077,
+ 45.731388676923075
+ ],
+ [
+ 4.829924576923077,
+ 45.73139587692308
+ ],
+ [
+ 4.829754276923078,
+ 45.731402776923076
+ ],
+ [
+ 4.829387076923077,
+ 45.73143297692308
+ ],
+ [
+ 4.828835376923077,
+ 45.73146337692308
+ ],
+ [
+ 4.828302876923077,
+ 45.731480476923075
+ ],
+ [
+ 4.827882176923078,
+ 45.731492776923076
+ ],
+ [
+ 4.827760576923077,
+ 45.731496376923076
+ ],
+ [
+ 4.826024276923078,
+ 45.73155677692308
+ ],
+ [
+ 4.825851576923077,
+ 45.731562676923076
+ ],
+ [
+ 4.825827076923077,
+ 45.73156357692308
+ ],
+ [
+ 4.825665576923077,
+ 45.73156767692308
+ ],
+ [
+ 4.825572476923077,
+ 45.731569976923076
+ ],
+ [
+ 4.824610476923077,
+ 45.73159537692308
+ ],
+ [
+ 4.824487076923077,
+ 45.731598576923076
+ ],
+ [
+ 4.824441776923077,
+ 45.731599776923076
+ ],
+ [
+ 4.824227676923077,
+ 45.731606376923075
+ ],
+ [
+ 4.823946976923077,
+ 45.73161357692308
+ ],
+ [
+ 4.823878976923077,
+ 45.731614876923075
+ ],
+ [
+ 4.823680376923077,
+ 45.731624676923076
+ ],
+ [
+ 4.823650376923077,
+ 45.73162617692308
+ ],
+ [
+ 4.823589976923078,
+ 45.731629476923075
+ ],
+ [
+ 4.823477976923077,
+ 45.731639176923075
+ ],
+ [
+ 4.823352276923077,
+ 45.73165087692308
+ ],
+ [
+ 4.823277776923077,
+ 45.731659276923075
+ ],
+ [
+ 4.822841376923077,
+ 45.73172567692308
+ ],
+ [
+ 4.822523576923078,
+ 45.73177637692308
+ ],
+ [
+ 4.822260076923078,
+ 45.73181597692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861791476923077,
+ 45.76923557692308
+ ],
+ [
+ 4.861788776923078,
+ 45.76928097692308
+ ],
+ [
+ 4.861788376923077,
+ 45.76928817692308
+ ],
+ [
+ 4.861781376923077,
+ 45.76952787692308
+ ],
+ [
+ 4.861780376923077,
+ 45.769562376923076
+ ],
+ [
+ 4.861781476923078,
+ 45.76962707692308
+ ],
+ [
+ 4.861788776923078,
+ 45.76966337692308
+ ],
+ [
+ 4.861804976923077,
+ 45.769701476923075
+ ],
+ [
+ 4.8618447769230775,
+ 45.76975587692308
+ ],
+ [
+ 4.861879976923078,
+ 45.76978617692308
+ ],
+ [
+ 4.861904876923077,
+ 45.76980777692308
+ ],
+ [
+ 4.8620813769230775,
+ 45.76990177692308
+ ],
+ [
+ 4.862398976923077,
+ 45.77007077692308
+ ],
+ [
+ 4.862500476923078,
+ 45.77013127692308
+ ],
+ [
+ 4.862601476923078,
+ 45.77019667692308
+ ],
+ [
+ 4.862661776923077,
+ 45.770238976923075
+ ],
+ [
+ 4.862707576923078,
+ 45.77027107692308
+ ],
+ [
+ 4.862730676923078,
+ 45.77029037692308
+ ],
+ [
+ 4.862836376923077,
+ 45.770374076923076
+ ],
+ [
+ 4.862881776923078,
+ 45.77041677692308
+ ],
+ [
+ 4.862889876923077,
+ 45.77042437692308
+ ],
+ [
+ 4.8629187769230775,
+ 45.77045417692308
+ ],
+ [
+ 4.8629323769230774,
+ 45.77046807692308
+ ],
+ [
+ 4.8629472769230775,
+ 45.77049067692308
+ ],
+ [
+ 4.862979176923077,
+ 45.77053917692308
+ ],
+ [
+ 4.8630001769230775,
+ 45.770577676923075
+ ],
+ [
+ 4.8630137769230775,
+ 45.77061617692308
+ ],
+ [
+ 4.863022776923077,
+ 45.770648776923075
+ ],
+ [
+ 4.863029876923077,
+ 45.77068517692308
+ ],
+ [
+ 4.863030676923077,
+ 45.77069417692308
+ ],
+ [
+ 4.863039976923077,
+ 45.770794176923076
+ ],
+ [
+ 4.863054576923077,
+ 45.77095087692308
+ ],
+ [
+ 4.8631027769230775,
+ 45.771375976923075
+ ],
+ [
+ 4.863119976923078,
+ 45.771511076923076
+ ],
+ [
+ 4.8632142769230775,
+ 45.772327576923075
+ ],
+ [
+ 4.863216576923078,
+ 45.77243317692308
+ ],
+ [
+ 4.8632180769230775,
+ 45.77247187692308
+ ],
+ [
+ 4.863221776923077,
+ 45.77256497692308
+ ],
+ [
+ 4.863223876923077,
+ 45.77261657692308
+ ],
+ [
+ 4.863224976923077,
+ 45.77264597692308
+ ],
+ [
+ 4.863228076923077,
+ 45.77272357692308
+ ],
+ [
+ 4.863236176923078,
+ 45.77292907692308
+ ],
+ [
+ 4.863271876923077,
+ 45.77323467692308
+ ],
+ [
+ 4.863342676923077,
+ 45.77387117692308
+ ],
+ [
+ 4.863377476923077,
+ 45.77395117692308
+ ],
+ [
+ 4.8634229769230775,
+ 45.77400417692308
+ ],
+ [
+ 4.863460076923078,
+ 45.77403167692308
+ ],
+ [
+ 4.863501376923077,
+ 45.77405167692308
+ ],
+ [
+ 4.863557476923077,
+ 45.77407287692308
+ ],
+ [
+ 4.863589376923077,
+ 45.774079976923076
+ ],
+ [
+ 4.863629376923077,
+ 45.77408557692308
+ ],
+ [
+ 4.863637776923078,
+ 45.77408947692308
+ ],
+ [
+ 4.864043876923077,
+ 45.77406987692308
+ ],
+ [
+ 4.864437176923078,
+ 45.774048276923075
+ ],
+ [
+ 4.8644478769230775,
+ 45.77404857692308
+ ],
+ [
+ 4.864483776923077,
+ 45.77404907692308
+ ],
+ [
+ 4.8645479769230775,
+ 45.77405467692308
+ ],
+ [
+ 4.8646366769230776,
+ 45.77407907692308
+ ],
+ [
+ 4.864707876923077,
+ 45.77411427692308
+ ],
+ [
+ 4.864794276923077,
+ 45.77418107692308
+ ],
+ [
+ 4.864818076923077,
+ 45.77420447692308
+ ],
+ [
+ 4.864849376923077,
+ 45.774230176923076
+ ],
+ [
+ 4.864934276923077,
+ 45.77429967692308
+ ],
+ [
+ 4.864998276923077,
+ 45.77434117692308
+ ],
+ [
+ 4.865041976923077,
+ 45.77436317692308
+ ],
+ [
+ 4.865071476923077,
+ 45.77437777692308
+ ],
+ [
+ 4.865082176923077,
+ 45.774383376923076
+ ],
+ [
+ 4.865128076923077,
+ 45.77440247692308
+ ],
+ [
+ 4.865242276923078,
+ 45.77444987692308
+ ],
+ [
+ 4.866301876923077,
+ 45.77485047692308
+ ],
+ [
+ 4.866366776923077,
+ 45.77487507692308
+ ],
+ [
+ 4.867365676923077,
+ 45.775253376923075
+ ],
+ [
+ 4.867457176923077,
+ 45.77529707692308
+ ],
+ [
+ 4.867492376923077,
+ 45.77532317692308
+ ],
+ [
+ 4.867518776923077,
+ 45.77534267692308
+ ],
+ [
+ 4.867541376923077,
+ 45.77536917692308
+ ],
+ [
+ 4.867579876923077,
+ 45.775459576923076
+ ],
+ [
+ 4.867580476923077,
+ 45.775506376923076
+ ],
+ [
+ 4.867571876923077,
+ 45.775565976923076
+ ],
+ [
+ 4.867565176923077,
+ 45.77559227692308
+ ],
+ [
+ 4.867475376923077,
+ 45.77594147692308
+ ],
+ [
+ 4.867378276923077,
+ 45.77626907692308
+ ],
+ [
+ 4.867359076923077,
+ 45.77633707692308
+ ],
+ [
+ 4.867335376923077,
+ 45.77642717692308
+ ],
+ [
+ 4.867103376923077,
+ 45.77734537692308
+ ],
+ [
+ 4.8670845769230775,
+ 45.777454476923076
+ ],
+ [
+ 4.867080076923077,
+ 45.77748037692308
+ ],
+ [
+ 4.867061076923077,
+ 45.77755637692308
+ ],
+ [
+ 4.8670316769230775,
+ 45.77769547692308
+ ],
+ [
+ 4.866966376923077,
+ 45.777946976923076
+ ],
+ [
+ 4.866884176923078,
+ 45.77825447692308
+ ],
+ [
+ 4.866874476923077,
+ 45.77828597692308
+ ],
+ [
+ 4.866783876923077,
+ 45.77857967692308
+ ],
+ [
+ 4.866730576923077,
+ 45.77877407692308
+ ],
+ [
+ 4.8667038769230775,
+ 45.77887307692308
+ ],
+ [
+ 4.866677376923077,
+ 45.77897107692308
+ ],
+ [
+ 4.866646276923078,
+ 45.779088876923076
+ ],
+ [
+ 4.866629676923077,
+ 45.779147176923075
+ ],
+ [
+ 4.866582976923078,
+ 45.77924167692308
+ ],
+ [
+ 4.866569476923077,
+ 45.77926907692308
+ ],
+ [
+ 4.8665084769230775,
+ 45.77935827692308
+ ],
+ [
+ 4.866409276923077,
+ 45.77946777692308
+ ],
+ [
+ 4.865897376923077,
+ 45.78002847692308
+ ],
+ [
+ 4.865704776923077,
+ 45.78023947692308
+ ],
+ [
+ 4.8656919769230775,
+ 45.78025357692308
+ ],
+ [
+ 4.865655376923077,
+ 45.780293876923075
+ ],
+ [
+ 4.865640476923077,
+ 45.780310276923075
+ ],
+ [
+ 4.865589076923078,
+ 45.78036717692308
+ ],
+ [
+ 4.865539976923078,
+ 45.780432576923076
+ ],
+ [
+ 4.865522876923078,
+ 45.780475676923075
+ ],
+ [
+ 4.865519276923077,
+ 45.78050957692308
+ ],
+ [
+ 4.865523376923077,
+ 45.780551676923075
+ ],
+ [
+ 4.865542376923077,
+ 45.78059647692308
+ ],
+ [
+ 4.865584076923077,
+ 45.78064637692308
+ ],
+ [
+ 4.865595276923077,
+ 45.78065977692308
+ ],
+ [
+ 4.8656488769230775,
+ 45.78069257692308
+ ],
+ [
+ 4.865664676923077,
+ 45.78070297692308
+ ],
+ [
+ 4.865708576923077,
+ 45.78072107692308
+ ],
+ [
+ 4.865763076923077,
+ 45.78073557692308
+ ],
+ [
+ 4.866025676923077,
+ 45.780794376923076
+ ],
+ [
+ 4.866344976923077,
+ 45.78086587692308
+ ],
+ [
+ 4.866707576923077,
+ 45.78094727692308
+ ],
+ [
+ 4.8671111769230775,
+ 45.78103797692308
+ ],
+ [
+ 4.867181676923077,
+ 45.78105377692308
+ ],
+ [
+ 4.867490976923078,
+ 45.78112317692308
+ ],
+ [
+ 4.868109976923077,
+ 45.78126217692308
+ ],
+ [
+ 4.868787776923077,
+ 45.78141437692308
+ ],
+ [
+ 4.869392476923077,
+ 45.781550176923076
+ ],
+ [
+ 4.869447276923077,
+ 45.781558076923076
+ ],
+ [
+ 4.8695321769230775,
+ 45.78157027692308
+ ],
+ [
+ 4.869552076923077,
+ 45.78157307692308
+ ],
+ [
+ 4.869677276923078,
+ 45.78157457692308
+ ],
+ [
+ 4.870312076923077,
+ 45.78153757692308
+ ],
+ [
+ 4.870406676923078,
+ 45.78153567692308
+ ],
+ [
+ 4.870551876923077,
+ 45.78154957692308
+ ],
+ [
+ 4.871016176923077,
+ 45.78165697692308
+ ],
+ [
+ 4.871127376923077,
+ 45.781674076923075
+ ],
+ [
+ 4.8712541769230775,
+ 45.78167827692308
+ ],
+ [
+ 4.871390276923077,
+ 45.78166477692308
+ ],
+ [
+ 4.871415976923077,
+ 45.781658976923076
+ ],
+ [
+ 4.871499176923077,
+ 45.78164017692308
+ ],
+ [
+ 4.871665076923077,
+ 45.78160247692308
+ ],
+ [
+ 4.871724776923077,
+ 45.781588976923075
+ ],
+ [
+ 4.871790676923077,
+ 45.78157537692308
+ ],
+ [
+ 4.872148376923077,
+ 45.781492876923075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.822260076923078,
+ 45.73181597692308
+ ],
+ [
+ 4.821890776923078,
+ 45.73187527692308
+ ],
+ [
+ 4.821684576923078,
+ 45.73190957692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.826595476923077,
+ 45.749045776923076
+ ],
+ [
+ 4.826735276923078,
+ 45.74909447692308
+ ],
+ [
+ 4.826818776923077,
+ 45.749161276923076
+ ],
+ [
+ 4.826850276923078,
+ 45.74920417692308
+ ],
+ [
+ 4.826884076923077,
+ 45.74926027692308
+ ],
+ [
+ 4.8270481769230775,
+ 45.749532776923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.858238176923077,
+ 45.763697276923075
+ ],
+ [
+ 4.858279976923077,
+ 45.76370047692308
+ ],
+ [
+ 4.858310676923077,
+ 45.763702176923076
+ ],
+ [
+ 4.858362276923077,
+ 45.76370367692308
+ ],
+ [
+ 4.859523776923077,
+ 45.76371157692308
+ ],
+ [
+ 4.859628176923077,
+ 45.76371227692308
+ ],
+ [
+ 4.859987576923078,
+ 45.763714876923075
+ ],
+ [
+ 4.860011376923078,
+ 45.763714876923075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861132376923077,
+ 45.76372247692308
+ ],
+ [
+ 4.861682576923077,
+ 45.763723376923075
+ ],
+ [
+ 4.861741376923077,
+ 45.76372677692308
+ ],
+ [
+ 4.861769276923077,
+ 45.76373047692308
+ ],
+ [
+ 4.861792776923077,
+ 45.76373387692308
+ ],
+ [
+ 4.861813776923078,
+ 45.763738076923076
+ ],
+ [
+ 4.861834876923077,
+ 45.763743476923075
+ ],
+ [
+ 4.861874276923078,
+ 45.76375707692308
+ ],
+ [
+ 4.861900276923078,
+ 45.76376797692308
+ ],
+ [
+ 4.861919976923077,
+ 45.76377787692308
+ ],
+ [
+ 4.861945976923077,
+ 45.76379177692308
+ ],
+ [
+ 4.861982476923077,
+ 45.763818976923076
+ ],
+ [
+ 4.862006576923077,
+ 45.76384227692308
+ ],
+ [
+ 4.8620300769230775,
+ 45.763869976923075
+ ],
+ [
+ 4.862047876923078,
+ 45.76390027692308
+ ],
+ [
+ 4.862057176923077,
+ 45.763924776923076
+ ],
+ [
+ 4.862061876923077,
+ 45.763944776923076
+ ],
+ [
+ 4.862064976923078,
+ 45.763962476923076
+ ],
+ [
+ 4.862067376923077,
+ 45.76399487692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.853384176923077,
+ 45.76063797692308
+ ],
+ [
+ 4.853447476923077,
+ 45.76064337692308
+ ],
+ [
+ 4.853483376923077,
+ 45.76064647692308
+ ],
+ [
+ 4.853813776923078,
+ 45.760674776923075
+ ],
+ [
+ 4.854271276923077,
+ 45.76071267692308
+ ],
+ [
+ 4.854307376923077,
+ 45.760717376923076
+ ],
+ [
+ 4.854378976923077,
+ 45.760728276923075
+ ],
+ [
+ 4.854513976923077,
+ 45.76074887692308
+ ],
+ [
+ 4.8547977769230775,
+ 45.76079997692308
+ ],
+ [
+ 4.855031976923077,
+ 45.760828676923076
+ ],
+ [
+ 4.8550568769230775,
+ 45.76083177692308
+ ],
+ [
+ 4.855231776923078,
+ 45.760848776923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.852252776923077,
+ 45.76054847692308
+ ],
+ [
+ 4.852413976923077,
+ 45.76055597692308
+ ],
+ [
+ 4.8525506769230775,
+ 45.760563576923076
+ ],
+ [
+ 4.852941876923078,
+ 45.76059767692308
+ ],
+ [
+ 4.853244576923077,
+ 45.76062397692308
+ ],
+ [
+ 4.853384176923077,
+ 45.76063797692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.824285976923077,
+ 45.746721276923076
+ ],
+ [
+ 4.824326676923078,
+ 45.74677077692308
+ ],
+ [
+ 4.824350176923077,
+ 45.74679797692308
+ ],
+ [
+ 4.824360576923078,
+ 45.746810076923076
+ ],
+ [
+ 4.824582376923077,
+ 45.74706687692308
+ ],
+ [
+ 4.824811376923077,
+ 45.74733367692308
+ ],
+ [
+ 4.824852576923077,
+ 45.74737407692308
+ ],
+ [
+ 4.824886476923077,
+ 45.74740637692308
+ ],
+ [
+ 4.8249381769230775,
+ 45.74744687692308
+ ],
+ [
+ 4.825008076923077,
+ 45.747498276923075
+ ],
+ [
+ 4.8251560769230775,
+ 45.747597376923075
+ ],
+ [
+ 4.825209676923078,
+ 45.74764207692308
+ ],
+ [
+ 4.825252176923077,
+ 45.74767817692308
+ ],
+ [
+ 4.825321976923077,
+ 45.74775457692308
+ ],
+ [
+ 4.8253565769230775,
+ 45.74780077692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.819041376923077,
+ 45.74056787692308
+ ],
+ [
+ 4.819253176923078,
+ 45.74081627692308
+ ],
+ [
+ 4.819362776923077,
+ 45.74094487692308
+ ],
+ [
+ 4.819403276923078,
+ 45.74099227692308
+ ],
+ [
+ 4.819619976923077,
+ 45.74124637692308
+ ],
+ [
+ 4.819699076923078,
+ 45.74134107692308
+ ],
+ [
+ 4.819770876923077,
+ 45.74142337692308
+ ],
+ [
+ 4.819824976923077,
+ 45.741486776923075
+ ],
+ [
+ 4.820719276923077,
+ 45.742535676923076
+ ],
+ [
+ 4.820785576923077,
+ 45.742613476923076
+ ],
+ [
+ 4.820855076923078,
+ 45.74269527692308
+ ],
+ [
+ 4.8216325769230775,
+ 45.74360667692308
+ ],
+ [
+ 4.821705676923077,
+ 45.743692076923075
+ ],
+ [
+ 4.821787576923077,
+ 45.74378857692308
+ ],
+ [
+ 4.822141376923077,
+ 45.74420357692308
+ ],
+ [
+ 4.822493376923077,
+ 45.74461647692308
+ ],
+ [
+ 4.822553076923077,
+ 45.744686276923076
+ ],
+ [
+ 4.822607976923077,
+ 45.74475047692308
+ ],
+ [
+ 4.823381676923077,
+ 45.74565707692308
+ ],
+ [
+ 4.8234359769230775,
+ 45.74572077692308
+ ],
+ [
+ 4.823490676923077,
+ 45.745784876923075
+ ],
+ [
+ 4.824218176923077,
+ 45.74664297692308
+ ],
+ [
+ 4.824285976923077,
+ 45.746721276923076
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.818596776923077,
+ 45.740042176923076
+ ],
+ [
+ 4.818878476923078,
+ 45.74037607692308
+ ],
+ [
+ 4.819041376923077,
+ 45.74056787692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.856560076923078,
+ 45.76095957692308
+ ],
+ [
+ 4.857484276923078,
+ 45.76104487692308
+ ],
+ [
+ 4.857593976923077,
+ 45.76105497692308
+ ],
+ [
+ 4.857669976923077,
+ 45.761060976923076
+ ],
+ [
+ 4.857751476923077,
+ 45.76107517692308
+ ],
+ [
+ 4.857833076923077,
+ 45.76110317692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.862067376923077,
+ 45.76399487692308
+ ],
+ [
+ 4.862065276923078,
+ 45.76404287692308
+ ],
+ [
+ 4.862052476923077,
+ 45.76431617692308
+ ],
+ [
+ 4.862037376923078,
+ 45.76456227692308
+ ],
+ [
+ 4.8620284769230775,
+ 45.76470817692308
+ ],
+ [
+ 4.862011576923077,
+ 45.76506927692308
+ ],
+ [
+ 4.862008776923077,
+ 45.76515797692308
+ ],
+ [
+ 4.8619619769230775,
+ 45.766159176923075
+ ],
+ [
+ 4.861959176923078,
+ 45.76622697692308
+ ],
+ [
+ 4.861955876923077,
+ 45.76631497692308
+ ],
+ [
+ 4.861952876923077,
+ 45.76639167692308
+ ],
+ [
+ 4.861941576923077,
+ 45.766685076923075
+ ],
+ [
+ 4.861910176923077,
+ 45.76721847692308
+ ],
+ [
+ 4.8619071769230775,
+ 45.76726997692308
+ ],
+ [
+ 4.861904476923077,
+ 45.76731667692308
+ ],
+ [
+ 4.861861076923077,
+ 45.768053176923075
+ ],
+ [
+ 4.861857476923078,
+ 45.76811377692308
+ ],
+ [
+ 4.861854976923078,
+ 45.76815627692308
+ ],
+ [
+ 4.861794176923078,
+ 45.76919047692308
+ ],
+ [
+ 4.861791476923077,
+ 45.76923557692308
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT1",
+ "name": "T1",
+ "color": "#873F98",
+ "order": 8
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.830453630769231,
+ 45.748904630769225
+ ],
+ [
+ 4.830729030769231,
+ 45.748821330769225
+ ],
+ [
+ 4.830872030769231,
+ 45.74877803076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833417530769231,
+ 45.74796143076923
+ ],
+ [
+ 4.833512330769231,
+ 45.74793043076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.833512330769231,
+ 45.74793043076923
+ ],
+ [
+ 4.833604430769231,
+ 45.747901330769224
+ ],
+ [
+ 4.833608930769231,
+ 45.74789993076923
+ ],
+ [
+ 4.833636630769231,
+ 45.74789123076923
+ ],
+ [
+ 4.833697530769231,
+ 45.74787203076923
+ ],
+ [
+ 4.833835030769231,
+ 45.74782863076923
+ ],
+ [
+ 4.833987930769231,
+ 45.747780430769225
+ ],
+ [
+ 4.834778730769231,
+ 45.74752843076923
+ ],
+ [
+ 4.834917530769231,
+ 45.74748453076923
+ ],
+ [
+ 4.834980830769231,
+ 45.74746403076923
+ ],
+ [
+ 4.835061230769231,
+ 45.74743843076923
+ ],
+ [
+ 4.835333630769231,
+ 45.74735143076923
+ ],
+ [
+ 4.835752330769231,
+ 45.74721833076923
+ ],
+ [
+ 4.835841930769231,
+ 45.74718983076923
+ ],
+ [
+ 4.835923930769231,
+ 45.74716353076923
+ ],
+ [
+ 4.836339130769231,
+ 45.74703173076923
+ ],
+ [
+ 4.836711830769231,
+ 45.74691293076923
+ ],
+ [
+ 4.836820130769231,
+ 45.74687843076923
+ ],
+ [
+ 4.836841930769231,
+ 45.746871430769225
+ ],
+ [
+ 4.8369063307692315,
+ 45.74685093076923
+ ],
+ [
+ 4.837355630769231,
+ 45.74670813076923
+ ],
+ [
+ 4.837458030769231,
+ 45.74667553076923
+ ],
+ [
+ 4.837522330769231,
+ 45.746655030769226
+ ],
+ [
+ 4.838319230769231,
+ 45.74640053076923
+ ],
+ [
+ 4.838414730769231,
+ 45.74637003076923
+ ],
+ [
+ 4.838495730769231,
+ 45.74634403076923
+ ],
+ [
+ 4.838836830769231,
+ 45.746236130769226
+ ],
+ [
+ 4.839384730769231,
+ 45.746062730769225
+ ],
+ [
+ 4.839463130769231,
+ 45.746037930769226
+ ],
+ [
+ 4.839558030769231,
+ 45.74600783076923
+ ],
+ [
+ 4.839647030769231,
+ 45.74597793076923
+ ],
+ [
+ 4.839711230769231,
+ 45.745958230769226
+ ],
+ [
+ 4.839777030769231,
+ 45.74593553076923
+ ],
+ [
+ 4.8417125307692315,
+ 45.745315530769226
+ ],
+ [
+ 4.841836630769231,
+ 45.74527443076923
+ ],
+ [
+ 4.841917730769231,
+ 45.74524903076923
+ ],
+ [
+ 4.842007930769231,
+ 45.74522093076923
+ ],
+ [
+ 4.842287630769231,
+ 45.745131330769226
+ ],
+ [
+ 4.842536430769231,
+ 45.74505243076923
+ ],
+ [
+ 4.843045530769231,
+ 45.74489093076923
+ ],
+ [
+ 4.843949430769231,
+ 45.74460273076923
+ ],
+ [
+ 4.846498330769231,
+ 45.74378833076923
+ ],
+ [
+ 4.846578630769231,
+ 45.74376273076923
+ ],
+ [
+ 4.846881930769231,
+ 45.743665830769224
+ ],
+ [
+ 4.847179630769231,
+ 45.74357023076923
+ ],
+ [
+ 4.847222130769231,
+ 45.743556530769226
+ ],
+ [
+ 4.8472839307692315,
+ 45.74353723076923
+ ],
+ [
+ 4.847347630769231,
+ 45.74351683076923
+ ],
+ [
+ 4.847411130769231,
+ 45.74349653076923
+ ],
+ [
+ 4.848785530769231,
+ 45.743056730769226
+ ],
+ [
+ 4.848891730769231,
+ 45.74302283076923
+ ],
+ [
+ 4.850003630769231,
+ 45.74266793076923
+ ],
+ [
+ 4.850277730769231,
+ 45.74258043076923
+ ],
+ [
+ 4.850553630769231,
+ 45.742494830769225
+ ],
+ [
+ 4.850664630769231,
+ 45.74245633076923
+ ],
+ [
+ 4.850870430769231,
+ 45.742390830769224
+ ],
+ [
+ 4.851769130769231,
+ 45.74210493076923
+ ],
+ [
+ 4.852017430769231,
+ 45.742025430769225
+ ],
+ [
+ 4.852744330769231,
+ 45.741792530769224
+ ],
+ [
+ 4.852853830769231,
+ 45.74175773076923
+ ],
+ [
+ 4.853029730769231,
+ 45.741701430769226
+ ],
+ [
+ 4.855231730769231,
+ 45.740999130769225
+ ],
+ [
+ 4.855359330769231,
+ 45.74096053076923
+ ],
+ [
+ 4.855702430769231,
+ 45.74086813076923
+ ],
+ [
+ 4.855853230769231,
+ 45.74082323076923
+ ],
+ [
+ 4.855969030769231,
+ 45.740788730769225
+ ],
+ [
+ 4.856008030769231,
+ 45.74077553076923
+ ],
+ [
+ 4.856083730769231,
+ 45.74075123076923
+ ],
+ [
+ 4.856174430769231,
+ 45.74071983076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.827049330769231,
+ 45.749533930769225
+ ],
+ [
+ 4.827121830769231,
+ 45.74964003076923
+ ],
+ [
+ 4.827244830769231,
+ 45.74982003076923
+ ],
+ [
+ 4.827281230769231,
+ 45.749860430769225
+ ],
+ [
+ 4.827341530769231,
+ 45.74990393076923
+ ],
+ [
+ 4.827402530769231,
+ 45.74993503076923
+ ],
+ [
+ 4.827464230769231,
+ 45.74995823076923
+ ],
+ [
+ 4.827539630769231,
+ 45.74997073076923
+ ],
+ [
+ 4.827606030769231,
+ 45.74997343076923
+ ],
+ [
+ 4.827663930769231,
+ 45.74997023076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.831033430769231,
+ 45.74872443076923
+ ],
+ [
+ 4.833215030769231,
+ 45.74802623076923
+ ],
+ [
+ 4.833417530769231,
+ 45.74796143076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.830872030769231,
+ 45.74877803076923
+ ],
+ [
+ 4.830893830769231,
+ 45.748770830769224
+ ],
+ [
+ 4.831033430769231,
+ 45.74872443076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.827663930769231,
+ 45.74997023076923
+ ],
+ [
+ 4.827699730769231,
+ 45.74996483076923
+ ],
+ [
+ 4.827731530769231,
+ 45.74995693076923
+ ],
+ [
+ 4.827752730769231,
+ 45.74995213076923
+ ],
+ [
+ 4.827782430769231,
+ 45.74994453076923
+ ],
+ [
+ 4.827816030769231,
+ 45.74993193076923
+ ],
+ [
+ 4.827856130769231,
+ 45.749911530769225
+ ],
+ [
+ 4.827884830769231,
+ 45.74989413076923
+ ],
+ [
+ 4.827908330769231,
+ 45.74987663076923
+ ],
+ [
+ 4.827970230769231,
+ 45.74982013076923
+ ],
+ [
+ 4.828068530769231,
+ 45.74971863076923
+ ],
+ [
+ 4.828133330769231,
+ 45.749670230769226
+ ],
+ [
+ 4.828169530769231,
+ 45.74964783076923
+ ],
+ [
+ 4.828186130769231,
+ 45.74963763076923
+ ],
+ [
+ 4.828271730769231,
+ 45.749601530769226
+ ],
+ [
+ 4.829199730769231,
+ 45.749306630769226
+ ],
+ [
+ 4.829635930769231,
+ 45.749168530769225
+ ],
+ [
+ 4.830102730769231,
+ 45.74902043076923
+ ],
+ [
+ 4.830326630769231,
+ 45.74895233076923
+ ],
+ [
+ 4.830453630769231,
+ 45.748904630769225
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.825357730769231,
+ 45.74780193076923
+ ],
+ [
+ 4.826209830769231,
+ 45.748797630769225
+ ],
+ [
+ 4.826328430769231,
+ 45.74893913076923
+ ],
+ [
+ 4.8263358307692314,
+ 45.748947930769226
+ ],
+ [
+ 4.826384330769231,
+ 45.748990330769224
+ ],
+ [
+ 4.826447530769231,
+ 45.74901693076923
+ ],
+ [
+ 4.826596630769231,
+ 45.749046930769225
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.856174430769231,
+ 45.74071983076923
+ ],
+ [
+ 4.856438530769231,
+ 45.74063403076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.856438530769231,
+ 45.74063403076923
+ ],
+ [
+ 4.8564700307692314,
+ 45.74062373076923
+ ],
+ [
+ 4.857359430769231,
+ 45.74031343076923
+ ],
+ [
+ 4.857924330769231,
+ 45.74013193076923
+ ],
+ [
+ 4.8579969307692314,
+ 45.74010823076923
+ ],
+ [
+ 4.858079630769231,
+ 45.74008053076923
+ ],
+ [
+ 4.858427130769231,
+ 45.739970330769225
+ ],
+ [
+ 4.858780630769231,
+ 45.73985713076923
+ ],
+ [
+ 4.859122230769231,
+ 45.73974553076923
+ ],
+ [
+ 4.859201330769231,
+ 45.739719930769226
+ ],
+ [
+ 4.859235830769231,
+ 45.739708230769224
+ ],
+ [
+ 4.859496030769231,
+ 45.73962333076923
+ ],
+ [
+ 4.859559930769231,
+ 45.739602430769224
+ ],
+ [
+ 4.859750030769231,
+ 45.73954143076923
+ ],
+ [
+ 4.859799030769231,
+ 45.73952573076923
+ ],
+ [
+ 4.859973630769231,
+ 45.73946973076923
+ ],
+ [
+ 4.860707930769231,
+ 45.73923743076923
+ ],
+ [
+ 4.860738430769231,
+ 45.73922783076923
+ ],
+ [
+ 4.860952130769231,
+ 45.73916033076923
+ ],
+ [
+ 4.860998230769231,
+ 45.73914573076923
+ ],
+ [
+ 4.861141030769231,
+ 45.739100830769225
+ ],
+ [
+ 4.861659230769231,
+ 45.73893813076923
+ ],
+ [
+ 4.861728730769231,
+ 45.738916130769226
+ ],
+ [
+ 4.862176030769231,
+ 45.73877343076923
+ ],
+ [
+ 4.862762630769231,
+ 45.738586530769226
+ ],
+ [
+ 4.862855530769231,
+ 45.73855863076923
+ ],
+ [
+ 4.862919130769231,
+ 45.73853983076923
+ ],
+ [
+ 4.863322630769231,
+ 45.73840513076923
+ ],
+ [
+ 4.8637159307692315,
+ 45.738278130769224
+ ],
+ [
+ 4.863787430769231,
+ 45.738255030769224
+ ],
+ [
+ 4.863964030769231,
+ 45.73819693076923
+ ],
+ [
+ 4.864410330769231,
+ 45.73803293076923
+ ],
+ [
+ 4.8648716307692315,
+ 45.737884130769224
+ ],
+ [
+ 4.865465830769231,
+ 45.73769493076923
+ ],
+ [
+ 4.865561030769231,
+ 45.73766703076923
+ ],
+ [
+ 4.865656530769231,
+ 45.737634230769224
+ ],
+ [
+ 4.865737430769231,
+ 45.73761343076923
+ ],
+ [
+ 4.866157530769231,
+ 45.73749473076923
+ ],
+ [
+ 4.867817230769231,
+ 45.73696503076923
+ ],
+ [
+ 4.867936530769231,
+ 45.73692703076923
+ ],
+ [
+ 4.868266030769231,
+ 45.736821330769224
+ ],
+ [
+ 4.868510630769231,
+ 45.73674323076923
+ ],
+ [
+ 4.868877430769231,
+ 45.736625530769224
+ ],
+ [
+ 4.869211530769231,
+ 45.73651893076923
+ ],
+ [
+ 4.869302330769231,
+ 45.736496030769224
+ ],
+ [
+ 4.869365330769231,
+ 45.736490530769224
+ ],
+ [
+ 4.869426030769231,
+ 45.736490730769226
+ ],
+ [
+ 4.869515230769231,
+ 45.736507030769225
+ ],
+ [
+ 4.869583030769231,
+ 45.73652683076923
+ ],
+ [
+ 4.869611130769231,
+ 45.73654253076923
+ ],
+ [
+ 4.869629930769231,
+ 45.73655193076923
+ ],
+ [
+ 4.869677830769231,
+ 45.73658293076923
+ ],
+ [
+ 4.871452130769231,
+ 45.73791243076923
+ ],
+ [
+ 4.871546230769231,
+ 45.73798103076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.871546230769231,
+ 45.73798103076923
+ ],
+ [
+ 4.871650730769231,
+ 45.738059230769224
+ ],
+ [
+ 4.873993730769231,
+ 45.73981693076923
+ ],
+ [
+ 4.874130230769231,
+ 45.73991913076923
+ ],
+ [
+ 4.874230830769231,
+ 45.739991030769225
+ ],
+ [
+ 4.874569130769231,
+ 45.74023073076923
+ ],
+ [
+ 4.874748730769231,
+ 45.74035083076923
+ ],
+ [
+ 4.875221730769231,
+ 45.74067953076923
+ ],
+ [
+ 4.875432330769231,
+ 45.740824730769226
+ ],
+ [
+ 4.875579430769231,
+ 45.740928030769226
+ ],
+ [
+ 4.875695330769231,
+ 45.74100983076923
+ ],
+ [
+ 4.876548930769231,
+ 45.74159633076923
+ ],
+ [
+ 4.876595630769231,
+ 45.741628430769225
+ ],
+ [
+ 4.876873630769231,
+ 45.74181953076923
+ ],
+ [
+ 4.877041830769231,
+ 45.74193523076923
+ ],
+ [
+ 4.877430030769231,
+ 45.74220643076923
+ ],
+ [
+ 4.877540330769231,
+ 45.742282630769225
+ ],
+ [
+ 4.877814130769231,
+ 45.74247013076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.919142230769231,
+ 45.71980923076923
+ ],
+ [
+ 4.920327830769231,
+ 45.71985953076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.920327830769231,
+ 45.71985953076923
+ ],
+ [
+ 4.920562230769231,
+ 45.71987253076923
+ ],
+ [
+ 4.920683230769231,
+ 45.719883130769226
+ ],
+ [
+ 4.920796530769231,
+ 45.719894030769225
+ ],
+ [
+ 4.920899630769231,
+ 45.719905630769226
+ ],
+ [
+ 4.921000730769231,
+ 45.71991743076923
+ ],
+ [
+ 4.921103330769231,
+ 45.71993183076923
+ ],
+ [
+ 4.921201930769231,
+ 45.71994783076923
+ ],
+ [
+ 4.921379430769231,
+ 45.719978430769224
+ ],
+ [
+ 4.9214743307692315,
+ 45.71999693076923
+ ],
+ [
+ 4.921566330769231,
+ 45.720016130769224
+ ],
+ [
+ 4.921690030769231,
+ 45.72004393076923
+ ],
+ [
+ 4.921852230769231,
+ 45.72008463076923
+ ],
+ [
+ 4.922297030769231,
+ 45.720204030769224
+ ],
+ [
+ 4.922382230769231,
+ 45.72022383076923
+ ],
+ [
+ 4.922458130769231,
+ 45.72023963076923
+ ],
+ [
+ 4.9225087307692315,
+ 45.720247230769225
+ ],
+ [
+ 4.922581930769231,
+ 45.72025323076923
+ ],
+ [
+ 4.922636930769231,
+ 45.72025613076923
+ ],
+ [
+ 4.922687930769231,
+ 45.72025553076923
+ ],
+ [
+ 4.922732930769231,
+ 45.72025303076923
+ ],
+ [
+ 4.922779930769231,
+ 45.72024823076923
+ ],
+ [
+ 4.922840130769231,
+ 45.72023903076923
+ ],
+ [
+ 4.922882830769231,
+ 45.72023003076923
+ ],
+ [
+ 4.922927330769231,
+ 45.72021953076923
+ ],
+ [
+ 4.922975030769231,
+ 45.720206430769224
+ ],
+ [
+ 4.922990630769231,
+ 45.72020063076923
+ ],
+ [
+ 4.923027630769231,
+ 45.720187030769225
+ ],
+ [
+ 4.923085130769231,
+ 45.720161530769225
+ ],
+ [
+ 4.923134030769231,
+ 45.72013553076923
+ ],
+ [
+ 4.923191130769231,
+ 45.720100230769226
+ ],
+ [
+ 4.923321030769231,
+ 45.72001473076923
+ ],
+ [
+ 4.923458730769231,
+ 45.71992403076923
+ ],
+ [
+ 4.923940130769231,
+ 45.71960173076923
+ ],
+ [
+ 4.9244787307692315,
+ 45.71924323076923
+ ],
+ [
+ 4.924540830769231,
+ 45.71920183076923
+ ],
+ [
+ 4.925137830769231,
+ 45.71880423076923
+ ],
+ [
+ 4.925472130769231,
+ 45.71858033076923
+ ],
+ [
+ 4.9255150307692315,
+ 45.718551530769226
+ ],
+ [
+ 4.925794030769231,
+ 45.71836513076923
+ ],
+ [
+ 4.926482030769231,
+ 45.71790623076923
+ ],
+ [
+ 4.926578830769231,
+ 45.717841330769225
+ ],
+ [
+ 4.926630630769231,
+ 45.717806630769225
+ ],
+ [
+ 4.9269092307692315,
+ 45.71762203076923
+ ],
+ [
+ 4.927039030769231,
+ 45.71753873076923
+ ],
+ [
+ 4.927494530769231,
+ 45.717252130769225
+ ],
+ [
+ 4.927718630769231,
+ 45.717108730769226
+ ],
+ [
+ 4.927942630769231,
+ 45.71695953076923
+ ],
+ [
+ 4.928053030769231,
+ 45.71688513076923
+ ],
+ [
+ 4.928152330769231,
+ 45.716819930769226
+ ],
+ [
+ 4.928260230769231,
+ 45.716748130769226
+ ],
+ [
+ 4.929843030769231,
+ 45.71569103076923
+ ],
+ [
+ 4.929886530769231,
+ 45.71565953076923
+ ],
+ [
+ 4.929932430769231,
+ 45.715623930769226
+ ],
+ [
+ 4.9299801307692315,
+ 45.71558513076923
+ ],
+ [
+ 4.930012730769231,
+ 45.715553930769225
+ ],
+ [
+ 4.930044630769231,
+ 45.715523530769225
+ ],
+ [
+ 4.930071130769231,
+ 45.71549423076923
+ ],
+ [
+ 4.930101330769231,
+ 45.71545593076923
+ ],
+ [
+ 4.930127230769231,
+ 45.71542283076923
+ ],
+ [
+ 4.930180730769231,
+ 45.71534453076923
+ ],
+ [
+ 4.930348430769231,
+ 45.715071830769226
+ ],
+ [
+ 4.930388830769231,
+ 45.71501073076923
+ ],
+ [
+ 4.9304197307692315,
+ 45.71496793076923
+ ],
+ [
+ 4.930452930769231,
+ 45.714927730769226
+ ],
+ [
+ 4.930481630769231,
+ 45.71489713076923
+ ],
+ [
+ 4.930509730769231,
+ 45.71486833076923
+ ],
+ [
+ 4.930569430769231,
+ 45.71481303076923
+ ],
+ [
+ 4.930616230769231,
+ 45.714776930769226
+ ],
+ [
+ 4.930666030769231,
+ 45.71474083076923
+ ],
+ [
+ 4.930769930769231,
+ 45.71467303076923
+ ],
+ [
+ 4.930997830769231,
+ 45.71452503076923
+ ],
+ [
+ 4.931246330769231,
+ 45.714363430769225
+ ],
+ [
+ 4.931454430769231,
+ 45.714229630769225
+ ],
+ [
+ 4.931533030769231,
+ 45.71417833076923
+ ],
+ [
+ 4.931576430769231,
+ 45.71415023076923
+ ],
+ [
+ 4.933866030769231,
+ 45.712667030769225
+ ],
+ [
+ 4.935276830769231,
+ 45.71175343076923
+ ],
+ [
+ 4.9353469307692315,
+ 45.71170783076923
+ ],
+ [
+ 4.935413630769231,
+ 45.711663130769224
+ ],
+ [
+ 4.935476730769231,
+ 45.71161913076923
+ ],
+ [
+ 4.935540330769231,
+ 45.71157213076923
+ ],
+ [
+ 4.935660230769231,
+ 45.71147793076923
+ ],
+ [
+ 4.935776630769231,
+ 45.71138453076923
+ ],
+ [
+ 4.935839230769231,
+ 45.71133503076923
+ ],
+ [
+ 4.935901030769231,
+ 45.71128773076923
+ ],
+ [
+ 4.936029330769231,
+ 45.711194430769226
+ ],
+ [
+ 4.938166030769231,
+ 45.709767930769225
+ ],
+ [
+ 4.938247330769231,
+ 45.70971033076923
+ ],
+ [
+ 4.938296730769231,
+ 45.709672530769225
+ ],
+ [
+ 4.938351730769231,
+ 45.70962723076923
+ ],
+ [
+ 4.938398930769231,
+ 45.70958273076923
+ ],
+ [
+ 4.938449830769231,
+ 45.70952563076923
+ ],
+ [
+ 4.9384821307692315,
+ 45.709485830769225
+ ],
+ [
+ 4.938505630769231,
+ 45.70945283076923
+ ],
+ [
+ 4.938524630769231,
+ 45.709421330769224
+ ],
+ [
+ 4.938551930769231,
+ 45.70937203076923
+ ],
+ [
+ 4.938574830769231,
+ 45.709323430769224
+ ],
+ [
+ 4.938590530769231,
+ 45.709279830769226
+ ],
+ [
+ 4.938607030769231,
+ 45.70922823076923
+ ],
+ [
+ 4.938618530769231,
+ 45.70917243076923
+ ],
+ [
+ 4.938623130769231,
+ 45.70913003076923
+ ],
+ [
+ 4.938625430769231,
+ 45.709108230769225
+ ],
+ [
+ 4.938626130769231,
+ 45.709062630769225
+ ],
+ [
+ 4.938622130769231,
+ 45.70900103076923
+ ],
+ [
+ 4.938616230769231,
+ 45.708961830769226
+ ],
+ [
+ 4.938605530769231,
+ 45.70891393076923
+ ],
+ [
+ 4.938591430769231,
+ 45.70886613076923
+ ],
+ [
+ 4.938573430769231,
+ 45.70881813076923
+ ],
+ [
+ 4.938553430769231,
+ 45.70877303076923
+ ],
+ [
+ 4.938528230769231,
+ 45.70872663076923
+ ],
+ [
+ 4.938494930769231,
+ 45.708676630769226
+ ],
+ [
+ 4.938451730769231,
+ 45.708618730769224
+ ],
+ [
+ 4.938412730769231,
+ 45.708574330769224
+ ],
+ [
+ 4.938369330769231,
+ 45.708531230769225
+ ],
+ [
+ 4.938333430769231,
+ 45.708498530769226
+ ],
+ [
+ 4.938288030769231,
+ 45.70846103076923
+ ],
+ [
+ 4.938226330769231,
+ 45.70841793076923
+ ],
+ [
+ 4.938169330769231,
+ 45.70838313076923
+ ],
+ [
+ 4.938112530769231,
+ 45.70835103076923
+ ],
+ [
+ 4.938031730769231,
+ 45.708311230769226
+ ],
+ [
+ 4.937916430769231,
+ 45.70826153076923
+ ],
+ [
+ 4.937837530769231,
+ 45.70822923076923
+ ],
+ [
+ 4.937555130769231,
+ 45.70811403076923
+ ],
+ [
+ 4.937448930769231,
+ 45.708070430769226
+ ],
+ [
+ 4.937321730769231,
+ 45.70801843076923
+ ],
+ [
+ 4.936875030769231,
+ 45.70783643076923
+ ],
+ [
+ 4.936432730769231,
+ 45.70765553076923
+ ],
+ [
+ 4.936287730769231,
+ 45.707591930769226
+ ],
+ [
+ 4.9361596307692315,
+ 45.70753083076923
+ ],
+ [
+ 4.936069430769231,
+ 45.70748453076923
+ ],
+ [
+ 4.935965830769231,
+ 45.70742923076923
+ ],
+ [
+ 4.935860430769231,
+ 45.707369230769224
+ ],
+ [
+ 4.935756930769231,
+ 45.70730583076923
+ ],
+ [
+ 4.935650330769231,
+ 45.70723653076923
+ ],
+ [
+ 4.935551730769231,
+ 45.707168730769226
+ ],
+ [
+ 4.935456330769231,
+ 45.70709793076923
+ ],
+ [
+ 4.935355130769231,
+ 45.707017930769226
+ ],
+ [
+ 4.935256230769231,
+ 45.70693353076923
+ ],
+ [
+ 4.935162930769231,
+ 45.706848230769225
+ ],
+ [
+ 4.935097730769231,
+ 45.70678403076923
+ ],
+ [
+ 4.935053430769231,
+ 45.706738830769226
+ ],
+ [
+ 4.935014030769231,
+ 45.70669363076923
+ ],
+ [
+ 4.9349833307692315,
+ 45.70665273076923
+ ],
+ [
+ 4.934958330769231,
+ 45.70661463076923
+ ],
+ [
+ 4.934936430769231,
+ 45.706575930769226
+ ],
+ [
+ 4.934919630769231,
+ 45.70654103076923
+ ],
+ [
+ 4.9349038307692314,
+ 45.706502830769224
+ ],
+ [
+ 4.934874830769231,
+ 45.70640223076923
+ ],
+ [
+ 4.934854130769231,
+ 45.70632323076923
+ ],
+ [
+ 4.934842530769231,
+ 45.70628543076923
+ ],
+ [
+ 4.934830730769231,
+ 45.70624763076923
+ ],
+ [
+ 4.934816930769231,
+ 45.70620703076923
+ ],
+ [
+ 4.9347996307692314,
+ 45.70616193076923
+ ],
+ [
+ 4.934781130769231,
+ 45.70611843076923
+ ],
+ [
+ 4.934684430769231,
+ 45.705933130769225
+ ],
+ [
+ 4.934663630769231,
+ 45.70588563076923
+ ],
+ [
+ 4.934647830769231,
+ 45.705848130769226
+ ],
+ [
+ 4.934635330769231,
+ 45.705814630769225
+ ],
+ [
+ 4.934622830769231,
+ 45.70577283076923
+ ],
+ [
+ 4.934612230769231,
+ 45.705730130769226
+ ],
+ [
+ 4.934603830769231,
+ 45.705690030769226
+ ],
+ [
+ 4.934597430769231,
+ 45.70563903076923
+ ],
+ [
+ 4.934595830769231,
+ 45.70560193076923
+ ],
+ [
+ 4.934595230769231,
+ 45.70556453076923
+ ],
+ [
+ 4.934597330769231,
+ 45.70552483076923
+ ],
+ [
+ 4.934600030769231,
+ 45.705485730769226
+ ],
+ [
+ 4.934621830769231,
+ 45.705339830769226
+ ],
+ [
+ 4.934796530769231,
+ 45.70424613076923
+ ],
+ [
+ 4.934802530769231,
+ 45.704206330769225
+ ],
+ [
+ 4.934806430769231,
+ 45.70416593076923
+ ],
+ [
+ 4.934812530769231,
+ 45.704083530769225
+ ],
+ [
+ 4.934818830769231,
+ 45.70388703076923
+ ],
+ [
+ 4.934821330769231,
+ 45.70384233076923
+ ],
+ [
+ 4.934823330769231,
+ 45.70381453076923
+ ],
+ [
+ 4.934827330769231,
+ 45.703780230769226
+ ],
+ [
+ 4.934834730769231,
+ 45.70373373076923
+ ],
+ [
+ 4.934840830769231,
+ 45.70368433076923
+ ],
+ [
+ 4.934849630769231,
+ 45.70362853076923
+ ],
+ [
+ 4.934888830769231,
+ 45.70342793076923
+ ],
+ [
+ 4.934917930769231,
+ 45.703233630769226
+ ],
+ [
+ 4.934931930769231,
+ 45.70315243076923
+ ],
+ [
+ 4.934943930769231,
+ 45.70309813076923
+ ],
+ [
+ 4.934957230769231,
+ 45.70304833076923
+ ],
+ [
+ 4.934976830769231,
+ 45.702992830769226
+ ],
+ [
+ 4.934992430769231,
+ 45.70295233076923
+ ],
+ [
+ 4.935019930769231,
+ 45.702894230769225
+ ],
+ [
+ 4.935054630769231,
+ 45.70282753076923
+ ],
+ [
+ 4.935180430769231,
+ 45.70260383076923
+ ],
+ [
+ 4.935223830769231,
+ 45.70252433076923
+ ],
+ [
+ 4.935267330769231,
+ 45.70244033076923
+ ],
+ [
+ 4.935309430769231,
+ 45.702353730769225
+ ],
+ [
+ 4.935349930769231,
+ 45.70226273076923
+ ],
+ [
+ 4.935566530769231,
+ 45.70176363076923
+ ],
+ [
+ 4.935627430769231,
+ 45.701620530769226
+ ],
+ [
+ 4.935655330769231,
+ 45.701548630769224
+ ],
+ [
+ 4.935676330769231,
+ 45.70148393076923
+ ],
+ [
+ 4.935697630769231,
+ 45.701412530769225
+ ],
+ [
+ 4.935708530769231,
+ 45.701365030769225
+ ],
+ [
+ 4.935718230769231,
+ 45.70132043076923
+ ],
+ [
+ 4.935731730769231,
+ 45.70122673076923
+ ],
+ [
+ 4.935740830769231,
+ 45.70113133076923
+ ],
+ [
+ 4.935759530769231,
+ 45.700860430769225
+ ],
+ [
+ 4.935766930769231,
+ 45.700751630769226
+ ],
+ [
+ 4.935774530769231,
+ 45.700646430769226
+ ],
+ [
+ 4.935781430769231,
+ 45.70052823076923
+ ],
+ [
+ 4.935787830769231,
+ 45.70041153076923
+ ],
+ [
+ 4.935797330769231,
+ 45.70030083076923
+ ],
+ [
+ 4.935804030769231,
+ 45.700249930769225
+ ],
+ [
+ 4.935813230769231,
+ 45.70019973076923
+ ],
+ [
+ 4.935833830769231,
+ 45.70011393076923
+ ],
+ [
+ 4.935856330769231,
+ 45.70004593076923
+ ],
+ [
+ 4.935872330769231,
+ 45.700004230769224
+ ],
+ [
+ 4.935891430769231,
+ 45.69996033076923
+ ],
+ [
+ 4.935928930769231,
+ 45.69988353076923
+ ],
+ [
+ 4.935971830769231,
+ 45.699803130769226
+ ],
+ [
+ 4.936085230769231,
+ 45.69959423076923
+ ],
+ [
+ 4.936190530769231,
+ 45.69939973076923
+ ],
+ [
+ 4.936241430769231,
+ 45.69930493076923
+ ],
+ [
+ 4.936276530769231,
+ 45.69923363076923
+ ],
+ [
+ 4.936284830769231,
+ 45.699212030769225
+ ],
+ [
+ 4.936297430769231,
+ 45.69916613076923
+ ],
+ [
+ 4.936303830769231,
+ 45.69913383076923
+ ],
+ [
+ 4.936307130769231,
+ 45.69909633076923
+ ],
+ [
+ 4.936307830769231,
+ 45.69903133076923
+ ],
+ [
+ 4.936287130769231,
+ 45.698610130769225
+ ],
+ [
+ 4.936283330769231,
+ 45.69857083076923
+ ],
+ [
+ 4.936279430769231,
+ 45.69853763076923
+ ],
+ [
+ 4.936274430769231,
+ 45.698508030769226
+ ],
+ [
+ 4.936266730769231,
+ 45.698473930769225
+ ],
+ [
+ 4.936250930769231,
+ 45.69841453076923
+ ],
+ [
+ 4.936236930769231,
+ 45.698367530769225
+ ],
+ [
+ 4.936219830769231,
+ 45.69830833076923
+ ],
+ [
+ 4.936204130769231,
+ 45.69824203076923
+ ],
+ [
+ 4.936195430769231,
+ 45.698185630769224
+ ],
+ [
+ 4.936190730769231,
+ 45.69813853076923
+ ],
+ [
+ 4.936151430769231,
+ 45.697336830769224
+ ],
+ [
+ 4.936143430769231,
+ 45.69722063076923
+ ],
+ [
+ 4.936133430769231,
+ 45.697124730769225
+ ],
+ [
+ 4.936106630769231,
+ 45.696896030769224
+ ],
+ [
+ 4.935893430769231,
+ 45.695383430769226
+ ],
+ [
+ 4.935888930769231,
+ 45.695343730769224
+ ],
+ [
+ 4.935888230769231,
+ 45.69531633076923
+ ],
+ [
+ 4.935889630769231,
+ 45.695298230769225
+ ],
+ [
+ 4.935892130769231,
+ 45.695281130769224
+ ],
+ [
+ 4.935898430769231,
+ 45.695258630769224
+ ],
+ [
+ 4.935906330769231,
+ 45.69523653076923
+ ],
+ [
+ 4.935918030769231,
+ 45.69521393076923
+ ],
+ [
+ 4.935924730769231,
+ 45.69520363076923
+ ],
+ [
+ 4.935935530769231,
+ 45.695189430769226
+ ],
+ [
+ 4.935952730769231,
+ 45.69516903076923
+ ],
+ [
+ 4.935976130769231,
+ 45.695147330769224
+ ],
+ [
+ 4.935995130769231,
+ 45.69513393076923
+ ],
+ [
+ 4.936013630769231,
+ 45.69512203076923
+ ],
+ [
+ 4.936040330769231,
+ 45.69510803076923
+ ],
+ [
+ 4.936065430769231,
+ 45.69509603076923
+ ],
+ [
+ 4.936086530769231,
+ 45.695087230769225
+ ],
+ [
+ 4.936107230769231,
+ 45.69508033076923
+ ],
+ [
+ 4.936133930769231,
+ 45.695072630769225
+ ],
+ [
+ 4.936158430769231,
+ 45.69506763076923
+ ],
+ [
+ 4.936182630769231,
+ 45.69506383076923
+ ],
+ [
+ 4.936208630769231,
+ 45.69506083076923
+ ],
+ [
+ 4.936249030769231,
+ 45.695058130769226
+ ],
+ [
+ 4.936299130769231,
+ 45.695056130769224
+ ],
+ [
+ 4.936508930769231,
+ 45.69505113076923
+ ],
+ [
+ 4.936871630769231,
+ 45.695042830769225
+ ],
+ [
+ 4.937205930769231,
+ 45.69503543076923
+ ],
+ [
+ 4.937407230769231,
+ 45.695030630769224
+ ],
+ [
+ 4.937460530769231,
+ 45.69502813076923
+ ],
+ [
+ 4.937503630769231,
+ 45.69502493076923
+ ],
+ [
+ 4.937527430769231,
+ 45.69502253076923
+ ],
+ [
+ 4.937547330769231,
+ 45.69502003076923
+ ],
+ [
+ 4.937584630769231,
+ 45.69501283076923
+ ],
+ [
+ 4.937615430769231,
+ 45.69500503076923
+ ],
+ [
+ 4.937643730769231,
+ 45.69499573076923
+ ],
+ [
+ 4.937679730769231,
+ 45.69497943076923
+ ],
+ [
+ 4.937706830769231,
+ 45.694964930769224
+ ],
+ [
+ 4.937726730769231,
+ 45.694951130769226
+ ],
+ [
+ 4.937742430769231,
+ 45.694937630769225
+ ],
+ [
+ 4.937756230769231,
+ 45.69492523076923
+ ],
+ [
+ 4.937776230769231,
+ 45.69490373076923
+ ],
+ [
+ 4.937795830769231,
+ 45.694878630769225
+ ],
+ [
+ 4.9378702307692315,
+ 45.694769830769225
+ ],
+ [
+ 4.937898330769231,
+ 45.694731630769226
+ ],
+ [
+ 4.937918030769231,
+ 45.694708430769225
+ ],
+ [
+ 4.937932830769231,
+ 45.69469363076923
+ ],
+ [
+ 4.937950830769231,
+ 45.694678030769225
+ ],
+ [
+ 4.937969230769231,
+ 45.694662230769225
+ ],
+ [
+ 4.938001130769231,
+ 45.69464543076923
+ ],
+ [
+ 4.938020230769231,
+ 45.69463503076923
+ ],
+ [
+ 4.938038630769231,
+ 45.69462733076923
+ ],
+ [
+ 4.938079830769231,
+ 45.69461333076923
+ ],
+ [
+ 4.938113030769231,
+ 45.69460423076923
+ ],
+ [
+ 4.938142130769231,
+ 45.69459803076923
+ ],
+ [
+ 4.938172230769231,
+ 45.69459433076923
+ ],
+ [
+ 4.9382075307692315,
+ 45.69459153076923
+ ],
+ [
+ 4.938240830769231,
+ 45.694591730769226
+ ],
+ [
+ 4.938273130769231,
+ 45.69459313076923
+ ],
+ [
+ 4.938318330769231,
+ 45.69459683076923
+ ],
+ [
+ 4.938457530769231,
+ 45.694612930769225
+ ],
+ [
+ 4.938546230769231,
+ 45.694623230769224
+ ],
+ [
+ 4.938676030769231,
+ 45.69463773076923
+ ],
+ [
+ 4.938756730769231,
+ 45.694643330769225
+ ],
+ [
+ 4.938816630769231,
+ 45.69464473076923
+ ],
+ [
+ 4.9388761307692315,
+ 45.69464373076923
+ ],
+ [
+ 4.938932130769231,
+ 45.69464233076923
+ ],
+ [
+ 4.939020930769231,
+ 45.694635430769225
+ ],
+ [
+ 4.939982930769231,
+ 45.69454263076923
+ ],
+ [
+ 4.940332330769231,
+ 45.69450683076923
+ ],
+ [
+ 4.940613130769231,
+ 45.694479130769224
+ ],
+ [
+ 4.940991530769231,
+ 45.694442130769225
+ ],
+ [
+ 4.941175430769231,
+ 45.69442413076923
+ ],
+ [
+ 4.941301830769231,
+ 45.69441213076923
+ ],
+ [
+ 4.944635030769231,
+ 45.694084630769225
+ ],
+ [
+ 4.944852030769231,
+ 45.69406313076923
+ ],
+ [
+ 4.944930430769231,
+ 45.694056030769225
+ ],
+ [
+ 4.945005330769231,
+ 45.69405013076923
+ ],
+ [
+ 4.945078030769231,
+ 45.69404713076923
+ ],
+ [
+ 4.945142430769231,
+ 45.694045730769226
+ ],
+ [
+ 4.945192830769231,
+ 45.69404553076923
+ ],
+ [
+ 4.945261730769231,
+ 45.69404733076923
+ ],
+ [
+ 4.945325730769231,
+ 45.694049930769225
+ ],
+ [
+ 4.945384630769231,
+ 45.69405443076923
+ ],
+ [
+ 4.945439530769231,
+ 45.69405923076923
+ ],
+ [
+ 4.945495630769231,
+ 45.694066430769226
+ ],
+ [
+ 4.945563830769231,
+ 45.69407533076923
+ ],
+ [
+ 4.945637530769231,
+ 45.69408843076923
+ ],
+ [
+ 4.945705730769231,
+ 45.69410213076923
+ ],
+ [
+ 4.945786230769231,
+ 45.694121130769226
+ ],
+ [
+ 4.945845130769231,
+ 45.694137530769225
+ ],
+ [
+ 4.945901830769231,
+ 45.694153830769224
+ ],
+ [
+ 4.945984430769231,
+ 45.69418153076923
+ ],
+ [
+ 4.946078530769231,
+ 45.69421553076923
+ ],
+ [
+ 4.946150330769231,
+ 45.694247630769226
+ ],
+ [
+ 4.946226430769231,
+ 45.694285330769226
+ ],
+ [
+ 4.946274730769231,
+ 45.69431043076923
+ ],
+ [
+ 4.946317630769231,
+ 45.69433403076923
+ ],
+ [
+ 4.946389030769231,
+ 45.694377630769225
+ ],
+ [
+ 4.946447830769231,
+ 45.69441683076923
+ ],
+ [
+ 4.946525430769231,
+ 45.69447283076923
+ ],
+ [
+ 4.946873830769231,
+ 45.69473293076923
+ ],
+ [
+ 4.947056930769231,
+ 45.694870130769225
+ ],
+ [
+ 4.947081230769231,
+ 45.69488793076923
+ ],
+ [
+ 4.9471016307692315,
+ 45.69490163076923
+ ],
+ [
+ 4.947128930769231,
+ 45.694917630769226
+ ],
+ [
+ 4.947154130769231,
+ 45.69493133076923
+ ],
+ [
+ 4.947178030769231,
+ 45.694941830769224
+ ],
+ [
+ 4.947200830769231,
+ 45.694950530769226
+ ],
+ [
+ 4.947222030769231,
+ 45.69495623076923
+ ],
+ [
+ 4.947239930769231,
+ 45.69496003076923
+ ],
+ [
+ 4.947258530769231,
+ 45.69496393076923
+ ],
+ [
+ 4.947275630769231,
+ 45.69496673076923
+ ],
+ [
+ 4.947306030769231,
+ 45.69496943076923
+ ],
+ [
+ 4.947330730769231,
+ 45.69496963076923
+ ],
+ [
+ 4.947355730769231,
+ 45.69496913076923
+ ],
+ [
+ 4.947388030769231,
+ 45.694966330769226
+ ],
+ [
+ 4.947411930769231,
+ 45.69496283076923
+ ],
+ [
+ 4.947436330769231,
+ 45.694958430769226
+ ],
+ [
+ 4.947471830769231,
+ 45.69494953076923
+ ],
+ [
+ 4.947509030769231,
+ 45.69493923076923
+ ],
+ [
+ 4.947546830769231,
+ 45.69492653076923
+ ],
+ [
+ 4.9476302307692315,
+ 45.69489463076923
+ ],
+ [
+ 4.948908730769231,
+ 45.69439753076923
+ ],
+ [
+ 4.948936130769231,
+ 45.69438423076923
+ ],
+ [
+ 4.948977730769231,
+ 45.694364330769226
+ ],
+ [
+ 4.949017830769231,
+ 45.69434203076923
+ ],
+ [
+ 4.949052830769231,
+ 45.69431973076923
+ ],
+ [
+ 4.949077830769231,
+ 45.694299830769225
+ ],
+ [
+ 4.949109230769231,
+ 45.69427053076923
+ ],
+ [
+ 4.949121430769231,
+ 45.69425713076923
+ ],
+ [
+ 4.949246930769231,
+ 45.69409333076923
+ ],
+ [
+ 4.949299530769231,
+ 45.69402883076923
+ ],
+ [
+ 4.949338430769231,
+ 45.693984830769224
+ ],
+ [
+ 4.949375130769231,
+ 45.693949530769224
+ ],
+ [
+ 4.949427630769231,
+ 45.69390143076923
+ ],
+ [
+ 4.949519330769231,
+ 45.69382183076923
+ ],
+ [
+ 4.949715530769231,
+ 45.69365383076923
+ ],
+ [
+ 4.949912930769231,
+ 45.69348483076923
+ ],
+ [
+ 4.950014830769231,
+ 45.693398830769226
+ ],
+ [
+ 4.950034730769231,
+ 45.69338213076923
+ ],
+ [
+ 4.950065430769231,
+ 45.693358730769226
+ ],
+ [
+ 4.950092530769231,
+ 45.693341030769226
+ ],
+ [
+ 4.950119030769231,
+ 45.69332503076923
+ ],
+ [
+ 4.950148530769231,
+ 45.693310030769226
+ ],
+ [
+ 4.950178030769231,
+ 45.69329763076923
+ ],
+ [
+ 4.950213930769231,
+ 45.69328473076923
+ ],
+ [
+ 4.950244830769231,
+ 45.69327513076923
+ ],
+ [
+ 4.950277630769231,
+ 45.69326713076923
+ ],
+ [
+ 4.950318430769231,
+ 45.69325873076923
+ ],
+ [
+ 4.950363130769231,
+ 45.693252930769226
+ ],
+ [
+ 4.950789830769231,
+ 45.69319253076923
+ ],
+ [
+ 4.950864030769231,
+ 45.69318263076923
+ ],
+ [
+ 4.950932830769231,
+ 45.69317473076923
+ ],
+ [
+ 4.950989130769231,
+ 45.69316923076923
+ ],
+ [
+ 4.951061430769231,
+ 45.693164130769226
+ ],
+ [
+ 4.951265630769231,
+ 45.693150730769226
+ ],
+ [
+ 4.951516030769231,
+ 45.69313073076923
+ ],
+ [
+ 4.951688130769231,
+ 45.69311333076923
+ ],
+ [
+ 4.951862830769231,
+ 45.69309143076923
+ ],
+ [
+ 4.952034130769231,
+ 45.69306603076923
+ ],
+ [
+ 4.952149630769231,
+ 45.69304473076923
+ ],
+ [
+ 4.952243730769231,
+ 45.693027330769226
+ ],
+ [
+ 4.952342530769231,
+ 45.69300673076923
+ ],
+ [
+ 4.952431430769231,
+ 45.692987030769224
+ ],
+ [
+ 4.9525273307692315,
+ 45.692964630769225
+ ],
+ [
+ 4.952615530769231,
+ 45.692941430769224
+ ],
+ [
+ 4.952717830769231,
+ 45.692912930769225
+ ],
+ [
+ 4.952890730769231,
+ 45.69286293076923
+ ],
+ [
+ 4.952980330769231,
+ 45.69283713076923
+ ],
+ [
+ 4.953032430769231,
+ 45.69282263076923
+ ],
+ [
+ 4.953080830769231,
+ 45.69281003076923
+ ],
+ [
+ 4.953124830769231,
+ 45.69279973076923
+ ],
+ [
+ 4.953168030769231,
+ 45.692790830769226
+ ],
+ [
+ 4.953214030769231,
+ 45.69278193076923
+ ],
+ [
+ 4.9532586307692315,
+ 45.692774830769224
+ ],
+ [
+ 4.953314230769231,
+ 45.692767630769225
+ ],
+ [
+ 4.953375730769231,
+ 45.69276173076923
+ ],
+ [
+ 4.953432530769231,
+ 45.692758430769224
+ ],
+ [
+ 4.953494930769231,
+ 45.692755430769225
+ ],
+ [
+ 4.953693830769231,
+ 45.692750530769224
+ ],
+ [
+ 4.953897230769231,
+ 45.692745830769226
+ ],
+ [
+ 4.954108530769231,
+ 45.69274003076923
+ ],
+ [
+ 4.954351830769231,
+ 45.692731230769226
+ ],
+ [
+ 4.954600130769231,
+ 45.692717830769226
+ ],
+ [
+ 4.954644730769231,
+ 45.69271563076923
+ ],
+ [
+ 4.955288830769231,
+ 45.69267603076923
+ ],
+ [
+ 4.955488830769231,
+ 45.69266383076923
+ ],
+ [
+ 4.955541930769231,
+ 45.692660530769224
+ ],
+ [
+ 4.955838530769231,
+ 45.69264223076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9170529307692314,
+ 45.73076013076923
+ ],
+ [
+ 4.917094330769231,
+ 45.73073823076923
+ ],
+ [
+ 4.917129730769231,
+ 45.730717430769225
+ ],
+ [
+ 4.917147730769231,
+ 45.73070513076923
+ ],
+ [
+ 4.917171630769231,
+ 45.73068503076923
+ ],
+ [
+ 4.917198130769231,
+ 45.73065343076923
+ ],
+ [
+ 4.917216230769231,
+ 45.730612930769226
+ ],
+ [
+ 4.917224430769231,
+ 45.730541130769225
+ ],
+ [
+ 4.917209830769231,
+ 45.730483330769225
+ ],
+ [
+ 4.917178530769231,
+ 45.730415230769225
+ ],
+ [
+ 4.916853430769231,
+ 45.729781130769226
+ ],
+ [
+ 4.916818030769231,
+ 45.72971203076923
+ ],
+ [
+ 4.916768430769231,
+ 45.729616930769225
+ ],
+ [
+ 4.9159995307692315,
+ 45.72814113076923
+ ],
+ [
+ 4.915895030769231,
+ 45.72798293076923
+ ],
+ [
+ 4.915853230769231,
+ 45.72791973076923
+ ],
+ [
+ 4.915818930769231,
+ 45.727867730769226
+ ],
+ [
+ 4.915784030769231,
+ 45.727802030769226
+ ],
+ [
+ 4.915747930769231,
+ 45.72773413076923
+ ],
+ [
+ 4.915641730769231,
+ 45.72753423076923
+ ],
+ [
+ 4.915435330769231,
+ 45.72712363076923
+ ],
+ [
+ 4.915352530769231,
+ 45.72676973076923
+ ],
+ [
+ 4.915221430769231,
+ 45.72614193076923
+ ],
+ [
+ 4.915195130769231,
+ 45.72578423076923
+ ],
+ [
+ 4.915173230769231,
+ 45.72557283076923
+ ],
+ [
+ 4.915134130769231,
+ 45.725195330769225
+ ],
+ [
+ 4.915122230769231,
+ 45.725080430769225
+ ],
+ [
+ 4.915098630769231,
+ 45.724880930769224
+ ],
+ [
+ 4.915104030769231,
+ 45.724664030769226
+ ],
+ [
+ 4.915107430769231,
+ 45.724583030769224
+ ],
+ [
+ 4.915109130769231,
+ 45.72454223076923
+ ],
+ [
+ 4.915118230769231,
+ 45.72432183076923
+ ],
+ [
+ 4.915095230769231,
+ 45.72397493076923
+ ],
+ [
+ 4.915066330769231,
+ 45.723543330769225
+ ],
+ [
+ 4.915036230769231,
+ 45.723258730769224
+ ],
+ [
+ 4.915010930769231,
+ 45.723117130769225
+ ],
+ [
+ 4.914896530769231,
+ 45.722664130769225
+ ],
+ [
+ 4.914886830769231,
+ 45.72261473076923
+ ],
+ [
+ 4.914887630769231,
+ 45.72257023076923
+ ],
+ [
+ 4.914909930769231,
+ 45.722487830769225
+ ],
+ [
+ 4.914970530769231,
+ 45.72241163076923
+ ],
+ [
+ 4.915216230769231,
+ 45.72210263076923
+ ],
+ [
+ 4.915452030769231,
+ 45.721818930769224
+ ],
+ [
+ 4.916121530769231,
+ 45.72100713076923
+ ],
+ [
+ 4.916279930769231,
+ 45.72081553076923
+ ],
+ [
+ 4.916487830769231,
+ 45.720562930769226
+ ],
+ [
+ 4.916790630769231,
+ 45.720191430769226
+ ],
+ [
+ 4.917222230769231,
+ 45.71967073076923
+ ],
+ [
+ 4.917287830769231,
+ 45.71959353076923
+ ],
+ [
+ 4.917311630769231,
+ 45.71957143076923
+ ],
+ [
+ 4.917337630769231,
+ 45.71954963076923
+ ],
+ [
+ 4.917356530769231,
+ 45.71953813076923
+ ],
+ [
+ 4.917378630769231,
+ 45.71952483076923
+ ],
+ [
+ 4.917408530769231,
+ 45.719510930769225
+ ],
+ [
+ 4.917448030769231,
+ 45.719496430769226
+ ],
+ [
+ 4.917479630769231,
+ 45.719486530769224
+ ],
+ [
+ 4.917516230769231,
+ 45.71947973076923
+ ],
+ [
+ 4.917550330769231,
+ 45.71947483076923
+ ],
+ [
+ 4.917592530769231,
+ 45.719473230769225
+ ],
+ [
+ 4.917620030769231,
+ 45.719473230769225
+ ],
+ [
+ 4.917651330769231,
+ 45.719475630769224
+ ],
+ [
+ 4.917684730769231,
+ 45.71948023076923
+ ],
+ [
+ 4.917727030769231,
+ 45.719488530769226
+ ],
+ [
+ 4.917772230769231,
+ 45.71949973076923
+ ],
+ [
+ 4.918165530769231,
+ 45.71960873076923
+ ],
+ [
+ 4.918525430769231,
+ 45.71971183076923
+ ],
+ [
+ 4.918670430769231,
+ 45.719751130769225
+ ],
+ [
+ 4.918733430769231,
+ 45.71976673076923
+ ],
+ [
+ 4.918787430769231,
+ 45.719777830769225
+ ],
+ [
+ 4.918829930769231,
+ 45.71978443076923
+ ],
+ [
+ 4.918896830769231,
+ 45.719794230769224
+ ],
+ [
+ 4.9189548307692315,
+ 45.71979993076923
+ ],
+ [
+ 4.919000230769231,
+ 45.71980293076923
+ ],
+ [
+ 4.9190571307692315,
+ 45.71980603076923
+ ],
+ [
+ 4.919142230769231,
+ 45.71980923076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.877814130769231,
+ 45.74247013076923
+ ],
+ [
+ 4.878002730769231,
+ 45.742589730769225
+ ],
+ [
+ 4.878082430769231,
+ 45.74262663076923
+ ],
+ [
+ 4.878119230769231,
+ 45.74263563076923
+ ],
+ [
+ 4.8781722307692315,
+ 45.74264953076923
+ ],
+ [
+ 4.878245630769231,
+ 45.742655330769225
+ ],
+ [
+ 4.878374430769231,
+ 45.74264903076923
+ ],
+ [
+ 4.878770030769231,
+ 45.742580630769226
+ ],
+ [
+ 4.878962930769231,
+ 45.74254733076923
+ ],
+ [
+ 4.879165830769231,
+ 45.74251383076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.879165830769231,
+ 45.74251383076923
+ ],
+ [
+ 4.879590230769231,
+ 45.742443830769226
+ ],
+ [
+ 4.879923030769231,
+ 45.74238643076923
+ ],
+ [
+ 4.879995130769231,
+ 45.742374530769226
+ ],
+ [
+ 4.880030730769231,
+ 45.742368430769226
+ ],
+ [
+ 4.880528030769231,
+ 45.742284530769226
+ ],
+ [
+ 4.880624030769231,
+ 45.74226963076923
+ ],
+ [
+ 4.880639230769231,
+ 45.74226723076923
+ ],
+ [
+ 4.881148630769231,
+ 45.742185930769224
+ ],
+ [
+ 4.881297730769231,
+ 45.74216273076923
+ ],
+ [
+ 4.8813131307692315,
+ 45.74216033076923
+ ],
+ [
+ 4.881327130769231,
+ 45.742158130769226
+ ],
+ [
+ 4.881861330769231,
+ 45.742074630769224
+ ],
+ [
+ 4.881897330769231,
+ 45.74206893076923
+ ],
+ [
+ 4.881936330769231,
+ 45.742062630769226
+ ],
+ [
+ 4.882070330769231,
+ 45.74204043076923
+ ],
+ [
+ 4.882105530769231,
+ 45.74203413076923
+ ],
+ [
+ 4.8821429307692314,
+ 45.74202953076923
+ ],
+ [
+ 4.882177330769231,
+ 45.74202533076923
+ ],
+ [
+ 4.882236430769231,
+ 45.74201593076923
+ ],
+ [
+ 4.882267130769231,
+ 45.74201103076923
+ ],
+ [
+ 4.882297730769231,
+ 45.74200613076923
+ ],
+ [
+ 4.882431930769231,
+ 45.741984830769226
+ ],
+ [
+ 4.882457430769231,
+ 45.74198073076923
+ ],
+ [
+ 4.8826636307692315,
+ 45.74194783076923
+ ],
+ [
+ 4.882680430769231,
+ 45.741945130769224
+ ],
+ [
+ 4.882699530769231,
+ 45.741942130769225
+ ],
+ [
+ 4.882791830769231,
+ 45.741928130769224
+ ],
+ [
+ 4.882829930769231,
+ 45.74192053076923
+ ],
+ [
+ 4.882862830769231,
+ 45.74191253076923
+ ],
+ [
+ 4.882927830769231,
+ 45.741896630769226
+ ],
+ [
+ 4.883047830769231,
+ 45.74185723076923
+ ],
+ [
+ 4.883106630769231,
+ 45.74183353076923
+ ],
+ [
+ 4.883162230769231,
+ 45.74180923076923
+ ],
+ [
+ 4.883175530769231,
+ 45.741802930769225
+ ],
+ [
+ 4.883188630769231,
+ 45.74179603076923
+ ],
+ [
+ 4.883401930769231,
+ 45.74169333076923
+ ],
+ [
+ 4.883544630769231,
+ 45.741637030769226
+ ],
+ [
+ 4.883659830769231,
+ 45.741597930769224
+ ],
+ [
+ 4.8839729307692314,
+ 45.74149453076923
+ ],
+ [
+ 4.884165630769231,
+ 45.74142683076923
+ ],
+ [
+ 4.8846643307692315,
+ 45.74125773076923
+ ],
+ [
+ 4.884799030769231,
+ 45.74122393076923
+ ],
+ [
+ 4.884929930769231,
+ 45.741201030769226
+ ],
+ [
+ 4.884990030769231,
+ 45.74119633076923
+ ],
+ [
+ 4.885031030769231,
+ 45.741193130769226
+ ],
+ [
+ 4.885117530769231,
+ 45.741186430769226
+ ],
+ [
+ 4.885167230769231,
+ 45.74118443076923
+ ],
+ [
+ 4.885283430769231,
+ 45.74117983076923
+ ],
+ [
+ 4.885431230769231,
+ 45.74117403076923
+ ],
+ [
+ 4.885547830769231,
+ 45.74115813076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.894527930769231,
+ 45.73840543076923
+ ],
+ [
+ 4.895099330769231,
+ 45.73821663076923
+ ],
+ [
+ 4.896220530769231,
+ 45.73784993076923
+ ],
+ [
+ 4.8964266307692315,
+ 45.737782030769225
+ ],
+ [
+ 4.896475430769231,
+ 45.73776593076923
+ ],
+ [
+ 4.8978417307692315,
+ 45.73731593076923
+ ],
+ [
+ 4.897857030769231,
+ 45.737310830769225
+ ],
+ [
+ 4.898192430769231,
+ 45.73720043076923
+ ],
+ [
+ 4.898425830769231,
+ 45.737123630769226
+ ],
+ [
+ 4.898522930769231,
+ 45.73709163076923
+ ],
+ [
+ 4.899889230769231,
+ 45.736642130769226
+ ],
+ [
+ 4.900797830769231,
+ 45.73634383076923
+ ],
+ [
+ 4.900846330769231,
+ 45.73632493076923
+ ],
+ [
+ 4.900917330769231,
+ 45.73629713076923
+ ],
+ [
+ 4.900967630769231,
+ 45.73627753076923
+ ],
+ [
+ 4.900989530769231,
+ 45.736268130769226
+ ],
+ [
+ 4.901013730769231,
+ 45.73625793076923
+ ],
+ [
+ 4.9010754307692315,
+ 45.736230330769224
+ ],
+ [
+ 4.901143130769231,
+ 45.736187130769224
+ ],
+ [
+ 4.9012344307692315,
+ 45.736128230769225
+ ],
+ [
+ 4.901423130769231,
+ 45.73600643076923
+ ],
+ [
+ 4.901459530769231,
+ 45.735984730769225
+ ],
+ [
+ 4.901504730769231,
+ 45.735955030769226
+ ],
+ [
+ 4.901591630769231,
+ 45.735903330769226
+ ],
+ [
+ 4.901689330769231,
+ 45.73585683076923
+ ],
+ [
+ 4.901839230769231,
+ 45.73580613076923
+ ],
+ [
+ 4.902918830769231,
+ 45.73544143076923
+ ],
+ [
+ 4.902953830769231,
+ 45.73542943076923
+ ],
+ [
+ 4.903045230769231,
+ 45.735397930769224
+ ],
+ [
+ 4.903255330769231,
+ 45.735325630769225
+ ],
+ [
+ 4.903536030769231,
+ 45.735229030769226
+ ],
+ [
+ 4.904030030769231,
+ 45.735065330769224
+ ],
+ [
+ 4.904193030769231,
+ 45.73501143076923
+ ],
+ [
+ 4.904477230769231,
+ 45.73491793076923
+ ],
+ [
+ 4.9047392307692315,
+ 45.73483223076923
+ ],
+ [
+ 4.904884530769231,
+ 45.734783930769225
+ ],
+ [
+ 4.904960130769231,
+ 45.73475733076923
+ ],
+ [
+ 4.905207330769231,
+ 45.734676330769226
+ ],
+ [
+ 4.905287230769231,
+ 45.734650230769226
+ ],
+ [
+ 4.905401130769231,
+ 45.734613130769226
+ ],
+ [
+ 4.905444330769231,
+ 45.73459893076923
+ ],
+ [
+ 4.908434830769231,
+ 45.73360463076923
+ ],
+ [
+ 4.908567930769231,
+ 45.73356163076923
+ ],
+ [
+ 4.908760630769231,
+ 45.73350013076923
+ ],
+ [
+ 4.909095730769231,
+ 45.73338703076923
+ ],
+ [
+ 4.909399230769231,
+ 45.73328663076923
+ ],
+ [
+ 4.909980130769231,
+ 45.73309433076923
+ ],
+ [
+ 4.910159230769231,
+ 45.73303503076923
+ ],
+ [
+ 4.910264430769231,
+ 45.73300013076923
+ ],
+ [
+ 4.910380930769231,
+ 45.73296063076923
+ ],
+ [
+ 4.912114330769231,
+ 45.73238843076923
+ ],
+ [
+ 4.9122087307692315,
+ 45.732357330769226
+ ],
+ [
+ 4.912770630769231,
+ 45.732171930769226
+ ],
+ [
+ 4.912946930769231,
+ 45.73211453076923
+ ],
+ [
+ 4.913121130769231,
+ 45.73205723076923
+ ],
+ [
+ 4.914389130769231,
+ 45.73163953076923
+ ],
+ [
+ 4.9144669307692315,
+ 45.73161383076923
+ ],
+ [
+ 4.914741230769231,
+ 45.73152333076923
+ ],
+ [
+ 4.914995730769231,
+ 45.73143943076923
+ ],
+ [
+ 4.915088630769231,
+ 45.731408830769226
+ ],
+ [
+ 4.916730230769231,
+ 45.73086673076923
+ ],
+ [
+ 4.9170529307692314,
+ 45.73076013076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.890858130769231,
+ 45.73944353076923
+ ],
+ [
+ 4.891523530769231,
+ 45.73922503076923
+ ],
+ [
+ 4.891717330769231,
+ 45.73916213076923
+ ],
+ [
+ 4.891906030769231,
+ 45.73910073076923
+ ],
+ [
+ 4.891947630769231,
+ 45.73908553076923
+ ],
+ [
+ 4.892023630769231,
+ 45.73906303076923
+ ],
+ [
+ 4.892102330769231,
+ 45.73904713076923
+ ],
+ [
+ 4.892143630769231,
+ 45.73904033076923
+ ],
+ [
+ 4.892191030769231,
+ 45.739034530769224
+ ],
+ [
+ 4.892225330769231,
+ 45.73903053076923
+ ],
+ [
+ 4.892258730769231,
+ 45.73902813076923
+ ],
+ [
+ 4.892329230769231,
+ 45.739023130769226
+ ],
+ [
+ 4.892455130769231,
+ 45.73901043076923
+ ],
+ [
+ 4.892563530769231,
+ 45.73900153076923
+ ],
+ [
+ 4.892598430769231,
+ 45.73899893076923
+ ],
+ [
+ 4.892651930769231,
+ 45.73899243076923
+ ],
+ [
+ 4.892704430769231,
+ 45.73898393076923
+ ],
+ [
+ 4.892755630769231,
+ 45.738975730769226
+ ],
+ [
+ 4.892787330769231,
+ 45.73896923076923
+ ],
+ [
+ 4.893153930769231,
+ 45.738857730769226
+ ],
+ [
+ 4.893231730769231,
+ 45.738832830769226
+ ],
+ [
+ 4.8935888307692315,
+ 45.73871523076923
+ ],
+ [
+ 4.893752630769231,
+ 45.738661330769226
+ ],
+ [
+ 4.893973530769231,
+ 45.73858853076923
+ ],
+ [
+ 4.894527930769231,
+ 45.73840543076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.826596630769231,
+ 45.749046930769225
+ ],
+ [
+ 4.826736430769231,
+ 45.749095630769226
+ ],
+ [
+ 4.826819930769231,
+ 45.749162430769225
+ ],
+ [
+ 4.826851430769231,
+ 45.74920533076923
+ ],
+ [
+ 4.826885230769231,
+ 45.74926143076923
+ ],
+ [
+ 4.827049330769231,
+ 45.749533930769225
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.824287130769231,
+ 45.746722430769225
+ ],
+ [
+ 4.824327830769231,
+ 45.74677193076923
+ ],
+ [
+ 4.824351330769231,
+ 45.746799130769226
+ ],
+ [
+ 4.8243617307692315,
+ 45.746811230769225
+ ],
+ [
+ 4.824583530769231,
+ 45.74706803076923
+ ],
+ [
+ 4.824812530769231,
+ 45.747334830769226
+ ],
+ [
+ 4.824853730769231,
+ 45.74737523076923
+ ],
+ [
+ 4.824887630769231,
+ 45.74740753076923
+ ],
+ [
+ 4.824939330769231,
+ 45.74744803076923
+ ],
+ [
+ 4.825009230769231,
+ 45.747499430769224
+ ],
+ [
+ 4.825157230769231,
+ 45.747598530769224
+ ],
+ [
+ 4.825210830769231,
+ 45.74764323076923
+ ],
+ [
+ 4.825253330769231,
+ 45.74767933076923
+ ],
+ [
+ 4.825323130769231,
+ 45.74775573076923
+ ],
+ [
+ 4.825357730769231,
+ 45.74780193076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.819042530769231,
+ 45.74056903076923
+ ],
+ [
+ 4.8192543307692315,
+ 45.740817430769226
+ ],
+ [
+ 4.819363930769231,
+ 45.74094603076923
+ ],
+ [
+ 4.819404430769231,
+ 45.74099343076923
+ ],
+ [
+ 4.819621130769231,
+ 45.74124753076923
+ ],
+ [
+ 4.819700230769231,
+ 45.74134223076923
+ ],
+ [
+ 4.819772030769231,
+ 45.74142453076923
+ ],
+ [
+ 4.819826130769231,
+ 45.741487930769225
+ ],
+ [
+ 4.820720430769231,
+ 45.742536830769225
+ ],
+ [
+ 4.820786730769231,
+ 45.742614630769225
+ ],
+ [
+ 4.820856230769231,
+ 45.74269643076923
+ ],
+ [
+ 4.821633730769231,
+ 45.74360783076923
+ ],
+ [
+ 4.821706830769231,
+ 45.743693230769225
+ ],
+ [
+ 4.821788730769231,
+ 45.74378973076923
+ ],
+ [
+ 4.822142530769231,
+ 45.744204730769226
+ ],
+ [
+ 4.822494530769231,
+ 45.74461763076923
+ ],
+ [
+ 4.822554230769231,
+ 45.744687430769226
+ ],
+ [
+ 4.822609130769231,
+ 45.74475163076923
+ ],
+ [
+ 4.823382830769231,
+ 45.74565823076923
+ ],
+ [
+ 4.823437130769231,
+ 45.74572193076923
+ ],
+ [
+ 4.823491830769231,
+ 45.745786030769224
+ ],
+ [
+ 4.824219330769231,
+ 45.746644130769226
+ ],
+ [
+ 4.824287130769231,
+ 45.746722430769225
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.885547830769231,
+ 45.74115813076923
+ ],
+ [
+ 4.885674730769231,
+ 45.74113813076923
+ ],
+ [
+ 4.885767330769231,
+ 45.74111513076923
+ ],
+ [
+ 4.885897530769231,
+ 45.741075830769226
+ ],
+ [
+ 4.886216630769231,
+ 45.740972330769225
+ ],
+ [
+ 4.886893330769231,
+ 45.740749230769225
+ ],
+ [
+ 4.887008730769231,
+ 45.74071113076923
+ ],
+ [
+ 4.887553830769231,
+ 45.74053113076923
+ ],
+ [
+ 4.888277730769231,
+ 45.740292630769225
+ ],
+ [
+ 4.888436630769231,
+ 45.740240330769225
+ ],
+ [
+ 4.888567130769231,
+ 45.74019733076923
+ ],
+ [
+ 4.890009430769231,
+ 45.739722330769226
+ ],
+ [
+ 4.890858130769231,
+ 45.73944353076923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT2",
+ "name": "T2",
+ "color": "#873F98",
+ "order": 9
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.891507284615384,
+ 45.755829684615385
+ ],
+ [
+ 4.892020584615385,
+ 45.755861384615386
+ ],
+ [
+ 4.892592684615384,
+ 45.75594248461538
+ ],
+ [
+ 4.893474884615385,
+ 45.75605968461539
+ ],
+ [
+ 4.893722984615385,
+ 45.756104984615384
+ ],
+ [
+ 4.8938443846153845,
+ 45.756132984615384
+ ],
+ [
+ 4.8942082846153845,
+ 45.75619608461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9334598846153845,
+ 45.76388148461538
+ ],
+ [
+ 4.935194984615385,
+ 45.764318384615386
+ ],
+ [
+ 4.936826984615385,
+ 45.76472278461539
+ ],
+ [
+ 4.936891084615385,
+ 45.76473878461538
+ ],
+ [
+ 4.936966384615385,
+ 45.76475758461538
+ ],
+ [
+ 4.937042984615385,
+ 45.76477538461538
+ ],
+ [
+ 4.9376050846153845,
+ 45.76490848461538
+ ],
+ [
+ 4.939002184615385,
+ 45.765263184615385
+ ],
+ [
+ 4.939705484615385,
+ 45.765440584615384
+ ],
+ [
+ 4.940398284615385,
+ 45.765610884615384
+ ],
+ [
+ 4.943680984615384,
+ 45.76643198461539
+ ],
+ [
+ 4.943738184615385,
+ 45.766445684615384
+ ],
+ [
+ 4.943794284615385,
+ 45.766460884615384
+ ],
+ [
+ 4.9438488846153845,
+ 45.76647448461539
+ ],
+ [
+ 4.944756684615385,
+ 45.76670678461539
+ ],
+ [
+ 4.945753984615385,
+ 45.766952784615384
+ ],
+ [
+ 4.946742684615384,
+ 45.767202784615385
+ ],
+ [
+ 4.9469973846153845,
+ 45.767269084615386
+ ],
+ [
+ 4.947240984615385,
+ 45.767335884615385
+ ],
+ [
+ 4.947737184615384,
+ 45.767482484615385
+ ],
+ [
+ 4.948696484615385,
+ 45.76782558461539
+ ],
+ [
+ 4.949211484615385,
+ 45.76803598461538
+ ],
+ [
+ 4.949713084615385,
+ 45.76825678461538
+ ],
+ [
+ 4.950070584615385,
+ 45.76842818461538
+ ],
+ [
+ 4.950418084615385,
+ 45.76861018461538
+ ],
+ [
+ 4.951030384615385,
+ 45.76896218461538
+ ],
+ [
+ 4.951074784615384,
+ 45.768987384615386
+ ],
+ [
+ 4.951119684615385,
+ 45.76901368461538
+ ],
+ [
+ 4.951157084615385,
+ 45.769033584615386
+ ],
+ [
+ 4.951873084615385,
+ 45.769459684615384
+ ],
+ [
+ 4.952631584615385,
+ 45.769904884615386
+ ],
+ [
+ 4.9527204846153845,
+ 45.76995668461539
+ ],
+ [
+ 4.952817284615385,
+ 45.77001318461539
+ ],
+ [
+ 4.952893184615385,
+ 45.77005718461538
+ ],
+ [
+ 4.954302684615385,
+ 45.77087368461538
+ ],
+ [
+ 4.955641284615385,
+ 45.77166158461539
+ ],
+ [
+ 4.955924984615385,
+ 45.771830384615384
+ ],
+ [
+ 4.956212384615385,
+ 45.771999484615385
+ ],
+ [
+ 4.956778084615385,
+ 45.772333384615386
+ ],
+ [
+ 4.956827084615385,
+ 45.77236348461538
+ ],
+ [
+ 4.956881284615385,
+ 45.77239738461538
+ ],
+ [
+ 4.956920684615385,
+ 45.77241638461538
+ ],
+ [
+ 4.957345484615384,
+ 45.772663484615386
+ ],
+ [
+ 4.958337984615385,
+ 45.773259184615384
+ ],
+ [
+ 4.959322584615385,
+ 45.773826484615384
+ ],
+ [
+ 4.959550784615384,
+ 45.773969484615385
+ ],
+ [
+ 4.959782584615385,
+ 45.77410238461538
+ ],
+ [
+ 4.959982884615385,
+ 45.77421358461538
+ ],
+ [
+ 4.960180084615385,
+ 45.77431648461538
+ ],
+ [
+ 4.960495984615385,
+ 45.77447018461538
+ ],
+ [
+ 4.961113584615385,
+ 45.77474268461538
+ ],
+ [
+ 4.961252184615385,
+ 45.77479798461538
+ ],
+ [
+ 4.961363584615385,
+ 45.774842484615384
+ ],
+ [
+ 4.964119084615385,
+ 45.77595308461538
+ ],
+ [
+ 4.964798684615385,
+ 45.77623218461538
+ ],
+ [
+ 4.965485884615385,
+ 45.77650448461539
+ ],
+ [
+ 4.965833484615385,
+ 45.776646084615386
+ ],
+ [
+ 4.9661822846153845,
+ 45.77677938461538
+ ],
+ [
+ 4.9665287846153845,
+ 45.77690938461539
+ ],
+ [
+ 4.966857684615385,
+ 45.77703108461538
+ ],
+ [
+ 4.9669192846153845,
+ 45.77705178461538
+ ],
+ [
+ 4.9671314846153845,
+ 45.77712288461538
+ ],
+ [
+ 4.967421484615385,
+ 45.77721188461538
+ ],
+ [
+ 4.967745984615385,
+ 45.77729008461539
+ ],
+ [
+ 4.9680727846153845,
+ 45.77735448461539
+ ],
+ [
+ 4.9682656846153845,
+ 45.77738628461538
+ ],
+ [
+ 4.968455284615385,
+ 45.77740678461539
+ ],
+ [
+ 4.968827784615385,
+ 45.77743678461538
+ ],
+ [
+ 4.9690593846153845,
+ 45.77744938461539
+ ],
+ [
+ 4.9693763846153844,
+ 45.77745078461538
+ ],
+ [
+ 4.969697484615385,
+ 45.77743598461539
+ ],
+ [
+ 4.969966684615385,
+ 45.77741848461538
+ ],
+ [
+ 4.970314384615385,
+ 45.777373084615384
+ ],
+ [
+ 4.970762584615385,
+ 45.777289984615386
+ ],
+ [
+ 4.970986684615385,
+ 45.77723778461539
+ ],
+ [
+ 4.971200584615385,
+ 45.777182984615386
+ ],
+ [
+ 4.971569884615385,
+ 45.77706268461539
+ ],
+ [
+ 4.971756584615385,
+ 45.776995684615386
+ ],
+ [
+ 4.971933784615385,
+ 45.77692178461538
+ ],
+ [
+ 4.972148384615385,
+ 45.77682688461538
+ ],
+ [
+ 4.972343184615385,
+ 45.77672718461538
+ ],
+ [
+ 4.972547484615385,
+ 45.77661408461538
+ ],
+ [
+ 4.972742684615385,
+ 45.77649748461538
+ ],
+ [
+ 4.973132484615385,
+ 45.77624488461539
+ ],
+ [
+ 4.9739241846153845,
+ 45.77571708461539
+ ],
+ [
+ 4.974293684615385,
+ 45.775474284615385
+ ],
+ [
+ 4.9746614846153845,
+ 45.775245084615385
+ ],
+ [
+ 4.9748280846153845,
+ 45.77515898461538
+ ],
+ [
+ 4.974998584615385,
+ 45.77507758461538
+ ],
+ [
+ 4.975179084615385,
+ 45.774997584615384
+ ],
+ [
+ 4.975352984615385,
+ 45.77493038461538
+ ],
+ [
+ 4.975638784615385,
+ 45.77482648461538
+ ],
+ [
+ 4.9757221846153845,
+ 45.774795684615384
+ ],
+ [
+ 4.975986484615385,
+ 45.77470418461538
+ ],
+ [
+ 4.976319984615385,
+ 45.77458768461538
+ ],
+ [
+ 4.976395584615385,
+ 45.774562984615386
+ ],
+ [
+ 4.976619984615385,
+ 45.774490484615384
+ ],
+ [
+ 4.976926284615385,
+ 45.774396884615385
+ ],
+ [
+ 4.977242384615384,
+ 45.774320784615384
+ ],
+ [
+ 4.977417184615385,
+ 45.77428768461538
+ ],
+ [
+ 4.977582784615385,
+ 45.774260184615386
+ ],
+ [
+ 4.977932484615385,
+ 45.774212684615385
+ ],
+ [
+ 4.978665384615385,
+ 45.77411748461538
+ ],
+ [
+ 4.980076984615385,
+ 45.77393808461538
+ ],
+ [
+ 4.980471884615385,
+ 45.77389118461539
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.984176184615385,
+ 45.773413084615385
+ ],
+ [
+ 4.984926384615385,
+ 45.77332468461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.984926384615385,
+ 45.77332468461538
+ ],
+ [
+ 4.9864918846153845,
+ 45.773147484615386
+ ],
+ [
+ 4.987161484615385,
+ 45.77307038461539
+ ],
+ [
+ 4.990091184615385,
+ 45.772710884615385
+ ],
+ [
+ 4.990199884615385,
+ 45.77269708461538
+ ],
+ [
+ 4.990265184615385,
+ 45.77268878461538
+ ],
+ [
+ 4.990341084615385,
+ 45.772679184615384
+ ],
+ [
+ 4.990402284615385,
+ 45.772671384615386
+ ],
+ [
+ 4.991225684615385,
+ 45.77257318461538
+ ],
+ [
+ 4.992488584615384,
+ 45.77241688461538
+ ],
+ [
+ 4.994582884615385,
+ 45.772161184615385
+ ],
+ [
+ 4.996076684615384,
+ 45.77198778461538
+ ],
+ [
+ 4.997418484615385,
+ 45.771822484615384
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.920826084615385,
+ 45.76070688461538
+ ],
+ [
+ 4.921014284615385,
+ 45.76074818461539
+ ],
+ [
+ 4.921142884615385,
+ 45.76077388461538
+ ],
+ [
+ 4.921371484615385,
+ 45.76081158461538
+ ],
+ [
+ 4.921467584615384,
+ 45.76082808461538
+ ],
+ [
+ 4.921571484615384,
+ 45.76084738461538
+ ],
+ [
+ 4.921828884615385,
+ 45.76090698461538
+ ],
+ [
+ 4.922194984615385,
+ 45.76099708461538
+ ],
+ [
+ 4.922543584615385,
+ 45.76108458461538
+ ],
+ [
+ 4.923038384615385,
+ 45.76120928461538
+ ],
+ [
+ 4.923075184615385,
+ 45.761219084615384
+ ],
+ [
+ 4.923121484615384,
+ 45.761230084615384
+ ],
+ [
+ 4.923211084615385,
+ 45.76125238461538
+ ],
+ [
+ 4.923318584615385,
+ 45.761282984615384
+ ],
+ [
+ 4.923493484615385,
+ 45.76133518461538
+ ],
+ [
+ 4.923724784615385,
+ 45.761406984615384
+ ],
+ [
+ 4.923909084615385,
+ 45.76146388461538
+ ],
+ [
+ 4.924073684615385,
+ 45.761515384615386
+ ],
+ [
+ 4.924289084615385,
+ 45.761574784615384
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.028341584615385,
+ 45.76804458461538
+ ],
+ [
+ 5.028800684615385,
+ 45.768001184615386
+ ],
+ [
+ 5.029055284615385,
+ 45.767985284615385
+ ],
+ [
+ 5.0292051846153845,
+ 45.76797348461538
+ ],
+ [
+ 5.029323784615385,
+ 45.767961584615385
+ ],
+ [
+ 5.029495784615385,
+ 45.76794188461538
+ ],
+ [
+ 5.0300368846153845,
+ 45.76787548461538
+ ],
+ [
+ 5.030095584615385,
+ 45.76786828461538
+ ],
+ [
+ 5.030155784615385,
+ 45.76786088461538
+ ],
+ [
+ 5.030221084615385,
+ 45.76785408461539
+ ],
+ [
+ 5.0303149846153845,
+ 45.76784158461538
+ ],
+ [
+ 5.031133984615384,
+ 45.76774128461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.924289084615385,
+ 45.761574784615384
+ ],
+ [
+ 4.924601084615385,
+ 45.76165378461538
+ ],
+ [
+ 4.925088084615385,
+ 45.76177718461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861866584615385,
+ 45.759233384615385
+ ],
+ [
+ 4.861861384615385,
+ 45.75910658461538
+ ],
+ [
+ 4.861857284615385,
+ 45.759022284615384
+ ],
+ [
+ 4.861856884615385,
+ 45.759012684615385
+ ],
+ [
+ 4.861853484615385,
+ 45.758920184615384
+ ],
+ [
+ 4.861830684615385,
+ 45.75830298461538
+ ],
+ [
+ 4.861804284615385,
+ 45.757570484615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8619007846153846,
+ 45.75522028461538
+ ],
+ [
+ 4.861931984615385,
+ 45.755143184615385
+ ],
+ [
+ 4.861960184615385,
+ 45.75507348461539
+ ],
+ [
+ 4.861982684615385,
+ 45.75503218461538
+ ],
+ [
+ 4.861998884615385,
+ 45.75500858461538
+ ],
+ [
+ 4.862010484615385,
+ 45.75499168461538
+ ],
+ [
+ 4.862045984615385,
+ 45.75495328461538
+ ],
+ [
+ 4.862080384615385,
+ 45.754920784615386
+ ],
+ [
+ 4.862121784615384,
+ 45.75488878461538
+ ],
+ [
+ 4.862166584615385,
+ 45.75485818461539
+ ],
+ [
+ 4.862216084615385,
+ 45.75482868461538
+ ],
+ [
+ 4.862995184615385,
+ 45.754403784615384
+ ],
+ [
+ 4.863034684615385,
+ 45.75438218461538
+ ],
+ [
+ 4.863066484615385,
+ 45.754364884615384
+ ],
+ [
+ 4.863114684615385,
+ 45.75433858461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861767584615385,
+ 45.75560498461538
+ ],
+ [
+ 4.8617743846153845,
+ 45.755563884615384
+ ],
+ [
+ 4.861783984615385,
+ 45.75553038461538
+ ],
+ [
+ 4.8618082846153845,
+ 45.755458784615385
+ ],
+ [
+ 4.8619007846153846,
+ 45.75522028461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861804284615385,
+ 45.757570484615385
+ ],
+ [
+ 4.861800084615385,
+ 45.75745018461539
+ ],
+ [
+ 4.8617930846153845,
+ 45.757231784615385
+ ],
+ [
+ 4.861789484615385,
+ 45.75715198461538
+ ],
+ [
+ 4.861788084615385,
+ 45.757077284615384
+ ],
+ [
+ 4.861784584615385,
+ 45.756967884615385
+ ],
+ [
+ 4.861784184615384,
+ 45.75693708461539
+ ],
+ [
+ 4.861777684615385,
+ 45.756431084615386
+ ],
+ [
+ 4.861769284615384,
+ 45.75577268461539
+ ],
+ [
+ 4.861767584615385,
+ 45.75560498461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8942082846153845,
+ 45.75619608461538
+ ],
+ [
+ 4.8996754846153845,
+ 45.756937984615384
+ ],
+ [
+ 4.899780184615385,
+ 45.75695238461538
+ ],
+ [
+ 4.899884184615384,
+ 45.756966784615386
+ ],
+ [
+ 4.900904784615385,
+ 45.757110884615386
+ ],
+ [
+ 4.901466284615385,
+ 45.75718528461538
+ ],
+ [
+ 4.901766484615385,
+ 45.75722648461539
+ ],
+ [
+ 4.901886284615385,
+ 45.757241484615385
+ ],
+ [
+ 4.901993584615385,
+ 45.757254884615385
+ ],
+ [
+ 4.903261784615385,
+ 45.75743018461539
+ ],
+ [
+ 4.904524884615385,
+ 45.757602684615385
+ ],
+ [
+ 4.906168784615385,
+ 45.757822684615384
+ ],
+ [
+ 4.907675284615385,
+ 45.758024084615386
+ ],
+ [
+ 4.907783684615385,
+ 45.75803538461538
+ ],
+ [
+ 4.9078800846153845,
+ 45.75805218461539
+ ],
+ [
+ 4.908467784615385,
+ 45.75813508461538
+ ],
+ [
+ 4.908812284615385,
+ 45.75817688461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.997418484615385,
+ 45.771822484615384
+ ],
+ [
+ 4.997901784615385,
+ 45.771739184615384
+ ],
+ [
+ 4.998548684615384,
+ 45.77164328461539
+ ],
+ [
+ 4.9990174846153845,
+ 45.771583584615385
+ ],
+ [
+ 4.9992977846153845,
+ 45.77154678461538
+ ],
+ [
+ 4.999388184615385,
+ 45.771534884615384
+ ],
+ [
+ 4.9997468846153845,
+ 45.771502684615385
+ ],
+ [
+ 4.999928184615385,
+ 45.77149278461538
+ ],
+ [
+ 5.000081084615385,
+ 45.771484584615386
+ ],
+ [
+ 5.000363384615385,
+ 45.77146168461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.000363384615385,
+ 45.77146168461538
+ ],
+ [
+ 5.000719084615385,
+ 45.771418084615384
+ ],
+ [
+ 5.000780384615385,
+ 45.771409784615386
+ ],
+ [
+ 5.0008398846153845,
+ 45.771401784615385
+ ],
+ [
+ 5.000889784615385,
+ 45.771394984615384
+ ],
+ [
+ 5.002212884615385,
+ 45.77122998461538
+ ],
+ [
+ 5.002923984615385,
+ 45.771143884615384
+ ],
+ [
+ 5.003280484615384,
+ 45.771102584615385
+ ],
+ [
+ 5.003561384615384,
+ 45.771068084615386
+ ],
+ [
+ 5.003617984615385,
+ 45.771061184615384
+ ],
+ [
+ 5.006682484615385,
+ 45.770683584615384
+ ],
+ [
+ 5.008206384615384,
+ 45.770497584615384
+ ],
+ [
+ 5.008969884615385,
+ 45.770402184615385
+ ],
+ [
+ 5.0097402846153845,
+ 45.770310284615384
+ ],
+ [
+ 5.012543284615385,
+ 45.769974084615384
+ ],
+ [
+ 5.012673184615385,
+ 45.76995858461538
+ ],
+ [
+ 5.012775484615385,
+ 45.76994638461538
+ ],
+ [
+ 5.012875884615385,
+ 45.76993448461538
+ ],
+ [
+ 5.013603084615385,
+ 45.769848784615384
+ ],
+ [
+ 5.014327584615385,
+ 45.76976358461538
+ ],
+ [
+ 5.018290584615385,
+ 45.769280384615385
+ ],
+ [
+ 5.022193884615385,
+ 45.768801884615385
+ ],
+ [
+ 5.024108584615385,
+ 45.768561684615385
+ ],
+ [
+ 5.024829484615385,
+ 45.76847368461539
+ ],
+ [
+ 5.025056084615385,
+ 45.76844538461538
+ ],
+ [
+ 5.0269013846153845,
+ 45.768221184615385
+ ],
+ [
+ 5.027983384615385,
+ 45.76808838461538
+ ],
+ [
+ 5.028341584615385,
+ 45.76804458461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.863114684615385,
+ 45.75433858461538
+ ],
+ [
+ 4.863355584615385,
+ 45.754215384615385
+ ],
+ [
+ 4.863406384615385,
+ 45.75418888461538
+ ],
+ [
+ 4.863468784615384,
+ 45.75415608461538
+ ],
+ [
+ 4.863540484615385,
+ 45.754116384615386
+ ],
+ [
+ 4.863561484615385,
+ 45.75410518461538
+ ],
+ [
+ 4.864092384615385,
+ 45.75382288461538
+ ],
+ [
+ 4.864501584615385,
+ 45.753637084615384
+ ],
+ [
+ 4.864684284615385,
+ 45.753565284615384
+ ],
+ [
+ 4.864884484615385,
+ 45.753497984615386
+ ],
+ [
+ 4.865118784615385,
+ 45.753427484615386
+ ],
+ [
+ 4.865359284615384,
+ 45.753365284615384
+ ],
+ [
+ 4.865592784615385,
+ 45.75331078461539
+ ],
+ [
+ 4.8658074846153845,
+ 45.753268784615386
+ ],
+ [
+ 4.866219284615385,
+ 45.753209684615385
+ ],
+ [
+ 4.867960884615385,
+ 45.75300208461538
+ ],
+ [
+ 4.868369084615384,
+ 45.75295298461538
+ ],
+ [
+ 4.868434584615385,
+ 45.752945084615384
+ ],
+ [
+ 4.868847584615385,
+ 45.75289568461538
+ ],
+ [
+ 4.869288784615385,
+ 45.752847284615385
+ ],
+ [
+ 4.869430684615385,
+ 45.75282928461538
+ ],
+ [
+ 4.8696093846153845,
+ 45.75280578461538
+ ],
+ [
+ 4.869718084615385,
+ 45.75279338461539
+ ],
+ [
+ 4.869791884615385,
+ 45.75278488461539
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.031133984615384,
+ 45.76774128461538
+ ],
+ [
+ 5.031315884615385,
+ 45.76771938461538
+ ],
+ [
+ 5.031674384615385,
+ 45.76767548461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.909416584615385,
+ 45.758258184615386
+ ],
+ [
+ 4.909836884615385,
+ 45.758319584615386
+ ],
+ [
+ 4.910046884615385,
+ 45.758350584615386
+ ],
+ [
+ 4.910103084615384,
+ 45.758359084615385
+ ],
+ [
+ 4.910480484615385,
+ 45.758415084615386
+ ],
+ [
+ 4.911069184615385,
+ 45.75850238461538
+ ],
+ [
+ 4.911342684615385,
+ 45.75854478461538
+ ],
+ [
+ 4.911828084615385,
+ 45.758619984615386
+ ],
+ [
+ 4.912206584615385,
+ 45.758677584615384
+ ],
+ [
+ 4.912588284615385,
+ 45.75873378461539
+ ],
+ [
+ 4.9130517846153845,
+ 45.75880628461538
+ ],
+ [
+ 4.913304384615385,
+ 45.75884998461538
+ ],
+ [
+ 4.913514484615384,
+ 45.75889498461538
+ ],
+ [
+ 4.914087184615385,
+ 45.759024884615386
+ ],
+ [
+ 4.914636084615385,
+ 45.75916178461539
+ ],
+ [
+ 4.915255284615385,
+ 45.75931638461538
+ ],
+ [
+ 4.915751984615385,
+ 45.75944338461538
+ ],
+ [
+ 4.918067484615385,
+ 45.76002418461538
+ ],
+ [
+ 4.918142184615385,
+ 45.76004288461538
+ ],
+ [
+ 4.919353184615384,
+ 45.760340684615386
+ ],
+ [
+ 4.9203831846153845,
+ 45.76059678461539
+ ],
+ [
+ 4.920434684615385,
+ 45.76060908461538
+ ],
+ [
+ 4.920520884615385,
+ 45.760629484615386
+ ],
+ [
+ 4.920637884615385,
+ 45.760659184615385
+ ],
+ [
+ 4.920707684615385,
+ 45.76067598461538
+ ],
+ [
+ 4.920759384615385,
+ 45.76068978461539
+ ],
+ [
+ 4.920826084615385,
+ 45.76070688461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.908812284615385,
+ 45.75817688461538
+ ],
+ [
+ 4.909146684615385,
+ 45.75822008461538
+ ],
+ [
+ 4.909416584615385,
+ 45.758258184615386
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.869791884615385,
+ 45.75278488461539
+ ],
+ [
+ 4.869888184615385,
+ 45.752771884615385
+ ],
+ [
+ 4.8699162846153845,
+ 45.75276808461538
+ ],
+ [
+ 4.8699618846153845,
+ 45.75276298461539
+ ],
+ [
+ 4.871714684615385,
+ 45.75256068461538
+ ],
+ [
+ 4.872133384615385,
+ 45.752532884615384
+ ],
+ [
+ 4.8725535846153845,
+ 45.75252188461538
+ ],
+ [
+ 4.872927884615385,
+ 45.75252418461538
+ ],
+ [
+ 4.873231584615385,
+ 45.752537884615386
+ ],
+ [
+ 4.873411984615385,
+ 45.75254668461538
+ ],
+ [
+ 4.874282284615385,
+ 45.752593684615384
+ ],
+ [
+ 4.8751506846153845,
+ 45.75263238461538
+ ],
+ [
+ 4.876019684615385,
+ 45.752677684615385
+ ],
+ [
+ 4.876808184615385,
+ 45.75271318461538
+ ],
+ [
+ 4.876882584615385,
+ 45.75271678461539
+ ],
+ [
+ 4.876966584615385,
+ 45.752721384615384
+ ],
+ [
+ 4.878606584615385,
+ 45.75281298461538
+ ],
+ [
+ 4.878726484615385,
+ 45.75282018461538
+ ],
+ [
+ 4.879350584615385,
+ 45.752857584615384
+ ],
+ [
+ 4.879840284615385,
+ 45.75287968461539
+ ],
+ [
+ 4.880078084615385,
+ 45.75289278461538
+ ],
+ [
+ 4.880301084615385,
+ 45.752905684615385
+ ],
+ [
+ 4.880754284615385,
+ 45.752935484615385
+ ],
+ [
+ 4.880951884615385,
+ 45.75295578461538
+ ],
+ [
+ 4.881134884615385,
+ 45.75297888461538
+ ],
+ [
+ 4.881544384615385,
+ 45.753041184615384
+ ],
+ [
+ 4.881942984615384,
+ 45.75312418461538
+ ],
+ [
+ 4.882256384615385,
+ 45.75320498461539
+ ],
+ [
+ 4.882544384615385,
+ 45.75328958461538
+ ],
+ [
+ 4.882768184615385,
+ 45.75336868461538
+ ],
+ [
+ 4.883107584615384,
+ 45.753502784615385
+ ],
+ [
+ 4.883445484615385,
+ 45.75366248461538
+ ],
+ [
+ 4.883739084615385,
+ 45.75380718461538
+ ],
+ [
+ 4.883804184615385,
+ 45.75383928461538
+ ],
+ [
+ 4.883869284615384,
+ 45.75387588461538
+ ],
+ [
+ 4.884082684615385,
+ 45.75398158461538
+ ],
+ [
+ 4.884266984615385,
+ 45.75407398461538
+ ],
+ [
+ 4.884456484615384,
+ 45.754165584615386
+ ],
+ [
+ 4.884540684615385,
+ 45.75420958461538
+ ],
+ [
+ 4.8846734846153845,
+ 45.754279184615385
+ ],
+ [
+ 4.884769984615385,
+ 45.75432818461538
+ ],
+ [
+ 4.885214484615385,
+ 45.754551484615384
+ ],
+ [
+ 4.885494484615385,
+ 45.75469368461538
+ ],
+ [
+ 4.885593384615385,
+ 45.754740584615384
+ ],
+ [
+ 4.885618984615385,
+ 45.75475328461538
+ ],
+ [
+ 4.885743084615385,
+ 45.754805784615385
+ ],
+ [
+ 4.885928784615385,
+ 45.754880484615384
+ ],
+ [
+ 4.886110384615384,
+ 45.75494518461539
+ ],
+ [
+ 4.886399184615385,
+ 45.75503888461538
+ ],
+ [
+ 4.886506484615385,
+ 45.75507228461538
+ ],
+ [
+ 4.886662384615385,
+ 45.755117784615386
+ ],
+ [
+ 4.886702184615385,
+ 45.75512878461539
+ ],
+ [
+ 4.886743784615385,
+ 45.755138884615384
+ ],
+ [
+ 4.886907984615385,
+ 45.75518058461538
+ ],
+ [
+ 4.887068084615385,
+ 45.755214384615385
+ ],
+ [
+ 4.887306884615385,
+ 45.755257584615386
+ ],
+ [
+ 4.887379084615385,
+ 45.75527058461538
+ ],
+ [
+ 4.887439784615385,
+ 45.75527908461538
+ ],
+ [
+ 4.887457084615384,
+ 45.75528148461538
+ ],
+ [
+ 4.888247684615385,
+ 45.75539158461538
+ ],
+ [
+ 4.888987284615385,
+ 45.75548958461538
+ ],
+ [
+ 4.889682584615385,
+ 45.755584584615384
+ ],
+ [
+ 4.890000584615385,
+ 45.755627784615385
+ ],
+ [
+ 4.8909514846153845,
+ 45.75575698461538
+ ],
+ [
+ 4.891035184615385,
+ 45.755768384615386
+ ],
+ [
+ 4.891051784615385,
+ 45.755770684615385
+ ],
+ [
+ 4.891083784615385,
+ 45.75577458461538
+ ],
+ [
+ 4.891090384615385,
+ 45.75577538461538
+ ],
+ [
+ 4.8911218846153846,
+ 45.755779184615385
+ ],
+ [
+ 4.8911332846153845,
+ 45.75578058461539
+ ],
+ [
+ 4.891200584615385,
+ 45.75578928461538
+ ],
+ [
+ 4.891272484615385,
+ 45.75579908461538
+ ],
+ [
+ 4.891507284615384,
+ 45.755829684615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.981875784615385,
+ 45.773713984615384
+ ],
+ [
+ 4.982009584615385,
+ 45.77369748461538
+ ],
+ [
+ 4.982101184615384,
+ 45.77368758461538
+ ],
+ [
+ 4.982215884615385,
+ 45.77367368461538
+ ],
+ [
+ 4.9823586846153844,
+ 45.773654384615384
+ ],
+ [
+ 4.982385484615385,
+ 45.773651484615385
+ ],
+ [
+ 4.983166584615385,
+ 45.773546784615384
+ ],
+ [
+ 4.984176184615385,
+ 45.773413084615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.980471884615385,
+ 45.77389118461539
+ ],
+ [
+ 4.980819684615385,
+ 45.773848484615385
+ ],
+ [
+ 4.981152584615384,
+ 45.77380178461539
+ ],
+ [
+ 4.981528084615385,
+ 45.773759784615386
+ ],
+ [
+ 4.981875784615385,
+ 45.773713984615384
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.925088084615385,
+ 45.76177718461538
+ ],
+ [
+ 4.9267656846153844,
+ 45.76219848461538
+ ],
+ [
+ 4.928082884615384,
+ 45.76252688461538
+ ],
+ [
+ 4.928743184615385,
+ 45.76269328461538
+ ],
+ [
+ 4.929260684615385,
+ 45.762823684615384
+ ],
+ [
+ 4.929358884615385,
+ 45.76284948461539
+ ],
+ [
+ 4.929423484615385,
+ 45.76286548461538
+ ],
+ [
+ 4.9295176846153845,
+ 45.762888884615386
+ ],
+ [
+ 4.930390184615384,
+ 45.76311478461538
+ ],
+ [
+ 4.931381784615385,
+ 45.76336278461538
+ ],
+ [
+ 4.932968784615385,
+ 45.76376028461539
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.932968784615385,
+ 45.76376028461539
+ ],
+ [
+ 4.9334598846153845,
+ 45.76388148461538
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861915484615385,
+ 45.760237284615386
+ ],
+ [
+ 4.861903384615385,
+ 45.760011784615386
+ ],
+ [
+ 4.8619026846153846,
+ 45.759993484615386
+ ],
+ [
+ 4.861881084615384,
+ 45.759592684615384
+ ],
+ [
+ 4.861866584615385,
+ 45.759233384615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT3",
+ "name": "T3",
+ "color": "#873F98",
+ "order": 10
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.858573238461538,
+ 45.74081483846154
+ ],
+ [
+ 4.858795438461539,
+ 45.74052853846154
+ ],
+ [
+ 4.858975338461539,
+ 45.74029303846154
+ ],
+ [
+ 4.859152338461539,
+ 45.74006123846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.887716338461538,
+ 45.70542373846154
+ ],
+ [
+ 4.887715438461538,
+ 45.70533853846154
+ ],
+ [
+ 4.887716938461539,
+ 45.70511873846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.887716938461539,
+ 45.70511873846154
+ ],
+ [
+ 4.887717838461539,
+ 45.70498373846154
+ ],
+ [
+ 4.887718338461538,
+ 45.70495673846154
+ ],
+ [
+ 4.8877234384615384,
+ 45.70466783846154
+ ],
+ [
+ 4.887727938461539,
+ 45.70440793846154
+ ],
+ [
+ 4.887735738461538,
+ 45.70418813846154
+ ],
+ [
+ 4.887737938461538,
+ 45.70408743846154
+ ],
+ [
+ 4.887742838461539,
+ 45.70385963846154
+ ],
+ [
+ 4.887740438461538,
+ 45.70347073846154
+ ],
+ [
+ 4.887733438461538,
+ 45.70340483846154
+ ],
+ [
+ 4.887720538461538,
+ 45.70336273846154
+ ],
+ [
+ 4.887711538461539,
+ 45.70333333846154
+ ],
+ [
+ 4.887661438461539,
+ 45.70322163846154
+ ],
+ [
+ 4.887642538461539,
+ 45.70317953846154
+ ],
+ [
+ 4.887623938461538,
+ 45.70312233846154
+ ],
+ [
+ 4.887617238461538,
+ 45.70310193846154
+ ],
+ [
+ 4.887597138461539,
+ 45.70300843846154
+ ],
+ [
+ 4.887592738461539,
+ 45.70292053846154
+ ],
+ [
+ 4.887593138461538,
+ 45.70287863846154
+ ],
+ [
+ 4.887611938461538,
+ 45.70071783846154
+ ],
+ [
+ 4.887612238461538,
+ 45.70069703846154
+ ],
+ [
+ 4.887612438461539,
+ 45.70067743846154
+ ],
+ [
+ 4.8876129384615385,
+ 45.70058093846154
+ ],
+ [
+ 4.887613038461539,
+ 45.70050373846154
+ ],
+ [
+ 4.887613138461538,
+ 45.70035353846154
+ ],
+ [
+ 4.887613438461538,
+ 45.70004863846154
+ ],
+ [
+ 4.887617838461538,
+ 45.69980353846154
+ ],
+ [
+ 4.887618138461539,
+ 45.69978573846154
+ ],
+ [
+ 4.887633538461539,
+ 45.69716963846154
+ ],
+ [
+ 4.887633038461538,
+ 45.69714733846154
+ ],
+ [
+ 4.887619338461539,
+ 45.69709273846154
+ ],
+ [
+ 4.887599838461538,
+ 45.69705293846154
+ ],
+ [
+ 4.887571238461539,
+ 45.69701643846154
+ ],
+ [
+ 4.887558238461539,
+ 45.69700603846154
+ ],
+ [
+ 4.8875375384615385,
+ 45.69698963846154
+ ],
+ [
+ 4.887524138461538,
+ 45.69697893846154
+ ],
+ [
+ 4.887488238461539,
+ 45.69695793846154
+ ],
+ [
+ 4.887452238461538,
+ 45.69694433846154
+ ],
+ [
+ 4.887335938461539,
+ 45.696917138461544
+ ],
+ [
+ 4.8872987384615385,
+ 45.69690843846154
+ ],
+ [
+ 4.886653238461538,
+ 45.69681513846154
+ ],
+ [
+ 4.886519338461539,
+ 45.69679573846154
+ ],
+ [
+ 4.886375538461539,
+ 45.69677493846154
+ ],
+ [
+ 4.886346238461538,
+ 45.69677073846154
+ ],
+ [
+ 4.885789338461539,
+ 45.69669423846154
+ ],
+ [
+ 4.8854117384615385,
+ 45.69664033846154
+ ],
+ [
+ 4.885070538461538,
+ 45.69659273846154
+ ],
+ [
+ 4.884531138461538,
+ 45.69651743846154
+ ],
+ [
+ 4.883929138461538,
+ 45.69643253846154
+ ],
+ [
+ 4.883799538461538,
+ 45.69641423846154
+ ],
+ [
+ 4.883650238461539,
+ 45.69639323846154
+ ],
+ [
+ 4.883619438461539,
+ 45.69638883846154
+ ],
+ [
+ 4.883146338461539,
+ 45.69632283846154
+ ],
+ [
+ 4.882679638461538,
+ 45.69625753846154
+ ],
+ [
+ 4.882380438461539,
+ 45.69621263846154
+ ],
+ [
+ 4.8822049384615385,
+ 45.69617973846154
+ ],
+ [
+ 4.882009738461538,
+ 45.69613533846154
+ ],
+ [
+ 4.881806938461539,
+ 45.69607913846154
+ ],
+ [
+ 4.881608638461539,
+ 45.69601493846154
+ ],
+ [
+ 4.8814413384615385,
+ 45.69594993846154
+ ],
+ [
+ 4.881273138461538,
+ 45.69587773846154
+ ],
+ [
+ 4.881080238461538,
+ 45.69578313846154
+ ],
+ [
+ 4.880898138461538,
+ 45.69568203846154
+ ],
+ [
+ 4.880780838461538,
+ 45.69561143846154
+ ],
+ [
+ 4.880394138461538,
+ 45.69532773846154
+ ],
+ [
+ 4.880371938461539,
+ 45.69531193846154
+ ],
+ [
+ 4.880354338461538,
+ 45.69529933846154
+ ],
+ [
+ 4.880309538461539,
+ 45.69526653846154
+ ],
+ [
+ 4.880268338461539,
+ 45.69523483846154
+ ],
+ [
+ 4.880218338461538,
+ 45.69519623846154
+ ],
+ [
+ 4.880175038461538,
+ 45.69516433846154
+ ],
+ [
+ 4.880154438461538,
+ 45.69514783846154
+ ],
+ [
+ 4.880137838461539,
+ 45.69513463846154
+ ],
+ [
+ 4.880053338461538,
+ 45.69507183846154
+ ],
+ [
+ 4.879872838461538,
+ 45.69493253846154
+ ],
+ [
+ 4.879615238461539,
+ 45.69473843846154
+ ],
+ [
+ 4.879600338461539,
+ 45.69472723846154
+ ],
+ [
+ 4.8787438384615385,
+ 45.694081938461544
+ ],
+ [
+ 4.878699238461539,
+ 45.69404833846154
+ ],
+ [
+ 4.878650838461539,
+ 45.69401193846154
+ ],
+ [
+ 4.877711838461538,
+ 45.69330053846154
+ ],
+ [
+ 4.877598338461539,
+ 45.69321613846154
+ ],
+ [
+ 4.877461738461538,
+ 45.69313563846154
+ ],
+ [
+ 4.8774174384615385,
+ 45.69311623846154
+ ],
+ [
+ 4.8773382384615385,
+ 45.69308763846154
+ ],
+ [
+ 4.877315838461539,
+ 45.69308153846154
+ ],
+ [
+ 4.877260938461538,
+ 45.693066538461544
+ ],
+ [
+ 4.877165138461539,
+ 45.69304813846154
+ ],
+ [
+ 4.877084638461539,
+ 45.69303933846154
+ ],
+ [
+ 4.877003038461538,
+ 45.69303763846154
+ ],
+ [
+ 4.876912938461539,
+ 45.69304003846154
+ ],
+ [
+ 4.876820438461539,
+ 45.69304993846154
+ ],
+ [
+ 4.876771138461539,
+ 45.69305843846154
+ ],
+ [
+ 4.876755038461538,
+ 45.69306123846154
+ ],
+ [
+ 4.876681538461539,
+ 45.69307983846154
+ ],
+ [
+ 4.876656138461539,
+ 45.69308713846154
+ ],
+ [
+ 4.876643638461538,
+ 45.69309073846154
+ ],
+ [
+ 4.876611538461539,
+ 45.69310243846154
+ ],
+ [
+ 4.876506138461538,
+ 45.69314863846154
+ ],
+ [
+ 4.876372638461539,
+ 45.69321843846154
+ ],
+ [
+ 4.875810738461539,
+ 45.69357563846154
+ ],
+ [
+ 4.8757885384615385,
+ 45.69358973846154
+ ],
+ [
+ 4.875468538461538,
+ 45.69379323846154
+ ],
+ [
+ 4.875218638461538,
+ 45.69395723846154
+ ],
+ [
+ 4.875198238461539,
+ 45.69397063846154
+ ],
+ [
+ 4.875134338461539,
+ 45.69401263846154
+ ],
+ [
+ 4.875093938461538,
+ 45.69403843846154
+ ],
+ [
+ 4.8750328384615385,
+ 45.69407733846154
+ ],
+ [
+ 4.874975738461538,
+ 45.694113538461544
+ ],
+ [
+ 4.8749546384615385,
+ 45.694126938461544
+ ],
+ [
+ 4.8749337384615385,
+ 45.69414013846154
+ ],
+ [
+ 4.8736779384615385,
+ 45.69494323846154
+ ],
+ [
+ 4.873653838461538,
+ 45.69495733846154
+ ],
+ [
+ 4.873634638461539,
+ 45.69496873846154
+ ],
+ [
+ 4.873560638461538,
+ 45.69501673846154
+ ],
+ [
+ 4.873508638461539,
+ 45.69505043846154
+ ],
+ [
+ 4.873460638461538,
+ 45.69508153846154
+ ],
+ [
+ 4.873388238461539,
+ 45.69512733846154
+ ],
+ [
+ 4.8733653384615385,
+ 45.69514183846154
+ ],
+ [
+ 4.873345838461539,
+ 45.69515413846154
+ ],
+ [
+ 4.872341638461538,
+ 45.69579573846154
+ ],
+ [
+ 4.8723160384615385,
+ 45.69581103846154
+ ],
+ [
+ 4.871967038461539,
+ 45.69602523846154
+ ],
+ [
+ 4.871753938461539,
+ 45.69617023846154
+ ],
+ [
+ 4.871731438461539,
+ 45.69618543846154
+ ],
+ [
+ 4.8708382384615385,
+ 45.69675693846154
+ ],
+ [
+ 4.870816738461539,
+ 45.69677063846154
+ ],
+ [
+ 4.870797538461539,
+ 45.69678293846154
+ ],
+ [
+ 4.870734238461538,
+ 45.69682333846154
+ ],
+ [
+ 4.870676338461538,
+ 45.69685963846154
+ ],
+ [
+ 4.870608638461539,
+ 45.69690473846154
+ ],
+ [
+ 4.870544238461538,
+ 45.69694523846154
+ ],
+ [
+ 4.870523138461539,
+ 45.69695863846154
+ ],
+ [
+ 4.870502038461539,
+ 45.69697153846154
+ ],
+ [
+ 4.868879138461539,
+ 45.69800993846154
+ ],
+ [
+ 4.868856438461538,
+ 45.69802413846154
+ ],
+ [
+ 4.868834138461539,
+ 45.69803803846154
+ ],
+ [
+ 4.868529838461538,
+ 45.69823063846154
+ ],
+ [
+ 4.868512638461539,
+ 45.69824163846154
+ ],
+ [
+ 4.868194238461538,
+ 45.69844613846154
+ ],
+ [
+ 4.867966338461539,
+ 45.69859253846154
+ ],
+ [
+ 4.867935638461539,
+ 45.69861263846154
+ ],
+ [
+ 4.867915638461539,
+ 45.69862523846154
+ ],
+ [
+ 4.867866338461538,
+ 45.69865683846154
+ ],
+ [
+ 4.867817438461539,
+ 45.69868743846154
+ ],
+ [
+ 4.867764438461538,
+ 45.698720538461544
+ ],
+ [
+ 4.867715338461538,
+ 45.69875233846154
+ ],
+ [
+ 4.867702938461538,
+ 45.69876043846154
+ ],
+ [
+ 4.867674038461539,
+ 45.69877843846154
+ ],
+ [
+ 4.866805538461539,
+ 45.69933273846154
+ ],
+ [
+ 4.866787638461538,
+ 45.69934583846154
+ ],
+ [
+ 4.866764938461539,
+ 45.69936003846154
+ ],
+ [
+ 4.866702438461538,
+ 45.69939973846154
+ ],
+ [
+ 4.866654638461538,
+ 45.69943003846154
+ ],
+ [
+ 4.866581638461539,
+ 45.69947613846154
+ ],
+ [
+ 4.866488438461539,
+ 45.69953123846154
+ ],
+ [
+ 4.866466038461539,
+ 45.69954493846154
+ ],
+ [
+ 4.866443338461538,
+ 45.69955873846154
+ ],
+ [
+ 4.866366938461539,
+ 45.699598538461544
+ ],
+ [
+ 4.866236138461539,
+ 45.69965963846154
+ ],
+ [
+ 4.866095838461539,
+ 45.69971373846154
+ ],
+ [
+ 4.865950538461538,
+ 45.69975893846154
+ ],
+ [
+ 4.8658128384615384,
+ 45.69979213846154
+ ],
+ [
+ 4.865652938461539,
+ 45.69982023846154
+ ],
+ [
+ 4.865489838461539,
+ 45.69984073846154
+ ],
+ [
+ 4.865223038461538,
+ 45.69985093846154
+ ],
+ [
+ 4.8642381384615385,
+ 45.69986123846154
+ ],
+ [
+ 4.864068238461538,
+ 45.69986303846154
+ ],
+ [
+ 4.864043838461538,
+ 45.69986323846154
+ ],
+ [
+ 4.863870538461539,
+ 45.69986433846154
+ ],
+ [
+ 4.8636965384615385,
+ 45.69986643846154
+ ],
+ [
+ 4.863292238461539,
+ 45.69987083846154
+ ],
+ [
+ 4.862918138461539,
+ 45.69987593846154
+ ],
+ [
+ 4.862886238461538,
+ 45.69987623846154
+ ],
+ [
+ 4.862508438461538,
+ 45.69988193846154
+ ],
+ [
+ 4.862090038461538,
+ 45.69989533846154
+ ],
+ [
+ 4.861758038461539,
+ 45.69991463846154
+ ],
+ [
+ 4.861728238461539,
+ 45.69991633846154
+ ],
+ [
+ 4.861662338461539,
+ 45.69992113846154
+ ],
+ [
+ 4.861592838461538,
+ 45.69992613846154
+ ],
+ [
+ 4.8613496384615384,
+ 45.69994423846154
+ ],
+ [
+ 4.860887838461538,
+ 45.69998813846154
+ ],
+ [
+ 4.860768138461538,
+ 45.69999603846154
+ ],
+ [
+ 4.860664938461539,
+ 45.69998933846154
+ ],
+ [
+ 4.860614338461539,
+ 45.69997903846154
+ ],
+ [
+ 4.860563738461538,
+ 45.69996873846154
+ ],
+ [
+ 4.860509638461538,
+ 45.69994743846154
+ ],
+ [
+ 4.860462338461539,
+ 45.699925038461544
+ ],
+ [
+ 4.860412438461538,
+ 45.69989873846154
+ ],
+ [
+ 4.860379938461539,
+ 45.69986863846154
+ ],
+ [
+ 4.860348938461539,
+ 45.69984103846154
+ ],
+ [
+ 4.8602921384615385,
+ 45.69975773846154
+ ],
+ [
+ 4.860273738461538,
+ 45.69969343846154
+ ],
+ [
+ 4.860265138461538,
+ 45.699628338461544
+ ],
+ [
+ 4.860259638461539,
+ 45.69951003846154
+ ],
+ [
+ 4.860268238461538,
+ 45.69936053846154
+ ],
+ [
+ 4.860269038461539,
+ 45.69933523846154
+ ],
+ [
+ 4.860270438461539,
+ 45.69931413846154
+ ],
+ [
+ 4.860288538461538,
+ 45.69915353846154
+ ],
+ [
+ 4.860432938461538,
+ 45.69823643846154
+ ],
+ [
+ 4.860438238461539,
+ 45.69821203846154
+ ],
+ [
+ 4.860439538461539,
+ 45.69819583846154
+ ],
+ [
+ 4.860478438461539,
+ 45.69803633846154
+ ],
+ [
+ 4.860508738461538,
+ 45.697946538461544
+ ],
+ [
+ 4.860548938461538,
+ 45.69785763846154
+ ],
+ [
+ 4.860642138461539,
+ 45.69769793846154
+ ],
+ [
+ 4.860729038461539,
+ 45.69757763846154
+ ],
+ [
+ 4.860829538461538,
+ 45.697461338461544
+ ],
+ [
+ 4.8610370384615385,
+ 45.69728273846154
+ ],
+ [
+ 4.861215338461538,
+ 45.69716173846154
+ ],
+ [
+ 4.861408438461538,
+ 45.69703593846154
+ ],
+ [
+ 4.861433838461538,
+ 45.69701553846154
+ ],
+ [
+ 4.861519138461539,
+ 45.69696273846154
+ ],
+ [
+ 4.861733038461539,
+ 45.69682523846154
+ ],
+ [
+ 4.862007138461538,
+ 45.69664973846154
+ ],
+ [
+ 4.8621015384615385,
+ 45.69658933846154
+ ],
+ [
+ 4.862134038461538,
+ 45.69656713846154
+ ],
+ [
+ 4.862246238461538,
+ 45.69647553846154
+ ],
+ [
+ 4.862326838461539,
+ 45.69639543846154
+ ],
+ [
+ 4.8624027384615385,
+ 45.69630763846154
+ ],
+ [
+ 4.862471038461538,
+ 45.69621653846154
+ ],
+ [
+ 4.862529538461539,
+ 45.69611853846154
+ ],
+ [
+ 4.862541738461538,
+ 45.69609603846154
+ ],
+ [
+ 4.862551638461539,
+ 45.69607763846154
+ ],
+ [
+ 4.862576138461539,
+ 45.69602413846154
+ ],
+ [
+ 4.862589338461539,
+ 45.69599273846154
+ ],
+ [
+ 4.862601238461538,
+ 45.69595433846154
+ ],
+ [
+ 4.862619938461538,
+ 45.69589453846154
+ ],
+ [
+ 4.862633838461538,
+ 45.69583173846154
+ ],
+ [
+ 4.862653538461538,
+ 45.69570873846154
+ ],
+ [
+ 4.862658838461538,
+ 45.69568213846154
+ ],
+ [
+ 4.862662238461539,
+ 45.69566203846154
+ ],
+ [
+ 4.862673038461539,
+ 45.695581938461544
+ ],
+ [
+ 4.862675938461538,
+ 45.69556043846154
+ ],
+ [
+ 4.862678538461538,
+ 45.69554093846154
+ ],
+ [
+ 4.862759238461538,
+ 45.694961138461544
+ ],
+ [
+ 4.862802838461539,
+ 45.69466003846154
+ ],
+ [
+ 4.862846338461538,
+ 45.69435913846154
+ ],
+ [
+ 4.8628550384615385,
+ 45.69430463846154
+ ],
+ [
+ 4.8628683384615385,
+ 45.69425343846154
+ ],
+ [
+ 4.862878438461538,
+ 45.69421443846154
+ ],
+ [
+ 4.862891838461539,
+ 45.69417143846154
+ ],
+ [
+ 4.862949838461539,
+ 45.69400343846154
+ ],
+ [
+ 4.863052438461539,
+ 45.69378343846154
+ ],
+ [
+ 4.863159338461538,
+ 45.69361223846154
+ ],
+ [
+ 4.863170838461539,
+ 45.69359693846154
+ ],
+ [
+ 4.863229138461539,
+ 45.69351863846154
+ ],
+ [
+ 4.863251838461538,
+ 45.69348943846154
+ ],
+ [
+ 4.863305438461539,
+ 45.69342263846154
+ ],
+ [
+ 4.863322438461538,
+ 45.69340213846154
+ ],
+ [
+ 4.863334438461538,
+ 45.69338663846154
+ ],
+ [
+ 4.863424838461539,
+ 45.69329143846154
+ ],
+ [
+ 4.863521838461539,
+ 45.69319403846154
+ ],
+ [
+ 4.8637038384615385,
+ 45.69304323846154
+ ],
+ [
+ 4.863858238461538,
+ 45.69293003846154
+ ],
+ [
+ 4.863879438461539,
+ 45.69291613846154
+ ],
+ [
+ 4.863980038461539,
+ 45.69285023846154
+ ],
+ [
+ 4.8639923384615384,
+ 45.69284243846154
+ ],
+ [
+ 4.864048438461539,
+ 45.69280673846154
+ ],
+ [
+ 4.864318938461539,
+ 45.69263463846154
+ ],
+ [
+ 4.864610038461539,
+ 45.69244953846154
+ ],
+ [
+ 4.8646723384615385,
+ 45.69240993846154
+ ],
+ [
+ 4.8647917384615385,
+ 45.69232333846154
+ ],
+ [
+ 4.864904038461538,
+ 45.69221693846154
+ ],
+ [
+ 4.864966538461538,
+ 45.69214543846154
+ ],
+ [
+ 4.8649903384615385,
+ 45.69211123846154
+ ],
+ [
+ 4.865056138461538,
+ 45.69201733846154
+ ],
+ [
+ 4.865095738461538,
+ 45.69194133846154
+ ],
+ [
+ 4.8651059384615385,
+ 45.69192173846154
+ ],
+ [
+ 4.8652307384615385,
+ 45.69168193846154
+ ],
+ [
+ 4.865333238461538,
+ 45.69153073846154
+ ],
+ [
+ 4.865523938461538,
+ 45.69133743846154
+ ],
+ [
+ 4.8656646384615385,
+ 45.69121773846154
+ ],
+ [
+ 4.865976738461539,
+ 45.69101443846154
+ ],
+ [
+ 4.866000138461539,
+ 45.690997438461544
+ ],
+ [
+ 4.8660551384615385,
+ 45.69095743846154
+ ],
+ [
+ 4.866103238461538,
+ 45.69091203846154
+ ],
+ [
+ 4.866129338461539,
+ 45.69087743846154
+ ],
+ [
+ 4.8661517384615385,
+ 45.69084153846154
+ ],
+ [
+ 4.866156138461538,
+ 45.69083023846154
+ ],
+ [
+ 4.866163038461538,
+ 45.69079873846154
+ ],
+ [
+ 4.866166238461538,
+ 45.69073303846154
+ ],
+ [
+ 4.866154938461539,
+ 45.69068623846154
+ ],
+ [
+ 4.866150538461539,
+ 45.69066803846154
+ ],
+ [
+ 4.866146638461538,
+ 45.69065253846154
+ ],
+ [
+ 4.866075338461538,
+ 45.69056623846154
+ ],
+ [
+ 4.865642938461539,
+ 45.69018033846154
+ ],
+ [
+ 4.865577138461538,
+ 45.69011463846154
+ ],
+ [
+ 4.865454938461538,
+ 45.68997803846154
+ ],
+ [
+ 4.865344338461538,
+ 45.68982353846154
+ ],
+ [
+ 4.8652497384615385,
+ 45.68965033846154
+ ],
+ [
+ 4.865175138461539,
+ 45.68945133846154
+ ],
+ [
+ 4.865137538461538,
+ 45.68925303846154
+ ],
+ [
+ 4.865127638461539,
+ 45.68908623846154
+ ],
+ [
+ 4.865131238461538,
+ 45.68893723846154
+ ],
+ [
+ 4.865131738461539,
+ 45.68885483846154
+ ],
+ [
+ 4.8651382384615385,
+ 45.68854383846154
+ ],
+ [
+ 4.865138738461538,
+ 45.68852183846154
+ ],
+ [
+ 4.865147638461538,
+ 45.68816483846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.859152338461539,
+ 45.74006123846154
+ ],
+ [
+ 4.859301538461539,
+ 45.73987273846154
+ ],
+ [
+ 4.859328338461538,
+ 45.73983883846154
+ ],
+ [
+ 4.859346438461539,
+ 45.73981593846154
+ ],
+ [
+ 4.859455838461539,
+ 45.73967773846154
+ ],
+ [
+ 4.859498338461538,
+ 45.73962563846154
+ ],
+ [
+ 4.8595988384615385,
+ 45.73951073846154
+ ],
+ [
+ 4.859661338461539,
+ 45.73943583846154
+ ],
+ [
+ 4.859728238461538,
+ 45.73936773846154
+ ],
+ [
+ 4.859804238461538,
+ 45.739281838461544
+ ],
+ [
+ 4.859815738461538,
+ 45.73926883846154
+ ],
+ [
+ 4.860066138461539,
+ 45.73898563846154
+ ],
+ [
+ 4.860289038461539,
+ 45.73871713846154
+ ],
+ [
+ 4.860331038461538,
+ 45.73866633846154
+ ],
+ [
+ 4.860355738461538,
+ 45.73863963846154
+ ],
+ [
+ 4.861237738461538,
+ 45.73750933846154
+ ],
+ [
+ 4.8613360384615385,
+ 45.73738103846154
+ ],
+ [
+ 4.861353638461538,
+ 45.737358638461544
+ ],
+ [
+ 4.861480838461539,
+ 45.73719653846154
+ ],
+ [
+ 4.8615995384615385,
+ 45.73704553846154
+ ],
+ [
+ 4.861833338461539,
+ 45.73674733846154
+ ],
+ [
+ 4.861974138461538,
+ 45.73656513846154
+ ],
+ [
+ 4.861988638461539,
+ 45.73654643846154
+ ],
+ [
+ 4.863171138461539,
+ 45.73502423846154
+ ],
+ [
+ 4.863185338461538,
+ 45.73500673846154
+ ],
+ [
+ 4.863205038461539,
+ 45.73498283846154
+ ],
+ [
+ 4.863313838461538,
+ 45.73485083846154
+ ],
+ [
+ 4.863397738461538,
+ 45.73474253846154
+ ],
+ [
+ 4.863482338461538,
+ 45.73464043846154
+ ],
+ [
+ 4.863499438461538,
+ 45.73461973846154
+ ],
+ [
+ 4.863519138461538,
+ 45.73459603846154
+ ],
+ [
+ 4.864399238461538,
+ 45.73346583846154
+ ],
+ [
+ 4.8644237384615385,
+ 45.73343433846154
+ ],
+ [
+ 4.864493338461538,
+ 45.73333673846154
+ ],
+ [
+ 4.864575538461539,
+ 45.73323943846154
+ ],
+ [
+ 4.864814938461539,
+ 45.73293213846154
+ ],
+ [
+ 4.864981238461539,
+ 45.73272243846154
+ ],
+ [
+ 4.865058038461538,
+ 45.73262263846154
+ ],
+ [
+ 4.865133738461538,
+ 45.73252413846154
+ ],
+ [
+ 4.865150038461539,
+ 45.73250273846154
+ ],
+ [
+ 4.865508138461538,
+ 45.73204323846154
+ ],
+ [
+ 4.865525838461538,
+ 45.73201943846154
+ ],
+ [
+ 4.865542938461538,
+ 45.73199743846154
+ ],
+ [
+ 4.865655938461538,
+ 45.73185233846154
+ ],
+ [
+ 4.865674538461539,
+ 45.73182803846154
+ ],
+ [
+ 4.865689138461539,
+ 45.73180963846154
+ ],
+ [
+ 4.866042238461539,
+ 45.731355638461544
+ ],
+ [
+ 4.866062038461538,
+ 45.731333138461544
+ ],
+ [
+ 4.866162238461539,
+ 45.73120203846154
+ ],
+ [
+ 4.866247938461538,
+ 45.731091738461544
+ ],
+ [
+ 4.866265238461539,
+ 45.73106983846154
+ ],
+ [
+ 4.867038038461539,
+ 45.73007643846154
+ ],
+ [
+ 4.867051638461539,
+ 45.73005893846154
+ ],
+ [
+ 4.867292538461538,
+ 45.72975183846154
+ ],
+ [
+ 4.8674718384615385,
+ 45.72951843846154
+ ],
+ [
+ 4.8675304384615385,
+ 45.72944283846154
+ ],
+ [
+ 4.867560138461538,
+ 45.72940453846154
+ ],
+ [
+ 4.8676026384615385,
+ 45.72934973846154
+ ],
+ [
+ 4.867624238461539,
+ 45.72932193846154
+ ],
+ [
+ 4.8676935384615385,
+ 45.72923273846154
+ ],
+ [
+ 4.868559238461539,
+ 45.72811663846154
+ ],
+ [
+ 4.868573238461538,
+ 45.72809853846154
+ ],
+ [
+ 4.868587138461539,
+ 45.72808073846154
+ ],
+ [
+ 4.869300538461538,
+ 45.72716413846154
+ ],
+ [
+ 4.869316038461538,
+ 45.72714413846154
+ ],
+ [
+ 4.869401838461538,
+ 45.72703433846154
+ ],
+ [
+ 4.869482138461539,
+ 45.72693133846154
+ ],
+ [
+ 4.869499538461539,
+ 45.72690963846154
+ ],
+ [
+ 4.8701636384615385,
+ 45.72605683846154
+ ],
+ [
+ 4.870177738461538,
+ 45.72603883846154
+ ],
+ [
+ 4.870192738461538,
+ 45.72601963846154
+ ],
+ [
+ 4.870744638461539,
+ 45.72531303846154
+ ],
+ [
+ 4.870750138461538,
+ 45.72530523846154
+ ],
+ [
+ 4.870755338461539,
+ 45.72529773846154
+ ],
+ [
+ 4.870950838461538,
+ 45.72504713846154
+ ],
+ [
+ 4.871115138461539,
+ 45.72483643846154
+ ],
+ [
+ 4.871303438461538,
+ 45.72459263846154
+ ],
+ [
+ 4.871395238461538,
+ 45.72447093846154
+ ],
+ [
+ 4.871506938461539,
+ 45.72433243846154
+ ],
+ [
+ 4.871577638461538,
+ 45.72424763846154
+ ],
+ [
+ 4.871635338461538,
+ 45.72417253846154
+ ],
+ [
+ 4.873330438461538,
+ 45.72199543846154
+ ],
+ [
+ 4.8733466384615385,
+ 45.72197453846154
+ ],
+ [
+ 4.873422538461538,
+ 45.72187703846154
+ ],
+ [
+ 4.873442238461538,
+ 45.72185173846154
+ ],
+ [
+ 4.873909738461538,
+ 45.72125193846154
+ ],
+ [
+ 4.873924938461538,
+ 45.72123153846154
+ ],
+ [
+ 4.873995338461539,
+ 45.72114023846154
+ ],
+ [
+ 4.874011038461538,
+ 45.72111993846154
+ ],
+ [
+ 4.874021138461538,
+ 45.72110773846154
+ ],
+ [
+ 4.874163338461538,
+ 45.72092113846154
+ ],
+ [
+ 4.8741897384615385,
+ 45.72088453846154
+ ],
+ [
+ 4.875983538461538,
+ 45.71857913846154
+ ],
+ [
+ 4.878041738461539,
+ 45.71594183846154
+ ],
+ [
+ 4.878067438461539,
+ 45.71590943846154
+ ],
+ [
+ 4.878107138461538,
+ 45.71585913846154
+ ],
+ [
+ 4.878206538461539,
+ 45.71573223846154
+ ],
+ [
+ 4.878378738461539,
+ 45.71551283846154
+ ],
+ [
+ 4.878584338461539,
+ 45.71524973846154
+ ],
+ [
+ 4.878697738461539,
+ 45.71510373846154
+ ],
+ [
+ 4.878716738461539,
+ 45.71507933846154
+ ],
+ [
+ 4.879161838461538,
+ 45.71451363846154
+ ],
+ [
+ 4.879175338461539,
+ 45.71449593846154
+ ],
+ [
+ 4.879284038461538,
+ 45.71435243846154
+ ],
+ [
+ 4.879323538461539,
+ 45.71430023846154
+ ],
+ [
+ 4.879414538461538,
+ 45.71417993846154
+ ],
+ [
+ 4.8794292384615385,
+ 45.71416183846154
+ ],
+ [
+ 4.879875938461539,
+ 45.71357843846154
+ ],
+ [
+ 4.880330038461539,
+ 45.71299703846154
+ ],
+ [
+ 4.880630138461538,
+ 45.71260883846154
+ ],
+ [
+ 4.880792238461538,
+ 45.71240093846154
+ ],
+ [
+ 4.881232138461539,
+ 45.71183363846154
+ ],
+ [
+ 4.8814470384615385,
+ 45.71160843846154
+ ],
+ [
+ 4.881556238461538,
+ 45.711518238461544
+ ],
+ [
+ 4.8815797384615385,
+ 45.71150073846154
+ ],
+ [
+ 4.881723338461539,
+ 45.71139683846154
+ ],
+ [
+ 4.881846538461539,
+ 45.71131783846154
+ ],
+ [
+ 4.882150338461538,
+ 45.71112893846154
+ ],
+ [
+ 4.882427138461538,
+ 45.71095973846154
+ ],
+ [
+ 4.8824513384615384,
+ 45.71094493846154
+ ],
+ [
+ 4.885025138461539,
+ 45.70936113846154
+ ],
+ [
+ 4.885045538461538,
+ 45.70934853846154
+ ],
+ [
+ 4.8850690384615385,
+ 45.70933413846154
+ ],
+ [
+ 4.886714438461539,
+ 45.70832023846154
+ ],
+ [
+ 4.886736538461538,
+ 45.70830663846154
+ ],
+ [
+ 4.886768638461539,
+ 45.70828683846154
+ ],
+ [
+ 4.8867834384615385,
+ 45.70827743846154
+ ],
+ [
+ 4.886936038461538,
+ 45.70818513846154
+ ],
+ [
+ 4.887038038461538,
+ 45.70812603846154
+ ],
+ [
+ 4.887124138461538,
+ 45.708062238461544
+ ],
+ [
+ 4.8871432384615385,
+ 45.70804673846154
+ ],
+ [
+ 4.887209038461538,
+ 45.70799343846154
+ ],
+ [
+ 4.887262438461539,
+ 45.70793713846154
+ ],
+ [
+ 4.887301938461539,
+ 45.70789553846154
+ ],
+ [
+ 4.887337538461539,
+ 45.70785273846154
+ ],
+ [
+ 4.887352538461538,
+ 45.70783273846154
+ ],
+ [
+ 4.887394438461539,
+ 45.70777263846154
+ ],
+ [
+ 4.887440438461539,
+ 45.70769413846154
+ ],
+ [
+ 4.887521438461539,
+ 45.70752913846154
+ ],
+ [
+ 4.887583838461539,
+ 45.70736723846154
+ ],
+ [
+ 4.887635238461539,
+ 45.70720483846154
+ ],
+ [
+ 4.887663538461538,
+ 45.70707573846154
+ ],
+ [
+ 4.887683438461538,
+ 45.70694623846154
+ ],
+ [
+ 4.887687138461539,
+ 45.70692623846154
+ ],
+ [
+ 4.887691038461538,
+ 45.70690483846154
+ ],
+ [
+ 4.887695138461538,
+ 45.70682393846154
+ ],
+ [
+ 4.887697638461539,
+ 45.70668593846154
+ ],
+ [
+ 4.887699338461538,
+ 45.70659113846154
+ ],
+ [
+ 4.887701138461538,
+ 45.70649323846154
+ ],
+ [
+ 4.887705338461538,
+ 45.70626163846154
+ ],
+ [
+ 4.887706138461539,
+ 45.70621763846154
+ ],
+ [
+ 4.887710538461539,
+ 45.70597573846154
+ ],
+ [
+ 4.887716038461538,
+ 45.70567003846154
+ ],
+ [
+ 4.887716338461538,
+ 45.70542373846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.859408338461538,
+ 45.74704163846154
+ ],
+ [
+ 4.8592007384615385,
+ 45.74629843846154
+ ],
+ [
+ 4.859109538461539,
+ 45.74596953846154
+ ],
+ [
+ 4.859066238461539,
+ 45.74581323846154
+ ],
+ [
+ 4.859023838461538,
+ 45.74566073846154
+ ],
+ [
+ 4.858934738461539,
+ 45.74533623846154
+ ],
+ [
+ 4.858855238461539,
+ 45.74504693846154
+ ],
+ [
+ 4.858712438461539,
+ 45.74446373846154
+ ],
+ [
+ 4.858207638461539,
+ 45.74238103846154
+ ],
+ [
+ 4.858192238461538,
+ 45.74230473846154
+ ],
+ [
+ 4.858189638461538,
+ 45.742291538461544
+ ],
+ [
+ 4.858128538461538,
+ 45.74203563846154
+ ],
+ [
+ 4.858104338461539,
+ 45.74190413846154
+ ],
+ [
+ 4.858095838461539,
+ 45.74177703846154
+ ],
+ [
+ 4.858097538461538,
+ 45.74171543846154
+ ],
+ [
+ 4.858105338461539,
+ 45.74165393846154
+ ],
+ [
+ 4.858129338461539,
+ 45.74153343846154
+ ],
+ [
+ 4.858155838461538,
+ 45.74145513846154
+ ],
+ [
+ 4.858175538461539,
+ 45.74139673846154
+ ],
+ [
+ 4.858241838461539,
+ 45.74126753846154
+ ],
+ [
+ 4.858392038461538,
+ 45.74104933846154
+ ],
+ [
+ 4.858417738461538,
+ 45.74101603846154
+ ],
+ [
+ 4.858474838461539,
+ 45.74094213846154
+ ],
+ [
+ 4.8585118384615384,
+ 45.74089423846154
+ ],
+ [
+ 4.858566838461538,
+ 45.74082303846154
+ ],
+ [
+ 4.858573238461538,
+ 45.74081483846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.859956938461538,
+ 45.74892853846154
+ ],
+ [
+ 4.859504038461538,
+ 45.74736723846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861768738461539,
+ 45.75560613846154
+ ],
+ [
+ 4.861754938461538,
+ 45.75468503846154
+ ],
+ [
+ 4.8617493384615384,
+ 45.754315838461544
+ ],
+ [
+ 4.861749538461538,
+ 45.754074438461544
+ ],
+ [
+ 4.8617474384615385,
+ 45.75398683846154
+ ],
+ [
+ 4.861747338461538,
+ 45.75394343846154
+ ],
+ [
+ 4.861747638461538,
+ 45.75388883846154
+ ],
+ [
+ 4.861747738461538,
+ 45.75387553846154
+ ],
+ [
+ 4.861740838461539,
+ 45.753355138461544
+ ],
+ [
+ 4.8617373384615385,
+ 45.75319173846154
+ ],
+ [
+ 4.861733338461539,
+ 45.75286563846154
+ ],
+ [
+ 4.861724738461539,
+ 45.75275473846154
+ ],
+ [
+ 4.861715338461538,
+ 45.75264823846154
+ ],
+ [
+ 4.861702638461539,
+ 45.75255533846154
+ ],
+ [
+ 4.861686938461538,
+ 45.75245703846154
+ ],
+ [
+ 4.861670038461538,
+ 45.75237303846154
+ ],
+ [
+ 4.861650738461538,
+ 45.75228743846154
+ ],
+ [
+ 4.861623438461539,
+ 45.75218953846154
+ ],
+ [
+ 4.861594338461538,
+ 45.75208553846154
+ ],
+ [
+ 4.861558638461538,
+ 45.75197543846154
+ ],
+ [
+ 4.861535738461538,
+ 45.75190853846154
+ ],
+ [
+ 4.861490238461538,
+ 45.75179283846154
+ ],
+ [
+ 4.861437938461538,
+ 45.75167263846154
+ ],
+ [
+ 4.8613908384615385,
+ 45.75157313846154
+ ],
+ [
+ 4.8613357384615385,
+ 45.75146893846154
+ ],
+ [
+ 4.861268338461539,
+ 45.75134793846154
+ ],
+ [
+ 4.861211138461538,
+ 45.75125663846154
+ ],
+ [
+ 4.861142938461539,
+ 45.75114993846154
+ ],
+ [
+ 4.861105738461538,
+ 45.75109703846154
+ ],
+ [
+ 4.8610671384615385,
+ 45.75104303846154
+ ],
+ [
+ 4.861041538461539,
+ 45.75101573846154
+ ],
+ [
+ 4.861016838461539,
+ 45.75099193846154
+ ],
+ [
+ 4.860993838461538,
+ 45.75097513846154
+ ],
+ [
+ 4.860965338461538,
+ 45.75095373846154
+ ],
+ [
+ 4.860927838461539,
+ 45.75093193846154
+ ],
+ [
+ 4.860866938461538,
+ 45.75090173846154
+ ],
+ [
+ 4.860757038461538,
+ 45.75085233846154
+ ],
+ [
+ 4.860725538461539,
+ 45.750837938461544
+ ],
+ [
+ 4.860712338461538,
+ 45.750831238461544
+ ],
+ [
+ 4.860668238461539,
+ 45.750808738461544
+ ],
+ [
+ 4.860626938461539,
+ 45.75078243846154
+ ],
+ [
+ 4.860587738461539,
+ 45.75075243846154
+ ],
+ [
+ 4.860554138461539,
+ 45.75072393846154
+ ],
+ [
+ 4.860519438461538,
+ 45.75068973846154
+ ],
+ [
+ 4.860494438461538,
+ 45.75066123846154
+ ],
+ [
+ 4.860472438461539,
+ 45.75063193846154
+ ],
+ [
+ 4.860451938461538,
+ 45.75059943846154
+ ],
+ [
+ 4.860437238461539,
+ 45.75057183846154
+ ],
+ [
+ 4.860423938461539,
+ 45.75054333846154
+ ],
+ [
+ 4.860416438461539,
+ 45.750521138461544
+ ],
+ [
+ 4.8604039384615385,
+ 45.75048043846154
+ ],
+ [
+ 4.860383238461538,
+ 45.75040783846154
+ ],
+ [
+ 4.8603111384615385,
+ 45.75015503846154
+ ],
+ [
+ 4.8602354384615385,
+ 45.74989543846154
+ ],
+ [
+ 4.860149438461539,
+ 45.74960053846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.860149438461539,
+ 45.74960053846154
+ ],
+ [
+ 4.860037338461538,
+ 45.74929073846154
+ ],
+ [
+ 4.859956938461538,
+ 45.74892853846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861867738461538,
+ 45.75923453846154
+ ],
+ [
+ 4.861862538461539,
+ 45.75910773846154
+ ],
+ [
+ 4.861858438461539,
+ 45.75902343846154
+ ],
+ [
+ 4.861858038461539,
+ 45.75901383846154
+ ],
+ [
+ 4.861854638461539,
+ 45.75892133846154
+ ],
+ [
+ 4.861831838461539,
+ 45.75830413846154
+ ],
+ [
+ 4.861805438461539,
+ 45.75757163846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861805438461539,
+ 45.75757163846154
+ ],
+ [
+ 4.861801238461538,
+ 45.75745133846154
+ ],
+ [
+ 4.861794238461538,
+ 45.75723293846154
+ ],
+ [
+ 4.861790638461539,
+ 45.75715313846154
+ ],
+ [
+ 4.861789238461538,
+ 45.75707843846154
+ ],
+ [
+ 4.861785738461538,
+ 45.75696903846154
+ ],
+ [
+ 4.861785338461538,
+ 45.756938238461544
+ ],
+ [
+ 4.861778838461539,
+ 45.75643223846154
+ ],
+ [
+ 4.861770438461538,
+ 45.75577383846154
+ ],
+ [
+ 4.861768738461539,
+ 45.75560613846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.862029138461539,
+ 45.76401243846154
+ ],
+ [
+ 4.862033538461539,
+ 45.76387343846154
+ ],
+ [
+ 4.862035738461539,
+ 45.76379023846154
+ ],
+ [
+ 4.862037938461539,
+ 45.76373363846154
+ ],
+ [
+ 4.8620388384615385,
+ 45.76371053846154
+ ],
+ [
+ 4.8620410384615385,
+ 45.76365423846154
+ ],
+ [
+ 4.862043038461539,
+ 45.76360213846154
+ ],
+ [
+ 4.8620505384615385,
+ 45.763410038461544
+ ],
+ [
+ 4.862031938461539,
+ 45.76303513846154
+ ],
+ [
+ 4.862028038461538,
+ 45.76301743846154
+ ],
+ [
+ 4.862009838461539,
+ 45.76291433846154
+ ],
+ [
+ 4.861994438461538,
+ 45.76283263846154
+ ],
+ [
+ 4.8619723384615385,
+ 45.76273083846154
+ ],
+ [
+ 4.861933338461538,
+ 45.76175903846154
+ ],
+ [
+ 4.861975638461539,
+ 45.76147013846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.859504038461538,
+ 45.74736723846154
+ ],
+ [
+ 4.859408338461538,
+ 45.74704163846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861975638461539,
+ 45.76147013846154
+ ],
+ [
+ 4.861956938461539,
+ 45.76107143846154
+ ],
+ [
+ 4.8619555384615385,
+ 45.76104263846154
+ ],
+ [
+ 4.861943338461539,
+ 45.76078263846154
+ ],
+ [
+ 4.861933438461539,
+ 45.76048043846154
+ ],
+ [
+ 4.861916638461539,
+ 45.76023843846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.872164838461538,
+ 45.78152473846154
+ ],
+ [
+ 4.871777838461538,
+ 45.78161433846154
+ ],
+ [
+ 4.871712638461538,
+ 45.78162733846154
+ ],
+ [
+ 4.871652138461538,
+ 45.78164113846154
+ ],
+ [
+ 4.871487538461539,
+ 45.78167853846154
+ ],
+ [
+ 4.8714273384615385,
+ 45.78169293846154
+ ],
+ [
+ 4.871400338461538,
+ 45.78169923846154
+ ],
+ [
+ 4.871257938461539,
+ 45.78170943846154
+ ],
+ [
+ 4.871135238461538,
+ 45.78170653846154
+ ],
+ [
+ 4.871005038461538,
+ 45.78168783846154
+ ],
+ [
+ 4.870554838461539,
+ 45.78158523846154
+ ],
+ [
+ 4.870410138461539,
+ 45.78156923846154
+ ],
+ [
+ 4.870298838461538,
+ 45.78157253846154
+ ],
+ [
+ 4.870253538461538,
+ 45.78157393846154
+ ],
+ [
+ 4.869675338461539,
+ 45.78160823846154
+ ],
+ [
+ 4.869519938461538,
+ 45.78160643846154
+ ],
+ [
+ 4.869386738461539,
+ 45.78158503846154
+ ],
+ [
+ 4.8687773384615385,
+ 45.78144793846154
+ ],
+ [
+ 4.8681008384615385,
+ 45.78129573846154
+ ],
+ [
+ 4.867480938461538,
+ 45.78115623846154
+ ],
+ [
+ 4.867171438461538,
+ 45.78108663846154
+ ],
+ [
+ 4.866764638461539,
+ 45.78099503846154
+ ],
+ [
+ 4.8666974384615385,
+ 45.78097993846154
+ ],
+ [
+ 4.866340438461538,
+ 45.78089963846154
+ ],
+ [
+ 4.866017038461538,
+ 45.78082523846154
+ ],
+ [
+ 4.865680838461539,
+ 45.780747838461544
+ ],
+ [
+ 4.865627638461539,
+ 45.78072323846154
+ ],
+ [
+ 4.8655512384615385,
+ 45.78067323846154
+ ],
+ [
+ 4.865521738461538,
+ 45.78063533846154
+ ],
+ [
+ 4.865502438461538,
+ 45.78061063846154
+ ],
+ [
+ 4.865480238461538,
+ 45.78055033846154
+ ],
+ [
+ 4.865478338461538,
+ 45.78050943846154
+ ],
+ [
+ 4.865487738461539,
+ 45.78046993846154
+ ],
+ [
+ 4.8654904384615385,
+ 45.78045853846154
+ ],
+ [
+ 4.865524838461538,
+ 45.78039063846154
+ ],
+ [
+ 4.865578238461539,
+ 45.78033103846154
+ ],
+ [
+ 4.865616638461539,
+ 45.78028853846154
+ ],
+ [
+ 4.865623238461539,
+ 45.78028123846154
+ ],
+ [
+ 4.865654138461538,
+ 45.780248038461544
+ ],
+ [
+ 4.865667238461539,
+ 45.78023383846154
+ ],
+ [
+ 4.8659658384615385,
+ 45.77990833846154
+ ],
+ [
+ 4.866394138461539,
+ 45.77944153846154
+ ],
+ [
+ 4.866477538461538,
+ 45.77934833846154
+ ],
+ [
+ 4.866522538461538,
+ 45.77927673846154
+ ],
+ [
+ 4.866534138461539,
+ 45.77925823846154
+ ],
+ [
+ 4.866539338461538,
+ 45.77924763846154
+ ],
+ [
+ 4.866592438461539,
+ 45.77913803846154
+ ],
+ [
+ 4.866606038461539,
+ 45.779095838461544
+ ],
+ [
+ 4.866613338461539,
+ 45.77907673846154
+ ],
+ [
+ 4.866639038461538,
+ 45.77897733846154
+ ],
+ [
+ 4.866664338461539,
+ 45.77887983846154
+ ],
+ [
+ 4.866690738461538,
+ 45.778777838461544
+ ],
+ [
+ 4.8667446384615385,
+ 45.77856873846154
+ ],
+ [
+ 4.866797638461539,
+ 45.77828063846154
+ ],
+ [
+ 4.866802138461538,
+ 45.77825593846154
+ ],
+ [
+ 4.866886738461538,
+ 45.77793883846154
+ ],
+ [
+ 4.8669549384615385,
+ 45.77768393846154
+ ],
+ [
+ 4.866999438461539,
+ 45.77755253846154
+ ],
+ [
+ 4.867033838461539,
+ 45.77745123846154
+ ],
+ [
+ 4.8670550384615385,
+ 45.77737363846154
+ ],
+ [
+ 4.8672979384615385,
+ 45.77643093846154
+ ],
+ [
+ 4.867321738461539,
+ 45.77634123846154
+ ],
+ [
+ 4.867340738461539,
+ 45.77627313846154
+ ],
+ [
+ 4.867434938461538,
+ 45.77594283846154
+ ],
+ [
+ 4.867528638461539,
+ 45.77559043846154
+ ],
+ [
+ 4.867533538461538,
+ 45.77557203846154
+ ],
+ [
+ 4.867537238461538,
+ 45.77549393846154
+ ],
+ [
+ 4.867529038461538,
+ 45.77543243846154
+ ],
+ [
+ 4.8675155384615385,
+ 45.77540263846154
+ ],
+ [
+ 4.867483938461539,
+ 45.77536283846154
+ ],
+ [
+ 4.867359338461538,
+ 45.77527873846154
+ ],
+ [
+ 4.866352838461538,
+ 45.77490383846154
+ ],
+ [
+ 4.8662879384615385,
+ 45.77487973846154
+ ],
+ [
+ 4.865219538461538,
+ 45.77448213846154
+ ],
+ [
+ 4.865120338461539,
+ 45.77443843846154
+ ],
+ [
+ 4.865073038461539,
+ 45.77441863846154
+ ],
+ [
+ 4.865061438461539,
+ 45.774412838461544
+ ],
+ [
+ 4.865020138461539,
+ 45.77439153846154
+ ],
+ [
+ 4.864967438461538,
+ 45.77436453846154
+ ],
+ [
+ 4.864899038461538,
+ 45.77431903846154
+ ],
+ [
+ 4.864820038461539,
+ 45.77425283846154
+ ],
+ [
+ 4.864769838461538,
+ 45.77421073846154
+ ],
+ [
+ 4.864746238461539,
+ 45.77418653846154
+ ],
+ [
+ 4.8646834384615385,
+ 45.77413833846154
+ ],
+ [
+ 4.864620338461538,
+ 45.77410963846154
+ ],
+ [
+ 4.864554038461539,
+ 45.77409143846154
+ ],
+ [
+ 4.8644981384615384,
+ 45.77408433846154
+ ],
+ [
+ 4.864454938461538,
+ 45.77408273846154
+ ],
+ [
+ 4.864442238461539,
+ 45.77408203846154
+ ],
+ [
+ 4.864045838461538,
+ 45.77410043846154
+ ],
+ [
+ 4.863699838461539,
+ 45.774116138461544
+ ],
+ [
+ 4.863642838461539,
+ 45.77411893846154
+ ],
+ [
+ 4.863625538461538,
+ 45.77411553846154
+ ],
+ [
+ 4.863597038461538,
+ 45.77411203846154
+ ],
+ [
+ 4.863562338461539,
+ 45.77410313846154
+ ],
+ [
+ 4.863516738461539,
+ 45.77408943846154
+ ],
+ [
+ 4.863454538461538,
+ 45.77406503846154
+ ],
+ [
+ 4.863405738461538,
+ 45.77403493846154
+ ],
+ [
+ 4.863364038461539,
+ 45.77399583846154
+ ],
+ [
+ 4.863321638461539,
+ 45.77394213846154
+ ],
+ [
+ 4.863305738461539,
+ 45.77387533846154
+ ],
+ [
+ 4.863298538461539,
+ 45.77377343846154
+ ],
+ [
+ 4.863239438461538,
+ 45.77324083846154
+ ],
+ [
+ 4.863203638461538,
+ 45.77293493846154
+ ],
+ [
+ 4.863182038461538,
+ 45.77272763846154
+ ],
+ [
+ 4.863174438461538,
+ 45.77265173846154
+ ],
+ [
+ 4.863166138461539,
+ 45.77257133846154
+ ],
+ [
+ 4.863171638461538,
+ 45.77247703846154
+ ],
+ [
+ 4.863172638461538,
+ 45.77245983846154
+ ],
+ [
+ 4.863159738461539,
+ 45.77220193846154
+ ],
+ [
+ 4.863126038461538,
+ 45.771896238461544
+ ],
+ [
+ 4.8630694384615385,
+ 45.77138093846154
+ ],
+ [
+ 4.863064138461539,
+ 45.77132363846154
+ ],
+ [
+ 4.863022338461539,
+ 45.77095693846154
+ ],
+ [
+ 4.863002338461539,
+ 45.77078923846154
+ ],
+ [
+ 4.862993038461538,
+ 45.77071183846154
+ ],
+ [
+ 4.862989738461539,
+ 45.770692338461544
+ ],
+ [
+ 4.862982738461539,
+ 45.77065693846154
+ ],
+ [
+ 4.862974138461539,
+ 45.77062383846154
+ ],
+ [
+ 4.862960338461538,
+ 45.77059053846154
+ ],
+ [
+ 4.862936438461539,
+ 45.77054743846154
+ ],
+ [
+ 4.862911438461539,
+ 45.77050793846154
+ ],
+ [
+ 4.862895138461538,
+ 45.77048993846154
+ ],
+ [
+ 4.862877538461539,
+ 45.77047063846154
+ ],
+ [
+ 4.862856238461538,
+ 45.77044873846154
+ ],
+ [
+ 4.862824638461539,
+ 45.77041573846154
+ ],
+ [
+ 4.862699138461538,
+ 45.77031283846154
+ ],
+ [
+ 4.862675938461538,
+ 45.77029313846154
+ ],
+ [
+ 4.862647038461539,
+ 45.77026943846154
+ ],
+ [
+ 4.862579938461539,
+ 45.77022263846154
+ ],
+ [
+ 4.8625069384615385,
+ 45.77017383846154
+ ],
+ [
+ 4.862382438461538,
+ 45.77009723846154
+ ],
+ [
+ 4.862158938461539,
+ 45.76997853846154
+ ],
+ [
+ 4.861904438461538,
+ 45.76984333846154
+ ],
+ [
+ 4.861862338461538,
+ 45.76981363846154
+ ],
+ [
+ 4.861821138461538,
+ 45.76978433846154
+ ],
+ [
+ 4.8617639384615385,
+ 45.76971373846154
+ ],
+ [
+ 4.861747838461539,
+ 45.76968043846154
+ ],
+ [
+ 4.8617398384615385,
+ 45.76964433846154
+ ],
+ [
+ 4.8617354384615385,
+ 45.76960573846154
+ ],
+ [
+ 4.861738838461538,
+ 45.76954903846154
+ ],
+ [
+ 4.861739938461539,
+ 45.76953073846154
+ ],
+ [
+ 4.861754538461539,
+ 45.76928373846154
+ ],
+ [
+ 4.861757238461538,
+ 45.769237338461544
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861916638461539,
+ 45.76023843846154
+ ],
+ [
+ 4.8619045384615385,
+ 45.76001293846154
+ ],
+ [
+ 4.861903838461538,
+ 45.75999463846154
+ ],
+ [
+ 4.861882238461538,
+ 45.75959383846154
+ ],
+ [
+ 4.861867738461538,
+ 45.75923453846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861757238461538,
+ 45.769237338461544
+ ],
+ [
+ 4.861759938461539,
+ 45.76919253846154
+ ],
+ [
+ 4.861821038461539,
+ 45.76815833846154
+ ],
+ [
+ 4.861823538461539,
+ 45.76811653846154
+ ],
+ [
+ 4.861827138461538,
+ 45.76805613846154
+ ],
+ [
+ 4.861870738461539,
+ 45.76731883846154
+ ],
+ [
+ 4.861873438461538,
+ 45.76727243846154
+ ],
+ [
+ 4.861876438461539,
+ 45.76722123846154
+ ],
+ [
+ 4.861907938461538,
+ 45.76668903846154
+ ],
+ [
+ 4.861916638461539,
+ 45.76646933846154
+ ],
+ [
+ 4.861919638461538,
+ 45.76639423846154
+ ],
+ [
+ 4.861922638461539,
+ 45.76631743846154
+ ],
+ [
+ 4.861925938461538,
+ 45.76622963846154
+ ],
+ [
+ 4.861928738461539,
+ 45.76616163846154
+ ],
+ [
+ 4.8619685384615385,
+ 45.76524273846154
+ ],
+ [
+ 4.861972938461538,
+ 45.76516153846154
+ ],
+ [
+ 4.861975638461539,
+ 45.76507213846154
+ ],
+ [
+ 4.861980838461538,
+ 45.76495713846154
+ ],
+ [
+ 4.862018938461539,
+ 45.76432853846154
+ ],
+ [
+ 4.862025038461539,
+ 45.76413823846154
+ ],
+ [
+ 4.862028038461538,
+ 45.76404793846154
+ ],
+ [
+ 4.862029138461539,
+ 45.76401243846154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT4",
+ "name": "T4",
+ "color": "#873F98",
+ "order": 11
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.917841592307692,
+ 45.73346519230769
+ ],
+ [
+ 4.9177812923076925,
+ 45.73359479230769
+ ],
+ [
+ 4.917693092307692,
+ 45.73383489230769
+ ],
+ [
+ 4.917665492307692,
+ 45.73392429230769
+ ],
+ [
+ 4.917511592307692,
+ 45.73442289230769
+ ],
+ [
+ 4.917484692307692,
+ 45.73450959230769
+ ],
+ [
+ 4.917452992307692,
+ 45.73460299230769
+ ],
+ [
+ 4.917306792307692,
+ 45.73503229230769
+ ],
+ [
+ 4.917274392307692,
+ 45.73513099230769
+ ],
+ [
+ 4.917218092307692,
+ 45.73533669230769
+ ],
+ [
+ 4.917184892307692,
+ 45.73545779230769
+ ],
+ [
+ 4.917162292307692,
+ 45.73552619230769
+ ],
+ [
+ 4.917071392307692,
+ 45.73576889230769
+ ],
+ [
+ 4.916959192307692,
+ 45.73606639230769
+ ],
+ [
+ 4.916917392307692,
+ 45.73617719230769
+ ],
+ [
+ 4.916898092307692,
+ 45.73626429230769
+ ],
+ [
+ 4.916895192307693,
+ 45.73635729230769
+ ],
+ [
+ 4.916906792307692,
+ 45.73648059230769
+ ],
+ [
+ 4.916922092307693,
+ 45.73657449230769
+ ],
+ [
+ 4.916959792307693,
+ 45.73666249230769
+ ],
+ [
+ 4.916974392307692,
+ 45.73668229230769
+ ],
+ [
+ 4.917012292307692,
+ 45.73673369230769
+ ],
+ [
+ 4.917080292307692,
+ 45.736796192307686
+ ],
+ [
+ 4.917147292307693,
+ 45.73684269230769
+ ],
+ [
+ 4.917276292307692,
+ 45.73689749230769
+ ],
+ [
+ 4.917436992307692,
+ 45.73694049230769
+ ],
+ [
+ 4.919373192307693,
+ 45.73737559230769
+ ],
+ [
+ 4.919548692307692,
+ 45.73741499230769
+ ],
+ [
+ 4.921835892307692,
+ 45.73792839230769
+ ],
+ [
+ 4.922203492307692,
+ 45.73801089230769
+ ],
+ [
+ 4.922552192307692,
+ 45.73808649230769
+ ],
+ [
+ 4.922725892307692,
+ 45.73812409230769
+ ],
+ [
+ 4.922934692307693,
+ 45.73816929230769
+ ],
+ [
+ 4.923737292307692,
+ 45.73834309230769
+ ],
+ [
+ 4.926067192307692,
+ 45.73887559230769
+ ],
+ [
+ 4.926636992307692,
+ 45.73900669230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.879169292307692,
+ 45.74251729230769
+ ],
+ [
+ 4.879593692307692,
+ 45.74244729230769
+ ],
+ [
+ 4.879926492307693,
+ 45.74238989230769
+ ],
+ [
+ 4.879998592307692,
+ 45.74237799230769
+ ],
+ [
+ 4.880034192307693,
+ 45.74237189230769
+ ],
+ [
+ 4.880531492307692,
+ 45.74228799230769
+ ],
+ [
+ 4.880627492307692,
+ 45.74227309230769
+ ],
+ [
+ 4.880642692307692,
+ 45.74227069230769
+ ],
+ [
+ 4.881152092307692,
+ 45.74218939230769
+ ],
+ [
+ 4.881301192307692,
+ 45.74216619230769
+ ],
+ [
+ 4.881316592307693,
+ 45.74216379230769
+ ],
+ [
+ 4.881330592307692,
+ 45.74216159230769
+ ],
+ [
+ 4.8818647923076925,
+ 45.742078092307686
+ ],
+ [
+ 4.881900792307692,
+ 45.74207239230769
+ ],
+ [
+ 4.881939792307692,
+ 45.74206609230769
+ ],
+ [
+ 4.8820737923076925,
+ 45.74204389230769
+ ],
+ [
+ 4.882108992307693,
+ 45.74203759230769
+ ],
+ [
+ 4.882146392307693,
+ 45.74203299230769
+ ],
+ [
+ 4.882180792307692,
+ 45.74202879230769
+ ],
+ [
+ 4.882239892307692,
+ 45.74201939230769
+ ],
+ [
+ 4.882270592307692,
+ 45.74201449230769
+ ],
+ [
+ 4.882301192307692,
+ 45.74200959230769
+ ],
+ [
+ 4.882435392307692,
+ 45.74198829230769
+ ],
+ [
+ 4.882460892307693,
+ 45.74198419230769
+ ],
+ [
+ 4.882667092307693,
+ 45.74195129230769
+ ],
+ [
+ 4.882683892307692,
+ 45.741948592307686
+ ],
+ [
+ 4.882702992307692,
+ 45.74194559230769
+ ],
+ [
+ 4.8827952923076925,
+ 45.74193159230769
+ ],
+ [
+ 4.882833392307692,
+ 45.74192399230769
+ ],
+ [
+ 4.882866292307693,
+ 45.74191599230769
+ ],
+ [
+ 4.882931292307692,
+ 45.74190009230769
+ ],
+ [
+ 4.883051292307692,
+ 45.74186069230769
+ ],
+ [
+ 4.883110092307692,
+ 45.74183699230769
+ ],
+ [
+ 4.883165692307692,
+ 45.74181269230769
+ ],
+ [
+ 4.883178992307692,
+ 45.74180639230769
+ ],
+ [
+ 4.883192092307692,
+ 45.74179949230769
+ ],
+ [
+ 4.883405392307692,
+ 45.74169679230769
+ ],
+ [
+ 4.883548092307692,
+ 45.74164049230769
+ ],
+ [
+ 4.883663292307692,
+ 45.741601392307686
+ ],
+ [
+ 4.883976392307693,
+ 45.74149799230769
+ ],
+ [
+ 4.884169092307692,
+ 45.74143029230769
+ ],
+ [
+ 4.884667792307693,
+ 45.74126119230769
+ ],
+ [
+ 4.884802492307692,
+ 45.74122739230769
+ ],
+ [
+ 4.884933392307692,
+ 45.74120449230769
+ ],
+ [
+ 4.884993492307692,
+ 45.74119979230769
+ ],
+ [
+ 4.8850344923076925,
+ 45.74119659230769
+ ],
+ [
+ 4.885120992307693,
+ 45.74118989230769
+ ],
+ [
+ 4.8851706923076925,
+ 45.74118789230769
+ ],
+ [
+ 4.885286892307692,
+ 45.74118329230769
+ ],
+ [
+ 4.885434692307692,
+ 45.74117749230769
+ ],
+ [
+ 4.885551292307692,
+ 45.74116159230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.926636992307692,
+ 45.73900669230769
+ ],
+ [
+ 4.926985092307692,
+ 45.739084192307686
+ ],
+ [
+ 4.927215792307693,
+ 45.73913329230769
+ ],
+ [
+ 4.927334392307692,
+ 45.73914529230769
+ ],
+ [
+ 4.927716892307692,
+ 45.73913349230769
+ ],
+ [
+ 4.927825292307692,
+ 45.73913499230769
+ ],
+ [
+ 4.928090092307692,
+ 45.73914529230769
+ ],
+ [
+ 4.928226192307692,
+ 45.73915369230769
+ ],
+ [
+ 4.928513792307692,
+ 45.73917139230769
+ ],
+ [
+ 4.928576892307692,
+ 45.739174792307686
+ ],
+ [
+ 4.930736592307692,
+ 45.73929059230769
+ ],
+ [
+ 4.931911292307692,
+ 45.73936169230769
+ ],
+ [
+ 4.933199092307692,
+ 45.73948359230769
+ ],
+ [
+ 4.933581892307692,
+ 45.73952259230769
+ ],
+ [
+ 4.933670492307693,
+ 45.73953989230769
+ ],
+ [
+ 4.933892392307692,
+ 45.73957839230769
+ ],
+ [
+ 4.934008892307692,
+ 45.73958859230769
+ ],
+ [
+ 4.934105092307692,
+ 45.73958729230769
+ ],
+ [
+ 4.934183092307692,
+ 45.739576092307686
+ ],
+ [
+ 4.934297692307692,
+ 45.73954059230769
+ ],
+ [
+ 4.934414592307692,
+ 45.73948889230769
+ ],
+ [
+ 4.934814492307693,
+ 45.73930019230769
+ ],
+ [
+ 4.934996992307692,
+ 45.73921829230769
+ ],
+ [
+ 4.935219392307692,
+ 45.73911859230769
+ ],
+ [
+ 4.9353724923076925,
+ 45.73907079230769
+ ],
+ [
+ 4.935515492307692,
+ 45.73903729230769
+ ],
+ [
+ 4.936035892307692,
+ 45.73895059230769
+ ],
+ [
+ 4.936311092307692,
+ 45.73886449230769
+ ],
+ [
+ 4.936441592307692,
+ 45.73880809230769
+ ],
+ [
+ 4.936594592307692,
+ 45.73873809230769
+ ],
+ [
+ 4.936736192307692,
+ 45.73866929230769
+ ],
+ [
+ 4.937235192307692,
+ 45.73844379230769
+ ],
+ [
+ 4.938097792307692,
+ 45.73806969230769
+ ],
+ [
+ 4.938332892307693,
+ 45.738007392307686
+ ],
+ [
+ 4.9385456923076925,
+ 45.73797339230769
+ ],
+ [
+ 4.938793192307692,
+ 45.73794939230769
+ ],
+ [
+ 4.939157992307692,
+ 45.73796119230769
+ ],
+ [
+ 4.939483792307692,
+ 45.73800709230769
+ ],
+ [
+ 4.940745292307692,
+ 45.73827499230769
+ ],
+ [
+ 4.941829292307692,
+ 45.73851009230769
+ ],
+ [
+ 4.942138992307692,
+ 45.73857009230769
+ ],
+ [
+ 4.942412992307692,
+ 45.738584992307686
+ ],
+ [
+ 4.942655892307692,
+ 45.73857579230769
+ ],
+ [
+ 4.942911492307692,
+ 45.73855189230769
+ ],
+ [
+ 4.943150392307692,
+ 45.738501692307686
+ ],
+ [
+ 4.943323192307692,
+ 45.73844839230769
+ ],
+ [
+ 4.9434991923076925,
+ 45.73838019230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.894531392307692,
+ 45.73840889230769
+ ],
+ [
+ 4.895102792307692,
+ 45.73822009230769
+ ],
+ [
+ 4.896223992307692,
+ 45.73785339230769
+ ],
+ [
+ 4.896430092307693,
+ 45.73778549230769
+ ],
+ [
+ 4.896478892307692,
+ 45.73776939230769
+ ],
+ [
+ 4.897845192307693,
+ 45.73731939230769
+ ],
+ [
+ 4.897860492307692,
+ 45.73731429230769
+ ],
+ [
+ 4.898195892307692,
+ 45.73720389230769
+ ],
+ [
+ 4.898429292307692,
+ 45.73712709230769
+ ],
+ [
+ 4.8985263923076925,
+ 45.73709509230769
+ ],
+ [
+ 4.899892692307692,
+ 45.73664559230769
+ ],
+ [
+ 4.900801292307692,
+ 45.73634729230769
+ ],
+ [
+ 4.900849792307692,
+ 45.73632839230769
+ ],
+ [
+ 4.9009207923076925,
+ 45.73630059230769
+ ],
+ [
+ 4.900971092307692,
+ 45.73628099230769
+ ],
+ [
+ 4.9009929923076925,
+ 45.73627159230769
+ ],
+ [
+ 4.901017192307692,
+ 45.73626139230769
+ ],
+ [
+ 4.901078892307693,
+ 45.73623379230769
+ ],
+ [
+ 4.9011465923076925,
+ 45.736190592307686
+ ],
+ [
+ 4.901237892307693,
+ 45.73613169230769
+ ],
+ [
+ 4.9014265923076925,
+ 45.73600989230769
+ ],
+ [
+ 4.9014629923076924,
+ 45.73598819230769
+ ],
+ [
+ 4.901508192307692,
+ 45.73595849230769
+ ],
+ [
+ 4.9015950923076925,
+ 45.73590679230769
+ ],
+ [
+ 4.901692792307692,
+ 45.73586029230769
+ ],
+ [
+ 4.901842692307692,
+ 45.73580959230769
+ ],
+ [
+ 4.902922292307692,
+ 45.73544489230769
+ ],
+ [
+ 4.9029572923076925,
+ 45.73543289230769
+ ],
+ [
+ 4.903048692307692,
+ 45.735401392307686
+ ],
+ [
+ 4.9032587923076925,
+ 45.73532909230769
+ ],
+ [
+ 4.903539492307692,
+ 45.73523249230769
+ ],
+ [
+ 4.9040334923076925,
+ 45.735068792307686
+ ],
+ [
+ 4.904196492307692,
+ 45.73501489230769
+ ],
+ [
+ 4.9044806923076925,
+ 45.73492139230769
+ ],
+ [
+ 4.904742692307693,
+ 45.73483569230769
+ ],
+ [
+ 4.9048879923076925,
+ 45.73478739230769
+ ],
+ [
+ 4.904963592307692,
+ 45.73476079230769
+ ],
+ [
+ 4.905210792307693,
+ 45.73467979230769
+ ],
+ [
+ 4.905290692307692,
+ 45.73465369230769
+ ],
+ [
+ 4.9054045923076925,
+ 45.73461659230769
+ ],
+ [
+ 4.905447792307692,
+ 45.73460239230769
+ ],
+ [
+ 4.908438292307692,
+ 45.73360809230769
+ ],
+ [
+ 4.908571392307692,
+ 45.73356509230769
+ ],
+ [
+ 4.908764092307692,
+ 45.73350359230769
+ ],
+ [
+ 4.909099192307692,
+ 45.73339049230769
+ ],
+ [
+ 4.909402692307692,
+ 45.73329009230769
+ ],
+ [
+ 4.909983592307692,
+ 45.73309779230769
+ ],
+ [
+ 4.910162692307693,
+ 45.73303849230769
+ ],
+ [
+ 4.910267892307692,
+ 45.73300359230769
+ ],
+ [
+ 4.910384392307693,
+ 45.73296409230769
+ ],
+ [
+ 4.912117792307693,
+ 45.73239189230769
+ ],
+ [
+ 4.912212192307693,
+ 45.73236079230769
+ ],
+ [
+ 4.912774092307692,
+ 45.73217539230769
+ ],
+ [
+ 4.9129503923076925,
+ 45.73211799230769
+ ],
+ [
+ 4.9131245923076925,
+ 45.73206069230769
+ ],
+ [
+ 4.914392592307692,
+ 45.73164299230769
+ ],
+ [
+ 4.914470392307693,
+ 45.73161729230769
+ ],
+ [
+ 4.914744692307692,
+ 45.73152679230769
+ ],
+ [
+ 4.914999192307692,
+ 45.73144289230769
+ ],
+ [
+ 4.915092092307693,
+ 45.73141229230769
+ ],
+ [
+ 4.916733692307692,
+ 45.73087019230769
+ ],
+ [
+ 4.917056392307693,
+ 45.73076359230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.890861592307692,
+ 45.73944699230769
+ ],
+ [
+ 4.891526992307692,
+ 45.73922849230769
+ ],
+ [
+ 4.891720792307693,
+ 45.73916559230769
+ ],
+ [
+ 4.8919094923076925,
+ 45.73910419230769
+ ],
+ [
+ 4.891951092307692,
+ 45.73908899230769
+ ],
+ [
+ 4.892027092307692,
+ 45.73906649230769
+ ],
+ [
+ 4.892105792307692,
+ 45.73905059230769
+ ],
+ [
+ 4.892147092307693,
+ 45.73904379230769
+ ],
+ [
+ 4.892194492307692,
+ 45.739037992307686
+ ],
+ [
+ 4.892228792307693,
+ 45.73903399230769
+ ],
+ [
+ 4.892262192307692,
+ 45.73903159230769
+ ],
+ [
+ 4.892332692307693,
+ 45.73902659230769
+ ],
+ [
+ 4.892458592307692,
+ 45.73901389230769
+ ],
+ [
+ 4.892566992307692,
+ 45.73900499230769
+ ],
+ [
+ 4.892601892307693,
+ 45.73900239230769
+ ],
+ [
+ 4.8926553923076925,
+ 45.73899589230769
+ ],
+ [
+ 4.892707892307692,
+ 45.73898739230769
+ ],
+ [
+ 4.892759092307692,
+ 45.73897919230769
+ ],
+ [
+ 4.892790792307692,
+ 45.73897269230769
+ ],
+ [
+ 4.8931573923076925,
+ 45.73886119230769
+ ],
+ [
+ 4.893235192307692,
+ 45.73883629230769
+ ],
+ [
+ 4.893592292307693,
+ 45.73871869230769
+ ],
+ [
+ 4.893756092307692,
+ 45.73866479230769
+ ],
+ [
+ 4.893976992307692,
+ 45.73859199230769
+ ],
+ [
+ 4.894531392307692,
+ 45.73840889230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.917056392307693,
+ 45.73076359230769
+ ],
+ [
+ 4.917102392307692,
+ 45.73074959230769
+ ],
+ [
+ 4.917143792307693,
+ 45.73074359230769
+ ],
+ [
+ 4.9171611923076926,
+ 45.73074469230769
+ ],
+ [
+ 4.917213292307692,
+ 45.73074479230769
+ ],
+ [
+ 4.917262892307693,
+ 45.73074699230769
+ ],
+ [
+ 4.917293092307692,
+ 45.73075139230769
+ ],
+ [
+ 4.917338992307692,
+ 45.73076279230769
+ ],
+ [
+ 4.917383392307692,
+ 45.73077789230769
+ ],
+ [
+ 4.917427892307693,
+ 45.73079779230769
+ ],
+ [
+ 4.917451392307692,
+ 45.73081189230769
+ ],
+ [
+ 4.917470092307692,
+ 45.73082719230769
+ ],
+ [
+ 4.917486992307692,
+ 45.73084179230769
+ ],
+ [
+ 4.917520992307693,
+ 45.730869192307686
+ ],
+ [
+ 4.917609192307692,
+ 45.73102429230769
+ ],
+ [
+ 4.917850192307692,
+ 45.73146189230769
+ ],
+ [
+ 4.917905892307692,
+ 45.73156299230769
+ ],
+ [
+ 4.917944492307692,
+ 45.73163599230769
+ ],
+ [
+ 4.918073292307692,
+ 45.73187929230769
+ ],
+ [
+ 4.918212792307692,
+ 45.73214289230769
+ ],
+ [
+ 4.918258092307692,
+ 45.73228069230769
+ ],
+ [
+ 4.918264892307692,
+ 45.73234989230769
+ ],
+ [
+ 4.918272192307692,
+ 45.73242439230769
+ ],
+ [
+ 4.918256892307692,
+ 45.73253659230769
+ ],
+ [
+ 4.918251592307692,
+ 45.73257559230769
+ ],
+ [
+ 4.918204492307693,
+ 45.73271659230769
+ ],
+ [
+ 4.918118092307692,
+ 45.73289189230769
+ ],
+ [
+ 4.917938292307692,
+ 45.73325739230769
+ ],
+ [
+ 4.9178854923076925,
+ 45.73337089230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9178854923076925,
+ 45.73337089230769
+ ],
+ [
+ 4.917863792307692,
+ 45.733417392307686
+ ],
+ [
+ 4.917841592307692,
+ 45.73346519230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9434991923076925,
+ 45.73838019230769
+ ],
+ [
+ 4.943783792307692,
+ 45.73822919230769
+ ],
+ [
+ 4.944058092307692,
+ 45.73807379230769
+ ],
+ [
+ 4.944595892307692,
+ 45.73776299230769
+ ],
+ [
+ 4.944769492307692,
+ 45.73764039230769
+ ],
+ [
+ 4.944926092307692,
+ 45.73750839230769
+ ],
+ [
+ 4.9450656923076926,
+ 45.73736569230769
+ ],
+ [
+ 4.945169992307692,
+ 45.73723809230769
+ ],
+ [
+ 4.945269992307693,
+ 45.73708859230769
+ ],
+ [
+ 4.945344292307692,
+ 45.73694369230769
+ ],
+ [
+ 4.945582392307692,
+ 45.73638889230769
+ ],
+ [
+ 4.9457855923076925,
+ 45.73590859230769
+ ],
+ [
+ 4.945962092307692,
+ 45.73549239230769
+ ],
+ [
+ 4.946054192307693,
+ 45.73528679230769
+ ],
+ [
+ 4.946133192307692,
+ 45.73510319230769
+ ],
+ [
+ 4.946440392307692,
+ 45.73438779230769
+ ],
+ [
+ 4.9465130923076925,
+ 45.73421849230769
+ ],
+ [
+ 4.946535692307692,
+ 45.73416349230769
+ ],
+ [
+ 4.946571592307692,
+ 45.734076492307686
+ ],
+ [
+ 4.946747592307692,
+ 45.73368209230769
+ ],
+ [
+ 4.946784092307692,
+ 45.73359779230769
+ ],
+ [
+ 4.946809292307692,
+ 45.73354399230769
+ ],
+ [
+ 4.946838392307693,
+ 45.73349189230769
+ ],
+ [
+ 4.946863492307692,
+ 45.73345279230769
+ ],
+ [
+ 4.946868392307692,
+ 45.73344579230769
+ ],
+ [
+ 4.946898292307692,
+ 45.73340339230769
+ ],
+ [
+ 4.947079792307692,
+ 45.73316209230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.947079792307692,
+ 45.73316209230769
+ ],
+ [
+ 4.947111192307692,
+ 45.73311899230769
+ ],
+ [
+ 4.947516092307692,
+ 45.73257679230769
+ ],
+ [
+ 4.947567392307692,
+ 45.73250789230769
+ ],
+ [
+ 4.947924892307692,
+ 45.73202749230769
+ ],
+ [
+ 4.9480361923076925,
+ 45.731877892307686
+ ],
+ [
+ 4.948250092307692,
+ 45.73159119230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.885551292307692,
+ 45.74116159230769
+ ],
+ [
+ 4.885678192307692,
+ 45.74114159230769
+ ],
+ [
+ 4.885770792307692,
+ 45.74111859230769
+ ],
+ [
+ 4.885900992307692,
+ 45.74107929230769
+ ],
+ [
+ 4.886220092307692,
+ 45.74097579230769
+ ],
+ [
+ 4.8868967923076925,
+ 45.74075269230769
+ ],
+ [
+ 4.887012192307692,
+ 45.74071459230769
+ ],
+ [
+ 4.887557292307692,
+ 45.74053459230769
+ ],
+ [
+ 4.8882811923076925,
+ 45.74029609230769
+ ],
+ [
+ 4.888440092307692,
+ 45.74024379230769
+ ],
+ [
+ 4.888570592307692,
+ 45.74020079230769
+ ],
+ [
+ 4.890012892307692,
+ 45.73972579230769
+ ],
+ [
+ 4.890861592307692,
+ 45.73944699230769
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT5",
+ "name": "T5",
+ "color": "#873F98",
+ "order": 12
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.834706146153846,
+ 45.731236046153846
+ ],
+ [
+ 4.8350562461538455,
+ 45.731132546153844
+ ],
+ [
+ 4.835100846153846,
+ 45.73111934615385
+ ],
+ [
+ 4.835158346153846,
+ 45.731099846153846
+ ],
+ [
+ 4.835202246153846,
+ 45.731080946153845
+ ],
+ [
+ 4.835238546153846,
+ 45.731063846153845
+ ],
+ [
+ 4.835278646153846,
+ 45.73104054615385
+ ],
+ [
+ 4.835305246153846,
+ 45.73102404615385
+ ],
+ [
+ 4.835346646153846,
+ 45.73099354615385
+ ],
+ [
+ 4.835359246153846,
+ 45.73098274615385
+ ],
+ [
+ 4.835376646153846,
+ 45.730970746153844
+ ],
+ [
+ 4.835502946153846,
+ 45.730927146153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.836629246153846,
+ 45.730590146153844
+ ],
+ [
+ 4.836698046153846,
+ 45.730563546153846
+ ],
+ [
+ 4.836742546153846,
+ 45.730544146153846
+ ],
+ [
+ 4.836777046153846,
+ 45.73052804615384
+ ],
+ [
+ 4.836816946153846,
+ 45.73050964615385
+ ],
+ [
+ 4.836896346153846,
+ 45.730480246153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.836896346153846,
+ 45.730480246153846
+ ],
+ [
+ 4.837859046153846,
+ 45.73019044615385
+ ],
+ [
+ 4.837905646153846,
+ 45.73017594615385
+ ],
+ [
+ 4.838025046153846,
+ 45.73014254615384
+ ],
+ [
+ 4.838094446153846,
+ 45.73012354615385
+ ],
+ [
+ 4.838163446153846,
+ 45.730109846153844
+ ],
+ [
+ 4.838221746153846,
+ 45.730099046153846
+ ],
+ [
+ 4.838294146153846,
+ 45.73009204615384
+ ],
+ [
+ 4.839032346153846,
+ 45.730019246153844
+ ],
+ [
+ 4.839762746153846,
+ 45.729971846153845
+ ],
+ [
+ 4.839966246153846,
+ 45.729955346153844
+ ],
+ [
+ 4.840174046153846,
+ 45.729938546153846
+ ],
+ [
+ 4.841846546153846,
+ 45.72980324615384
+ ],
+ [
+ 4.842045746153846,
+ 45.729786946153844
+ ],
+ [
+ 4.842221046153846,
+ 45.72977264615385
+ ],
+ [
+ 4.843250046153846,
+ 45.72969064615385
+ ],
+ [
+ 4.843615546153846,
+ 45.729659846153844
+ ],
+ [
+ 4.8439864461538455,
+ 45.729632046153846
+ ],
+ [
+ 4.845693046153846,
+ 45.72949424615385
+ ],
+ [
+ 4.846034946153846,
+ 45.729464146153845
+ ],
+ [
+ 4.847024046153846,
+ 45.729391746153844
+ ],
+ [
+ 4.847232146153846,
+ 45.72938294615385
+ ],
+ [
+ 4.849192546153846,
+ 45.72938234615385
+ ],
+ [
+ 4.850175846153846,
+ 45.729392446153845
+ ],
+ [
+ 4.850327246153846,
+ 45.729391146153844
+ ],
+ [
+ 4.850492346153846,
+ 45.729382746153846
+ ],
+ [
+ 4.850667246153846,
+ 45.729364446153845
+ ],
+ [
+ 4.850721746153846,
+ 45.72935734615385
+ ],
+ [
+ 4.850871246153846,
+ 45.729340246153846
+ ],
+ [
+ 4.850957346153846,
+ 45.729333546153846
+ ],
+ [
+ 4.851029546153846,
+ 45.72933014615385
+ ],
+ [
+ 4.851137246153846,
+ 45.72933084615384
+ ],
+ [
+ 4.852049146153846,
+ 45.729341946153845
+ ],
+ [
+ 4.852291646153846,
+ 45.72934774615385
+ ],
+ [
+ 4.852551946153846,
+ 45.72938164615385
+ ],
+ [
+ 4.852765046153846,
+ 45.729432046153846
+ ],
+ [
+ 4.853150046153846,
+ 45.72953384615385
+ ],
+ [
+ 4.853513946153846,
+ 45.729631346153845
+ ],
+ [
+ 4.853548546153846,
+ 45.72963954615385
+ ],
+ [
+ 4.853750346153846,
+ 45.729692146153845
+ ],
+ [
+ 4.853911446153846,
+ 45.72972884615385
+ ],
+ [
+ 4.853940146153846,
+ 45.729735346153845
+ ],
+ [
+ 4.853963946153846,
+ 45.72974104615385
+ ],
+ [
+ 4.854387546153846,
+ 45.729842446153846
+ ],
+ [
+ 4.854706046153846,
+ 45.729923346153846
+ ],
+ [
+ 4.855455746153846,
+ 45.73012554615384
+ ],
+ [
+ 4.855479746153846,
+ 45.73013204615385
+ ],
+ [
+ 4.855503746153846,
+ 45.730138546153846
+ ],
+ [
+ 4.856588246153846,
+ 45.730430346153845
+ ],
+ [
+ 4.856705346153846,
+ 45.73046094615385
+ ],
+ [
+ 4.856830746153846,
+ 45.730495346153845
+ ],
+ [
+ 4.858444746153846,
+ 45.73092184615385
+ ],
+ [
+ 4.858474246153846,
+ 45.73092964615385
+ ],
+ [
+ 4.8585089461538455,
+ 45.73093884615385
+ ],
+ [
+ 4.858800946153846,
+ 45.73101604615385
+ ],
+ [
+ 4.859233246153846,
+ 45.731130146153845
+ ],
+ [
+ 4.859250046153846,
+ 45.731133746153844
+ ],
+ [
+ 4.859280246153846,
+ 45.73114014615385
+ ],
+ [
+ 4.859305246153846,
+ 45.731144646153844
+ ],
+ [
+ 4.859372046153846,
+ 45.73115654615385
+ ],
+ [
+ 4.8594201461538455,
+ 45.73115774615385
+ ],
+ [
+ 4.859463746153846,
+ 45.731153246153845
+ ],
+ [
+ 4.859511446153846,
+ 45.731145846153844
+ ],
+ [
+ 4.859540046153846,
+ 45.73113834615385
+ ],
+ [
+ 4.859551946153846,
+ 45.73113524615385
+ ],
+ [
+ 4.859561846153846,
+ 45.731131346153845
+ ],
+ [
+ 4.859597746153846,
+ 45.73111724615384
+ ],
+ [
+ 4.859646146153846,
+ 45.73108744615384
+ ],
+ [
+ 4.859678646153846,
+ 45.73105814615385
+ ],
+ [
+ 4.859715146153846,
+ 45.731000746153846
+ ],
+ [
+ 4.859722046153846,
+ 45.730983046153845
+ ],
+ [
+ 4.859764546153846,
+ 45.73088054615385
+ ],
+ [
+ 4.859831346153846,
+ 45.730719746153845
+ ],
+ [
+ 4.859867746153846,
+ 45.730632246153846
+ ],
+ [
+ 4.859937846153846,
+ 45.73047554615385
+ ],
+ [
+ 4.859979746153846,
+ 45.73038984615385
+ ],
+ [
+ 4.860054046153846,
+ 45.73022644615384
+ ],
+ [
+ 4.860138846153846,
+ 45.730092346153846
+ ],
+ [
+ 4.860482446153846,
+ 45.729582746153845
+ ],
+ [
+ 4.860641846153846,
+ 45.72933844615385
+ ],
+ [
+ 4.860697046153846,
+ 45.729253846153846
+ ],
+ [
+ 4.860811546153846,
+ 45.72908004615385
+ ],
+ [
+ 4.860867646153846,
+ 45.729000146153844
+ ],
+ [
+ 4.861146646153846,
+ 45.72863804615385
+ ],
+ [
+ 4.8617331461538456,
+ 45.72778284615384
+ ],
+ [
+ 4.861789946153846,
+ 45.72769464615384
+ ],
+ [
+ 4.861829046153846,
+ 45.72764344615385
+ ],
+ [
+ 4.861867546153846,
+ 45.72760584615384
+ ],
+ [
+ 4.861911246153846,
+ 45.727573746153844
+ ],
+ [
+ 4.861956446153846,
+ 45.72755464615385
+ ],
+ [
+ 4.861977646153846,
+ 45.72754864615385
+ ],
+ [
+ 4.862030546153846,
+ 45.72753384615385
+ ],
+ [
+ 4.862087346153846,
+ 45.727528746153844
+ ],
+ [
+ 4.862137546153846,
+ 45.727529446153845
+ ],
+ [
+ 4.862179846153846,
+ 45.72753414615384
+ ],
+ [
+ 4.862214646153846,
+ 45.72754074615385
+ ],
+ [
+ 4.862755446153846,
+ 45.72771884615385
+ ],
+ [
+ 4.863110246153846,
+ 45.72783314615385
+ ],
+ [
+ 4.863210346153846,
+ 45.727869846153844
+ ],
+ [
+ 4.863491246153846,
+ 45.72797724615385
+ ],
+ [
+ 4.864280546153846,
+ 45.72824164615385
+ ],
+ [
+ 4.8653117461538455,
+ 45.728596546153845
+ ],
+ [
+ 4.865466446153846,
+ 45.728646446153846
+ ],
+ [
+ 4.865681046153846,
+ 45.72871664615385
+ ],
+ [
+ 4.865722246153846,
+ 45.728729746153846
+ ],
+ [
+ 4.865859946153846,
+ 45.72876964615384
+ ],
+ [
+ 4.865967646153846,
+ 45.72880534615385
+ ],
+ [
+ 4.866496446153846,
+ 45.728982046153845
+ ],
+ [
+ 4.866698546153846,
+ 45.72904964615385
+ ],
+ [
+ 4.867073346153846,
+ 45.72917244615385
+ ],
+ [
+ 4.867400646153846,
+ 45.72928554615385
+ ],
+ [
+ 4.867467546153846,
+ 45.729306746153846
+ ],
+ [
+ 4.867521346153846,
+ 45.729323746153845
+ ],
+ [
+ 4.867604946153846,
+ 45.72935204615385
+ ],
+ [
+ 4.867639246153846,
+ 45.72936424615384
+ ],
+ [
+ 4.867714746153846,
+ 45.72939194615385
+ ],
+ [
+ 4.867768546153846,
+ 45.72940984615384
+ ],
+ [
+ 4.867839946153846,
+ 45.729435046153846
+ ],
+ [
+ 4.868495446153846,
+ 45.729662446153846
+ ],
+ [
+ 4.868614946153846,
+ 45.729702546153845
+ ],
+ [
+ 4.868735946153846,
+ 45.72974494615384
+ ],
+ [
+ 4.868984246153846,
+ 45.729827146153845
+ ],
+ [
+ 4.869486246153846,
+ 45.730000446153845
+ ],
+ [
+ 4.871272446153846,
+ 45.730599846153844
+ ],
+ [
+ 4.871482846153846,
+ 45.73067184615385
+ ],
+ [
+ 4.871672646153846,
+ 45.73073644615385
+ ],
+ [
+ 4.873050746153846,
+ 45.73122544615384
+ ],
+ [
+ 4.873407446153846,
+ 45.731344746153844
+ ],
+ [
+ 4.873723546153846,
+ 45.73145094615385
+ ],
+ [
+ 4.873877046153846,
+ 45.731501646153845
+ ],
+ [
+ 4.873996646153846,
+ 45.731541146153845
+ ],
+ [
+ 4.874134346153846,
+ 45.73158664615384
+ ],
+ [
+ 4.875023546153846,
+ 45.73187454615385
+ ],
+ [
+ 4.875563346153846,
+ 45.732062946153846
+ ],
+ [
+ 4.875700746153846,
+ 45.73210944615385
+ ],
+ [
+ 4.875879846153846,
+ 45.732168046153845
+ ],
+ [
+ 4.878142646153846,
+ 45.732946446153846
+ ],
+ [
+ 4.878510246153846,
+ 45.733069146153845
+ ],
+ [
+ 4.878868046153846,
+ 45.73319214615385
+ ],
+ [
+ 4.878986146153846,
+ 45.73323244615385
+ ],
+ [
+ 4.879029846153846,
+ 45.733240546153844
+ ],
+ [
+ 4.879071546153846,
+ 45.733242946153844
+ ],
+ [
+ 4.879149646153846,
+ 45.733244246153845
+ ],
+ [
+ 4.879169646153846,
+ 45.733241246153845
+ ],
+ [
+ 4.879181246153846,
+ 45.733239446153846
+ ],
+ [
+ 4.879244946153846,
+ 45.73322554615385
+ ],
+ [
+ 4.879345146153846,
+ 45.73319904615384
+ ],
+ [
+ 4.880876546153846,
+ 45.73270534615384
+ ],
+ [
+ 4.881082346153846,
+ 45.732631446153846
+ ],
+ [
+ 4.881150146153846,
+ 45.732608346153846
+ ],
+ [
+ 4.881296146153846,
+ 45.732559046153845
+ ],
+ [
+ 4.881457846153846,
+ 45.73250574615385
+ ],
+ [
+ 4.882417246153846,
+ 45.732198546153846
+ ],
+ [
+ 4.882787346153846,
+ 45.73207954615385
+ ],
+ [
+ 4.882944446153846,
+ 45.732030046153845
+ ],
+ [
+ 4.883127246153846,
+ 45.73197254615385
+ ],
+ [
+ 4.883231346153846,
+ 45.73193974615385
+ ],
+ [
+ 4.884984746153846,
+ 45.731369746153845
+ ],
+ [
+ 4.885742046153846,
+ 45.731128846153844
+ ],
+ [
+ 4.885905346153846,
+ 45.73107444615385
+ ],
+ [
+ 4.886056246153846,
+ 45.73102454615385
+ ],
+ [
+ 4.886835946153846,
+ 45.73076794615385
+ ],
+ [
+ 4.887113146153846,
+ 45.730683946153846
+ ],
+ [
+ 4.887208846153846,
+ 45.73065484615385
+ ],
+ [
+ 4.887237046153846,
+ 45.73064634615385
+ ],
+ [
+ 4.887250346153846,
+ 45.73064164615385
+ ],
+ [
+ 4.887378646153846,
+ 45.73059854615384
+ ],
+ [
+ 4.887457146153846,
+ 45.73058384615385
+ ],
+ [
+ 4.887532346153846,
+ 45.73058394615384
+ ],
+ [
+ 4.887596846153846,
+ 45.730593846153845
+ ],
+ [
+ 4.887668946153846,
+ 45.730615046153844
+ ],
+ [
+ 4.887715246153846,
+ 45.73063664615385
+ ],
+ [
+ 4.887761146153846,
+ 45.73066484615384
+ ],
+ [
+ 4.887789146153846,
+ 45.73069094615384
+ ],
+ [
+ 4.887828346153846,
+ 45.73073724615384
+ ],
+ [
+ 4.887842646153846,
+ 45.73076214615384
+ ],
+ [
+ 4.887861446153846,
+ 45.730803046153845
+ ],
+ [
+ 4.887890346153846,
+ 45.730880746153844
+ ],
+ [
+ 4.888024746153846,
+ 45.73129894615385
+ ],
+ [
+ 4.888034646153846,
+ 45.73132994615385
+ ],
+ [
+ 4.888153946153846,
+ 45.73168794615385
+ ],
+ [
+ 4.888231346153846,
+ 45.731920646153846
+ ],
+ [
+ 4.888237446153846,
+ 45.731939946153844
+ ],
+ [
+ 4.888274746153846,
+ 45.73205694615385
+ ],
+ [
+ 4.888342746153846,
+ 45.73227164615385
+ ],
+ [
+ 4.888470646153846,
+ 45.73264034615384
+ ],
+ [
+ 4.888683246153846,
+ 45.733094046153845
+ ],
+ [
+ 4.889009746153846,
+ 45.73372654615385
+ ],
+ [
+ 4.889542746153846,
+ 45.73472434615385
+ ],
+ [
+ 4.889715946153846,
+ 45.735054346153845
+ ],
+ [
+ 4.889777246153846,
+ 45.73515734615385
+ ],
+ [
+ 4.889842746153846,
+ 45.735261146153846
+ ],
+ [
+ 4.890018346153846,
+ 45.73554534615385
+ ],
+ [
+ 4.890149846153846,
+ 45.73575644615384
+ ],
+ [
+ 4.890161846153846,
+ 45.735776746153846
+ ],
+ [
+ 4.890415646153846,
+ 45.73619214615385
+ ],
+ [
+ 4.890867446153846,
+ 45.73693024615385
+ ],
+ [
+ 4.890869846153846,
+ 45.73693354615384
+ ],
+ [
+ 4.890920646153846,
+ 45.737015946153846
+ ],
+ [
+ 4.890986846153846,
+ 45.73712244615385
+ ],
+ [
+ 4.891001046153846,
+ 45.73714564615385
+ ],
+ [
+ 4.891935646153846,
+ 45.73866944615384
+ ],
+ [
+ 4.891947446153846,
+ 45.73869004615385
+ ],
+ [
+ 4.892018646153846,
+ 45.73881394615385
+ ],
+ [
+ 4.892061346153846,
+ 45.73889124615385
+ ],
+ [
+ 4.892078746153846,
+ 45.73892164615385
+ ],
+ [
+ 4.892100946153846,
+ 45.738965846153846
+ ],
+ [
+ 4.892136746153846,
+ 45.73902824615384
+ ],
+ [
+ 4.892148246153846,
+ 45.73904494615385
+ ],
+ [
+ 4.892166746153846,
+ 45.73907484615385
+ ],
+ [
+ 4.892204746153846,
+ 45.739142646153844
+ ],
+ [
+ 4.892222546153846,
+ 45.739174946153845
+ ],
+ [
+ 4.892446446153846,
+ 45.739559146153844
+ ],
+ [
+ 4.892571946153846,
+ 45.73978884615384
+ ],
+ [
+ 4.892707046153846,
+ 45.74003134615385
+ ],
+ [
+ 4.892883046153846,
+ 45.74040464615385
+ ],
+ [
+ 4.893063446153846,
+ 45.740746546153844
+ ],
+ [
+ 4.893482746153846,
+ 45.74153724615385
+ ],
+ [
+ 4.8936064461538455,
+ 45.741757246153846
+ ],
+ [
+ 4.893648446153846,
+ 45.74182324615385
+ ],
+ [
+ 4.893679446153846,
+ 45.74186134615385
+ ],
+ [
+ 4.893800346153846,
+ 45.74199464615385
+ ],
+ [
+ 4.893865946153846,
+ 45.742074646153846
+ ],
+ [
+ 4.893891346153846,
+ 45.742104446153846
+ ],
+ [
+ 4.893927146153846,
+ 45.74214794615384
+ ],
+ [
+ 4.893983246153846,
+ 45.74225074615384
+ ],
+ [
+ 4.894134146153846,
+ 45.742532346153844
+ ],
+ [
+ 4.894290046153846,
+ 45.74282394615385
+ ],
+ [
+ 4.894390846153846,
+ 45.74300644615385
+ ],
+ [
+ 4.894518646153846,
+ 45.74319054615385
+ ],
+ [
+ 4.894612446153846,
+ 45.743301546153845
+ ],
+ [
+ 4.894721946153846,
+ 45.743436446153844
+ ],
+ [
+ 4.894812846153846,
+ 45.74355174615385
+ ],
+ [
+ 4.894892446153846,
+ 45.743665146153845
+ ],
+ [
+ 4.894955946153846,
+ 45.74378104615385
+ ],
+ [
+ 4.895023846153846,
+ 45.743901646153844
+ ],
+ [
+ 4.895460546153846,
+ 45.74469714615385
+ ],
+ [
+ 4.895546446153846,
+ 45.744889246153846
+ ],
+ [
+ 4.895784746153846,
+ 45.74533694615385
+ ],
+ [
+ 4.896190146153846,
+ 45.746098546153846
+ ],
+ [
+ 4.896241046153846,
+ 45.746193946153845
+ ],
+ [
+ 4.896279046153846,
+ 45.74626534615385
+ ],
+ [
+ 4.896366646153846,
+ 45.74643014615385
+ ],
+ [
+ 4.896485146153846,
+ 45.746649446153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.836629246153846,
+ 45.730590146153844
+ ],
+ [
+ 4.836494446153846,
+ 45.730630446153846
+ ],
+ [
+ 4.835621946153846,
+ 45.73089154615385
+ ],
+ [
+ 4.835502946153846,
+ 45.730927146153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.896824846153846,
+ 45.74752144615385
+ ],
+ [
+ 4.896777946153846,
+ 45.74731914615385
+ ],
+ [
+ 4.896768346153846,
+ 45.74728034615384
+ ],
+ [
+ 4.896751646153846,
+ 45.747203846153845
+ ],
+ [
+ 4.896730746153846,
+ 45.74713834615385
+ ],
+ [
+ 4.896701446153846,
+ 45.747064746153846
+ ],
+ [
+ 4.896668346153846,
+ 45.74699484615385
+ ],
+ [
+ 4.896626746153846,
+ 45.74691474615385
+ ],
+ [
+ 4.896562846153846,
+ 45.74679864615385
+ ],
+ [
+ 4.896519746153846,
+ 45.74671534615385
+ ],
+ [
+ 4.896485146153846,
+ 45.746649446153846
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.876517746153846,
+ 45.77676144615385
+ ],
+ [
+ 4.876490146153846,
+ 45.776762946153845
+ ],
+ [
+ 4.876454246153846,
+ 45.77676314615385
+ ],
+ [
+ 4.876415846153846,
+ 45.776761846153846
+ ],
+ [
+ 4.876391946153846,
+ 45.776760546153845
+ ],
+ [
+ 4.876368046153846,
+ 45.77675904615385
+ ],
+ [
+ 4.876327446153846,
+ 45.77675654615385
+ ],
+ [
+ 4.876203146153846,
+ 45.77674874615385
+ ],
+ [
+ 4.875400946153846,
+ 45.77669874615385
+ ],
+ [
+ 4.875313046153846,
+ 45.77669324615385
+ ],
+ [
+ 4.875238246153846,
+ 45.77668854615385
+ ],
+ [
+ 4.875207346153846,
+ 45.77668654615385
+ ],
+ [
+ 4.875183546153846,
+ 45.776685046153844
+ ],
+ [
+ 4.875163546153846,
+ 45.77668374615384
+ ],
+ [
+ 4.875159146153846,
+ 45.77668344615385
+ ],
+ [
+ 4.875063246153846,
+ 45.776676746153846
+ ],
+ [
+ 4.875058746153846,
+ 45.77667644615384
+ ],
+ [
+ 4.875038746153846,
+ 45.77667504615385
+ ],
+ [
+ 4.875015046153846,
+ 45.77667324615385
+ ],
+ [
+ 4.874984146153846,
+ 45.77667094615384
+ ],
+ [
+ 4.874909546153846,
+ 45.77666524615385
+ ],
+ [
+ 4.874323546153846,
+ 45.776620646153845
+ ],
+ [
+ 4.874310846153846,
+ 45.77661974615385
+ ],
+ [
+ 4.874268546153846,
+ 45.77661664615385
+ ],
+ [
+ 4.874236546153846,
+ 45.776614546153844
+ ],
+ [
+ 4.874206746153846,
+ 45.77661304615385
+ ],
+ [
+ 4.874177846153846,
+ 45.77661194615385
+ ],
+ [
+ 4.874153646153846,
+ 45.776611546153845
+ ],
+ [
+ 4.874128646153846,
+ 45.776611546153845
+ ],
+ [
+ 4.874106446153846,
+ 45.77661204615384
+ ],
+ [
+ 4.874076846153846,
+ 45.776613446153846
+ ],
+ [
+ 4.874047846153846,
+ 45.77661564615384
+ ],
+ [
+ 4.874037146153846,
+ 45.776616946153844
+ ],
+ [
+ 4.874004446153846,
+ 45.77662144615385
+ ],
+ [
+ 4.873966846153846,
+ 45.77662874615385
+ ],
+ [
+ 4.873930846153846,
+ 45.77663794615385
+ ],
+ [
+ 4.873895946153846,
+ 45.776649146153844
+ ],
+ [
+ 4.873862546153846,
+ 45.77666224615385
+ ],
+ [
+ 4.873835946153846,
+ 45.776674846153846
+ ],
+ [
+ 4.873800846153846,
+ 45.77669394615385
+ ],
+ [
+ 4.873772846153846,
+ 45.77671224615385
+ ],
+ [
+ 4.873746246153846,
+ 45.77673284615385
+ ],
+ [
+ 4.873734746153846,
+ 45.776742946153846
+ ],
+ [
+ 4.873724546153846,
+ 45.77675244615384
+ ],
+ [
+ 4.873715046153846,
+ 45.77676194615385
+ ],
+ [
+ 4.873707046153846,
+ 45.77677054615385
+ ],
+ [
+ 4.873698846153846,
+ 45.77677984615384
+ ],
+ [
+ 4.873690346153846,
+ 45.77678984615385
+ ],
+ [
+ 4.873679846153846,
+ 45.77680324615385
+ ],
+ [
+ 4.873642046153846,
+ 45.77685944615384
+ ],
+ [
+ 4.873601846153846,
+ 45.77693154615385
+ ],
+ [
+ 4.873422646153846,
+ 45.77726564615384
+ ],
+ [
+ 4.873092046153846,
+ 45.77788214615384
+ ],
+ [
+ 4.872990546153846,
+ 45.778071346153844
+ ],
+ [
+ 4.872970646153846,
+ 45.778108546153845
+ ],
+ [
+ 4.872938746153846,
+ 45.778169846153844
+ ],
+ [
+ 4.872912646153846,
+ 45.778222946153846
+ ],
+ [
+ 4.872867146153846,
+ 45.77832294615384
+ ],
+ [
+ 4.872688746153846,
+ 45.778723346153846
+ ],
+ [
+ 4.872680946153846,
+ 45.778740746153844
+ ],
+ [
+ 4.872669546153846,
+ 45.77876614615385
+ ],
+ [
+ 4.872652346153846,
+ 45.778802846153845
+ ],
+ [
+ 4.872639246153846,
+ 45.77882824615384
+ ],
+ [
+ 4.872607446153846,
+ 45.77888024615385
+ ],
+ [
+ 4.872595046153846,
+ 45.778897846153846
+ ],
+ [
+ 4.872575646153846,
+ 45.778923246153845
+ ],
+ [
+ 4.872552446153846,
+ 45.778951846153845
+ ],
+ [
+ 4.872533346153846,
+ 45.778974846153844
+ ],
+ [
+ 4.872524346153846,
+ 45.77898564615385
+ ],
+ [
+ 4.872500546153846,
+ 45.77901414615385
+ ],
+ [
+ 4.872433346153846,
+ 45.77909454615384
+ ],
+ [
+ 4.872372046153846,
+ 45.77916794615385
+ ],
+ [
+ 4.872360746153846,
+ 45.77918154615384
+ ],
+ [
+ 4.872353846153846,
+ 45.77918994615385
+ ],
+ [
+ 4.872341246153846,
+ 45.77920504615385
+ ],
+ [
+ 4.872317646153846,
+ 45.77923424615385
+ ],
+ [
+ 4.872300646153846,
+ 45.779256446153845
+ ],
+ [
+ 4.872284046153846,
+ 45.77927974615385
+ ],
+ [
+ 4.872262946153846,
+ 45.77931334615385
+ ],
+ [
+ 4.872253846153846,
+ 45.77932964615385
+ ],
+ [
+ 4.872243446153846,
+ 45.77934964615385
+ ],
+ [
+ 4.872228946153846,
+ 45.77938014615385
+ ],
+ [
+ 4.872213146153846,
+ 45.77941534615385
+ ],
+ [
+ 4.872168346153846,
+ 45.779516646153844
+ ],
+ [
+ 4.872137946153846,
+ 45.77958214615385
+ ],
+ [
+ 4.872029246153846,
+ 45.779831046153845
+ ],
+ [
+ 4.872015546153846,
+ 45.779862046153845
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.880357646153846,
+ 45.769453246153844
+ ],
+ [
+ 4.880362246153846,
+ 45.769478146153844
+ ],
+ [
+ 4.880365346153846,
+ 45.769503246153846
+ ],
+ [
+ 4.880367546153846,
+ 45.76952964615385
+ ],
+ [
+ 4.880368546153846,
+ 45.76954734615384
+ ],
+ [
+ 4.880369746153846,
+ 45.76957144615385
+ ],
+ [
+ 4.880396946153846,
+ 45.77018084615385
+ ],
+ [
+ 4.880405346153846,
+ 45.77037004615384
+ ],
+ [
+ 4.880406946153846,
+ 45.77040624615385
+ ],
+ [
+ 4.880407946153846,
+ 45.770429746153845
+ ],
+ [
+ 4.8804081461538455,
+ 45.77045314615385
+ ],
+ [
+ 4.880407546153846,
+ 45.770470446153844
+ ],
+ [
+ 4.880406146153846,
+ 45.770485646153844
+ ],
+ [
+ 4.880405046153846,
+ 45.77049344615384
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.880405046153846,
+ 45.77049344615384
+ ],
+ [
+ 4.880400846153846,
+ 45.77051394615385
+ ],
+ [
+ 4.880395346153846,
+ 45.770531446153846
+ ],
+ [
+ 4.880393746153846,
+ 45.77053534615385
+ ],
+ [
+ 4.880388146153846,
+ 45.77054864615385
+ ],
+ [
+ 4.880383146153846,
+ 45.77055794615384
+ ],
+ [
+ 4.880379146153846,
+ 45.770565446153846
+ ],
+ [
+ 4.880368546153846,
+ 45.770581746153844
+ ],
+ [
+ 4.880356246153846,
+ 45.770597546153844
+ ],
+ [
+ 4.880342446153846,
+ 45.77061264615384
+ ],
+ [
+ 4.880327146153846,
+ 45.77062694615385
+ ],
+ [
+ 4.880310446153846,
+ 45.77064054615385
+ ],
+ [
+ 4.880292446153846,
+ 45.77065334615384
+ ],
+ [
+ 4.880273146153846,
+ 45.770665146153846
+ ],
+ [
+ 4.880252646153846,
+ 45.770675946153844
+ ],
+ [
+ 4.880231246153846,
+ 45.770685746153845
+ ],
+ [
+ 4.880208846153846,
+ 45.77069444615385
+ ],
+ [
+ 4.880185646153846,
+ 45.77070204615384
+ ],
+ [
+ 4.880161646153846,
+ 45.77070844615385
+ ],
+ [
+ 4.880137146153846,
+ 45.770713646153844
+ ],
+ [
+ 4.880104346153846,
+ 45.77071874615385
+ ],
+ [
+ 4.880081546153846,
+ 45.770721146153846
+ ],
+ [
+ 4.880058946153846,
+ 45.77072304615385
+ ],
+ [
+ 4.880031546153846,
+ 45.77072454615384
+ ],
+ [
+ 4.880007946153846,
+ 45.77072554615385
+ ],
+ [
+ 4.879984246153846,
+ 45.77072634615384
+ ],
+ [
+ 4.8798171461538455,
+ 45.770731946153845
+ ],
+ [
+ 4.879789946153846,
+ 45.77073284615385
+ ],
+ [
+ 4.879762746153846,
+ 45.77073394615385
+ ],
+ [
+ 4.879731146153846,
+ 45.770735746153846
+ ],
+ [
+ 4.879705046153846,
+ 45.77073784615384
+ ],
+ [
+ 4.879681446153846,
+ 45.770740446153845
+ ],
+ [
+ 4.879659246153846,
+ 45.770743446153844
+ ],
+ [
+ 4.879637946153846,
+ 45.770747146153845
+ ],
+ [
+ 4.879614046153846,
+ 45.77075224615385
+ ],
+ [
+ 4.879590246153846,
+ 45.770758746153845
+ ],
+ [
+ 4.879562646153846,
+ 45.77076824615384
+ ],
+ [
+ 4.879536346153846,
+ 45.77077954615385
+ ],
+ [
+ 4.879511746153846,
+ 45.77079254615385
+ ],
+ [
+ 4.879489046153846,
+ 45.77080714615385
+ ],
+ [
+ 4.879468446153846,
+ 45.770823246153846
+ ],
+ [
+ 4.879450146153846,
+ 45.77084054615385
+ ],
+ [
+ 4.879434346153846,
+ 45.770859046153845
+ ],
+ [
+ 4.879420446153846,
+ 45.770879646153844
+ ],
+ [
+ 4.879413246153846,
+ 45.77089294615384
+ ],
+ [
+ 4.879406646153846,
+ 45.77090794615385
+ ],
+ [
+ 4.879401046153846,
+ 45.77092384615385
+ ],
+ [
+ 4.879395546153846,
+ 45.77094444615385
+ ],
+ [
+ 4.879391846153846,
+ 45.77096384615385
+ ],
+ [
+ 4.879389246153846,
+ 45.770983746153846
+ ],
+ [
+ 4.879387346153846,
+ 45.77100464615385
+ ],
+ [
+ 4.879386446153846,
+ 45.77101854615385
+ ],
+ [
+ 4.879385446153846,
+ 45.77103764615384
+ ],
+ [
+ 4.879375946153846,
+ 45.771223846153845
+ ],
+ [
+ 4.879361646153846,
+ 45.771505446153846
+ ],
+ [
+ 4.879360546153846,
+ 45.77152464615384
+ ],
+ [
+ 4.879358946153846,
+ 45.771548446153844
+ ],
+ [
+ 4.879356346153846,
+ 45.77157204615384
+ ],
+ [
+ 4.879353146153846,
+ 45.77159134615385
+ ],
+ [
+ 4.879348046153846,
+ 45.77161284615384
+ ],
+ [
+ 4.879335446153846,
+ 45.77164804615385
+ ],
+ [
+ 4.879327446153846,
+ 45.77166484615385
+ ],
+ [
+ 4.879318046153846,
+ 45.77168184615385
+ ],
+ [
+ 4.879306246153846,
+ 45.771701246153846
+ ],
+ [
+ 4.879295746153846,
+ 45.77171724615385
+ ],
+ [
+ 4.879274946153846,
+ 45.77174724615384
+ ],
+ [
+ 4.879263746153846,
+ 45.771763246153846
+ ],
+ [
+ 4.879227346153846,
+ 45.77181514615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.879227346153846,
+ 45.77181514615385
+ ],
+ [
+ 4.879207946153846,
+ 45.771842846153845
+ ],
+ [
+ 4.879196446153846,
+ 45.77185944615385
+ ],
+ [
+ 4.879178046153846,
+ 45.77188684615385
+ ],
+ [
+ 4.879164146153846,
+ 45.77190984615385
+ ],
+ [
+ 4.879150346153846,
+ 45.771937146153846
+ ],
+ [
+ 4.879143046153846,
+ 45.77195554615385
+ ],
+ [
+ 4.879136546153846,
+ 45.77197694615385
+ ],
+ [
+ 4.879132346153846,
+ 45.77199524615384
+ ],
+ [
+ 4.879127746153846,
+ 45.77202204615384
+ ],
+ [
+ 4.879123146153846,
+ 45.77205884615385
+ ],
+ [
+ 4.879097146153846,
+ 45.772284246153845
+ ],
+ [
+ 4.879095446153846,
+ 45.772298846153845
+ ],
+ [
+ 4.879073046153846,
+ 45.77249244615385
+ ],
+ [
+ 4.879063246153846,
+ 45.77257714615384
+ ],
+ [
+ 4.879037546153846,
+ 45.772799346153846
+ ],
+ [
+ 4.879013646153846,
+ 45.773006646153846
+ ],
+ [
+ 4.879008746153846,
+ 45.77304944615385
+ ],
+ [
+ 4.879006746153846,
+ 45.77306714615385
+ ],
+ [
+ 4.879004146153846,
+ 45.773092246153844
+ ],
+ [
+ 4.879001946153846,
+ 45.773114246153845
+ ],
+ [
+ 4.879000246153846,
+ 45.77313154615385
+ ],
+ [
+ 4.878997746153846,
+ 45.773160546153846
+ ],
+ [
+ 4.878997246153846,
+ 45.77316674615385
+ ],
+ [
+ 4.878991646153846,
+ 45.77323994615384
+ ],
+ [
+ 4.878985346153846,
+ 45.773322746153845
+ ],
+ [
+ 4.878981246153846,
+ 45.77337774615385
+ ],
+ [
+ 4.878978946153846,
+ 45.773404846153845
+ ],
+ [
+ 4.878975746153846,
+ 45.77343854615385
+ ],
+ [
+ 4.878973346153846,
+ 45.77345994615385
+ ],
+ [
+ 4.878970446153846,
+ 45.773483846153844
+ ],
+ [
+ 4.878965446153846,
+ 45.77352074615385
+ ],
+ [
+ 4.878960146153846,
+ 45.77355764615385
+ ],
+ [
+ 4.878941346153846,
+ 45.77368684615384
+ ],
+ [
+ 4.878936046153846,
+ 45.77372304615385
+ ],
+ [
+ 4.878932546153846,
+ 45.773747146153845
+ ],
+ [
+ 4.878841146153846,
+ 45.774375946153846
+ ],
+ [
+ 4.878834546153846,
+ 45.774421446153845
+ ],
+ [
+ 4.878828246153846,
+ 45.77446494615385
+ ],
+ [
+ 4.878743146153846,
+ 45.775049546153845
+ ],
+ [
+ 4.878737146153846,
+ 45.77509064615385
+ ],
+ [
+ 4.878734146153846,
+ 45.775111546153845
+ ],
+ [
+ 4.878731746153846,
+ 45.775127346153845
+ ],
+ [
+ 4.878729246153846,
+ 45.775143146153844
+ ],
+ [
+ 4.878727746153846,
+ 45.775150546153846
+ ],
+ [
+ 4.878725646153846,
+ 45.775161446153845
+ ],
+ [
+ 4.878722546153846,
+ 45.77517464615384
+ ],
+ [
+ 4.878718946153846,
+ 45.775187046153846
+ ],
+ [
+ 4.878714846153846,
+ 45.77519894615384
+ ],
+ [
+ 4.878710146153846,
+ 45.77521054615384
+ ],
+ [
+ 4.878706846153846,
+ 45.77521754615385
+ ],
+ [
+ 4.878694346153846,
+ 45.775239246153845
+ ],
+ [
+ 4.878678846153846,
+ 45.775260046153846
+ ],
+ [
+ 4.878669346153846,
+ 45.77527074615384
+ ],
+ [
+ 4.878656246153846,
+ 45.775283746153846
+ ],
+ [
+ 4.878644046153846,
+ 45.77529474615385
+ ],
+ [
+ 4.878632346153846,
+ 45.77530464615385
+ ],
+ [
+ 4.878619346153846,
+ 45.77531494615385
+ ],
+ [
+ 4.878603446153846,
+ 45.77532704615385
+ ],
+ [
+ 4.878596946153846,
+ 45.77533184615385
+ ],
+ [
+ 4.878581346153846,
+ 45.775343346153846
+ ],
+ [
+ 4.877343446153846,
+ 45.77624904615384
+ ],
+ [
+ 4.877061846153846,
+ 45.77645514615384
+ ],
+ [
+ 4.876802746153846,
+ 45.77664474615385
+ ],
+ [
+ 4.876786146153846,
+ 45.77665684615385
+ ],
+ [
+ 4.876769346153846,
+ 45.77666884615385
+ ],
+ [
+ 4.876746146153846,
+ 45.776684646153846
+ ],
+ [
+ 4.876720146153846,
+ 45.77670074615384
+ ],
+ [
+ 4.876699046153846,
+ 45.77671234615384
+ ],
+ [
+ 4.876688846153846,
+ 45.776717346153845
+ ],
+ [
+ 4.876650346153846,
+ 45.77673354615385
+ ],
+ [
+ 4.876643246153846,
+ 45.77673574615385
+ ],
+ [
+ 4.876609246153846,
+ 45.77674634615384
+ ],
+ [
+ 4.876566246153846,
+ 45.776755646153845
+ ],
+ [
+ 4.876517746153846,
+ 45.77676144615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.890248746153846,
+ 45.75941374615385
+ ],
+ [
+ 4.889140946153846,
+ 45.75925634615385
+ ],
+ [
+ 4.889028446153846,
+ 45.759240346153845
+ ],
+ [
+ 4.888985546153846,
+ 45.759234246153845
+ ],
+ [
+ 4.888900746153846,
+ 45.759220946153846
+ ],
+ [
+ 4.888837346153846,
+ 45.75920954615385
+ ],
+ [
+ 4.888768346153846,
+ 45.75919554615385
+ ],
+ [
+ 4.888743846153846,
+ 45.75919014615385
+ ],
+ [
+ 4.888598846153846,
+ 45.759158246153845
+ ],
+ [
+ 4.888321446153846,
+ 45.75909714615385
+ ],
+ [
+ 4.887962346153846,
+ 45.75901804615385
+ ],
+ [
+ 4.887817246153846,
+ 45.758986046153844
+ ],
+ [
+ 4.887724946153846,
+ 45.758964946153846
+ ],
+ [
+ 4.887650246153846,
+ 45.75894644615384
+ ],
+ [
+ 4.887454246153846,
+ 45.758893046153844
+ ],
+ [
+ 4.886992146153846,
+ 45.758767246153845
+ ],
+ [
+ 4.886966546153846,
+ 45.75876014615385
+ ],
+ [
+ 4.886728346153846,
+ 45.758695446153844
+ ],
+ [
+ 4.886415146153846,
+ 45.75861014615385
+ ],
+ [
+ 4.885379246153846,
+ 45.75832804615385
+ ],
+ [
+ 4.885261346153846,
+ 45.758294346153846
+ ],
+ [
+ 4.885238846153846,
+ 45.75828784615385
+ ],
+ [
+ 4.885158046153846,
+ 45.75826354615385
+ ],
+ [
+ 4.885008746153846,
+ 45.75821864615384
+ ],
+ [
+ 4.884930546153846,
+ 45.758195146153845
+ ],
+ [
+ 4.884814746153846,
+ 45.75816024615385
+ ],
+ [
+ 4.884642646153846,
+ 45.758112446153845
+ ],
+ [
+ 4.884485446153846,
+ 45.758072846153844
+ ],
+ [
+ 4.884048146153846,
+ 45.75796504615385
+ ],
+ [
+ 4.883784146153846,
+ 45.75789984615385
+ ],
+ [
+ 4.883241846153846,
+ 45.75776614615385
+ ],
+ [
+ 4.883175446153846,
+ 45.75775094615385
+ ],
+ [
+ 4.883119746153846,
+ 45.757739646153844
+ ],
+ [
+ 4.883080846153846,
+ 45.757732946153844
+ ],
+ [
+ 4.883056046153846,
+ 45.75772954615385
+ ],
+ [
+ 4.883018546153846,
+ 45.757724446153844
+ ],
+ [
+ 4.882955546153846,
+ 45.75771864615385
+ ],
+ [
+ 4.882926746153846,
+ 45.757717246153845
+ ],
+ [
+ 4.882892246153846,
+ 45.75771564615385
+ ],
+ [
+ 4.882828746153846,
+ 45.757715346153844
+ ],
+ [
+ 4.882765246153846,
+ 45.757717746153844
+ ],
+ [
+ 4.882702246153846,
+ 45.75772284615385
+ ],
+ [
+ 4.882639646153846,
+ 45.75773074615385
+ ],
+ [
+ 4.882578046153846,
+ 45.75774134615384
+ ],
+ [
+ 4.882514446153846,
+ 45.75775504615385
+ ],
+ [
+ 4.882446446153846,
+ 45.75777234615384
+ ],
+ [
+ 4.882133746153846,
+ 45.757861346153845
+ ],
+ [
+ 4.881595946153846,
+ 45.75801424615385
+ ],
+ [
+ 4.880953746153846,
+ 45.758196946153845
+ ],
+ [
+ 4.880874146153846,
+ 45.758220746153846
+ ],
+ [
+ 4.880839346153846,
+ 45.758232846153845
+ ],
+ [
+ 4.8808097461538456,
+ 45.75824484615384
+ ],
+ [
+ 4.880781646153846,
+ 45.75825814615384
+ ],
+ [
+ 4.880757746153846,
+ 45.758271646153844
+ ],
+ [
+ 4.880724446153846,
+ 45.75829524615384
+ ],
+ [
+ 4.880696246153846,
+ 45.75832194615385
+ ],
+ [
+ 4.880673746153846,
+ 45.75835124615384
+ ],
+ [
+ 4.880656446153846,
+ 45.758384946153846
+ ],
+ [
+ 4.880646246153846,
+ 45.75842044615385
+ ],
+ [
+ 4.880641846153846,
+ 45.758460746153844
+ ],
+ [
+ 4.880643146153846,
+ 45.75850964615385
+ ],
+ [
+ 4.880685446153846,
+ 45.758961946153846
+ ],
+ [
+ 4.880716746153846,
+ 45.75929594615385
+ ],
+ [
+ 4.880790746153846,
+ 45.76008694615385
+ ],
+ [
+ 4.880797246153846,
+ 45.76015584615384
+ ],
+ [
+ 4.880872246153846,
+ 45.76095724615384
+ ],
+ [
+ 4.880879146153846,
+ 45.76105574615384
+ ],
+ [
+ 4.880879946153846,
+ 45.76113884615385
+ ],
+ [
+ 4.880876746153846,
+ 45.76120714615384
+ ],
+ [
+ 4.880871246153846,
+ 45.76127824615384
+ ],
+ [
+ 4.880870146153846,
+ 45.76129214615385
+ ],
+ [
+ 4.880822146153846,
+ 45.76186254615384
+ ],
+ [
+ 4.880818946153846,
+ 45.761901046153845
+ ],
+ [
+ 4.880813646153846,
+ 45.76195234615385
+ ],
+ [
+ 4.880807746153846,
+ 45.76201004615385
+ ],
+ [
+ 4.880806546153846,
+ 45.762021446153845
+ ],
+ [
+ 4.880800446153846,
+ 45.762068146153844
+ ],
+ [
+ 4.880764746153846,
+ 45.762342946153844
+ ],
+ [
+ 4.880737546153846,
+ 45.762552846153845
+ ],
+ [
+ 4.880582946153846,
+ 45.76374304615385
+ ],
+ [
+ 4.880457146153846,
+ 45.76471214615385
+ ],
+ [
+ 4.880448846153846,
+ 45.76477604615385
+ ],
+ [
+ 4.880435746153846,
+ 45.76487684615385
+ ],
+ [
+ 4.880405646153846,
+ 45.76510794615385
+ ],
+ [
+ 4.880392046153846,
+ 45.765212946153845
+ ],
+ [
+ 4.880368946153846,
+ 45.76540494615384
+ ],
+ [
+ 4.880365546153846,
+ 45.765433046153845
+ ],
+ [
+ 4.880351446153846,
+ 45.76560914615385
+ ],
+ [
+ 4.880337846153846,
+ 45.76583814615385
+ ],
+ [
+ 4.880333446153846,
+ 45.76591304615385
+ ],
+ [
+ 4.880309146153846,
+ 45.76632234615385
+ ],
+ [
+ 4.880304646153846,
+ 45.76639874615385
+ ],
+ [
+ 4.880277446153846,
+ 45.766898346153845
+ ],
+ [
+ 4.880253346153846,
+ 45.767339846153845
+ ],
+ [
+ 4.880245346153846,
+ 45.76754134615385
+ ],
+ [
+ 4.880242146153846,
+ 45.767621846153844
+ ],
+ [
+ 4.880237346153846,
+ 45.76788424615385
+ ],
+ [
+ 4.880237946153846,
+ 45.768146646153845
+ ],
+ [
+ 4.880239746153846,
+ 45.768225646153844
+ ],
+ [
+ 4.880241446153846,
+ 45.768298046153845
+ ],
+ [
+ 4.880243246153846,
+ 45.768375946153846
+ ],
+ [
+ 4.880244046153846,
+ 45.76840894615385
+ ],
+ [
+ 4.880263646153846,
+ 45.768925046153846
+ ],
+ [
+ 4.880271646153846,
+ 45.76913634615384
+ ],
+ [
+ 4.880275446153846,
+ 45.76918234615385
+ ],
+ [
+ 4.880283246153846,
+ 45.769221746153846
+ ],
+ [
+ 4.880295246153846,
+ 45.76926214615385
+ ],
+ [
+ 4.880308246153846,
+ 45.769299446153845
+ ],
+ [
+ 4.880334746153846,
+ 45.769375546153846
+ ],
+ [
+ 4.880338346153846,
+ 45.769385846153845
+ ],
+ [
+ 4.880357646153846,
+ 45.769453246153844
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.896824846153846,
+ 45.74752144615385
+ ],
+ [
+ 4.896886546153846,
+ 45.74777884615385
+ ],
+ [
+ 4.896888246153846,
+ 45.747787046153846
+ ],
+ [
+ 4.896894546153846,
+ 45.74781834615385
+ ],
+ [
+ 4.896898246153846,
+ 45.747844746153845
+ ],
+ [
+ 4.896899146153846,
+ 45.747850746153844
+ ],
+ [
+ 4.896901346153846,
+ 45.74788324615385
+ ],
+ [
+ 4.896901446153846,
+ 45.747920046153844
+ ],
+ [
+ 4.896898546153846,
+ 45.747975346153844
+ ],
+ [
+ 4.896893346153846,
+ 45.748076946153844
+ ],
+ [
+ 4.896891646153846,
+ 45.748109746153844
+ ],
+ [
+ 4.896890146153846,
+ 45.74816364615385
+ ],
+ [
+ 4.896891846153846,
+ 45.74821044615385
+ ],
+ [
+ 4.896892146153846,
+ 45.74821844615385
+ ],
+ [
+ 4.896899246153846,
+ 45.74828204615385
+ ],
+ [
+ 4.896978146153846,
+ 45.74883234615385
+ ],
+ [
+ 4.897139346153846,
+ 45.749867046153845
+ ],
+ [
+ 4.897147946153846,
+ 45.749922246153844
+ ],
+ [
+ 4.897149346153846,
+ 45.749930346153846
+ ],
+ [
+ 4.897168746153846,
+ 45.75004474615385
+ ],
+ [
+ 4.897190046153846,
+ 45.750135846153846
+ ],
+ [
+ 4.897209646153846,
+ 45.75020164615385
+ ],
+ [
+ 4.897222846153846,
+ 45.750240246153844
+ ],
+ [
+ 4.897276546153846,
+ 45.75038064615384
+ ],
+ [
+ 4.897338146153846,
+ 45.750541446153846
+ ],
+ [
+ 4.897357146153846,
+ 45.750596146153846
+ ],
+ [
+ 4.897374146153846,
+ 45.750652546153844
+ ],
+ [
+ 4.897396346153846,
+ 45.75074154615385
+ ],
+ [
+ 4.897500346153846,
+ 45.75121304615384
+ ],
+ [
+ 4.897514046153846,
+ 45.75126034615385
+ ],
+ [
+ 4.897523246153846,
+ 45.751292346153846
+ ],
+ [
+ 4.897557946153846,
+ 45.75138904615385
+ ],
+ [
+ 4.897655946153846,
+ 45.75165114615385
+ ],
+ [
+ 4.897738646153846,
+ 45.75187244615385
+ ],
+ [
+ 4.897773346153846,
+ 45.75195774615385
+ ],
+ [
+ 4.897805746153846,
+ 45.75202574615385
+ ],
+ [
+ 4.898014846153846,
+ 45.75244174615385
+ ],
+ [
+ 4.898139246153846,
+ 45.75268924615385
+ ],
+ [
+ 4.898146946153846,
+ 45.75270574615384
+ ],
+ [
+ 4.898153946153846,
+ 45.752720546153846
+ ],
+ [
+ 4.898161146153846,
+ 45.75273884615385
+ ],
+ [
+ 4.898165246153846,
+ 45.752749146153846
+ ],
+ [
+ 4.898172746153846,
+ 45.752774646153846
+ ],
+ [
+ 4.898174046153846,
+ 45.752781846153844
+ ],
+ [
+ 4.898176946153846,
+ 45.75279804615385
+ ],
+ [
+ 4.898178446153846,
+ 45.75282044615385
+ ],
+ [
+ 4.8981776461538455,
+ 45.752842746153846
+ ],
+ [
+ 4.898174446153846,
+ 45.75286504615384
+ ],
+ [
+ 4.898168846153846,
+ 45.752887046153845
+ ],
+ [
+ 4.898161046153846,
+ 45.75290874615385
+ ],
+ [
+ 4.898150846153846,
+ 45.75292994615385
+ ],
+ [
+ 4.898138446153846,
+ 45.75295064615385
+ ],
+ [
+ 4.898132146153846,
+ 45.752959346153844
+ ],
+ [
+ 4.898123946153846,
+ 45.75297054615385
+ ],
+ [
+ 4.898107346153846,
+ 45.75298964615384
+ ],
+ [
+ 4.898088846153846,
+ 45.75300784615385
+ ],
+ [
+ 4.898068346153846,
+ 45.753025046153844
+ ],
+ [
+ 4.898046146153846,
+ 45.75304114615385
+ ],
+ [
+ 4.898022246153846,
+ 45.753056046153844
+ ],
+ [
+ 4.897996946153846,
+ 45.75306964615385
+ ],
+ [
+ 4.897970146153846,
+ 45.75308184615385
+ ],
+ [
+ 4.897943446153846,
+ 45.75309234615385
+ ],
+ [
+ 4.897905346153846,
+ 45.75310494615385
+ ],
+ [
+ 4.897853746153846,
+ 45.75311964615385
+ ],
+ [
+ 4.896987746153846,
+ 45.753349846153846
+ ],
+ [
+ 4.896893746153846,
+ 45.75337274615384
+ ],
+ [
+ 4.896786446153846,
+ 45.753395946153844
+ ],
+ [
+ 4.895297046153846,
+ 45.753701946153846
+ ],
+ [
+ 4.894593446153846,
+ 45.753846546153845
+ ],
+ [
+ 4.8944248461538455,
+ 45.75388034615385
+ ],
+ [
+ 4.893827846153846,
+ 45.75398774615385
+ ],
+ [
+ 4.893788746153846,
+ 45.75399394615385
+ ],
+ [
+ 4.893694846153846,
+ 45.754006346153844
+ ],
+ [
+ 4.893600146153846,
+ 45.754015546153845
+ ],
+ [
+ 4.893572346153846,
+ 45.75401724615384
+ ],
+ [
+ 4.893446446153846,
+ 45.754024746153846
+ ],
+ [
+ 4.891719346153846,
+ 45.75411254615385
+ ],
+ [
+ 4.891640746153846,
+ 45.75411864615385
+ ],
+ [
+ 4.891591146153846,
+ 45.754126146153844
+ ],
+ [
+ 4.891551146153846,
+ 45.75413564615385
+ ],
+ [
+ 4.891519446153846,
+ 45.75414604615385
+ ],
+ [
+ 4.891512846153846,
+ 45.75414824615385
+ ],
+ [
+ 4.891476746153846,
+ 45.75416354615385
+ ],
+ [
+ 4.891443246153846,
+ 45.754181646153846
+ ],
+ [
+ 4.891412746153846,
+ 45.754202146153844
+ ],
+ [
+ 4.891407746153846,
+ 45.75420634615384
+ ],
+ [
+ 4.891385746153846,
+ 45.754224846153846
+ ],
+ [
+ 4.891362346153846,
+ 45.754249546153844
+ ],
+ [
+ 4.891345846153846,
+ 45.75427184615385
+ ],
+ [
+ 4.891342946153846,
+ 45.754275846153845
+ ],
+ [
+ 4.891324446153846,
+ 45.75431064615385
+ ],
+ [
+ 4.891315446153846,
+ 45.75433394615385
+ ],
+ [
+ 4.891307546153846,
+ 45.75436114615385
+ ],
+ [
+ 4.891300746153846,
+ 45.75439334615385
+ ],
+ [
+ 4.891295346153846,
+ 45.75442944615384
+ ],
+ [
+ 4.891230246153846,
+ 45.75494734615385
+ ],
+ [
+ 4.891193646153846,
+ 45.75523904615385
+ ],
+ [
+ 4.891150046153846,
+ 45.75558634615385
+ ],
+ [
+ 4.891145246153846,
+ 45.75562414615385
+ ],
+ [
+ 4.891134146153846,
+ 45.755712546153845
+ ],
+ [
+ 4.891125346153846,
+ 45.75578264615385
+ ],
+ [
+ 4.891122146153846,
+ 45.75580834615385
+ ],
+ [
+ 4.891114046153846,
+ 45.75587344615385
+ ],
+ [
+ 4.891107046153846,
+ 45.755929746153846
+ ],
+ [
+ 4.891087746153846,
+ 45.756082946153846
+ ],
+ [
+ 4.891081046153846,
+ 45.756136346153845
+ ],
+ [
+ 4.890995046153846,
+ 45.756821546153844
+ ],
+ [
+ 4.890978746153846,
+ 45.756951646153844
+ ],
+ [
+ 4.890846846153846,
+ 45.75800214615385
+ ],
+ [
+ 4.890830746153846,
+ 45.75813084615385
+ ],
+ [
+ 4.890816046153846,
+ 45.75824774615385
+ ],
+ [
+ 4.890810746153846,
+ 45.75830374615384
+ ],
+ [
+ 4.890808446153846,
+ 45.75835154615385
+ ],
+ [
+ 4.890808246153846,
+ 45.75858774615384
+ ],
+ [
+ 4.890804946153846,
+ 45.75866224615385
+ ],
+ [
+ 4.890798146153846,
+ 45.75872684615385
+ ],
+ [
+ 4.890741646153846,
+ 45.759163046153844
+ ],
+ [
+ 4.890736246153846,
+ 45.75919434615385
+ ],
+ [
+ 4.890729746153846,
+ 45.759220146153844
+ ],
+ [
+ 4.890721446153846,
+ 45.75924294615385
+ ],
+ [
+ 4.890710546153846,
+ 45.75926484615385
+ ],
+ [
+ 4.890698946153846,
+ 45.75928304615385
+ ],
+ [
+ 4.890685346153846,
+ 45.759300546153845
+ ],
+ [
+ 4.890669746153846,
+ 45.75931724615385
+ ],
+ [
+ 4.890665446153846,
+ 45.759321246153846
+ ],
+ [
+ 4.890652446153846,
+ 45.75933304615385
+ ],
+ [
+ 4.890641546153846,
+ 45.75934154615385
+ ],
+ [
+ 4.890633346153846,
+ 45.759347846153844
+ ],
+ [
+ 4.890612646153846,
+ 45.75936154615385
+ ],
+ [
+ 4.890590546153846,
+ 45.759374046153845
+ ],
+ [
+ 4.890567046153846,
+ 45.75938534615385
+ ],
+ [
+ 4.890542346153846,
+ 45.759395246153844
+ ],
+ [
+ 4.890516646153846,
+ 45.759403846153845
+ ],
+ [
+ 4.890490046153846,
+ 45.75941094615385
+ ],
+ [
+ 4.890462746153846,
+ 45.759416546153844
+ ],
+ [
+ 4.890434846153846,
+ 45.75942074615384
+ ],
+ [
+ 4.890406646153846,
+ 45.759423346153845
+ ],
+ [
+ 4.890365946153846,
+ 45.75942424615385
+ ],
+ [
+ 4.890321646153846,
+ 45.759422146153845
+ ],
+ [
+ 4.890248746153846,
+ 45.75941374615385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT6",
+ "name": "T6",
+ "color": "#ff88a0",
+ "order": 13
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9805135,
+ 45.773919400000004
+ ],
+ [
+ 4.9800781999999995,
+ 45.773971
+ ],
+ [
+ 4.9782864,
+ 45.774200300000004
+ ],
+ [
+ 4.977932399999999,
+ 45.7742456
+ ],
+ [
+ 4.9775832,
+ 45.7742943
+ ],
+ [
+ 4.9774163,
+ 45.774321
+ ],
+ [
+ 4.9772412,
+ 45.774356100000006
+ ],
+ [
+ 4.9769274999999995,
+ 45.774433800000004
+ ],
+ [
+ 4.9766151999999995,
+ 45.774526200000004
+ ],
+ [
+ 4.9764069,
+ 45.774596900000006
+ ],
+ [
+ 4.9763306,
+ 45.774621700000004
+ ],
+ [
+ 4.9760091,
+ 45.7747358
+ ],
+ [
+ 4.9757177,
+ 45.774837500000004
+ ],
+ [
+ 4.975661499999999,
+ 45.7748599
+ ],
+ [
+ 4.975346099999999,
+ 45.7749721
+ ],
+ [
+ 4.9751731,
+ 45.775039
+ ],
+ [
+ 4.9749982,
+ 45.7751189
+ ],
+ [
+ 4.9746611,
+ 45.7752908
+ ],
+ [
+ 4.974293299999999,
+ 45.7755201
+ ],
+ [
+ 4.9739217,
+ 45.7757632
+ ],
+ [
+ 4.9731321,
+ 45.776290700000004
+ ],
+ [
+ 4.972742299999999,
+ 45.7765432
+ ],
+ [
+ 4.972547,
+ 45.776659800000004
+ ],
+ [
+ 4.9723428,
+ 45.776772900000005
+ ],
+ [
+ 4.972144,
+ 45.7768681
+ ],
+ [
+ 4.9719232,
+ 45.7769647
+ ],
+ [
+ 4.9717499,
+ 45.7770352
+ ],
+ [
+ 4.971563199999999,
+ 45.7771027
+ ],
+ [
+ 4.9711989999999995,
+ 45.777218600000005
+ ],
+ [
+ 4.970984,
+ 45.777275
+ ],
+ [
+ 4.9707599,
+ 45.7773239
+ ],
+ [
+ 4.9703151,
+ 45.7774069
+ ],
+ [
+ 4.9699656999999995,
+ 45.7774506
+ ],
+ [
+ 4.969699299999999,
+ 45.777469800000006
+ ],
+ [
+ 4.9693771,
+ 45.777479500000005
+ ],
+ [
+ 4.969059499999999,
+ 45.7774798
+ ],
+ [
+ 4.9688273,
+ 45.7774711
+ ],
+ [
+ 4.968454299999999,
+ 45.7774395
+ ],
+ [
+ 4.9682625,
+ 45.7774167
+ ],
+ [
+ 4.9680718,
+ 45.777386
+ ],
+ [
+ 4.9677456,
+ 45.7773216
+ ],
+ [
+ 4.9674198999999994,
+ 45.7772457
+ ],
+ [
+ 4.9671305,
+ 45.777159000000005
+ ],
+ [
+ 4.9669069,
+ 45.7770826
+ ],
+ [
+ 4.966846299999999,
+ 45.7770619
+ ],
+ [
+ 4.9665254999999995,
+ 45.776944300000004
+ ],
+ [
+ 4.9661785,
+ 45.7768104
+ ],
+ [
+ 4.965832499999999,
+ 45.7766788
+ ],
+ [
+ 4.9654883,
+ 45.776539400000004
+ ],
+ [
+ 4.964797099999999,
+ 45.776266
+ ],
+ [
+ 4.9641142,
+ 45.775985500000004
+ ],
+ [
+ 4.961360399999999,
+ 45.7748761
+ ],
+ [
+ 4.9612421,
+ 45.7748286
+ ],
+ [
+ 4.9611088,
+ 45.7747751
+ ],
+ [
+ 4.960494499999999,
+ 45.774505500000004
+ ],
+ [
+ 4.960174299999999,
+ 45.774350000000005
+ ],
+ [
+ 4.9599753,
+ 45.7742486
+ ],
+ [
+ 4.9597774999999995,
+ 45.7741391
+ ],
+ [
+ 4.9595370999999995,
+ 45.774001500000004
+ ],
+ [
+ 4.9593222,
+ 45.7738723
+ ],
+ [
+ 4.9583281999999995,
+ 45.7732924
+ ],
+ [
+ 4.9573418,
+ 45.772705300000005
+ ],
+ [
+ 4.9569038,
+ 45.7724459
+ ],
+ [
+ 4.9568612,
+ 45.7724233
+ ],
+ [
+ 4.9568052,
+ 45.772390200000004
+ ],
+ [
+ 4.956757,
+ 45.772359200000004
+ ],
+ [
+ 4.956188999999999,
+ 45.772025500000005
+ ],
+ [
+ 4.955902399999999,
+ 45.7718566
+ ],
+ [
+ 4.9556194,
+ 45.7716888
+ ],
+ [
+ 4.9542882,
+ 45.770903700000005
+ ],
+ [
+ 4.952838,
+ 45.770062800000005
+ ],
+ [
+ 4.9527481,
+ 45.7700125
+ ],
+ [
+ 4.9526468999999995,
+ 45.7699535
+ ],
+ [
+ 4.9525669,
+ 45.7699068
+ ],
+ [
+ 4.951863899999999,
+ 45.7694933
+ ],
+ [
+ 4.9511356,
+ 45.769063
+ ],
+ [
+ 4.9510988,
+ 45.769041800000004
+ ],
+ [
+ 4.9510526,
+ 45.769015700000004
+ ],
+ [
+ 4.9510117,
+ 45.7689907
+ ],
+ [
+ 4.9504060999999995,
+ 45.768641200000005
+ ],
+ [
+ 4.9500608,
+ 45.7684602
+ ],
+ [
+ 4.9497019,
+ 45.7682877
+ ],
+ [
+ 4.9491992,
+ 45.768065500000006
+ ],
+ [
+ 4.9486859,
+ 45.767854500000006
+ ],
+ [
+ 4.9477296,
+ 45.7675153
+ ],
+ [
+ 4.9472385,
+ 45.7673694
+ ],
+ [
+ 4.946990899999999,
+ 45.7672994
+ ],
+ [
+ 4.9467398,
+ 45.767235500000005
+ ],
+ [
+ 4.9457496999999995,
+ 45.7669842
+ ],
+ [
+ 4.9447588,
+ 45.7667396
+ ],
+ [
+ 4.9438537,
+ 45.766508300000005
+ ],
+ [
+ 4.9437944,
+ 45.766494300000005
+ ],
+ [
+ 4.9437386,
+ 45.7664794
+ ],
+ [
+ 4.943687,
+ 45.7664667
+ ],
+ [
+ 4.9403985,
+ 45.7656446
+ ],
+ [
+ 4.9396999,
+ 45.7654714
+ ],
+ [
+ 4.9390006,
+ 45.7652969
+ ],
+ [
+ 4.9376026,
+ 45.7649405
+ ],
+ [
+ 4.9371903999999995,
+ 45.764844000000004
+ ],
+ [
+ 4.9370392,
+ 45.7648068
+ ],
+ [
+ 4.9369704,
+ 45.7647896
+ ],
+ [
+ 4.9368951999999995,
+ 45.764771200000006
+ ],
+ [
+ 4.9368191,
+ 45.7647524
+ ],
+ [
+ 4.935200699999999,
+ 45.7643524
+ ],
+ [
+ 4.9334586,
+ 45.763917400000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9334586,
+ 45.763917400000004
+ ],
+ [
+ 4.932966599999999,
+ 45.7637943
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.932966599999999,
+ 45.7637943
+ ],
+ [
+ 4.9313785,
+ 45.763393900000004
+ ],
+ [
+ 4.9303902,
+ 45.7631468
+ ],
+ [
+ 4.929511199999999,
+ 45.7629201
+ ],
+ [
+ 4.9294312,
+ 45.7628998
+ ],
+ [
+ 4.9293656,
+ 45.762881300000004
+ ],
+ [
+ 4.9292529,
+ 45.7628544
+ ],
+ [
+ 4.9287358999999995,
+ 45.7627253
+ ],
+ [
+ 4.928077999999999,
+ 45.7625564
+ ],
+ [
+ 4.926759199999999,
+ 45.7622288
+ ],
+ [
+ 4.925076499999999,
+ 45.7618073
+ ],
+ [
+ 4.9245924,
+ 45.761686000000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9243779,
+ 45.7616314
+ ],
+ [
+ 4.9240745,
+ 45.7615623
+ ],
+ [
+ 4.9239307,
+ 45.7615344
+ ],
+ [
+ 4.9236431,
+ 45.7614814
+ ],
+ [
+ 4.9235361,
+ 45.761460500000005
+ ],
+ [
+ 4.9234202,
+ 45.7614376
+ ],
+ [
+ 4.923301899999999,
+ 45.761412
+ ],
+ [
+ 4.9231834999999995,
+ 45.761383900000006
+ ],
+ [
+ 4.923063,
+ 45.761354100000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9813255,
+ 45.7701003
+ ],
+ [
+ 4.981302599999999,
+ 45.770623
+ ],
+ [
+ 4.9812894,
+ 45.7708791
+ ],
+ [
+ 4.981266199999999,
+ 45.7709885
+ ],
+ [
+ 4.9812628,
+ 45.7709978
+ ],
+ [
+ 4.981239599999999,
+ 45.7710586
+ ],
+ [
+ 4.9812208,
+ 45.771096400000005
+ ],
+ [
+ 4.9811958999999995,
+ 45.771142600000005
+ ],
+ [
+ 4.981165799999999,
+ 45.7711939
+ ],
+ [
+ 4.981100199999999,
+ 45.7712881
+ ],
+ [
+ 4.9810798,
+ 45.7713224
+ ],
+ [
+ 4.9810678,
+ 45.7713468
+ ],
+ [
+ 4.981054299999999,
+ 45.771375400000004
+ ],
+ [
+ 4.9810424,
+ 45.7714082
+ ],
+ [
+ 4.981031499999999,
+ 45.7714513
+ ],
+ [
+ 4.9810263,
+ 45.771483100000005
+ ],
+ [
+ 4.9810248,
+ 45.771512
+ ],
+ [
+ 4.981023599999999,
+ 45.771605300000004
+ ],
+ [
+ 4.9810303,
+ 45.7723208
+ ],
+ [
+ 4.9810665,
+ 45.7733731
+ ],
+ [
+ 4.9810685999999995,
+ 45.7734235
+ ],
+ [
+ 4.981074,
+ 45.7735566
+ ],
+ [
+ 4.9810725,
+ 45.773606400000006
+ ],
+ [
+ 4.9810672,
+ 45.773637300000004
+ ],
+ [
+ 4.981055899999999,
+ 45.773669000000005
+ ],
+ [
+ 4.9810419,
+ 45.773696400000006
+ ],
+ [
+ 4.981019,
+ 45.773730300000004
+ ],
+ [
+ 4.9809965,
+ 45.7737556
+ ],
+ [
+ 4.9809679,
+ 45.7737806
+ ],
+ [
+ 4.9809244999999995,
+ 45.773810600000004
+ ],
+ [
+ 4.9808818,
+ 45.773832500000005
+ ],
+ [
+ 4.9808243,
+ 45.773853100000004
+ ],
+ [
+ 4.9807187,
+ 45.773881800000005
+ ],
+ [
+ 4.980629899999999,
+ 45.7739004
+ ],
+ [
+ 4.9805135,
+ 45.773919400000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9813358,
+ 45.7698685
+ ],
+ [
+ 4.981337099999999,
+ 45.7698373
+ ],
+ [
+ 4.9813491,
+ 45.7695847
+ ],
+ [
+ 4.9813619,
+ 45.769265000000004
+ ],
+ [
+ 4.9813721,
+ 45.7690325
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9813255,
+ 45.7701003
+ ],
+ [
+ 4.9813358,
+ 45.7698685
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9245924,
+ 45.761686000000005
+ ],
+ [
+ 4.9243779,
+ 45.7616314
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9813721,
+ 45.7690325
+ ],
+ [
+ 4.9813735999999995,
+ 45.769000600000005
+ ],
+ [
+ 4.981386199999999,
+ 45.768719000000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonT7",
+ "name": "T7",
+ "color": "#972964",
+ "order": 14
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.920822623076923,
+ 45.76070342307692
+ ],
+ [
+ 4.921803623076923,
+ 45.76094872307692
+ ],
+ [
+ 4.922168023076923,
+ 45.76104102307692
+ ],
+ [
+ 4.922517223076922,
+ 45.76112812307692
+ ],
+ [
+ 4.9230104230769225,
+ 45.76125122307692
+ ],
+ [
+ 4.923048323076923,
+ 45.76126162307692
+ ],
+ [
+ 4.923094123076923,
+ 45.76127292307692
+ ],
+ [
+ 4.923702923076923,
+ 45.761425023076924
+ ],
+ [
+ 4.924285623076923,
+ 45.76157132307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9334564230769224,
+ 45.76387802307692
+ ],
+ [
+ 4.935191523076923,
+ 45.764314923076924
+ ],
+ [
+ 4.936823523076923,
+ 45.764719323076925
+ ],
+ [
+ 4.936887623076923,
+ 45.76473532307692
+ ],
+ [
+ 4.936962923076923,
+ 45.76475412307692
+ ],
+ [
+ 4.937039523076923,
+ 45.76477192307692
+ ],
+ [
+ 4.937601623076922,
+ 45.76490502307692
+ ],
+ [
+ 4.938998723076923,
+ 45.76525972307692
+ ],
+ [
+ 4.939702023076923,
+ 45.76543712307692
+ ],
+ [
+ 4.940394823076923,
+ 45.76560742307692
+ ],
+ [
+ 4.943677523076922,
+ 45.766428523076925
+ ],
+ [
+ 4.943734723076923,
+ 45.76644222307692
+ ],
+ [
+ 4.943790823076923,
+ 45.76645742307692
+ ],
+ [
+ 4.943845423076922,
+ 45.766471023076924
+ ],
+ [
+ 4.944753223076923,
+ 45.766703323076925
+ ],
+ [
+ 4.9457505230769225,
+ 45.76694932307692
+ ],
+ [
+ 4.946739223076922,
+ 45.76719932307692
+ ],
+ [
+ 4.946993923076922,
+ 45.76726562307692
+ ],
+ [
+ 4.9472375230769225,
+ 45.76733242307692
+ ],
+ [
+ 4.947733723076922,
+ 45.76747902307692
+ ],
+ [
+ 4.948693023076923,
+ 45.767822123076925
+ ],
+ [
+ 4.949208023076923,
+ 45.76803252307692
+ ],
+ [
+ 4.949709623076923,
+ 45.76825332307692
+ ],
+ [
+ 4.950067123076923,
+ 45.76842472307692
+ ],
+ [
+ 4.950414623076923,
+ 45.76860672307692
+ ],
+ [
+ 4.951026923076923,
+ 45.76895872307692
+ ],
+ [
+ 4.951071323076922,
+ 45.768983923076924
+ ],
+ [
+ 4.951116223076923,
+ 45.76901022307692
+ ],
+ [
+ 4.951153623076923,
+ 45.769030123076924
+ ],
+ [
+ 4.951869623076923,
+ 45.76945622307692
+ ],
+ [
+ 4.952628123076923,
+ 45.769901423076924
+ ],
+ [
+ 4.952717023076922,
+ 45.769953223076925
+ ],
+ [
+ 4.952813823076923,
+ 45.770009723076925
+ ],
+ [
+ 4.952889723076923,
+ 45.77005372307692
+ ],
+ [
+ 4.954299223076923,
+ 45.77087022307692
+ ],
+ [
+ 4.9556378230769225,
+ 45.771658123076925
+ ],
+ [
+ 4.955921523076923,
+ 45.77182692307692
+ ],
+ [
+ 4.956208923076923,
+ 45.77199602307692
+ ],
+ [
+ 4.956774623076923,
+ 45.772329923076924
+ ],
+ [
+ 4.9568236230769225,
+ 45.77236002307692
+ ],
+ [
+ 4.956877823076923,
+ 45.77239392307692
+ ],
+ [
+ 4.956917223076923,
+ 45.77241292307692
+ ],
+ [
+ 4.957342023076922,
+ 45.772660023076924
+ ],
+ [
+ 4.958334523076923,
+ 45.77325572307692
+ ],
+ [
+ 4.959319123076923,
+ 45.77382302307692
+ ],
+ [
+ 4.959547323076922,
+ 45.77396602307692
+ ],
+ [
+ 4.959779123076923,
+ 45.77409892307692
+ ],
+ [
+ 4.9599794230769225,
+ 45.77421012307692
+ ],
+ [
+ 4.960176623076923,
+ 45.77431302307692
+ ],
+ [
+ 4.960492523076923,
+ 45.77446672307692
+ ],
+ [
+ 4.961110123076923,
+ 45.77473922307692
+ ],
+ [
+ 4.961248723076923,
+ 45.77479452307692
+ ],
+ [
+ 4.961360123076923,
+ 45.77483902307692
+ ],
+ [
+ 4.964115623076923,
+ 45.77594962307692
+ ],
+ [
+ 4.964795223076923,
+ 45.77622872307692
+ ],
+ [
+ 4.965482423076923,
+ 45.776501023076925
+ ],
+ [
+ 4.965830023076923,
+ 45.776642623076924
+ ],
+ [
+ 4.966178823076922,
+ 45.77677592307692
+ ],
+ [
+ 4.966525323076922,
+ 45.776905923076924
+ ],
+ [
+ 4.966854223076923,
+ 45.77702762307692
+ ],
+ [
+ 4.966915823076922,
+ 45.77704832307692
+ ],
+ [
+ 4.967128023076922,
+ 45.77711942307692
+ ],
+ [
+ 4.967418023076923,
+ 45.77720842307692
+ ],
+ [
+ 4.9677425230769225,
+ 45.777286623076925
+ ],
+ [
+ 4.968069323076922,
+ 45.777351023076925
+ ],
+ [
+ 4.9682622230769224,
+ 45.77738282307692
+ ],
+ [
+ 4.968451823076923,
+ 45.777403323076925
+ ],
+ [
+ 4.968824323076923,
+ 45.77743332307692
+ ],
+ [
+ 4.9690559230769225,
+ 45.777445923076925
+ ],
+ [
+ 4.969372923076922,
+ 45.77744732307692
+ ],
+ [
+ 4.969694023076923,
+ 45.777432523076925
+ ],
+ [
+ 4.969963223076923,
+ 45.77741502307692
+ ],
+ [
+ 4.970310923076923,
+ 45.77736962307692
+ ],
+ [
+ 4.970759123076923,
+ 45.777286523076924
+ ],
+ [
+ 4.970983223076923,
+ 45.777234323076925
+ ],
+ [
+ 4.971197123076923,
+ 45.777179523076924
+ ],
+ [
+ 4.971566423076923,
+ 45.777059223076925
+ ],
+ [
+ 4.9717531230769225,
+ 45.776992223076924
+ ],
+ [
+ 4.971930323076923,
+ 45.77691832307692
+ ],
+ [
+ 4.972144923076923,
+ 45.77682342307692
+ ],
+ [
+ 4.972339723076923,
+ 45.77672372307692
+ ],
+ [
+ 4.972544023076923,
+ 45.77661062307692
+ ],
+ [
+ 4.972739223076923,
+ 45.77649402307692
+ ],
+ [
+ 4.973129023076923,
+ 45.776241423076925
+ ],
+ [
+ 4.9739207230769225,
+ 45.775713623076925
+ ],
+ [
+ 4.974290223076923,
+ 45.77547082307692
+ ],
+ [
+ 4.974658023076922,
+ 45.77524162307692
+ ],
+ [
+ 4.974824623076922,
+ 45.77515552307692
+ ],
+ [
+ 4.974995123076923,
+ 45.77507412307692
+ ],
+ [
+ 4.975175623076923,
+ 45.77499412307692
+ ],
+ [
+ 4.975349523076923,
+ 45.77492692307692
+ ],
+ [
+ 4.975635323076923,
+ 45.77482302307692
+ ],
+ [
+ 4.975718723076922,
+ 45.77479222307692
+ ],
+ [
+ 4.975983023076923,
+ 45.77470072307692
+ ],
+ [
+ 4.976316523076923,
+ 45.77458422307692
+ ],
+ [
+ 4.976392123076923,
+ 45.774559523076924
+ ],
+ [
+ 4.976616523076923,
+ 45.77448702307692
+ ],
+ [
+ 4.976922823076923,
+ 45.77439342307692
+ ],
+ [
+ 4.977238923076922,
+ 45.77431732307692
+ ],
+ [
+ 4.977413723076923,
+ 45.77428422307692
+ ],
+ [
+ 4.977579323076923,
+ 45.774256723076924
+ ],
+ [
+ 4.977929023076923,
+ 45.77420922307692
+ ],
+ [
+ 4.978661923076923,
+ 45.77411402307692
+ ],
+ [
+ 4.980073523076923,
+ 45.77393462307692
+ ],
+ [
+ 4.980468423076923,
+ 45.773887723076925
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.984172723076923,
+ 45.77340962307692
+ ],
+ [
+ 4.9849229230769225,
+ 45.77332122307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9849229230769225,
+ 45.77332122307692
+ ],
+ [
+ 4.986488423076922,
+ 45.773144023076924
+ ],
+ [
+ 4.987158023076923,
+ 45.773066923076925
+ ],
+ [
+ 4.990087723076923,
+ 45.77270742307692
+ ],
+ [
+ 4.990196423076923,
+ 45.77269362307692
+ ],
+ [
+ 4.990261723076923,
+ 45.77268532307692
+ ],
+ [
+ 4.990337623076923,
+ 45.77267572307692
+ ],
+ [
+ 4.990398823076923,
+ 45.772667923076924
+ ],
+ [
+ 4.991222223076923,
+ 45.77256972307692
+ ],
+ [
+ 4.992485123076922,
+ 45.77241342307692
+ ],
+ [
+ 4.994579423076923,
+ 45.77215772307692
+ ],
+ [
+ 4.996073223076922,
+ 45.77198432307692
+ ],
+ [
+ 4.997415023076923,
+ 45.77181902307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.997415023076923,
+ 45.77181902307692
+ ],
+ [
+ 4.997908323076922,
+ 45.77176012307692
+ ],
+ [
+ 4.998555723076922,
+ 45.771680023076925
+ ],
+ [
+ 4.999302723076923,
+ 45.77157982307692
+ ],
+ [
+ 4.999929423076923,
+ 45.77151312307692
+ ],
+ [
+ 5.000359923076923,
+ 45.77145822307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.924285623076923,
+ 45.76157132307692
+ ],
+ [
+ 4.924597623076923,
+ 45.76165032307692
+ ],
+ [
+ 4.9250846230769225,
+ 45.76177372307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8618631230769225,
+ 45.75922992307692
+ ],
+ [
+ 4.861857923076923,
+ 45.75910312307692
+ ],
+ [
+ 4.861853823076923,
+ 45.75901882307692
+ ],
+ [
+ 4.861853423076923,
+ 45.75900922307692
+ ],
+ [
+ 4.861850023076923,
+ 45.75891672307692
+ ],
+ [
+ 4.861827223076923,
+ 45.75829952307692
+ ],
+ [
+ 4.861800823076923,
+ 45.75756702307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.8618973230769225,
+ 45.75521682307692
+ ],
+ [
+ 4.861928523076923,
+ 45.75513972307692
+ ],
+ [
+ 4.861956723076923,
+ 45.755070023076925
+ ],
+ [
+ 4.861979223076923,
+ 45.75502872307692
+ ],
+ [
+ 4.861995423076923,
+ 45.75500512307692
+ ],
+ [
+ 4.862007023076923,
+ 45.75498822307692
+ ],
+ [
+ 4.862042523076923,
+ 45.75494982307692
+ ],
+ [
+ 4.8620769230769225,
+ 45.754917323076924
+ ],
+ [
+ 4.862118323076922,
+ 45.75488532307692
+ ],
+ [
+ 4.862163123076923,
+ 45.754854723076924
+ ],
+ [
+ 4.862212623076923,
+ 45.75482522307692
+ ],
+ [
+ 4.862991723076923,
+ 45.75440032307692
+ ],
+ [
+ 4.863031223076923,
+ 45.75437872307692
+ ],
+ [
+ 4.863063023076923,
+ 45.75436142307692
+ ],
+ [
+ 4.863111223076923,
+ 45.75433512307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861764123076923,
+ 45.75560152307692
+ ],
+ [
+ 4.861770923076922,
+ 45.75556042307692
+ ],
+ [
+ 4.861780523076923,
+ 45.75552692307692
+ ],
+ [
+ 4.861804823076922,
+ 45.75545532307692
+ ],
+ [
+ 4.8618973230769225,
+ 45.75521682307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.033701423076923,
+ 45.767406723076924
+ ],
+ [
+ 5.035978423076923,
+ 45.76713222307692
+ ],
+ [
+ 5.036269323076922,
+ 45.76709692307692
+ ],
+ [
+ 5.037394423076923,
+ 45.766959223076924
+ ],
+ [
+ 5.038042223076923,
+ 45.76687342307692
+ ],
+ [
+ 5.0384832230769225,
+ 45.76680632307692
+ ],
+ [
+ 5.038822923076923,
+ 45.766744623076924
+ ],
+ [
+ 5.039135123076923,
+ 45.76667562307692
+ ],
+ [
+ 5.039467723076923,
+ 45.76658742307692
+ ],
+ [
+ 5.040000423076923,
+ 45.76643222307692
+ ],
+ [
+ 5.040341323076922,
+ 45.76631522307692
+ ],
+ [
+ 5.040564923076922,
+ 45.76622522307692
+ ],
+ [
+ 5.040936923076923,
+ 45.76606102307692
+ ],
+ [
+ 5.041121823076923,
+ 45.765970623076925
+ ],
+ [
+ 5.041353023076923,
+ 45.765853323076925
+ ],
+ [
+ 5.041484323076923,
+ 45.76578352307692
+ ],
+ [
+ 5.0415734230769225,
+ 45.76573612307692
+ ],
+ [
+ 5.041755623076923,
+ 45.765627623076924
+ ],
+ [
+ 5.041955923076923,
+ 45.765498223076925
+ ],
+ [
+ 5.042120823076923,
+ 45.76538642307692
+ ],
+ [
+ 5.042319723076923,
+ 45.76523902307692
+ ],
+ [
+ 5.042535523076923,
+ 45.765070123076924
+ ],
+ [
+ 5.042685523076923,
+ 45.76494222307692
+ ],
+ [
+ 5.042849723076922,
+ 45.76479882307692
+ ],
+ [
+ 5.043017223076923,
+ 45.76463132307692
+ ],
+ [
+ 5.0431244230769225,
+ 45.764517423076924
+ ],
+ [
+ 5.043259723076923,
+ 45.76436802307692
+ ],
+ [
+ 5.043425223076922,
+ 45.76416502307692
+ ],
+ [
+ 5.043513623076922,
+ 45.76404512307692
+ ],
+ [
+ 5.043555123076922,
+ 45.76399222307692
+ ],
+ [
+ 5.043653623076922,
+ 45.76384412307692
+ ],
+ [
+ 5.043760023076922,
+ 45.763677823076925
+ ],
+ [
+ 5.043899823076923,
+ 45.76341912307692
+ ],
+ [
+ 5.044012523076923,
+ 45.763180323076924
+ ],
+ [
+ 5.044109223076923,
+ 45.762931123076925
+ ],
+ [
+ 5.044208623076923,
+ 45.76261752307692
+ ],
+ [
+ 5.044263223076923,
+ 45.76237742307692
+ ],
+ [
+ 5.044307723076923,
+ 45.76211972307692
+ ],
+ [
+ 5.044339923076922,
+ 45.76173892307692
+ ],
+ [
+ 5.044339523076923,
+ 45.761341723076924
+ ],
+ [
+ 5.0443219230769225,
+ 45.760503223076924
+ ],
+ [
+ 5.044299023076923,
+ 45.759838723076925
+ ],
+ [
+ 5.044305723076922,
+ 45.75972692307692
+ ],
+ [
+ 5.044321823076923,
+ 45.75962082307692
+ ],
+ [
+ 5.044368923076923,
+ 45.75919792307692
+ ],
+ [
+ 5.0444714230769225,
+ 45.75867342307692
+ ],
+ [
+ 5.044586623076922,
+ 45.75826612307692
+ ],
+ [
+ 5.044677723076923,
+ 45.75799542307692
+ ],
+ [
+ 5.044784923076922,
+ 45.757735523076924
+ ],
+ [
+ 5.045010023076923,
+ 45.75723972307692
+ ],
+ [
+ 5.045267423076923,
+ 45.75679902307692
+ ],
+ [
+ 5.045439823076923,
+ 45.75653372307692
+ ],
+ [
+ 5.0456388230769225,
+ 45.75625892307692
+ ],
+ [
+ 5.045939123076923,
+ 45.75587332307692
+ ],
+ [
+ 5.046138123076923,
+ 45.75564682307692
+ ],
+ [
+ 5.046589123076923,
+ 45.755185423076924
+ ],
+ [
+ 5.047024123076922,
+ 45.75480942307692
+ ],
+ [
+ 5.050155623076923,
+ 45.75235472307692
+ ],
+ [
+ 5.0535213230769225,
+ 45.74972352307692
+ ],
+ [
+ 5.059955023076923,
+ 45.74470482307692
+ ],
+ [
+ 5.0607637230769225,
+ 45.744090923076925
+ ],
+ [
+ 5.061111523076923,
+ 45.743854323076924
+ ],
+ [
+ 5.0612977230769225,
+ 45.743734623076925
+ ],
+ [
+ 5.061569723076922,
+ 45.74356382307692
+ ],
+ [
+ 5.061900023076923,
+ 45.74337552307692
+ ],
+ [
+ 5.062262523076923,
+ 45.743181923076925
+ ],
+ [
+ 5.062517023076922,
+ 45.74305732307692
+ ],
+ [
+ 5.062950323076922,
+ 45.742849223076924
+ ],
+ [
+ 5.063391823076922,
+ 45.74265882307692
+ ],
+ [
+ 5.063922723076923,
+ 45.74244992307692
+ ],
+ [
+ 5.064469323076922,
+ 45.74226542307692
+ ],
+ [
+ 5.064877123076923,
+ 45.74213592307692
+ ],
+ [
+ 5.065553623076923,
+ 45.74195162307692
+ ],
+ [
+ 5.066434823076922,
+ 45.74175012307692
+ ],
+ [
+ 5.068094923076923,
+ 45.74145032307692
+ ],
+ [
+ 5.0686136230769225,
+ 45.74135252307692
+ ],
+ [
+ 5.069134323076923,
+ 45.741238023076924
+ ],
+ [
+ 5.069643923076923,
+ 45.74112342307692
+ ],
+ [
+ 5.070142323076922,
+ 45.74098292307692
+ ],
+ [
+ 5.070666323076923,
+ 45.74081922307692
+ ],
+ [
+ 5.070923623076923,
+ 45.74072812307692
+ ],
+ [
+ 5.071176523076923,
+ 45.74063402307692
+ ],
+ [
+ 5.071662123076923,
+ 45.74043272307692
+ ],
+ [
+ 5.072120423076923,
+ 45.740223823076924
+ ],
+ [
+ 5.072546823076923,
+ 45.74001382307692
+ ],
+ [
+ 5.072958123076923,
+ 45.73978402307692
+ ],
+ [
+ 5.073156123076923,
+ 45.73967402307692
+ ],
+ [
+ 5.0733425230769225,
+ 45.73955842307692
+ ],
+ [
+ 5.0735091230769225,
+ 45.73945032307692
+ ],
+ [
+ 5.073860223076923,
+ 45.73920882307692
+ ],
+ [
+ 5.074043623076923,
+ 45.73907572307692
+ ],
+ [
+ 5.074321123076922,
+ 45.73885972307692
+ ],
+ [
+ 5.074531423076922,
+ 45.73868592307692
+ ],
+ [
+ 5.074775923076922,
+ 45.738469123076925
+ ],
+ [
+ 5.0749448230769225,
+ 45.738310323076924
+ ],
+ [
+ 5.075252823076923,
+ 45.73799452307692
+ ],
+ [
+ 5.075465923076923,
+ 45.73775672307692
+ ],
+ [
+ 5.075671523076923,
+ 45.73751242307692
+ ],
+ [
+ 5.075811723076923,
+ 45.737330823076924
+ ],
+ [
+ 5.075947323076923,
+ 45.737149723076925
+ ],
+ [
+ 5.0761290230769225,
+ 45.73687562307692
+ ],
+ [
+ 5.0762367230769225,
+ 45.73670532307692
+ ],
+ [
+ 5.076381523076923,
+ 45.73645522307692
+ ],
+ [
+ 5.076479923076922,
+ 45.73627282307692
+ ],
+ [
+ 5.0766329230769225,
+ 45.735950723076925
+ ],
+ [
+ 5.0767615230769225,
+ 45.73563882307692
+ ],
+ [
+ 5.076830623076923,
+ 45.73544892307692
+ ],
+ [
+ 5.0768885230769225,
+ 45.73526092307692
+ ],
+ [
+ 5.076964623076923,
+ 45.73500312307692
+ ],
+ [
+ 5.077026823076923,
+ 45.73474662307692
+ ],
+ [
+ 5.077057223076923,
+ 45.73460842307692
+ ],
+ [
+ 5.0770858230769225,
+ 45.734459823076925
+ ],
+ [
+ 5.0771102230769225,
+ 45.734315023076924
+ ],
+ [
+ 5.077135923076923,
+ 45.73414532307692
+ ],
+ [
+ 5.077156923076923,
+ 45.733977623076925
+ ],
+ [
+ 5.077170923076923,
+ 45.73381972307692
+ ],
+ [
+ 5.077184923076922,
+ 45.73364952307692
+ ],
+ [
+ 5.077192523076922,
+ 45.73345482307692
+ ],
+ [
+ 5.077196723076923,
+ 45.73331762307692
+ ],
+ [
+ 5.077196523076923,
+ 45.73310622307692
+ ],
+ [
+ 5.0771897230769225,
+ 45.732902023076925
+ ],
+ [
+ 5.0771764230769225,
+ 45.732697123076925
+ ],
+ [
+ 5.077160923076923,
+ 45.732506223076925
+ ],
+ [
+ 5.077138823076923,
+ 45.73232542307692
+ ],
+ [
+ 5.0770839230769225,
+ 45.731918223076924
+ ],
+ [
+ 5.076774023076923,
+ 45.729844823076924
+ ],
+ [
+ 5.076459523076923,
+ 45.72777532307692
+ ],
+ [
+ 5.076414023076922,
+ 45.72740632307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.028338123076923,
+ 45.76804112307692
+ ],
+ [
+ 5.029185723076923,
+ 45.76793622307692
+ ],
+ [
+ 5.030008223076923,
+ 45.76783472307692
+ ],
+ [
+ 5.030066823076923,
+ 45.767827523076924
+ ],
+ [
+ 5.030127823076922,
+ 45.76782002307692
+ ],
+ [
+ 5.030196023076923,
+ 45.767809923076925
+ ],
+ [
+ 5.031302223076922,
+ 45.76767702307692
+ ],
+ [
+ 5.031667023076922,
+ 45.76763272307692
+ ],
+ [
+ 5.032020923076923,
+ 45.76758932307692
+ ],
+ [
+ 5.032172823076922,
+ 45.76757072307692
+ ],
+ [
+ 5.0325064230769225,
+ 45.76753132307692
+ ],
+ [
+ 5.032707023076923,
+ 45.76750942307692
+ ],
+ [
+ 5.0329932230769225,
+ 45.76747902307692
+ ],
+ [
+ 5.033163323076923,
+ 45.767462023076924
+ ],
+ [
+ 5.033370923076923,
+ 45.76744162307692
+ ],
+ [
+ 5.033701423076923,
+ 45.767406723076924
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861800823076923,
+ 45.75756702307692
+ ],
+ [
+ 4.8617966230769225,
+ 45.757446723076924
+ ],
+ [
+ 4.861789623076922,
+ 45.75722832307692
+ ],
+ [
+ 4.861786023076923,
+ 45.75714852307692
+ ],
+ [
+ 4.861784623076923,
+ 45.75707382307692
+ ],
+ [
+ 4.861781123076923,
+ 45.75696442307692
+ ],
+ [
+ 4.861780723076922,
+ 45.756933623076925
+ ],
+ [
+ 4.861774223076923,
+ 45.756427623076924
+ ],
+ [
+ 4.861765823076922,
+ 45.755769223076925
+ ],
+ [
+ 4.861764123076923,
+ 45.75560152307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.894204823076922,
+ 45.75619262307692
+ ],
+ [
+ 4.899672023076922,
+ 45.75693452307692
+ ],
+ [
+ 4.899776723076923,
+ 45.75694892307692
+ ],
+ [
+ 4.899880723076922,
+ 45.756963323076924
+ ],
+ [
+ 4.900901323076923,
+ 45.757107423076924
+ ],
+ [
+ 4.901462823076923,
+ 45.75718182307692
+ ],
+ [
+ 4.9017630230769225,
+ 45.757223023076925
+ ],
+ [
+ 4.901882823076923,
+ 45.75723802307692
+ ],
+ [
+ 4.9019901230769225,
+ 45.75725142307692
+ ],
+ [
+ 4.903258323076923,
+ 45.757426723076925
+ ],
+ [
+ 4.904521423076923,
+ 45.75759922307692
+ ],
+ [
+ 4.906165323076923,
+ 45.75781922307692
+ ],
+ [
+ 4.907671823076923,
+ 45.75802062307692
+ ],
+ [
+ 4.907780223076923,
+ 45.75803192307692
+ ],
+ [
+ 4.907876623076922,
+ 45.758048723076925
+ ],
+ [
+ 4.908464323076923,
+ 45.75813162307692
+ ],
+ [
+ 4.908808823076923,
+ 45.75817342307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.075635723076923,
+ 45.72248732307692
+ ],
+ [
+ 5.075731423076923,
+ 45.72307482307692
+ ],
+ [
+ 5.075783623076923,
+ 45.72339632307692
+ ],
+ [
+ 5.075822523076923,
+ 45.72367152307692
+ ],
+ [
+ 5.075914323076923,
+ 45.72420992307692
+ ],
+ [
+ 5.076086223076922,
+ 45.72530272307692
+ ],
+ [
+ 5.076258323076923,
+ 45.72635762307692
+ ],
+ [
+ 5.076414023076922,
+ 45.72740632307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.0753559230769225,
+ 45.720722023076924
+ ],
+ [
+ 5.0754012230769225,
+ 45.721056523076925
+ ],
+ [
+ 5.075495523076922,
+ 45.72163812307692
+ ],
+ [
+ 5.075598023076923,
+ 45.722271323076924
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861915223076923,
+ 45.75942742307692
+ ],
+ [
+ 4.8618631230769225,
+ 45.75922992307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.861915223076923,
+ 45.75942742307692
+ ],
+ [
+ 4.861921823076923,
+ 45.75959082307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.862030823076923,
+ 45.76028332307692
+ ],
+ [
+ 4.862012123076923,
+ 45.76000312307692
+ ],
+ [
+ 4.862011123076923,
+ 45.75998722307692
+ ],
+ [
+ 4.862006723076923,
+ 45.75992172307692
+ ],
+ [
+ 4.861966623076922,
+ 45.75976492307692
+ ],
+ [
+ 4.861921823076923,
+ 45.75959082307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.891503823076922,
+ 45.75582622307692
+ ],
+ [
+ 4.892007723076922,
+ 45.755895723076925
+ ],
+ [
+ 4.893480923076923,
+ 45.756095723076925
+ ],
+ [
+ 4.893711523076923,
+ 45.75612702307692
+ ],
+ [
+ 4.894204823076922,
+ 45.75619262307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.000359923076923,
+ 45.77145822307692
+ ],
+ [
+ 5.000715623076923,
+ 45.77141462307692
+ ],
+ [
+ 5.000776923076923,
+ 45.771406323076924
+ ],
+ [
+ 5.000836423076922,
+ 45.77139832307692
+ ],
+ [
+ 5.000886323076923,
+ 45.77139152307692
+ ],
+ [
+ 5.0022094230769225,
+ 45.77122652307692
+ ],
+ [
+ 5.002920523076923,
+ 45.77114042307692
+ ],
+ [
+ 5.003277023076922,
+ 45.77109912307692
+ ],
+ [
+ 5.003557923076922,
+ 45.771064623076924
+ ],
+ [
+ 5.003614523076923,
+ 45.77105772307692
+ ],
+ [
+ 5.006679023076923,
+ 45.77068012307692
+ ],
+ [
+ 5.008202923076922,
+ 45.77049412307692
+ ],
+ [
+ 5.008966423076923,
+ 45.77039872307692
+ ],
+ [
+ 5.009736823076922,
+ 45.77030682307692
+ ],
+ [
+ 5.0125398230769225,
+ 45.76997062307692
+ ],
+ [
+ 5.012669723076923,
+ 45.76995512307692
+ ],
+ [
+ 5.012772023076923,
+ 45.76994292307692
+ ],
+ [
+ 5.012872423076923,
+ 45.76993102307692
+ ],
+ [
+ 5.013599623076923,
+ 45.76984532307692
+ ],
+ [
+ 5.014324123076923,
+ 45.76976012307692
+ ],
+ [
+ 5.018287123076923,
+ 45.76927692307692
+ ],
+ [
+ 5.022190423076923,
+ 45.76879842307692
+ ],
+ [
+ 5.0241051230769225,
+ 45.76855822307692
+ ],
+ [
+ 5.024826023076923,
+ 45.768470223076925
+ ],
+ [
+ 5.025052623076923,
+ 45.76844192307692
+ ],
+ [
+ 5.026897923076922,
+ 45.76821772307692
+ ],
+ [
+ 5.027979923076923,
+ 45.76808492307692
+ ],
+ [
+ 5.028338123076923,
+ 45.76804112307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.863111223076923,
+ 45.75433512307692
+ ],
+ [
+ 4.863352123076923,
+ 45.75421192307692
+ ],
+ [
+ 4.863402923076923,
+ 45.75418542307692
+ ],
+ [
+ 4.863465323076922,
+ 45.75415262307692
+ ],
+ [
+ 4.863537023076923,
+ 45.754112923076924
+ ],
+ [
+ 4.863558023076923,
+ 45.75410172307692
+ ],
+ [
+ 4.864088923076923,
+ 45.75381942307692
+ ],
+ [
+ 4.864498123076923,
+ 45.75363362307692
+ ],
+ [
+ 4.864680823076923,
+ 45.75356182307692
+ ],
+ [
+ 4.864881023076923,
+ 45.753494523076924
+ ],
+ [
+ 4.865115323076923,
+ 45.753424023076924
+ ],
+ [
+ 4.865355823076922,
+ 45.75336182307692
+ ],
+ [
+ 4.8655893230769225,
+ 45.753307323076925
+ ],
+ [
+ 4.865804023076922,
+ 45.753265323076924
+ ],
+ [
+ 4.866215823076923,
+ 45.75320622307692
+ ],
+ [
+ 4.8679574230769225,
+ 45.75299862307692
+ ],
+ [
+ 4.868365623076922,
+ 45.75294952307692
+ ],
+ [
+ 4.868431123076923,
+ 45.75294162307692
+ ],
+ [
+ 4.868844123076923,
+ 45.75289222307692
+ ],
+ [
+ 4.869285323076923,
+ 45.75284382307692
+ ],
+ [
+ 4.869427223076923,
+ 45.75282582307692
+ ],
+ [
+ 4.869605923076922,
+ 45.75280232307692
+ ],
+ [
+ 4.869714623076923,
+ 45.752789923076925
+ ],
+ [
+ 4.869788423076923,
+ 45.752781423076925
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.909413123076923,
+ 45.758254723076924
+ ],
+ [
+ 4.909833423076923,
+ 45.75831612307692
+ ],
+ [
+ 4.910043423076923,
+ 45.75834712307692
+ ],
+ [
+ 4.910099623076922,
+ 45.75835562307692
+ ],
+ [
+ 4.910477023076923,
+ 45.758411623076924
+ ],
+ [
+ 4.911065723076923,
+ 45.75849892307692
+ ],
+ [
+ 4.911339223076923,
+ 45.75854132307692
+ ],
+ [
+ 4.911824623076923,
+ 45.758616523076924
+ ],
+ [
+ 4.912203123076923,
+ 45.75867412307692
+ ],
+ [
+ 4.912584823076923,
+ 45.758730323076925
+ ],
+ [
+ 4.913048323076922,
+ 45.75880282307692
+ ],
+ [
+ 4.913300923076923,
+ 45.75884652307692
+ ],
+ [
+ 4.913511023076922,
+ 45.75889152307692
+ ],
+ [
+ 4.9140837230769225,
+ 45.75902142307692
+ ],
+ [
+ 4.914632623076923,
+ 45.759158323076925
+ ],
+ [
+ 4.915251823076923,
+ 45.75931292307692
+ ],
+ [
+ 4.915748523076923,
+ 45.75943992307692
+ ],
+ [
+ 4.918064023076923,
+ 45.76002072307692
+ ],
+ [
+ 4.918138723076923,
+ 45.76003942307692
+ ],
+ [
+ 4.919349723076922,
+ 45.760337223076924
+ ],
+ [
+ 4.920379723076922,
+ 45.760593323076925
+ ],
+ [
+ 4.920431223076923,
+ 45.76060562307692
+ ],
+ [
+ 4.920517423076923,
+ 45.760626023076924
+ ],
+ [
+ 4.920634423076923,
+ 45.76065572307692
+ ],
+ [
+ 4.920704223076923,
+ 45.76067252307692
+ ],
+ [
+ 4.920755923076923,
+ 45.760686323076925
+ ],
+ [
+ 4.920822623076923,
+ 45.76070342307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.908808823076923,
+ 45.75817342307692
+ ],
+ [
+ 4.9091432230769225,
+ 45.75821662307692
+ ],
+ [
+ 4.909413123076923,
+ 45.758254723076924
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.869788423076923,
+ 45.752781423076925
+ ],
+ [
+ 4.869884723076923,
+ 45.75276842307692
+ ],
+ [
+ 4.869912823076922,
+ 45.75276462307692
+ ],
+ [
+ 4.869958423076922,
+ 45.752759523076925
+ ],
+ [
+ 4.871711223076923,
+ 45.75255722307692
+ ],
+ [
+ 4.872129923076923,
+ 45.75252942307692
+ ],
+ [
+ 4.872550123076922,
+ 45.75251842307692
+ ],
+ [
+ 4.872924423076923,
+ 45.75252072307692
+ ],
+ [
+ 4.873228123076923,
+ 45.75253442307692
+ ],
+ [
+ 4.873408523076923,
+ 45.75254322307692
+ ],
+ [
+ 4.8742788230769225,
+ 45.75259022307692
+ ],
+ [
+ 4.875147223076922,
+ 45.75262892307692
+ ],
+ [
+ 4.876016223076923,
+ 45.75267422307692
+ ],
+ [
+ 4.876804723076923,
+ 45.75270972307692
+ ],
+ [
+ 4.876879123076923,
+ 45.752713323076925
+ ],
+ [
+ 4.876963123076923,
+ 45.75271792307692
+ ],
+ [
+ 4.878603123076923,
+ 45.75280952307692
+ ],
+ [
+ 4.8787230230769225,
+ 45.75281672307692
+ ],
+ [
+ 4.879347123076923,
+ 45.75285412307692
+ ],
+ [
+ 4.879836823076923,
+ 45.752876223076925
+ ],
+ [
+ 4.880074623076923,
+ 45.75288932307692
+ ],
+ [
+ 4.880297623076923,
+ 45.75290222307692
+ ],
+ [
+ 4.880750823076923,
+ 45.75293202307692
+ ],
+ [
+ 4.880948423076923,
+ 45.75295232307692
+ ],
+ [
+ 4.881131423076923,
+ 45.75297542307692
+ ],
+ [
+ 4.881540923076923,
+ 45.75303772307692
+ ],
+ [
+ 4.881939523076922,
+ 45.75312072307692
+ ],
+ [
+ 4.882252923076923,
+ 45.753201523076925
+ ],
+ [
+ 4.882540923076923,
+ 45.75328612307692
+ ],
+ [
+ 4.882764723076923,
+ 45.75336522307692
+ ],
+ [
+ 4.883104123076922,
+ 45.75349932307692
+ ],
+ [
+ 4.883442023076923,
+ 45.75365902307692
+ ],
+ [
+ 4.883735623076923,
+ 45.75380372307692
+ ],
+ [
+ 4.883800723076923,
+ 45.75383582307692
+ ],
+ [
+ 4.883865823076922,
+ 45.75387242307692
+ ],
+ [
+ 4.884079223076923,
+ 45.75397812307692
+ ],
+ [
+ 4.884263523076923,
+ 45.75407052307692
+ ],
+ [
+ 4.884453023076922,
+ 45.754162123076924
+ ],
+ [
+ 4.884537223076923,
+ 45.75420612307692
+ ],
+ [
+ 4.884670023076922,
+ 45.75427572307692
+ ],
+ [
+ 4.884766523076923,
+ 45.75432472307692
+ ],
+ [
+ 4.885211023076923,
+ 45.75454802307692
+ ],
+ [
+ 4.885491023076923,
+ 45.75469022307692
+ ],
+ [
+ 4.885589923076923,
+ 45.75473712307692
+ ],
+ [
+ 4.885615523076923,
+ 45.75474982307692
+ ],
+ [
+ 4.8857396230769226,
+ 45.75480232307692
+ ],
+ [
+ 4.885925323076923,
+ 45.75487702307692
+ ],
+ [
+ 4.886106923076922,
+ 45.754941723076925
+ ],
+ [
+ 4.886395723076923,
+ 45.75503542307692
+ ],
+ [
+ 4.886503023076923,
+ 45.75506882307692
+ ],
+ [
+ 4.886658923076923,
+ 45.755114323076924
+ ],
+ [
+ 4.886698723076923,
+ 45.755125323076925
+ ],
+ [
+ 4.886740323076923,
+ 45.75513542307692
+ ],
+ [
+ 4.886904523076923,
+ 45.75517712307692
+ ],
+ [
+ 4.887064623076923,
+ 45.75521092307692
+ ],
+ [
+ 4.887303423076923,
+ 45.755254123076924
+ ],
+ [
+ 4.887375623076923,
+ 45.75526712307692
+ ],
+ [
+ 4.887436323076923,
+ 45.75527562307692
+ ],
+ [
+ 4.887453623076922,
+ 45.75527802307692
+ ],
+ [
+ 4.8882442230769225,
+ 45.75538812307692
+ ],
+ [
+ 4.888983823076923,
+ 45.75548612307692
+ ],
+ [
+ 4.889679123076923,
+ 45.75558112307692
+ ],
+ [
+ 4.889997123076923,
+ 45.75562432307692
+ ],
+ [
+ 4.8909480230769224,
+ 45.75575352307692
+ ],
+ [
+ 4.891031723076923,
+ 45.755764923076924
+ ],
+ [
+ 4.891048323076923,
+ 45.75576722307692
+ ],
+ [
+ 4.891080323076923,
+ 45.75577112307692
+ ],
+ [
+ 4.891086923076923,
+ 45.75577192307692
+ ],
+ [
+ 4.8911184230769225,
+ 45.75577572307692
+ ],
+ [
+ 4.8911298230769225,
+ 45.755777123076925
+ ],
+ [
+ 4.891197123076923,
+ 45.75578582307692
+ ],
+ [
+ 4.891269023076923,
+ 45.75579562307692
+ ],
+ [
+ 4.891503823076922,
+ 45.75582622307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.981872323076923,
+ 45.77371052307692
+ ],
+ [
+ 4.982006123076923,
+ 45.77369402307692
+ ],
+ [
+ 4.982097723076922,
+ 45.77368412307692
+ ],
+ [
+ 4.9822124230769225,
+ 45.77367022307692
+ ],
+ [
+ 4.982355223076922,
+ 45.77365092307692
+ ],
+ [
+ 4.982382023076923,
+ 45.77364802307692
+ ],
+ [
+ 4.983163123076923,
+ 45.77354332307692
+ ],
+ [
+ 4.984172723076923,
+ 45.77340962307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.980468423076923,
+ 45.773887723076925
+ ],
+ [
+ 4.980816223076923,
+ 45.77384502307692
+ ],
+ [
+ 4.981149123076922,
+ 45.773798323076925
+ ],
+ [
+ 4.981524623076923,
+ 45.773756323076924
+ ],
+ [
+ 4.981872323076923,
+ 45.77371052307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.9250846230769225,
+ 45.76177372307692
+ ],
+ [
+ 4.926762223076922,
+ 45.76219502307692
+ ],
+ [
+ 4.928079423076922,
+ 45.76252342307692
+ ],
+ [
+ 4.928739723076923,
+ 45.76268982307692
+ ],
+ [
+ 4.929257223076923,
+ 45.76282022307692
+ ],
+ [
+ 4.929355423076923,
+ 45.762846023076925
+ ],
+ [
+ 4.929420023076923,
+ 45.76286202307692
+ ],
+ [
+ 4.929514223076922,
+ 45.76288542307692
+ ],
+ [
+ 4.930386723076922,
+ 45.76311132307692
+ ],
+ [
+ 4.931378323076923,
+ 45.76335932307692
+ ],
+ [
+ 4.932965323076923,
+ 45.763756823076925
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.075613223076923,
+ 45.72231712307692
+ ],
+ [
+ 5.075614123076923,
+ 45.72232452307692
+ ],
+ [
+ 5.075635723076923,
+ 45.72248732307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.075598023076923,
+ 45.722271323076924
+ ],
+ [
+ 5.075613223076923,
+ 45.72231712307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 4.932965323076923,
+ 45.763756823076925
+ ],
+ [
+ 4.9334564230769224,
+ 45.76387802307692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "LyonRX",
+ "name": "Rhône Express",
+ "color": "#b80e28",
+ "order": 7
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/lyon/data/source.json b/src/app/(game)/lyon/data/source.json
new file mode 100644
index 0000000..9e7fe59
--- /dev/null
+++ b/src/app/(game)/lyon/data/source.json
@@ -0,0 +1,30770 @@
+{
+ "lines": [
+ {
+ "lineId": "LyonA",
+ "relations": [
+ {
+ "relationId": 153123,
+ "stationsNodeIds": [
+ 3349897019,
+ 3349897007,
+ 3349897008,
+ 3349897010,
+ 3349897015,
+ 3349897013,
+ 3349897018,
+ 3349897009,
+ 3349897020,
+ 3349897014,
+ 3349897012,
+ 3349897011,
+ 3349897017,
+ 3349897021
+ ],
+ "routesWayIds": [
+ 848888667,
+ 336429490,
+ 336429494,
+ 336101762,
+ 336101760,
+ 334767495,
+ 334767487,
+ 757824513,
+ 757824511,
+ 757824507,
+ 757824509
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonB",
+ "relations": [
+ {
+ "relationId": 113907,
+ "stationsNodeIds": [
+ 262875986,
+ 262868469,
+ 262868467,
+ 262868465,
+ 29065842,
+ 29163412,
+ 506587037,
+ 29163413,
+ 36555139,
+ 376027344,
+ 11277050809,
+ 11277050807
+ ],
+ "routesWayIds": [
+ 328337704,
+ 328337705,
+ 337016050,
+ 337016049,
+ 336970116,
+ 336970114,
+ 333315530,
+ 333315529
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonC",
+ "relations": [
+ {
+ "relationId": 3687321,
+ "stationsNodeIds": [
+ 4590139247,
+ 7937874613,
+ 7937874590,
+ 7937873343,
+ 3349897016
+ ],
+ "routesWayIds": [
+ 51931054,
+ 445225319,
+ 130132002,
+ 445225320,
+ 51931058,
+ 18617872,
+ 850918876,
+ 850918855,
+ 850918884,
+ 850918869,
+ 850918867,
+ 850918878,
+ 850918880,
+ 328168226
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonD",
+ "relations": [
+ {
+ "relationId": 113903,
+ "stationsNodeIds": [
+ 599598652,
+ 29066747,
+ 25337611,
+ 29065835,
+ 3397995077,
+ 29065834,
+ 3362091551,
+ 29065840,
+ 29065832,
+ 29065837,
+ 29066749,
+ 29075624,
+ 29075626,
+ 29076107,
+ 371532881
+ ],
+ "routesWayIds": [
+ 329340988,
+ 336101766,
+ 336101767,
+ 336956501,
+ 336956504,
+ 336970118,
+ 336970121
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonF1",
+ "relations": [
+ {
+ "relationId": 5972769,
+ "stationsNodeIds": [
+ 33125279,
+ 1978195276,
+ 3397995081
+ ],
+ "routesWayIds": [
+ 172852178,
+ 187064361,
+ 190031647,
+ 187481740,
+ 190031642,
+ 172852180,
+ 35538131,
+ 35538130,
+ 4990740
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonF2",
+ "relations": [
+ {
+ "relationId": 5972767,
+ "stationsNodeIds": [
+ 33125280,
+ 3397995082
+ ],
+ "routesWayIds": [
+ 35538133,
+ 172852177,
+ 35538132,
+ 4990741
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT1",
+ "relations": [
+ {
+ "relationId": 1689215,
+ "stationsNodeIds": [
+ 2039897264,
+ 2571357514,
+ 2039895957,
+ 2039898763,
+ 16050231,
+ 8788279114,
+ 33064208,
+ 2336249399,
+ 33064207,
+ 3070792203,
+ 33064206,
+ 16050263,
+ 33062708,
+ 33062707,
+ 33062706,
+ 33062372,
+ 29163411,
+ 2441935805,
+ 16050297,
+ 16050304,
+ 33062368,
+ 16050345,
+ 33062367,
+ 32973979,
+ 32973980,
+ 33023099,
+ 16050412
+ ],
+ "routesWayIds": [
+ 266717494,
+ 440833885,
+ 193465144,
+ 4223032,
+ 921500580,
+ 921500577,
+ 730448327,
+ 142151593,
+ 636078090,
+ 33197427,
+ 142151591,
+ 10409536,
+ 97235567,
+ 97235563,
+ 10409538,
+ 33197425,
+ 702890842,
+ 702890841,
+ 23159356,
+ 1287594620,
+ 23159355,
+ 668687668,
+ 60412897,
+ 60412907,
+ 668687669,
+ 1339058149,
+ 318825358,
+ 236135115
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT2",
+ "relations": [
+ {
+ "relationId": 2519561,
+ "stationsNodeIds": [
+ 16050231,
+ 8788279114,
+ 33064208,
+ 2336249399,
+ 47996326,
+ 47997320,
+ 16050441,
+ 33065114,
+ 25719230,
+ 33065252,
+ 33065416,
+ 33065417,
+ 33065510,
+ 16050515,
+ 16050542,
+ 16050554,
+ 16050561,
+ 16050568,
+ 16050570,
+ 16050592,
+ 302027091,
+ 16050631,
+ 1979249644,
+ 1979249643,
+ 304321454,
+ 306508867,
+ 16050665,
+ 339861071,
+ 339861838,
+ 339862782,
+ 339862440,
+ 16050710
+ ],
+ "routesWayIds": [
+ 921500577,
+ 730448327,
+ 142151593,
+ 636078090,
+ 33197427,
+ 142151591,
+ 10409536,
+ 97235567,
+ 97235563,
+ 10409538,
+ 10409540,
+ 171900716,
+ 171900719,
+ 187014196,
+ 191139148,
+ 195740986,
+ 1465592751,
+ 588885412,
+ 588885411,
+ 191139146,
+ 187176347,
+ 187176349
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT3",
+ "relations": [
+ {
+ "relationId": 2523792,
+ "stationsNodeIds": [
+ 1979441640,
+ 1979441639,
+ 1979441642,
+ 1979441641,
+ 1979441638,
+ 1979441643,
+ 1979455523,
+ 1979455518,
+ 1979455517,
+ 1980843972,
+ 12487239416,
+ 1980843971
+ ],
+ "routesWayIds": [
+ 1251989053,
+ 191587991,
+ 195736520,
+ 194605992,
+ 194605985,
+ 195742577,
+ 383445217,
+ 187199744,
+ 195736525,
+ 195742583,
+ 195742581,
+ 187397459,
+ 187397469,
+ 860137023,
+ 1185509073,
+ 187201158,
+ 459693789,
+ 459693788,
+ 187379304,
+ 187379310,
+ 195738033,
+ 195742572,
+ 187397467,
+ 195742580
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT4",
+ "relations": [
+ {
+ "relationId": 2524191,
+ "stationsNodeIds": [
+ 1978081746,
+ 1978081770,
+ 1978081720,
+ 1978081750,
+ 1978081699,
+ 1978081706,
+ 1978081763,
+ 2395887637,
+ 2000610834,
+ 2000610838,
+ 2000610836,
+ 1981141929,
+ 1981090834,
+ 1981090825,
+ 1981090814,
+ 1981090789,
+ 1981090784,
+ 1981104067,
+ 1981104044,
+ 1981141927,
+ 1981141939,
+ 1981141935,
+ 1981141922,
+ 1981141943,
+ 1981163330,
+ 1981163333,
+ 1981163332,
+ 1981163329,
+ 1981163331
+ ],
+ "routesWayIds": [
+ 236135117,
+ 1339058148,
+ 196540681,
+ 236132663,
+ 1251989053,
+ 191587991,
+ 195736520,
+ 189442868,
+ 189442869,
+ 189442865,
+ 200764037,
+ 189442863,
+ 187407210,
+ 187421211,
+ 187414050,
+ 187414053
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT5",
+ "relations": [
+ {
+ "relationId": 2578549,
+ "stationsNodeIds": [
+ 8165627352,
+ 16050515,
+ 16050542,
+ 16050554,
+ 16050561,
+ 16050568,
+ 16050570,
+ 2015681700,
+ 2015681703,
+ 2015681705,
+ 2015681701
+ ],
+ "routesWayIds": [
+ 195740986,
+ 1465592751,
+ 588885412,
+ 588885411,
+ 877538343,
+ 877538344,
+ 187024549,
+ 196746132,
+ 1295049876,
+ 1295049877
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT6",
+ "relations": [
+ {
+ "relationId": 10218859,
+ "stationsNodeIds": [
+ 6918554831,
+ 6918506362,
+ 6919391617,
+ 6919391606,
+ 6919286727,
+ 6919286725,
+ 6920432664,
+ 6920432669,
+ 6551653490,
+ 6920432645,
+ 6920432629,
+ 6920432623,
+ 6920432594,
+ 6920432616,
+ 13564937414,
+ 13564916297,
+ 13564886401,
+ 13564745685,
+ 13564363622,
+ 13564363623,
+ 13564308956,
+ 13543703156,
+ 13543712306,
+ 13543695020
+ ],
+ "routesWayIds": [
+ 703793126,
+ 845311725,
+ 759976572,
+ 845311724,
+ 1298153917,
+ 1478648167,
+ 1478581655,
+ 1476583635,
+ 1476583637,
+ 1476586558,
+ 1476558724
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonT7",
+ "relations": [
+ {
+ "relationId": 6794364,
+ "stationsNodeIds": [
+ 4554812225,
+ 1077647024,
+ 29627791,
+ 1979404966,
+ 8016735910
+ ],
+ "routesWayIds": [
+ 1272486736,
+ 408879537,
+ 459693787,
+ 408879532,
+ 23225292,
+ 151396875,
+ 184914142,
+ 860137024,
+ 187397458
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "LyonRX",
+ "relations": [
+ {
+ "relationId": 2523935,
+ "stationsNodeIds": [
+ 1980843970,
+ 1980994551,
+ 1980994538,
+ 1980994537
+ ],
+ "routesWayIds": [
+ 195738774,
+ 195738773,
+ 195738772,
+ 191587991,
+ 195736520,
+ 194605992,
+ 194605985,
+ 195742577,
+ 383445217,
+ 195742571,
+ 195736525,
+ 195742583,
+ 195742581,
+ 187199746,
+ 187397469,
+ 860137023,
+ 1185509073,
+ 187201158,
+ 459693789,
+ 459693788,
+ 187379304,
+ 187379310,
+ 187379313,
+ 195742572,
+ 194776610,
+ 194776609,
+ 195738508,
+ 1016845432,
+ 1016845434,
+ 195738511
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ }
+ ],
+ "ways": [
+ {
+ "wayId": 445225319,
+ "nodeIds": [
+ 4426802338,
+ 4426802339
+ ]
+ },
+ {
+ "wayId": 333315529,
+ "nodeIds": [
+ 3404328413,
+ 36555139,
+ 376027326,
+ 3351626517,
+ 3029891935,
+ 7382741889,
+ 376027184,
+ 376027197,
+ 3470363064,
+ 376027263,
+ 376027273,
+ 2313579247,
+ 2313579236,
+ 2313579224,
+ 376027280,
+ 2313579221,
+ 2313579218,
+ 376027344,
+ 5805326275,
+ 376027296,
+ 376027302,
+ 376027320,
+ 10743012981,
+ 10743012982,
+ 10743012983,
+ 12073226009,
+ 10743012984,
+ 11277050809,
+ 10743012985,
+ 10743012986,
+ 10743012987,
+ 10743012988,
+ 10743012989,
+ 10743012990,
+ 10743012991,
+ 10743012992,
+ 10743012993,
+ 10743012994,
+ 10743012995,
+ 10743012996,
+ 10743012997,
+ 10743012998,
+ 10743012999,
+ 10743013000,
+ 10743013001,
+ 10743013002,
+ 10743013003,
+ 10743013004,
+ 10743073805,
+ 11277050807
+ ]
+ },
+ {
+ "wayId": 336970114,
+ "nodeIds": [
+ 372847845,
+ 5167045039,
+ 6350085275,
+ 3351626538,
+ 6350085274,
+ 2108795452,
+ 10790959486,
+ 2321320893,
+ 6347065403,
+ 29163412,
+ 2161903849,
+ 13534320538,
+ 13534320545,
+ 3351626533,
+ 2088444182,
+ 2088444189,
+ 3351626525,
+ 506587037,
+ 2088448392,
+ 2088448393,
+ 3404328417
+ ]
+ },
+ {
+ "wayId": 336970116,
+ "nodeIds": [
+ 3440627248,
+ 3440627236,
+ 3362093612,
+ 3400020994,
+ 29065842,
+ 372847845
+ ]
+ },
+ {
+ "wayId": 337016049,
+ "nodeIds": [
+ 3441133298,
+ 3440741467,
+ 3441133293,
+ 371843599,
+ 3440741461,
+ 371843603,
+ 3440741453,
+ 3440741450,
+ 3440741444,
+ 3440741440,
+ 3440741435,
+ 372847840,
+ 3440627254,
+ 3440627248
+ ]
+ },
+ {
+ "wayId": 757824507,
+ "nodeIds": [
+ 3349897058,
+ 7077356090
+ ]
+ },
+ {
+ "wayId": 757824513,
+ "nodeIds": [
+ 3349897072,
+ 3349897074,
+ 3349897076
+ ]
+ },
+ {
+ "wayId": 336101762,
+ "nodeIds": [
+ 3349897039,
+ 3416740396,
+ 3431807671,
+ 3349897008,
+ 3349897042,
+ 3349897043,
+ 3431807691
+ ]
+ },
+ {
+ "wayId": 51931054,
+ "nodeIds": [
+ 4426802339,
+ 192064371,
+ 1434432857,
+ 639254612,
+ 662426637,
+ 639254618,
+ 639254617,
+ 192064374,
+ 4590139247
+ ]
+ },
+ {
+ "wayId": 336429490,
+ "nodeIds": [
+ 3434620545,
+ 3349897007,
+ 6761480254,
+ 3434620565
+ ]
+ },
+ {
+ "wayId": 333315530,
+ "nodeIds": [
+ 3404328417,
+ 29163413,
+ 3404328413
+ ]
+ },
+ {
+ "wayId": 334767487,
+ "nodeIds": [
+ 3418368900,
+ 3349897065,
+ 3349897066,
+ 7077356097,
+ 3349897067,
+ 3349897069,
+ 3370408165,
+ 3349897070,
+ 3349897073,
+ 3349897072
+ ]
+ },
+ {
+ "wayId": 172852177,
+ "nodeIds": [
+ 1557538465,
+ 5821110976,
+ 5821110978,
+ 5821110977,
+ 416361877
+ ]
+ },
+ {
+ "wayId": 336429494,
+ "nodeIds": [
+ 3434620565,
+ 3349897035,
+ 3349897036,
+ 3349897037,
+ 3349897038,
+ 3431807653,
+ 3349897039
+ ]
+ },
+ {
+ "wayId": 336101760,
+ "nodeIds": [
+ 3431807691,
+ 3349897044,
+ 3349897045,
+ 3349897046,
+ 3349897047,
+ 3349897048,
+ 3349897053,
+ 3349897010,
+ 3349897060,
+ 3418403893
+ ]
+ },
+ {
+ "wayId": 329340988,
+ "nodeIds": [
+ 3397997518,
+ 3397997522,
+ 3397997524,
+ 411103011,
+ 411103010,
+ 959240080,
+ 3431807804,
+ 3431807808,
+ 1836991830,
+ 3431807820,
+ 3359874517,
+ 3431807835,
+ 3397997530,
+ 1836991835,
+ 3397997533,
+ 1836991837,
+ 29065835,
+ 11781014685,
+ 3397997536,
+ 3397997538,
+ 6658504084,
+ 3397997540,
+ 3397997542,
+ 3397997544,
+ 4070132954,
+ 331408161,
+ 3397997547,
+ 331408160,
+ 3397997550,
+ 3397997552,
+ 2179108507,
+ 2179108509,
+ 2179108529,
+ 25337611,
+ 12067851060,
+ 331408706,
+ 3397997557,
+ 3397997559,
+ 3397997561,
+ 3397997563,
+ 331408705,
+ 3397997567,
+ 3397997569,
+ 3397997571,
+ 2696679475,
+ 3397997573,
+ 3397997575,
+ 3397997577,
+ 3397997579,
+ 29066747,
+ 3397997581,
+ 331408703,
+ 3397997585,
+ 3397997587,
+ 331408704,
+ 3397997590,
+ 3397997592,
+ 3397997594,
+ 3397997596,
+ 3397997598,
+ 331411445,
+ 3397997601,
+ 3397997603,
+ 331411446,
+ 331411447,
+ 349319278,
+ 331411448,
+ 599598652,
+ 3558893830
+ ]
+ },
+ {
+ "wayId": 328337704,
+ "nodeIds": [
+ 262875986,
+ 6064821711,
+ 5820963877,
+ 5820963878,
+ 5820963874,
+ 3351626571,
+ 371841183
+ ]
+ },
+ {
+ "wayId": 337016050,
+ "nodeIds": [
+ 3441133329,
+ 262868465,
+ 3441133298
+ ]
+ },
+ {
+ "wayId": 850918869,
+ "nodeIds": [
+ 7937873308,
+ 7937873309,
+ 7937873310,
+ 7937873343,
+ 7937873311,
+ 7937873312
+ ]
+ },
+ {
+ "wayId": 334767495,
+ "nodeIds": [
+ 3418403893,
+ 3349897015,
+ 3418368694,
+ 3349897063,
+ 3349897064,
+ 3418368900
+ ]
+ },
+ {
+ "wayId": 336101767,
+ "nodeIds": [
+ 3431807635,
+ 411103006,
+ 3431807622,
+ 411103009,
+ 3359874514,
+ 3431807594,
+ 3359874513,
+ 3431807482,
+ 3359874511,
+ 3359874512,
+ 3397997496,
+ 3397997500,
+ 411103008,
+ 3397997509,
+ 3397997510,
+ 3359874516,
+ 3397997508,
+ 411103007,
+ 3397997501,
+ 3397997495,
+ 3359874515,
+ 3440501117
+ ]
+ },
+ {
+ "wayId": 757824509,
+ "nodeIds": [
+ 7077356090,
+ 3349897017,
+ 3349897057,
+ 3349897056,
+ 3349897055,
+ 3349897054,
+ 4140881231,
+ 3349897051,
+ 7892577240,
+ 3349897050,
+ 7892577233,
+ 7892577234,
+ 7892577235,
+ 3349897049,
+ 7892577236,
+ 10743009129,
+ 3349897052,
+ 3349897021
+ ]
+ },
+ {
+ "wayId": 757824511,
+ "nodeIds": [
+ 3349897076,
+ 3349897075,
+ 3349897077,
+ 3349897013,
+ 3349897078,
+ 3349897018,
+ 3349897083,
+ 3349897084,
+ 3349897085,
+ 5820963855,
+ 3349897009,
+ 3349897086,
+ 3349897089,
+ 3349897091,
+ 3349897093,
+ 3349897094,
+ 3349897092,
+ 3349897090,
+ 3349897087,
+ 3349897020,
+ 3349897082,
+ 3349897014,
+ 3349897068,
+ 12055379990,
+ 3349897012,
+ 3349897062,
+ 3349897061,
+ 6467933844,
+ 3349897011,
+ 2623015255,
+ 9594219420,
+ 3349897058
+ ]
+ },
+ {
+ "wayId": 328337705,
+ "nodeIds": [
+ 371841183,
+ 2069187826,
+ 371841176,
+ 2069187820,
+ 371841172,
+ 262868469,
+ 3351626566,
+ 3441133521,
+ 639609418,
+ 2069187764,
+ 371841152,
+ 2069187760,
+ 371841158,
+ 2069187757,
+ 371841167,
+ 2069187755,
+ 371841162,
+ 3441133498,
+ 3441133493,
+ 262868467,
+ 3441133376,
+ 9836442256,
+ 3441133370,
+ 3441133366,
+ 3441133358,
+ 3441133353,
+ 3441133350,
+ 371841199,
+ 371841205,
+ 3441133338,
+ 3440741473,
+ 3441133329
+ ]
+ },
+ {
+ "wayId": 850918878,
+ "nodeIds": [
+ 7937874638,
+ 7937874639
+ ]
+ },
+ {
+ "wayId": 190031647,
+ "nodeIds": [
+ 1978195279,
+ 1978195276
+ ]
+ },
+ {
+ "wayId": 172852180,
+ "nodeIds": [
+ 1836991832,
+ 1973742235,
+ 47774559,
+ 1973742226,
+ 1836991827
+ ]
+ },
+ {
+ "wayId": 35538133,
+ "nodeIds": [
+ 416361877,
+ 13534391133,
+ 13534391134,
+ 13534391137,
+ 13534391132,
+ 33125280
+ ]
+ },
+ {
+ "wayId": 130132002,
+ "nodeIds": [
+ 1142015597,
+ 1434432855,
+ 1142015658,
+ 4426802338
+ ]
+ },
+ {
+ "wayId": 336970118,
+ "nodeIds": [
+ 3440627235,
+ 3362091551,
+ 3440627188
+ ]
+ },
+ {
+ "wayId": 336956504,
+ "nodeIds": [
+ 3440501095,
+ 3440627235
+ ]
+ },
+ {
+ "wayId": 850918884,
+ "nodeIds": [
+ 7937874589,
+ 7937874590,
+ 7937874588,
+ 10896905421,
+ 7937874587,
+ 7937874586,
+ 7937874585,
+ 7937873384,
+ 7937873383,
+ 7937873382,
+ 7937873381,
+ 7937873380,
+ 10896827871,
+ 7937873379,
+ 7937873378,
+ 7937873377,
+ 7937873376,
+ 7937873375,
+ 12063454081,
+ 7937873307,
+ 7937873308
+ ]
+ },
+ {
+ "wayId": 328168226,
+ "nodeIds": [
+ 3349897016,
+ 7937874643,
+ 7937874644
+ ]
+ },
+ {
+ "wayId": 336101766,
+ "nodeIds": [
+ 3397997518,
+ 3397995077,
+ 411103005,
+ 3431807639,
+ 3431807635
+ ]
+ },
+ {
+ "wayId": 850918876,
+ "nodeIds": [
+ 7937874622,
+ 192064333,
+ 192064341,
+ 4426802334,
+ 192064348,
+ 10896827867,
+ 4426802335,
+ 4426802336,
+ 192064355
+ ]
+ },
+ {
+ "wayId": 336970121,
+ "nodeIds": [
+ 3440627188,
+ 29065840,
+ 29065832,
+ 25321358,
+ 29065837,
+ 3362093610,
+ 3362093608,
+ 3362093607,
+ 29066749,
+ 3362093605,
+ 3362093603,
+ 3362093600,
+ 1833590139,
+ 1833590138,
+ 1833590137,
+ 1833590136,
+ 1833590135,
+ 1833590134,
+ 1833590133,
+ 1833590132,
+ 1833590131,
+ 29075624,
+ 1833590130,
+ 1833590129,
+ 1833590128,
+ 1833590127,
+ 1833590126,
+ 8795490658,
+ 1833590125,
+ 1833590124,
+ 1833590123,
+ 1833590122,
+ 1833590121,
+ 8138138059,
+ 8088361723,
+ 1833590120,
+ 8088361754,
+ 8088361760,
+ 29075626,
+ 3362091577,
+ 1833590119,
+ 1833590118,
+ 1833590117,
+ 1833590116,
+ 1833590115,
+ 1833590114,
+ 1833590113,
+ 1833590112,
+ 1833590111,
+ 1833590110,
+ 1833590109,
+ 1833590108,
+ 29076107,
+ 1833590107,
+ 371237734,
+ 1835762399,
+ 371237731,
+ 371237162,
+ 371237163,
+ 371237161,
+ 371237159,
+ 371237158,
+ 371237160,
+ 371237154,
+ 371532885,
+ 371532881,
+ 371532957
+ ]
+ },
+ {
+ "wayId": 187064361,
+ "nodeIds": [
+ 1836991824,
+ 10922335331,
+ 1978195279
+ ]
+ },
+ {
+ "wayId": 35538130,
+ "nodeIds": [
+ 416361876,
+ 416361875
+ ]
+ },
+ {
+ "wayId": 445225320,
+ "nodeIds": [
+ 1434261013,
+ 1434258952,
+ 1142015597
+ ]
+ },
+ {
+ "wayId": 850918867,
+ "nodeIds": [
+ 7937873312,
+ 7937873313,
+ 7937874625,
+ 7937874626,
+ 7937874627,
+ 7937874628,
+ 7937874630,
+ 7937874631,
+ 7937874632,
+ 7937874633,
+ 7937874634,
+ 7937874635,
+ 7937874636,
+ 7937874637,
+ 7937874638
+ ]
+ },
+ {
+ "wayId": 848888667,
+ "nodeIds": [
+ 3349897019,
+ 3349897024,
+ 3349897025,
+ 3349897026,
+ 3349897028,
+ 3349897030,
+ 3434620545
+ ]
+ },
+ {
+ "wayId": 35538131,
+ "nodeIds": [
+ 416361875,
+ 1836991832
+ ]
+ },
+ {
+ "wayId": 18617872,
+ "nodeIds": [
+ 192064355,
+ 1434432807,
+ 638837977,
+ 1434432837,
+ 1434432839,
+ 1434432841,
+ 475571014
+ ]
+ },
+ {
+ "wayId": 190031642,
+ "nodeIds": [
+ 10925160395,
+ 1978195281,
+ 1836991827
+ ]
+ },
+ {
+ "wayId": 187481740,
+ "nodeIds": [
+ 1978195276,
+ 10925160395
+ ]
+ },
+ {
+ "wayId": 172852178,
+ "nodeIds": [
+ 1836991824,
+ 12238518819,
+ 12238482388,
+ 11169406936,
+ 33125279
+ ]
+ },
+ {
+ "wayId": 850918880,
+ "nodeIds": [
+ 7937874639,
+ 7937874644
+ ]
+ },
+ {
+ "wayId": 4990740,
+ "nodeIds": [
+ 3397995081,
+ 416361876
+ ]
+ },
+ {
+ "wayId": 51931058,
+ "nodeIds": [
+ 475571014,
+ 1434261013
+ ]
+ },
+ {
+ "wayId": 336956501,
+ "nodeIds": [
+ 3440501117,
+ 29065834,
+ 12506959803,
+ 3440501095
+ ]
+ },
+ {
+ "wayId": 850918855,
+ "nodeIds": [
+ 7937874622,
+ 7937874621,
+ 10896827868,
+ 7937874613,
+ 7937874611,
+ 7937874610,
+ 7937874609,
+ 7937874608,
+ 7937874607,
+ 7937874606,
+ 7937874605,
+ 7937874604,
+ 7937874603,
+ 7937874602,
+ 7937874601,
+ 10879656104,
+ 7937874600,
+ 7937874599,
+ 10879661605,
+ 7937874598,
+ 7937874597,
+ 10879661606,
+ 7937874596,
+ 10879661607,
+ 7937874595,
+ 7937874594,
+ 7937874593,
+ 7937874592,
+ 10896827869,
+ 7937874623,
+ 7937874591,
+ 7937874589
+ ]
+ },
+ {
+ "wayId": 35538132,
+ "nodeIds": [
+ 416361878,
+ 1557538465
+ ]
+ },
+ {
+ "wayId": 4990741,
+ "nodeIds": [
+ 3397995082,
+ 416361878
+ ]
+ },
+ {
+ "wayId": 195742577,
+ "nodeIds": [
+ 1979441727,
+ 8865464717,
+ 1979441724,
+ 13046082683,
+ 6185336876,
+ 13362551752,
+ 1979441721,
+ 1979441719,
+ 3509864390,
+ 1979441718,
+ 3509864392,
+ 1979441715,
+ 3509888065,
+ 1979441713,
+ 1979441712,
+ 1979441708,
+ 8913784076,
+ 1979441696,
+ 1979441639,
+ 1979441673,
+ 2911028269,
+ 2026239409,
+ 13045343766,
+ 2911028289
+ ]
+ },
+ {
+ "wayId": 1251989053,
+ "nodeIds": [
+ 1979441640,
+ 8862236585,
+ 11173596991,
+ 1979441814,
+ 1980843973
+ ]
+ },
+ {
+ "wayId": 187379310,
+ "nodeIds": [
+ 1980844044,
+ 1980844043,
+ 11048304542,
+ 1980844032,
+ 11048341917,
+ 1980844031,
+ 11048304519,
+ 11048341919,
+ 11048341922,
+ 1980844029,
+ 8112230001,
+ 1980844025,
+ 1980844024
+ ]
+ },
+ {
+ "wayId": 195742580,
+ "nodeIds": [
+ 1980843983,
+ 3112802856,
+ 1980843971
+ ]
+ },
+ {
+ "wayId": 187201158,
+ "nodeIds": [
+ 11007888683,
+ 1979455520,
+ 5760071386,
+ 11014075646,
+ 11014075638,
+ 5760071389,
+ 1979455523,
+ 1979455524,
+ 1979455525,
+ 1979455526,
+ 5760071380,
+ 11015440389,
+ 1979455527,
+ 5760071379,
+ 1979455528,
+ 1979455530,
+ 1979455531,
+ 1979455532,
+ 1979455533,
+ 1979455534,
+ 1979455535,
+ 1979455536,
+ 1979455537,
+ 1979455538,
+ 1979455540,
+ 5760071373,
+ 1979455541,
+ 11020650389,
+ 5760071370,
+ 1979455542,
+ 5760071356,
+ 11020650612,
+ 11020650610,
+ 5760071363,
+ 1979455544,
+ 5760071339,
+ 1979455518,
+ 1979455545,
+ 5760071260,
+ 1979455546,
+ 11020851750,
+ 5760071256,
+ 1979455547,
+ 1979455548,
+ 1979455554,
+ 1979455556,
+ 1979455557,
+ 1979455561,
+ 1979455564,
+ 1979455567,
+ 1979455571,
+ 6401350678,
+ 1979455573,
+ 1979455581,
+ 1979455582,
+ 1979455585,
+ 1979455587,
+ 1979455589,
+ 1979455591,
+ 1979455594,
+ 3060622538,
+ 1979455596,
+ 1979455598,
+ 1979455601,
+ 1979455602,
+ 1979455604,
+ 1979455605,
+ 1979455610,
+ 1979455612,
+ 1979455613,
+ 1979455608,
+ 1979455607,
+ 1979455603,
+ 1979455600,
+ 1979455599,
+ 1979455597,
+ 1979455595,
+ 1979455593,
+ 1979455592,
+ 1979455590,
+ 1979455588,
+ 1979455586,
+ 1979455584,
+ 1979455583,
+ 1979455580,
+ 1979455579,
+ 1979455578,
+ 1979455577,
+ 1979455576,
+ 1979455575,
+ 1979455574,
+ 8112125548,
+ 1979455572,
+ 1979455517,
+ 1979455570,
+ 1979455569,
+ 1979455568,
+ 1979455566,
+ 1979455565,
+ 1979455563,
+ 1979455562,
+ 1979455560,
+ 1979455558,
+ 1979455555,
+ 2973890404
+ ]
+ },
+ {
+ "wayId": 383445217,
+ "nodeIds": [
+ 2911028289,
+ 8913784069,
+ 2911028296,
+ 1979441655,
+ 1979441648,
+ 1979441646,
+ 1979441644,
+ 1979441645,
+ 11637795332,
+ 1979441647,
+ 1979441649,
+ 1979441650,
+ 1979441651,
+ 9776069879,
+ 1979441652,
+ 9776069881,
+ 1979441662,
+ 5683092793,
+ 1979441682,
+ 1979441687,
+ 1979441689,
+ 1979441691,
+ 1979441694,
+ 1979441703,
+ 1979441706,
+ 1979441709,
+ 1979441710,
+ 1979441711,
+ 1979441714,
+ 1979441716,
+ 1979441717,
+ 1979441720,
+ 5683236234,
+ 1979441722,
+ 5683236221,
+ 10772674921,
+ 10772674922,
+ 5683236367,
+ 1979441725,
+ 1979441726,
+ 5683236225,
+ 1979441642,
+ 5683236332,
+ 9873388348,
+ 9873388347,
+ 1979441730,
+ 1979441731,
+ 1979441733,
+ 10772674917,
+ 10772674918,
+ 1979441737,
+ 1979441738,
+ 1979441739,
+ 10772674919,
+ 1979441741,
+ 5683236304,
+ 1979441742,
+ 5683236296,
+ 12141997600,
+ 1979441745,
+ 3820348580,
+ 1979441751,
+ 3820348589,
+ 13546412304,
+ 12902115115,
+ 5683236240,
+ 13564918194,
+ 12821047265,
+ 13564918195,
+ 12821047267,
+ 12141997599,
+ 5683236249,
+ 1979441756
+ ]
+ },
+ {
+ "wayId": 195736525,
+ "nodeIds": [
+ 1979441761,
+ 7512429026,
+ 1979441774,
+ 7512429012,
+ 1979441779,
+ 1979441781,
+ 1979441782,
+ 7512428993,
+ 1979441783,
+ 1979441787,
+ 1979441792,
+ 1979441793,
+ 7512428980,
+ 1979441794,
+ 7512428969,
+ 1979441795,
+ 1979441796
+ ]
+ },
+ {
+ "wayId": 23159355,
+ "nodeIds": [
+ 26027203,
+ 12851838045,
+ 6326900741,
+ 8832025555,
+ 1149631822,
+ 6540213721,
+ 13059510136,
+ 16050280,
+ 4014659858,
+ 29163411,
+ 13048294634,
+ 6499456699,
+ 13059503629,
+ 8832025553,
+ 8832025559,
+ 13059503623,
+ 16050282,
+ 1977943603,
+ 16050283,
+ 1977943605,
+ 16050284,
+ 8832666431,
+ 1977943608,
+ 8832666419,
+ 6288758302,
+ 2168314475
+ ]
+ },
+ {
+ "wayId": 194605985,
+ "nodeIds": [
+ 2000610915,
+ 8865464600,
+ 8498124607,
+ 8498124604,
+ 8865464743,
+ 2000610914,
+ 8498124602,
+ 1979441732,
+ 8498124600,
+ 2021731291,
+ 8498124598,
+ 8865464745,
+ 8865464724,
+ 8865464668,
+ 1979441727
+ ]
+ },
+ {
+ "wayId": 860137023,
+ "nodeIds": [
+ 4136967277,
+ 1979441832,
+ 1979441833,
+ 1979441835,
+ 7514104802,
+ 1979441836,
+ 11007746785,
+ 7514104795,
+ 1979441837,
+ 1979441839,
+ 1979441841
+ ]
+ },
+ {
+ "wayId": 97235567,
+ "nodeIds": [
+ 1126341715,
+ 11435011669,
+ 1126341720
+ ]
+ },
+ {
+ "wayId": 187199744,
+ "nodeIds": [
+ 1979441756,
+ 1979441757,
+ 1979441641,
+ 1979441758,
+ 3820389821,
+ 1979441759,
+ 1979441761
+ ]
+ },
+ {
+ "wayId": 318825358,
+ "nodeIds": [
+ 8836205938,
+ 8838192649,
+ 12386302123,
+ 16050299,
+ 12386302114,
+ 12386302188,
+ 12386302181,
+ 8838192662,
+ 12386302183,
+ 8838192656,
+ 12386302168,
+ 12386302143,
+ 12386302135,
+ 12386302126,
+ 12386302116,
+ 12386302128,
+ 8838725795,
+ 8839038895,
+ 12386302185,
+ 309945647,
+ 12386302160,
+ 12386302153,
+ 12386302145,
+ 8838725793,
+ 12386302147,
+ 309945649,
+ 12386302130,
+ 12386302119,
+ 12386302179,
+ 8839112222,
+ 12073437033,
+ 16050304,
+ 8841517257,
+ 1978398817,
+ 8844243793,
+ 8844243792,
+ 8844243807,
+ 8844243799,
+ 8844243800,
+ 8844243798,
+ 8844243808,
+ 8841325727,
+ 8844655604,
+ 1480891855,
+ 1978081931,
+ 16050315,
+ 8844655613,
+ 1978081937,
+ 16050318,
+ 8841325728,
+ 8844655615,
+ 8844662038,
+ 33062368,
+ 1978081935,
+ 8844662025,
+ 8844662023,
+ 1504772607,
+ 1480891859,
+ 16050326,
+ 8844662089,
+ 8844656789,
+ 8844656784,
+ 1978081989,
+ 16050328,
+ 8844656785,
+ 12073692452,
+ 8844662091,
+ 8844770083,
+ 8844770078,
+ 8853053303,
+ 8853079275,
+ 1978082010,
+ 16050334,
+ 8853079278,
+ 1978082014,
+ 8853079279,
+ 1978082018,
+ 1978082037,
+ 16050340,
+ 8844808299,
+ 1978082051,
+ 8853079291,
+ 8853079297,
+ 8853079289,
+ 8853130202,
+ 8853142617,
+ 8853130203,
+ 8853130216,
+ 8853130215,
+ 16050345,
+ 1978082071,
+ 8853247402,
+ 1978082077,
+ 8853279217,
+ 8853279233,
+ 8853279232,
+ 8853279221,
+ 16050354,
+ 8853279231,
+ 2733276593,
+ 1978082124,
+ 538824569,
+ 11618119099,
+ 2733276604,
+ 8853279246,
+ 8853279245,
+ 16050360,
+ 1978082144,
+ 16050362,
+ 8853279262,
+ 538824711,
+ 1978082170,
+ 1978082174,
+ 8853279249,
+ 16050366,
+ 2733276610,
+ 538824733,
+ 2733276611,
+ 16050369,
+ 8853279252,
+ 33062367,
+ 8853279259,
+ 12209430579,
+ 8853210407,
+ 8853210408,
+ 8853210409,
+ 8853210410,
+ 1978082254,
+ 8853210406,
+ 10155697430,
+ 1978082262,
+ 16050372,
+ 1978082250,
+ 1978082246,
+ 16050376,
+ 1978082299,
+ 16050380,
+ 1978082301,
+ 32974473,
+ 3251202633,
+ 8856468208,
+ 8856468211,
+ 8856468212,
+ 8856468214,
+ 32973979
+ ]
+ },
+ {
+ "wayId": 187014196,
+ "nodeIds": [
+ 21702415,
+ 2724055535,
+ 8110651726,
+ 21702414,
+ 8110651724,
+ 33065417,
+ 8111700546,
+ 12002438401,
+ 8111700548,
+ 21702427,
+ 4074820833,
+ 1977712762,
+ 12002438400,
+ 2724055553,
+ 2724055558,
+ 2729043987,
+ 21702426,
+ 1977797004
+ ]
+ },
+ {
+ "wayId": 194605992,
+ "nodeIds": [
+ 2000610925,
+ 8498124612,
+ 8498124613,
+ 2000610922,
+ 2000610915
+ ]
+ },
+ {
+ "wayId": 97235563,
+ "nodeIds": [
+ 1126341720,
+ 12003206139,
+ 88844500
+ ]
+ },
+ {
+ "wayId": 1287594620,
+ "nodeIds": [
+ 250282574,
+ 12100310317,
+ 8832025550,
+ 1149631828,
+ 13095799157,
+ 26027203
+ ]
+ },
+ {
+ "wayId": 187397469,
+ "nodeIds": [
+ 1979441831,
+ 12883830409,
+ 4136967277
+ ]
+ },
+ {
+ "wayId": 191587991,
+ "nodeIds": [
+ 1980843973,
+ 1979441810,
+ 1979441808,
+ 8865464519,
+ 11926302922,
+ 1979441799,
+ 1979441791
+ ]
+ },
+ {
+ "wayId": 4223032,
+ "nodeIds": [
+ 4032404596,
+ 2628803461,
+ 2039898763,
+ 2628803465,
+ 8820606147,
+ 8820606146,
+ 8820606145,
+ 1029434992,
+ 8824510147,
+ 2702204448,
+ 8824510146,
+ 6744047175,
+ 8824510153,
+ 6744047176,
+ 8824510152,
+ 2526451312,
+ 34819702,
+ 34819701,
+ 4029012806,
+ 712909137,
+ 2522519377,
+ 34819700,
+ 2522519384,
+ 2522519390,
+ 34819699,
+ 12214139188,
+ 2522519396,
+ 8824539511,
+ 2522519404,
+ 12214139179,
+ 34819698,
+ 2522519416,
+ 34819697,
+ 1977987887,
+ 8791385060,
+ 8791385067,
+ 11916393811,
+ 8791343606,
+ 11916423623,
+ 11916393804,
+ 11916423622,
+ 7935091119,
+ 7551277590
+ ]
+ },
+ {
+ "wayId": 1339058148,
+ "nodeIds": [
+ 8836205939,
+ 8838192645,
+ 8838243722,
+ 8836199011,
+ 8836199014,
+ 8836198998,
+ 8836141606,
+ 8836198999,
+ 1978081706,
+ 12031182219,
+ 8836141615,
+ 8836141607,
+ 8836141608,
+ 8836157520,
+ 12031182218,
+ 8836141581,
+ 8836141589,
+ 2578564431,
+ 1978081763,
+ 12031182215,
+ 8836088955,
+ 1979441846
+ ]
+ },
+ {
+ "wayId": 195738033,
+ "nodeIds": [
+ 1980844024,
+ 1980844023,
+ 8112230009,
+ 1980843972,
+ 8112230005,
+ 1980844021,
+ 1980844020,
+ 11048673660,
+ 11048673664,
+ 1980844019
+ ]
+ },
+ {
+ "wayId": 266717494,
+ "nodeIds": [
+ 2039897264,
+ 8794600588,
+ 2382015128,
+ 2382015130,
+ 2382015131,
+ 4185600669,
+ 8814402874,
+ 8814402877,
+ 8814402876,
+ 2039865141,
+ 6918554832,
+ 4029012793,
+ 4029012794,
+ 8814402907,
+ 2426409413,
+ 2039865147,
+ 8814402910,
+ 2039865136,
+ 8814402892,
+ 8814402893,
+ 4029012797,
+ 4029012798,
+ 2571357514,
+ 8814622284,
+ 8820234962,
+ 4029012801,
+ 8814622298,
+ 8814683258,
+ 1990709581,
+ 8820230145,
+ 8814683264,
+ 11891350694,
+ 12865028221,
+ 8820230158,
+ 8814683248,
+ 8820230151,
+ 2426409422,
+ 8820230157,
+ 11891350700,
+ 8814683276,
+ 12486988448,
+ 8814683274,
+ 8814683272,
+ 2039895957,
+ 8820537749,
+ 4386015960
+ ]
+ },
+ {
+ "wayId": 187397459,
+ "nodeIds": [
+ 1979441820,
+ 9505741592,
+ 1979441821,
+ 9505741589,
+ 9505741590,
+ 1979441822,
+ 3112828208,
+ 1979441643,
+ 3112829680,
+ 6149978727,
+ 1979441824,
+ 2722970640,
+ 1979441825,
+ 9505741606,
+ 9505741607,
+ 1979441828,
+ 1979441830,
+ 9505741608,
+ 1979441831
+ ]
+ },
+ {
+ "wayId": 588885411,
+ "nodeIds": [
+ 5623868047,
+ 1977742118,
+ 16050550,
+ 2733298198,
+ 2733298197,
+ 2733298188,
+ 5608789987,
+ 16050554,
+ 11761718124,
+ 5608789989,
+ 16050558,
+ 33065539,
+ 2733298175,
+ 2733298172,
+ 2733298166,
+ 657813273,
+ 2733298159,
+ 33065542,
+ 2733298151,
+ 7809423535,
+ 657813254,
+ 33065541,
+ 2733298138,
+ 1977742115,
+ 33065540,
+ 2733298131,
+ 1977742113,
+ 3266667827,
+ 2733298122,
+ 2733298117,
+ 1977742111,
+ 2733298107,
+ 8162440956,
+ 16050561,
+ 8162430302,
+ 1030742705,
+ 2733298096,
+ 2733298091,
+ 1030742632,
+ 8111505489,
+ 16050564,
+ 3760111003,
+ 244508807,
+ 3760111005,
+ 16050568,
+ 4048211262,
+ 1977790616,
+ 3760110999,
+ 244509505,
+ 3760110995,
+ 244668102,
+ 8162398380,
+ 3760133419,
+ 244668120,
+ 8162398364,
+ 8162398341,
+ 3760133428,
+ 16050570,
+ 3760133432,
+ 8162398344,
+ 12002166306,
+ 16050577
+ ]
+ },
+ {
+ "wayId": 187397467,
+ "nodeIds": [
+ 1980843990,
+ 9505973660,
+ 9505973659,
+ 9505973658,
+ 9505973657,
+ 1980843987,
+ 12164086159,
+ 11070905777,
+ 11070905781,
+ 10800179559,
+ 1980843985,
+ 1980843983
+ ]
+ },
+ {
+ "wayId": 195742572,
+ "nodeIds": [
+ 1980844019,
+ 10047230182,
+ 1980844017,
+ 11049740994,
+ 10047230183,
+ 1980844016,
+ 1980844015,
+ 1980844014,
+ 11057503523,
+ 1980844008,
+ 1980844006,
+ 1980844004,
+ 1980844003,
+ 1980844002,
+ 12180236269,
+ 13363638555,
+ 12141752448,
+ 12179923944,
+ 12487239416,
+ 11049870637,
+ 11049870639,
+ 11049870635,
+ 1980843996,
+ 9505848535,
+ 9505848538,
+ 1980843994,
+ 1980843992,
+ 1980843990
+ ]
+ },
+ {
+ "wayId": 171900719,
+ "nodeIds": [
+ 21992806,
+ 4428355480,
+ 1977670377,
+ 8752459367,
+ 8752459372,
+ 8752459361,
+ 8752448476,
+ 25719230,
+ 12002518268,
+ 8776558454,
+ 12800066410,
+ 1981090870,
+ 16050462,
+ 8752437632,
+ 13135789144,
+ 8360836650,
+ 1036842324,
+ 12002518266,
+ 11427456810,
+ 8360836640,
+ 12002518264,
+ 21855793,
+ 8360798216,
+ 9167589286,
+ 8360807462,
+ 262540324,
+ 8360807458,
+ 33065252,
+ 8360807449,
+ 21852324,
+ 1977670359,
+ 1977670357,
+ 262540503,
+ 8360767910,
+ 21852315,
+ 1214447619,
+ 8360767904,
+ 16050479,
+ 1287773989,
+ 8168909828,
+ 33065416,
+ 8168909822,
+ 16050488,
+ 1957527539,
+ 16050492,
+ 1977670298,
+ 1957527542,
+ 21702761,
+ 1977670302,
+ 6970322689,
+ 1977670312,
+ 16050493,
+ 8111700543,
+ 21702415
+ ]
+ },
+ {
+ "wayId": 191139146,
+ "nodeIds": [
+ 16050577,
+ 1505988434,
+ 8111455597,
+ 641375005,
+ 1977742102,
+ 641375004,
+ 641375006,
+ 16050584,
+ 1977787439,
+ 1977742101,
+ 8158554053,
+ 245049842,
+ 8158554047,
+ 1977742098,
+ 8158502792,
+ 6762555381,
+ 1845245202,
+ 6762555380,
+ 8158476311,
+ 16050592,
+ 16050596,
+ 245032707,
+ 16050599,
+ 1036616233,
+ 6762578086,
+ 8151565392,
+ 33234110,
+ 16050602,
+ 33234102,
+ 12163668811,
+ 12247066172,
+ 1977742093,
+ 16050605,
+ 1977742092,
+ 1977742089,
+ 16050608,
+ 16050612,
+ 1977742087,
+ 1276369988,
+ 16050615,
+ 12163668812,
+ 302027091,
+ 4037987705,
+ 4037987387,
+ 1977742080,
+ 4037987376,
+ 4076275539,
+ 4076275534,
+ 16050621,
+ 9441114811,
+ 4037987326,
+ 9441114812,
+ 9441114813,
+ 1178802681,
+ 9441114814,
+ 4037987322,
+ 9441114815,
+ 16050625,
+ 9441114816,
+ 9441134517,
+ 4037987321,
+ 9441134518,
+ 16050630,
+ 4037987325,
+ 16050631,
+ 1390560539,
+ 1178802633,
+ 9441109278,
+ 9441109277,
+ 1207093263,
+ 9441109281,
+ 9441109282,
+ 1979249779,
+ 9441109283,
+ 33065572
+ ]
+ },
+ {
+ "wayId": 142151591,
+ "nodeIds": [
+ 257116796,
+ 13372518023,
+ 6320810087,
+ 600829302,
+ 13372518022,
+ 13372518020,
+ 257116791,
+ 13372518021,
+ 600829306,
+ 257116761,
+ 600829288,
+ 600829292,
+ 6975647874,
+ 257116774,
+ 16050239,
+ 1977851436,
+ 6320810085,
+ 25149517,
+ 1977851433,
+ 88844493
+ ]
+ },
+ {
+ "wayId": 187379304,
+ "nodeIds": [
+ 1979455549,
+ 1980844044
+ ]
+ },
+ {
+ "wayId": 171900716,
+ "nodeIds": [
+ 1828657673,
+ 21992806
+ ]
+ },
+ {
+ "wayId": 193465144,
+ "nodeIds": [
+ 1785752172,
+ 1838489173,
+ 1838489171,
+ 1838489167,
+ 12031046431,
+ 2561595503,
+ 2561595515,
+ 8824510148,
+ 2561595524,
+ 4032404594,
+ 2561595531,
+ 4032404596
+ ]
+ },
+ {
+ "wayId": 236135117,
+ "nodeIds": [
+ 1978081746,
+ 8856468213,
+ 8856468210,
+ 8856468209,
+ 8856468207,
+ 3251202636,
+ 1978082307,
+ 1978082316,
+ 1978082310,
+ 1978082304,
+ 1978082268,
+ 1978082257,
+ 3251202631,
+ 1978082259,
+ 1978082274,
+ 1978082270,
+ 1978082265,
+ 8853210405,
+ 8853210404,
+ 8853210403,
+ 8853210402,
+ 12209430578,
+ 8853279258,
+ 1978081770,
+ 8853279251,
+ 2733276613,
+ 1978082181,
+ 1978082178,
+ 8853279250,
+ 1978082176,
+ 1978082166,
+ 1978082162,
+ 8853279261,
+ 8853279260,
+ 1978082148,
+ 1978082139,
+ 8853279247,
+ 1978082135,
+ 8853279248,
+ 2733276603,
+ 11618119100,
+ 1978082129,
+ 1978082119,
+ 2733276594,
+ 1978082093,
+ 8853279227,
+ 1978082091,
+ 8853279228,
+ 1978082086,
+ 8853279229,
+ 8853279230,
+ 8853247416,
+ 1978082075,
+ 8853247401,
+ 1978082063,
+ 1978081720,
+ 8853130214,
+ 8853142618,
+ 8853142619,
+ 1978082059,
+ 8853079288,
+ 8853079296,
+ 8853079290,
+ 1978082047,
+ 8844808298,
+ 1978082041,
+ 1978082034,
+ 1978082017,
+ 3702337598,
+ 1978082016,
+ 1978082012,
+ 8853079274,
+ 8853053302,
+ 8844770077,
+ 8844770082,
+ 8844662090,
+ 12073692451,
+ 8844656790,
+ 1978081997,
+ 1978081993,
+ 8844656788,
+ 8844656787,
+ 8844662088,
+ 1978081981,
+ 1978081970,
+ 2705368902,
+ 8844662024,
+ 8844662026,
+ 1978081957,
+ 1978081750,
+ 8844662039,
+ 8844662037,
+ 8844655614,
+ 8841325730,
+ 1978081974,
+ 1978081965,
+ 1978081939,
+ 8844655612,
+ 1978081933,
+ 1978081930,
+ 1978081928,
+ 1978081924,
+ 8844655603,
+ 8841325731,
+ 8844243806,
+ 8844243797,
+ 252626816,
+ 8844243805,
+ 8844243794,
+ 8844243791,
+ 2297011247,
+ 8841517255,
+ 1978398814,
+ 1978081699,
+ 12073437032,
+ 12386302189,
+ 7794751272,
+ 12386302176,
+ 1978081892,
+ 12386302141,
+ 12386302133,
+ 12386302124,
+ 8838725791,
+ 12386302127,
+ 12386302117,
+ 12146106556,
+ 8839038894,
+ 8838725796,
+ 12386302152,
+ 12386302144,
+ 12386302154,
+ 12386302146,
+ 12386302138,
+ 12386302129,
+ 8838192655,
+ 12386302178,
+ 12386302169,
+ 8838192664,
+ 12386302171,
+ 12386302162,
+ 12386302155,
+ 8838192653,
+ 8838192648,
+ 8836205939
+ ]
+ },
+ {
+ "wayId": 702890841,
+ "nodeIds": [
+ 6476678581,
+ 8832025546,
+ 12031101738,
+ 33062372,
+ 6724463846,
+ 254580788,
+ 6845479081,
+ 1149631795,
+ 1149631787,
+ 778737859,
+ 1977939107,
+ 26577745
+ ]
+ },
+ {
+ "wayId": 459693789,
+ "nodeIds": [
+ 2973890404,
+ 7919574576,
+ 1979455553,
+ 4107880444,
+ 2973890403
+ ]
+ },
+ {
+ "wayId": 60412907,
+ "nodeIds": [
+ 751965782,
+ 8832666452,
+ 6262043694
+ ]
+ },
+ {
+ "wayId": 33197425,
+ "nodeIds": [
+ 16050242,
+ 10577367817,
+ 10577367825,
+ 8824654279,
+ 1977648767,
+ 8784989800,
+ 8831122191,
+ 7019924974,
+ 600816103,
+ 8831122187,
+ 8831122186,
+ 8831122188,
+ 1977891507,
+ 1977891509,
+ 16050243,
+ 12003206148,
+ 8831122194,
+ 8824654277,
+ 8831122199,
+ 1978374763,
+ 8824654275,
+ 8824654273,
+ 8824654295,
+ 33064207,
+ 8824654280,
+ 8824654281,
+ 8824715186,
+ 8824715190,
+ 16050246,
+ 8824715193,
+ 611608698,
+ 8824715194,
+ 16050247,
+ 8824715197,
+ 8824715199,
+ 611608697,
+ 8824715198,
+ 1977891532,
+ 16050249,
+ 8831384699,
+ 6304698312,
+ 8831384702,
+ 611608724,
+ 8831384705,
+ 6304696233,
+ 8831396020,
+ 8831384711,
+ 3070792203,
+ 16050256,
+ 611608689,
+ 1977891517,
+ 1977891518,
+ 9795491530,
+ 16050257,
+ 6304694415,
+ 1977891521,
+ 611608725,
+ 1977891525,
+ 16050258,
+ 8831396059,
+ 8831416860,
+ 8831416868,
+ 8831478241,
+ 8831478247,
+ 33064206,
+ 8831478243,
+ 7501900910,
+ 8831478263,
+ 8831478261,
+ 8831478269,
+ 8831478267,
+ 1977891555,
+ 733593614,
+ 733593598,
+ 8831513426,
+ 1977891565,
+ 16050263,
+ 8831513437,
+ 2174335038,
+ 8831513435,
+ 1036025171,
+ 1036025320,
+ 8831571433,
+ 16050265,
+ 1977939088,
+ 1977939090,
+ 8831560512,
+ 8831571441,
+ 13064364041,
+ 8831659638,
+ 8831659644,
+ 6306164689,
+ 6304677205,
+ 8831659649,
+ 8831659653,
+ 6304677207,
+ 8831659657,
+ 33062708,
+ 8831707910,
+ 6306422770,
+ 8831707915,
+ 8831707913,
+ 8831710923,
+ 11118611697,
+ 16050269,
+ 1010460607,
+ 16050271,
+ 12120846272,
+ 8831721723,
+ 1010460693,
+ 6952631733,
+ 16050272,
+ 1977939094,
+ 1977939095,
+ 1010460689,
+ 6304680757,
+ 6315079534,
+ 6952631732,
+ 6304681354,
+ 6952640088,
+ 33062707,
+ 6952640089,
+ 6304681857,
+ 6952640109,
+ 6996532207,
+ 6304678571,
+ 6996532209,
+ 6996532206,
+ 1502685011,
+ 6996532201,
+ 33062706,
+ 6996532190,
+ 1502685020,
+ 6996532200,
+ 612426768,
+ 8050827766,
+ 6476678893,
+ 6996532192,
+ 254580789,
+ 12031101742,
+ 5305845003,
+ 8831986726,
+ 6447196726,
+ 6447196727,
+ 254580790
+ ]
+ },
+ {
+ "wayId": 921500577,
+ "nodeIds": [
+ 16050231,
+ 8789261461,
+ 8789261457,
+ 8789189902,
+ 7551277597,
+ 8789189876,
+ 8789189877,
+ 8789189878,
+ 8788337919,
+ 8788337920,
+ 8788337921,
+ 8788329521,
+ 8788329522,
+ 8788279116,
+ 8788279114,
+ 8788241055,
+ 8788241051,
+ 8788241053,
+ 8788241039,
+ 8788241043,
+ 8788241041,
+ 8788241031,
+ 1215756087
+ ]
+ },
+ {
+ "wayId": 636078090,
+ "nodeIds": [
+ 1977987916,
+ 1977987919,
+ 600829285,
+ 1977987924,
+ 600829284,
+ 2336249399
+ ]
+ },
+ {
+ "wayId": 588885412,
+ "nodeIds": [
+ 5623868041,
+ 1977712735,
+ 12002317616,
+ 2512682772,
+ 1977712732,
+ 8795195987,
+ 7809423538,
+ 7809423541,
+ 657813226,
+ 12278305315,
+ 12673889380,
+ 16050535,
+ 6052908364,
+ 1977742122,
+ 12673734565,
+ 16050538,
+ 12673734567,
+ 1897237550,
+ 1977742120,
+ 12673889364,
+ 16050542,
+ 2733298204,
+ 12673889365,
+ 16050546,
+ 5623868047
+ ]
+ },
+ {
+ "wayId": 195736520,
+ "nodeIds": [
+ 1979441791,
+ 2469400278,
+ 8865464529,
+ 8865464536,
+ 8865464535,
+ 6142285602,
+ 8865464528,
+ 8865464543,
+ 2021731283,
+ 2000610925
+ ]
+ },
+ {
+ "wayId": 921500580,
+ "nodeIds": [
+ 7551277590,
+ 8791343604,
+ 16050231
+ ]
+ },
+ {
+ "wayId": 10409540,
+ "nodeIds": [
+ 16050242,
+ 10577367824,
+ 10577367816,
+ 8784989801,
+ 8784989802,
+ 8784989803,
+ 8784819020,
+ 12003206141,
+ 8784989772,
+ 8784819022,
+ 8784989769,
+ 1979251394,
+ 8784989775,
+ 8784819027,
+ 8784931021,
+ 47996326,
+ 8784930514,
+ 8784819029,
+ 8784819030,
+ 8784930516,
+ 8784904640,
+ 8784819032,
+ 8784904637,
+ 8784835315,
+ 8784819034,
+ 8784841317,
+ 13533881785,
+ 8784835310,
+ 12273318142,
+ 8764216678,
+ 8764216679,
+ 11748146058,
+ 8784777112,
+ 8764216680,
+ 8776667653,
+ 8776667654,
+ 8764216682,
+ 47997320,
+ 8784772143,
+ 1035871866,
+ 16050438,
+ 8764127132,
+ 8764127127,
+ 16050441,
+ 12022812963,
+ 8764044089,
+ 8764044090,
+ 8764044091,
+ 8764044092,
+ 8764020298,
+ 8764020300,
+ 8776558462,
+ 2600872716,
+ 8776558461,
+ 16050447,
+ 8776558458,
+ 33065114,
+ 8764020256,
+ 8764004591,
+ 8764004596,
+ 8764004593,
+ 602038388,
+ 8943387485,
+ 8943387484,
+ 8776558452,
+ 12273318129,
+ 16050454,
+ 25248916,
+ 1828657673
+ ]
+ },
+ {
+ "wayId": 702890842,
+ "nodeIds": [
+ 254580790,
+ 5305845006,
+ 1977939103,
+ 12031101737,
+ 1977939105,
+ 6476678581
+ ]
+ },
+ {
+ "wayId": 195742581,
+ "nodeIds": [
+ 1979441798,
+ 1979441800,
+ 8913784046,
+ 8913784047,
+ 1979441638,
+ 1979441801,
+ 2208068043,
+ 1979441802,
+ 1979441803,
+ 1979441804,
+ 1979441805,
+ 1979441806,
+ 1979441807,
+ 1979441809,
+ 1979441811,
+ 1979441812,
+ 1979441813,
+ 12821043352,
+ 1979441815,
+ 1979441816,
+ 1979441818,
+ 7512428899,
+ 1979441819,
+ 7512428896,
+ 4136954837,
+ 7512428885,
+ 1979441820
+ ]
+ },
+ {
+ "wayId": 187176347,
+ "nodeIds": [
+ 33065572,
+ 1979249783
+ ]
+ },
+ {
+ "wayId": 440833885,
+ "nodeIds": [
+ 4386015960,
+ 2628803455,
+ 1785752172
+ ]
+ },
+ {
+ "wayId": 668687668,
+ "nodeIds": [
+ 2168314475,
+ 8832666432,
+ 8832666463,
+ 16050285,
+ 13288252270,
+ 6326900749,
+ 8832666450,
+ 751965779
+ ]
+ },
+ {
+ "wayId": 668687669,
+ "nodeIds": [
+ 6262043694,
+ 16050290,
+ 8832699217,
+ 9125203051,
+ 6262043705,
+ 9125203055,
+ 8832666443,
+ 9125203054,
+ 1978081794,
+ 9125203053,
+ 8832666444,
+ 16050292,
+ 9125203052,
+ 1978081801,
+ 9125203044,
+ 1979441843,
+ 9125203045,
+ 9125203046,
+ 1979441845
+ ]
+ },
+ {
+ "wayId": 195740986,
+ "nodeIds": [
+ 8165627352,
+ 33065510,
+ 8111402597,
+ 8111402595,
+ 2733253096,
+ 1977712782,
+ 2729043999,
+ 2733253091,
+ 1977796504,
+ 2733253084,
+ 2729043978,
+ 2733253083,
+ 2733253075,
+ 2729043963,
+ 2733253071,
+ 2733253066,
+ 2729043958,
+ 2733253061,
+ 16050514,
+ 2733253052,
+ 2733253050,
+ 2733253048,
+ 2733258218,
+ 2733253038,
+ 2733253026,
+ 2733258215,
+ 2733253023,
+ 2733253019,
+ 1977712776,
+ 2733253017,
+ 1977712772,
+ 1977712770,
+ 1977712767,
+ 365090738,
+ 2733733173,
+ 2733253009,
+ 365090739,
+ 1977712764,
+ 2733253002,
+ 16050515,
+ 2733252991,
+ 16050516,
+ 1977712759,
+ 16050517,
+ 2733252985,
+ 2733733154,
+ 1977712755,
+ 8111418082,
+ 8149111895,
+ 16050518,
+ 8111455579
+ ]
+ },
+ {
+ "wayId": 187176349,
+ "nodeIds": [
+ 1979249783,
+ 9441130641,
+ 9441109291,
+ 1979249785,
+ 9441109289,
+ 4037987357,
+ 9441109286,
+ 1979249791,
+ 9441130643,
+ 9441109285,
+ 4037987368,
+ 9441130646,
+ 1979249793,
+ 1979249802,
+ 9441129795,
+ 9441129796,
+ 9441129797,
+ 1979249804,
+ 9441129798,
+ 9441129799,
+ 1979249805,
+ 9441129800,
+ 9441129801,
+ 1979249803,
+ 9441129802,
+ 1979249799,
+ 12001242874,
+ 9441129803,
+ 1979249797,
+ 9441129804,
+ 1979249795,
+ 12001242873,
+ 1979249787,
+ 1979249767,
+ 12001242872,
+ 1979249766,
+ 1979249763,
+ 12001204168,
+ 8158305221,
+ 1979249644,
+ 8158261001,
+ 13136183589,
+ 7414770976,
+ 9441131132,
+ 9441131129,
+ 9441131128,
+ 9441131125,
+ 8157682552,
+ 1979249759,
+ 1979249758,
+ 7414770977,
+ 9441105203,
+ 1979249756,
+ 9441105204,
+ 1979249754,
+ 1979249752,
+ 9441105207,
+ 1979249750,
+ 9441105209,
+ 9441105212,
+ 9441105213,
+ 9441117880,
+ 1979249746,
+ 9441117882,
+ 1979249742,
+ 9441117877,
+ 9441117884,
+ 1979249740,
+ 9441117886,
+ 9441117887,
+ 9441117890,
+ 8157627554,
+ 1979249643,
+ 8157627560,
+ 1979249729,
+ 13136183600,
+ 1979249725,
+ 9441093856,
+ 9441117891,
+ 1979249723,
+ 9441093858,
+ 9441093860,
+ 1979249722,
+ 1979249720,
+ 9441093873,
+ 9441093875,
+ 1979249718,
+ 1979249709,
+ 1979249705,
+ 9441109177,
+ 1979249694,
+ 1979249692,
+ 1979249688,
+ 1979249685,
+ 9441109181,
+ 1979249684,
+ 9441109183,
+ 1979249682,
+ 9441109186,
+ 1979249681,
+ 9441109187,
+ 12751838785,
+ 1979249677,
+ 1979249675,
+ 1979249673,
+ 1979249660,
+ 9441109191,
+ 9441109193,
+ 9441109192,
+ 1979249655,
+ 9441109196,
+ 1979249653,
+ 9441109198,
+ 9441109199,
+ 1979249649,
+ 9441109203,
+ 16050647,
+ 9441109204,
+ 9441109206,
+ 9441109209,
+ 16050649,
+ 304321449,
+ 8157403681,
+ 304321454,
+ 8157463254,
+ 304321447,
+ 4096965316,
+ 1851761385,
+ 9440955398,
+ 16050650,
+ 9440955397,
+ 9440955396,
+ 16050651,
+ 9440955395,
+ 1851761381,
+ 9440955394,
+ 1851761379,
+ 9440955393,
+ 16050653,
+ 9440955392,
+ 1851761376,
+ 9440955391,
+ 1851761375,
+ 9440955390,
+ 1851761373,
+ 9440955389,
+ 9440955388,
+ 16050654,
+ 1851761369,
+ 1851761367,
+ 4296757840,
+ 9440955383,
+ 9440955384,
+ 9440955385,
+ 1851761365,
+ 9441008738,
+ 9441008739,
+ 1023431417,
+ 9441008740,
+ 9441008741,
+ 1851761362,
+ 9441008742,
+ 1851761360,
+ 4296757833,
+ 9441008745,
+ 9441008744,
+ 16050656,
+ 4296757827,
+ 1851761354,
+ 9441008754,
+ 9441008755,
+ 9441008756,
+ 16050657,
+ 4296757818,
+ 1851761351,
+ 9440978404,
+ 306508870,
+ 9441007856,
+ 4296757809,
+ 306508867,
+ 4296757806,
+ 1851761349,
+ 9440978414,
+ 16050658,
+ 9440978413,
+ 1369736513,
+ 9440978412,
+ 9440978411,
+ 9441007730,
+ 9441007726,
+ 9441007727,
+ 9441007723,
+ 1369736507,
+ 16050661,
+ 9440415831,
+ 9440415830,
+ 16050662,
+ 9440415829,
+ 9440415828,
+ 1369736496,
+ 9440415843,
+ 1369736492,
+ 4296757795,
+ 16050663,
+ 4296757790,
+ 1848883817,
+ 16050664,
+ 1848883799,
+ 9440415851,
+ 1848883792,
+ 1369736487,
+ 1848883786,
+ 9440415854,
+ 1369736478,
+ 307610874,
+ 4296756980,
+ 16050665,
+ 4296756976,
+ 1369741847,
+ 4296756972,
+ 1848883582,
+ 16050668,
+ 9440416070,
+ 1848883550,
+ 9440416071,
+ 16050669,
+ 9440416074,
+ 1851037043,
+ 9440416073,
+ 9440416078,
+ 1851037041,
+ 4296756969,
+ 9440416079,
+ 1369741839,
+ 1851037035,
+ 4296756964,
+ 4269661243,
+ 1369741835,
+ 4269661218,
+ 16050671,
+ 16050672,
+ 9440401295,
+ 1851037023,
+ 9440401296,
+ 9440401297,
+ 1851037021,
+ 9440401298,
+ 4284300654,
+ 16050673,
+ 9440401299,
+ 9440401300,
+ 1369741831,
+ 9440401301,
+ 1851037014,
+ 9440401302,
+ 16050674,
+ 9440401303,
+ 4284300651,
+ 9440401304,
+ 16050676,
+ 9440401305,
+ 9440401306,
+ 9440401307,
+ 1369741830,
+ 4284300648,
+ 339861071,
+ 4284300646,
+ 9440314513,
+ 9440314512,
+ 9440314514,
+ 16050677,
+ 4284300645,
+ 9440314515,
+ 1851037006,
+ 9440314516,
+ 1369741829,
+ 9440392917,
+ 9440392918,
+ 16050678,
+ 9440392919,
+ 9440392920,
+ 1851037003,
+ 16050679,
+ 9440392933,
+ 9440392932,
+ 8155638385,
+ 9440392931,
+ 4284300641,
+ 9440392930,
+ 9440392929,
+ 81360636,
+ 9440392921,
+ 1851036993,
+ 9440392922,
+ 9440392923,
+ 16050680,
+ 9440392924,
+ 9440392925,
+ 1369741825,
+ 1376136300,
+ 4284300639,
+ 1369741827,
+ 9440392952,
+ 1851043888,
+ 9440392958,
+ 9440392959,
+ 16050682,
+ 1851043883,
+ 4546741572,
+ 339861838,
+ 4546741571,
+ 16050684,
+ 4546741570,
+ 1851400559,
+ 1851400544,
+ 9440280034,
+ 1851400529,
+ 9440280035,
+ 16050686,
+ 9440280036,
+ 9440280037,
+ 1851400523,
+ 9440280038,
+ 1851400536,
+ 9440280039,
+ 16050689,
+ 9440280055,
+ 1851400577,
+ 9440280054,
+ 16050690,
+ 4228967603,
+ 9440280053,
+ 1376136230,
+ 9440280047,
+ 16050691,
+ 9440280067,
+ 4228967614,
+ 81111058,
+ 9440280069,
+ 1851400784,
+ 339862782,
+ 4228967628,
+ 16050692,
+ 9440231739,
+ 1851400819,
+ 9440231741,
+ 1851400832,
+ 1851400868,
+ 9440231740,
+ 1851400889,
+ 1851400898,
+ 1851400904,
+ 9440231742,
+ 1376136326,
+ 4228967633,
+ 9440231743,
+ 16050695,
+ 9440231744,
+ 1851400876,
+ 9440231745,
+ 9440231747,
+ 16050696,
+ 16050697,
+ 4284199360,
+ 1851400757,
+ 9440231762,
+ 1376136243,
+ 9440231761,
+ 16050698,
+ 4284199356,
+ 9440231755,
+ 16050700,
+ 9440231753,
+ 1851400487,
+ 9440231752,
+ 4284199350,
+ 339862440,
+ 4284199346,
+ 9440231769,
+ 9440264713,
+ 9440264712,
+ 1851400406,
+ 9440264711,
+ 9440264710,
+ 1851400386,
+ 9440264709,
+ 16050702,
+ 9440264708,
+ 2790026642,
+ 1851400353,
+ 16050703,
+ 9440264706,
+ 1851400320,
+ 9440264705,
+ 8153805184,
+ 1851400304,
+ 16050704,
+ 9440265354,
+ 1851400277,
+ 9440265344,
+ 313719871,
+ 9440265340,
+ 1851400235,
+ 9440265343,
+ 1851400223,
+ 9440265339,
+ 16050705,
+ 9440265335,
+ 9440265334,
+ 1851400178,
+ 9440265332,
+ 9440265331,
+ 1851400162,
+ 9440265330,
+ 16050707,
+ 9440265329,
+ 1851400120,
+ 4284198768,
+ 9440265383,
+ 4284198765,
+ 9440265386,
+ 16050708,
+ 8153805185,
+ 8153805186,
+ 4284198745,
+ 1851400078,
+ 12001162914,
+ 4284198727,
+ 16050710
+ ]
+ },
+ {
+ "wayId": 10409536,
+ "nodeIds": [
+ 88844493,
+ 12003206140,
+ 1126341715
+ ]
+ },
+ {
+ "wayId": 459693788,
+ "nodeIds": [
+ 2973890403,
+ 10042570777,
+ 10042570782,
+ 11025952403,
+ 1979455551,
+ 10042570790,
+ 1979455550,
+ 1979455549
+ ]
+ },
+ {
+ "wayId": 1185509073,
+ "nodeIds": [
+ 1979441841,
+ 11007888683
+ ]
+ },
+ {
+ "wayId": 1465592751,
+ "nodeIds": [
+ 8111455579,
+ 1977712749,
+ 1977712748,
+ 1977712747,
+ 1977712745,
+ 2512682800,
+ 8164417171,
+ 1977712743,
+ 8164417163,
+ 2287545966,
+ 8164417167,
+ 1977712738,
+ 5623868041
+ ]
+ },
+ {
+ "wayId": 236135115,
+ "nodeIds": [
+ 32973979,
+ 13544058300,
+ 12414050039,
+ 12131322799,
+ 12121899614,
+ 12121899613,
+ 8856480747,
+ 12425844171,
+ 10732875225,
+ 12425844161,
+ 1978082217,
+ 32974475,
+ 1978082189,
+ 16050383,
+ 8856480751,
+ 12031221797,
+ 12131322800,
+ 8856568443,
+ 8856568444,
+ 8856568494,
+ 2733276660,
+ 2733276661,
+ 1978082313,
+ 8856568503,
+ 8856568502,
+ 1978082325,
+ 1978082330,
+ 1978082337,
+ 16050389,
+ 8987292510,
+ 8856599985,
+ 11446751048,
+ 32973980,
+ 8856599986,
+ 8856599987,
+ 8856599988,
+ 8856599989,
+ 2733276708,
+ 2733276712,
+ 8856631433,
+ 8856631437,
+ 8856631443,
+ 8856631456,
+ 33023099,
+ 12386353264,
+ 8857154585,
+ 1978082356,
+ 13372512338,
+ 1978082364,
+ 13372512345,
+ 27214470,
+ 1978082373,
+ 8859431217,
+ 1231084326,
+ 8857154589,
+ 16050400,
+ 1978082384,
+ 16050403,
+ 8859428915,
+ 1978082393,
+ 8856568445,
+ 27214472,
+ 1978082402,
+ 1978082420,
+ 27214474,
+ 1978082424,
+ 1978082432,
+ 1978082436,
+ 1978082444,
+ 16050406,
+ 13377675282,
+ 8859431235,
+ 13377675289,
+ 13377700502,
+ 16050412,
+ 7680510332
+ ]
+ },
+ {
+ "wayId": 191139148,
+ "nodeIds": [
+ 1977797004,
+ 16050504,
+ 16050506,
+ 16050510,
+ 2724055560,
+ 1977712792,
+ 1977712791,
+ 8111402600,
+ 1977712788,
+ 8165627352
+ ]
+ },
+ {
+ "wayId": 1339058149,
+ "nodeIds": [
+ 1979441845,
+ 8836088956,
+ 2441935805,
+ 12031182217,
+ 2578564432,
+ 8836141590,
+ 8836141582,
+ 8836157521,
+ 8836141600,
+ 8836141599,
+ 8836141616,
+ 16050297,
+ 8836199001,
+ 8836141598,
+ 8836199000,
+ 8836199015,
+ 8836199012,
+ 8838243723,
+ 8838192646,
+ 8836205938
+ ]
+ },
+ {
+ "wayId": 195742583,
+ "nodeIds": [
+ 1979441796,
+ 1979441797,
+ 1979441798
+ ]
+ },
+ {
+ "wayId": 142151593,
+ "nodeIds": [
+ 35181051,
+ 7014375092,
+ 11428790008,
+ 1977987911,
+ 1978367669,
+ 1977987914,
+ 1977987916
+ ]
+ },
+ {
+ "wayId": 730448327,
+ "nodeIds": [
+ 1215756087,
+ 8785563160,
+ 8788241033,
+ 12049362863,
+ 33064208,
+ 8495420432,
+ 8785563146,
+ 1754659250,
+ 8785563157,
+ 8785563148,
+ 1977987906,
+ 8785563149,
+ 1754659254,
+ 12339502230,
+ 35181051
+ ]
+ },
+ {
+ "wayId": 33197427,
+ "nodeIds": [
+ 2336249399,
+ 13481670996,
+ 16050238,
+ 1977851448,
+ 257116803,
+ 600829298,
+ 257116785,
+ 1977851461,
+ 13372518024,
+ 257116796
+ ]
+ },
+ {
+ "wayId": 10409538,
+ "nodeIds": [
+ 88844500,
+ 16050242
+ ]
+ },
+ {
+ "wayId": 60412897,
+ "nodeIds": [
+ 751965779,
+ 751965782
+ ]
+ },
+ {
+ "wayId": 23159356,
+ "nodeIds": [
+ 26577745,
+ 250282574
+ ]
+ },
+ {
+ "wayId": 187407210,
+ "nodeIds": [
+ 1981090880,
+ 1981090878,
+ 8887567981,
+ 1981141929
+ ]
+ },
+ {
+ "wayId": 200764037,
+ "nodeIds": [
+ 2000610875,
+ 2000610874
+ ]
+ },
+ {
+ "wayId": 187414053,
+ "nodeIds": [
+ 1981142030,
+ 9343962599,
+ 9343944037,
+ 10960144766,
+ 2733385787,
+ 2733385784,
+ 12057613376,
+ 2733385776,
+ 1981142023,
+ 9343928790,
+ 9344093368,
+ 9343928789,
+ 9343928798,
+ 9343928783,
+ 9343928796,
+ 9343928784,
+ 1981142014,
+ 1981142010,
+ 9344064452,
+ 2733385757,
+ 9344064461,
+ 2733385745,
+ 2733385733,
+ 9344064460,
+ 9344064459,
+ 1981141927,
+ 9344272256,
+ 2733385722,
+ 1981141999,
+ 9346185520,
+ 1981141998,
+ 2733385706,
+ 9352298042,
+ 9352298055,
+ 9352298054,
+ 9352298041,
+ 9352298046,
+ 1981141995,
+ 9346347615,
+ 2733385698,
+ 9352305387,
+ 9352305386,
+ 9352305385,
+ 2733385685,
+ 2733385681,
+ 1981141985,
+ 9352364009,
+ 1981141939,
+ 9352338802,
+ 9352338805,
+ 9352338804,
+ 2733385677,
+ 2733385669,
+ 2733385661,
+ 1981141981,
+ 2733385654,
+ 1981141979,
+ 2733385646,
+ 1981141977,
+ 2733385617,
+ 1981141975,
+ 2733385593,
+ 1981141973,
+ 1981141971,
+ 2733385571,
+ 9352460710,
+ 2733385564,
+ 2733385551,
+ 9352460715,
+ 2733385540,
+ 2733385528,
+ 9352460712,
+ 2733385518,
+ 2733385502,
+ 1981141935,
+ 5628630389,
+ 2733385496,
+ 2733385489,
+ 5628630370,
+ 2733385481,
+ 1981141960,
+ 2733385473,
+ 2733385467,
+ 9355226847,
+ 9355226846,
+ 9355226890,
+ 2733341544,
+ 1981141949,
+ 2733341536,
+ 2733341534,
+ 1981141947,
+ 2733341540,
+ 9430836216,
+ 9430836214,
+ 9430836212,
+ 9430867018,
+ 9430836215,
+ 2733341554,
+ 2733341573,
+ 1981141959,
+ 2733341602,
+ 5628629589,
+ 1981141922,
+ 9474242286,
+ 2733341610,
+ 2733341618,
+ 9474271193,
+ 2733341626,
+ 2733341637,
+ 9474242292,
+ 2733341642,
+ 2733341661,
+ 5612301121,
+ 2733341665,
+ 2733341680,
+ 1981141962,
+ 2733341685,
+ 2733341692,
+ 5612301129,
+ 2733341698,
+ 2733341706,
+ 5612301219,
+ 1981141943,
+ 5612301213,
+ 2733341714,
+ 2733341724,
+ 9482432453,
+ 2733341728,
+ 2733341738,
+ 1981141991,
+ 2733341746,
+ 2733341756,
+ 9482432450,
+ 2733341762,
+ 2733341778,
+ 3100767551,
+ 2733341781,
+ 2733341788,
+ 3100767826,
+ 1981163330,
+ 9482432441,
+ 3100768517,
+ 2733341797,
+ 2733341805,
+ 1981163415,
+ 2733341813,
+ 2733341823,
+ 3100768522,
+ 2733341829,
+ 2733341860,
+ 9482432433,
+ 2733341863,
+ 2733341867,
+ 1981163418,
+ 2733341871,
+ 2733341876,
+ 9482432431,
+ 2733341879,
+ 1981163420,
+ 2733341885,
+ 1981163424,
+ 2733341892,
+ 1981163426,
+ 2733341904,
+ 1981163427,
+ 1981163429,
+ 10960209519,
+ 2733341913,
+ 9762304840,
+ 1981163430,
+ 9482417707,
+ 1981163333,
+ 9482417685,
+ 2733341919,
+ 1981163432,
+ 1981163434,
+ 9482417680,
+ 2733341927,
+ 1981163435,
+ 2733369348,
+ 2733369349,
+ 1981163438,
+ 2733369356,
+ 1981163437,
+ 9482417671,
+ 2733369354,
+ 1981163436,
+ 2733369347,
+ 2733369343,
+ 1981163433,
+ 2733369336,
+ 1981163425,
+ 2733369329,
+ 1981163421,
+ 1981163419,
+ 2733369320,
+ 1981163417,
+ 2733369316,
+ 2733369309,
+ 2733369306,
+ 1981163412,
+ 2733369302,
+ 1981163411,
+ 2733369295,
+ 1981163409,
+ 1981163408,
+ 2733369288,
+ 1981163405,
+ 1981163403,
+ 1981163402,
+ 2733369276,
+ 1981163401,
+ 9760770959,
+ 1981163332,
+ 9760770943,
+ 1981163400,
+ 2733369268,
+ 1981163399,
+ 2733369257,
+ 1981163398,
+ 2733369250,
+ 1981163397,
+ 9755986647,
+ 2733369244,
+ 2733369239,
+ 1981163396,
+ 2733369234,
+ 2733369228,
+ 2733369225,
+ 2733369217,
+ 1981163394,
+ 2733369214,
+ 2733369209,
+ 9755986653,
+ 2733369205,
+ 1981163393,
+ 2733369202,
+ 1981163392,
+ 2733369194,
+ 9755986659,
+ 1981163390,
+ 2733369190,
+ 1981163389,
+ 1981163387,
+ 2733369178,
+ 9755854385,
+ 1981163386,
+ 2733369174,
+ 2733369169,
+ 1981163385,
+ 2733369165,
+ 2733369161,
+ 1981163384,
+ 1981163383,
+ 2733369150,
+ 9750332289,
+ 1981163381,
+ 9320919908,
+ 9750332292,
+ 1981163329,
+ 9750332299,
+ 1981163380,
+ 1981163378,
+ 1981163376,
+ 1981163375,
+ 9750232342,
+ 1981163373,
+ 9750232341,
+ 2733369146,
+ 1981163371,
+ 1981163370,
+ 1981163368,
+ 1981163367,
+ 1981163365,
+ 9749903573,
+ 1981163364,
+ 9749903558,
+ 9750234454,
+ 3849109250,
+ 9749903563,
+ 1981163361,
+ 1981163360,
+ 9749903565,
+ 2733369127,
+ 1981163359,
+ 1981163358,
+ 2733369121,
+ 1981163357,
+ 1981163356,
+ 1981163355,
+ 1981163354,
+ 1981163353,
+ 1981163352,
+ 2733369108,
+ 1981163350,
+ 1981163349,
+ 1981163346,
+ 4071785740,
+ 1981163331
+ ]
+ },
+ {
+ "wayId": 236132663,
+ "nodeIds": [
+ 2068604502,
+ 11173596992,
+ 8862236569,
+ 2395887637,
+ 8862236579,
+ 1979441640
+ ]
+ },
+ {
+ "wayId": 189442863,
+ "nodeIds": [
+ 2000610874,
+ 8883130172,
+ 8887099593,
+ 8883130173,
+ 2000610836,
+ 8887099598,
+ 8883130175,
+ 8883130170,
+ 2000610871,
+ 12154444061,
+ 4797257788,
+ 2000610865,
+ 8388215594,
+ 2000610858,
+ 8388215598,
+ 8388215597,
+ 2000610851,
+ 8752459384,
+ 8388215600,
+ 2000610841,
+ 8388215604,
+ 12002537973,
+ 12154444042,
+ 8752459385,
+ 8752459381,
+ 1981090880
+ ]
+ },
+ {
+ "wayId": 189442865,
+ "nodeIds": [
+ 2000610876,
+ 2000610875
+ ]
+ },
+ {
+ "wayId": 189442869,
+ "nodeIds": [
+ 2269105973,
+ 2269106026,
+ 2000610876
+ ]
+ },
+ {
+ "wayId": 189442868,
+ "nodeIds": [
+ 2000610925,
+ 8865966655,
+ 2000610834,
+ 8865510907,
+ 8865510906,
+ 13046082688,
+ 13362551754,
+ 8865510905,
+ 10960204885,
+ 8865517818,
+ 2000610910,
+ 8498099814,
+ 2000610909,
+ 8498099812,
+ 2000610907,
+ 8498099809,
+ 8785432785,
+ 8872532181,
+ 8785432783,
+ 8785432782,
+ 8785432781,
+ 8498099807,
+ 2000610901,
+ 8498099805,
+ 2000610899,
+ 8498099803,
+ 2000610898,
+ 2000610896,
+ 8498099801,
+ 2000610895,
+ 8498099799,
+ 4428355735,
+ 8866055440,
+ 8498099797,
+ 2000610893,
+ 6142284776,
+ 8866055439,
+ 8866055433,
+ 8866055438,
+ 8498099795,
+ 2000610887,
+ 4428355726,
+ 8498099793,
+ 4428355724,
+ 8498099792,
+ 2000610885,
+ 8498099791,
+ 2000610884,
+ 8498099790,
+ 2000610882,
+ 8498099789,
+ 8866055499,
+ 2000610838,
+ 8872534518,
+ 2269105973
+ ]
+ },
+ {
+ "wayId": 187421211,
+ "nodeIds": [
+ 1981141929,
+ 12002537971,
+ 8776558456,
+ 12800066415,
+ 1981090873,
+ 1981090870,
+ 8752437630,
+ 1981090869,
+ 1981090868,
+ 12800066420,
+ 8360836647,
+ 1981090866,
+ 1981090864,
+ 8360818484,
+ 2733496913,
+ 2733496910,
+ 2733496906,
+ 8887828389,
+ 8887828390,
+ 8887828391,
+ 1981090834,
+ 8887828397,
+ 2733496899,
+ 2733496893,
+ 8168938371,
+ 13143900932,
+ 1981090831,
+ 1981090828,
+ 13143900926,
+ 8168938373,
+ 2733496886,
+ 2733496864,
+ 8897234803,
+ 8897234804,
+ 8897234805,
+ 1981090825,
+ 8111700551,
+ 8897796917,
+ 8111700555,
+ 2733496854,
+ 2733496843,
+ 8111700559,
+ 2733496831,
+ 2733496820,
+ 8111700563,
+ 2733496811,
+ 2733496804,
+ 8897755313,
+ 1981090817,
+ 8900710328,
+ 2733457358,
+ 2733457351,
+ 4768478753,
+ 1981090814,
+ 8804278137,
+ 8804278159,
+ 8804278149,
+ 8804278157,
+ 8804278160,
+ 8804278161,
+ 2733457336,
+ 8913421858,
+ 2733457332,
+ 2733457328,
+ 8913421916,
+ 8913425917,
+ 8913425918,
+ 2733457324,
+ 2733457320,
+ 12068117736,
+ 2733457316,
+ 2733457306,
+ 6254161378,
+ 2733457304,
+ 2733457293,
+ 1981090789,
+ 8913425942,
+ 8913991511,
+ 8913991509,
+ 8913991469,
+ 2733457284,
+ 2733457274,
+ 8913991679,
+ 8913991661,
+ 2733457263,
+ 2733457250,
+ 8913991753,
+ 8913991694,
+ 8913991700,
+ 2733457202,
+ 2733457170,
+ 8913991696,
+ 2733457111,
+ 2733457022,
+ 9318230198,
+ 9318279048,
+ 9318264739,
+ 1981090784,
+ 9318346234,
+ 9318369826,
+ 2733457003,
+ 2733456984,
+ 9318360228,
+ 9318569265,
+ 9318569263,
+ 9318569258,
+ 2733456972,
+ 2733456962,
+ 2733456950,
+ 11350633078,
+ 11350633109,
+ 1981090779,
+ 1981090773,
+ 2733456925,
+ 9326718408,
+ 9326718411,
+ 9326718413,
+ 1981104067,
+ 9335010934,
+ 2733456907,
+ 2733456897,
+ 9335020931,
+ 2733456893,
+ 2733456886,
+ 12015337070,
+ 9336944477,
+ 2733456881,
+ 2733456870,
+ 9343029021,
+ 9343039610,
+ 9343039611,
+ 2733456858,
+ 1981104062,
+ 2733456853,
+ 1981104061,
+ 2733456850,
+ 2733456843,
+ 1981104059,
+ 1981104058,
+ 2281466877,
+ 1981104057,
+ 2733456811,
+ 2733456800,
+ 9343112805,
+ 2733456791,
+ 2733456779,
+ 12806851354,
+ 12806847791,
+ 3298151915,
+ 12806847784,
+ 12057609715,
+ 9343962586,
+ 1981104044,
+ 1981142031
+ ]
+ },
+ {
+ "wayId": 187414050,
+ "nodeIds": [
+ 1981142031,
+ 9343962603,
+ 1981142030
+ ]
+ },
+ {
+ "wayId": 196540681,
+ "nodeIds": [
+ 1979441846,
+ 1978081801,
+ 8832670104,
+ 8832666469,
+ 8832666471,
+ 8832666446,
+ 8832670112,
+ 2068604538,
+ 2068604528,
+ 12128703654,
+ 2068604519,
+ 12128703666,
+ 2068604509,
+ 2068604507,
+ 2068604502
+ ]
+ },
+ {
+ "wayId": 1295049876,
+ "nodeIds": [
+ 2015681770,
+ 4033047732,
+ 4033047729,
+ 2015681754,
+ 4033047725,
+ 2015681750,
+ 2015681747,
+ 2015681745,
+ 2015681741,
+ 2015681739,
+ 2015681737,
+ 2015681736,
+ 4033047718,
+ 2197047405,
+ 2015681735,
+ 2015681732,
+ 2015681730,
+ 9176467754,
+ 2015681728,
+ 2197047399,
+ 2015681724,
+ 9441119689,
+ 4033047704,
+ 9441119690,
+ 12001242721,
+ 2015681722,
+ 2015681720
+ ]
+ },
+ {
+ "wayId": 196746132,
+ "nodeIds": [
+ 2015681705,
+ 4033047754,
+ 2015681805,
+ 243993822,
+ 2015681807,
+ 1201336229,
+ 2015681809,
+ 12002326505,
+ 7993197337,
+ 12002326508,
+ 2116549679,
+ 2015681820,
+ 2015681824,
+ 2015681826,
+ 2015681830,
+ 2015681833,
+ 2015681834,
+ 4033047768,
+ 2015681832,
+ 2015681829,
+ 2015681825,
+ 4033047762,
+ 12887114122,
+ 2015681802,
+ 2015681799,
+ 2015681798,
+ 2015681794,
+ 2015681792,
+ 4033047752,
+ 2015681790,
+ 33152458,
+ 2015681772,
+ 2015681765,
+ 2015681759,
+ 2015681757,
+ 2015681756,
+ 2015681758,
+ 2015681763,
+ 2015681768,
+ 2015681777,
+ 2015681780,
+ 2015681782,
+ 2015681781,
+ 2015681779,
+ 2015681774,
+ 4033047742,
+ 2015681770
+ ]
+ },
+ {
+ "wayId": 877538344,
+ "nodeIds": [
+ 8164819931,
+ 8164819933,
+ 8164819930
+ ]
+ },
+ {
+ "wayId": 877538343,
+ "nodeIds": [
+ 16050577,
+ 1977787443,
+ 8111455603,
+ 1977712697,
+ 8111499825,
+ 1977787441,
+ 1977787442,
+ 1977787444,
+ 1977787445,
+ 7414788118,
+ 8111499826,
+ 1977787446,
+ 8111455595,
+ 1977787447,
+ 12280055784,
+ 12278366929,
+ 1979181182,
+ 12278327779,
+ 12280055761,
+ 1979181187,
+ 2015446182,
+ 12278366940,
+ 2015446190,
+ 12278327782,
+ 2015446193,
+ 2015446195,
+ 2015446198,
+ 2015446200,
+ 8164819931
+ ]
+ },
+ {
+ "wayId": 187024549,
+ "nodeIds": [
+ 8164819930,
+ 2015446202,
+ 12276878502,
+ 12276878403,
+ 12276878505,
+ 2015446209,
+ 12278366926,
+ 2015446210,
+ 2015446212,
+ 12278366922,
+ 2015446216,
+ 12278366902,
+ 2015681700,
+ 12278327785,
+ 2015446223,
+ 2015446225,
+ 2015446226,
+ 2015446227,
+ 2015446232,
+ 2015446233,
+ 12262764111,
+ 2015446236,
+ 4600193332,
+ 2015446238,
+ 2015446239,
+ 2015446241,
+ 12262764125,
+ 2015446243,
+ 11833445376,
+ 2015681703,
+ 11833437267,
+ 2015446246,
+ 11833445369,
+ 2015446249,
+ 2015446253,
+ 2015681705
+ ]
+ },
+ {
+ "wayId": 1465592751,
+ "nodeIds": [
+ 8111455579,
+ 1977712749,
+ 1977712748,
+ 1977712747,
+ 1977712745,
+ 2512682800,
+ 8164417171,
+ 1977712743,
+ 8164417163,
+ 2287545966,
+ 8164417167,
+ 1977712738,
+ 5623868041
+ ]
+ },
+ {
+ "wayId": 588885411,
+ "nodeIds": [
+ 5623868047,
+ 1977742118,
+ 16050550,
+ 2733298198,
+ 2733298197,
+ 2733298188,
+ 5608789987,
+ 16050554,
+ 11761718124,
+ 5608789989,
+ 16050558,
+ 33065539,
+ 2733298175,
+ 2733298172,
+ 2733298166,
+ 657813273,
+ 2733298159,
+ 33065542,
+ 2733298151,
+ 7809423535,
+ 657813254,
+ 33065541,
+ 2733298138,
+ 1977742115,
+ 33065540,
+ 2733298131,
+ 1977742113,
+ 3266667827,
+ 2733298122,
+ 2733298117,
+ 1977742111,
+ 2733298107,
+ 8162440956,
+ 16050561,
+ 8162430302,
+ 1030742705,
+ 2733298096,
+ 2733298091,
+ 1030742632,
+ 8111505489,
+ 16050564,
+ 3760111003,
+ 244508807,
+ 3760111005,
+ 16050568,
+ 4048211262,
+ 1977790616,
+ 3760110999,
+ 244509505,
+ 3760110995,
+ 244668102,
+ 8162398380,
+ 3760133419,
+ 244668120,
+ 8162398364,
+ 8162398341,
+ 3760133428,
+ 16050570,
+ 3760133432,
+ 8162398344,
+ 12002166306,
+ 16050577
+ ]
+ },
+ {
+ "wayId": 759976572,
+ "nodeIds": [
+ 7099410071,
+ 9505719293,
+ 9505719291,
+ 9505719290,
+ 9505719292,
+ 7099410072
+ ]
+ },
+ {
+ "wayId": 195740986,
+ "nodeIds": [
+ 8165627352,
+ 33065510,
+ 8111402597,
+ 8111402595,
+ 2733253096,
+ 1977712782,
+ 2729043999,
+ 2733253091,
+ 1977796504,
+ 2733253084,
+ 2729043978,
+ 2733253083,
+ 2733253075,
+ 2729043963,
+ 2733253071,
+ 2733253066,
+ 2729043958,
+ 2733253061,
+ 16050514,
+ 2733253052,
+ 2733253050,
+ 2733253048,
+ 2733258218,
+ 2733253038,
+ 2733253026,
+ 2733258215,
+ 2733253023,
+ 2733253019,
+ 1977712776,
+ 2733253017,
+ 1977712772,
+ 1977712770,
+ 1977712767,
+ 365090738,
+ 2733733173,
+ 2733253009,
+ 365090739,
+ 1977712764,
+ 2733253002,
+ 16050515,
+ 2733252991,
+ 16050516,
+ 1977712759,
+ 16050517,
+ 2733252985,
+ 2733733154,
+ 1977712755,
+ 8111418082,
+ 8149111895,
+ 16050518,
+ 8111455579
+ ]
+ },
+ {
+ "wayId": 588885412,
+ "nodeIds": [
+ 5623868041,
+ 1977712735,
+ 12002317616,
+ 2512682772,
+ 1977712732,
+ 8795195987,
+ 7809423538,
+ 7809423541,
+ 657813226,
+ 12278305315,
+ 12673889380,
+ 16050535,
+ 6052908364,
+ 1977742122,
+ 12673734565,
+ 16050538,
+ 12673734567,
+ 1897237550,
+ 1977742120,
+ 12673889364,
+ 16050542,
+ 2733298204,
+ 12673889365,
+ 16050546,
+ 5623868047
+ ]
+ },
+ {
+ "wayId": 1298153917,
+ "nodeIds": [
+ 6920432616,
+ 12026362564,
+ 12023212744,
+ 12026362565,
+ 12026362566,
+ 12026362567,
+ 12026362568,
+ 12026421069,
+ 12026421070,
+ 12026421071,
+ 8137340451
+ ]
+ },
+ {
+ "wayId": 195742577,
+ "nodeIds": [
+ 1979441727,
+ 8865464717,
+ 1979441724,
+ 13046082683,
+ 6185336876,
+ 13362551752,
+ 1979441721,
+ 1979441719,
+ 3509864390,
+ 1979441718,
+ 3509864392,
+ 1979441715,
+ 3509888065,
+ 1979441713,
+ 1979441712,
+ 1979441708,
+ 8913784076,
+ 1979441696,
+ 1979441639,
+ 1979441673,
+ 2911028269,
+ 2026239409,
+ 13045343766,
+ 2911028289
+ ]
+ },
+ {
+ "wayId": 195742571,
+ "nodeIds": [
+ 1979441756,
+ 3770320486,
+ 12821047270,
+ 1979441760,
+ 1979441761
+ ]
+ },
+ {
+ "wayId": 191587991,
+ "nodeIds": [
+ 1980843973,
+ 1979441810,
+ 1979441808,
+ 8865464519,
+ 11926302922,
+ 1979441799,
+ 1979441791
+ ]
+ },
+ {
+ "wayId": 195742583,
+ "nodeIds": [
+ 1979441796,
+ 1979441797,
+ 1979441798
+ ]
+ },
+ {
+ "wayId": 195742581,
+ "nodeIds": [
+ 1979441798,
+ 1979441800,
+ 8913784046,
+ 8913784047,
+ 1979441638,
+ 1979441801,
+ 2208068043,
+ 1979441802,
+ 1979441803,
+ 1979441804,
+ 1979441805,
+ 1979441806,
+ 1979441807,
+ 1979441809,
+ 1979441811,
+ 1979441812,
+ 1979441813,
+ 12821043352,
+ 1979441815,
+ 1979441816,
+ 1979441818,
+ 7512428899,
+ 1979441819,
+ 7512428896,
+ 4136954837,
+ 7512428885,
+ 1979441820
+ ]
+ },
+ {
+ "wayId": 195736520,
+ "nodeIds": [
+ 1979441791,
+ 2469400278,
+ 8865464529,
+ 8865464536,
+ 8865464535,
+ 6142285602,
+ 8865464528,
+ 8865464543,
+ 2021731283,
+ 2000610925
+ ]
+ },
+ {
+ "wayId": 194605985,
+ "nodeIds": [
+ 2000610915,
+ 8865464600,
+ 8498124607,
+ 8498124604,
+ 8865464743,
+ 2000610914,
+ 8498124602,
+ 1979441732,
+ 8498124600,
+ 2021731291,
+ 8498124598,
+ 8865464745,
+ 8865464724,
+ 8865464668,
+ 1979441727
+ ]
+ },
+ {
+ "wayId": 1295049877,
+ "nodeIds": [
+ 2015681720,
+ 2015681719,
+ 4033047700,
+ 12001323204,
+ 12001323202,
+ 2015681701,
+ 2015681710
+ ]
+ },
+ {
+ "wayId": 195738772,
+ "nodeIds": [
+ 1980843974,
+ 1980843973
+ ]
+ },
+ {
+ "wayId": 187397469,
+ "nodeIds": [
+ 1979441831,
+ 12883830409,
+ 4136967277
+ ]
+ },
+ {
+ "wayId": 195736525,
+ "nodeIds": [
+ 1979441761,
+ 7512429026,
+ 1979441774,
+ 7512429012,
+ 1979441779,
+ 1979441781,
+ 1979441782,
+ 7512428993,
+ 1979441783,
+ 1979441787,
+ 1979441792,
+ 1979441793,
+ 7512428980,
+ 1979441794,
+ 7512428969,
+ 1979441795,
+ 1979441796
+ ]
+ },
+ {
+ "wayId": 383445217,
+ "nodeIds": [
+ 2911028289,
+ 8913784069,
+ 2911028296,
+ 1979441655,
+ 1979441648,
+ 1979441646,
+ 1979441644,
+ 1979441645,
+ 11637795332,
+ 1979441647,
+ 1979441649,
+ 1979441650,
+ 1979441651,
+ 9776069879,
+ 1979441652,
+ 9776069881,
+ 1979441662,
+ 5683092793,
+ 1979441682,
+ 1979441687,
+ 1979441689,
+ 1979441691,
+ 1979441694,
+ 1979441703,
+ 1979441706,
+ 1979441709,
+ 1979441710,
+ 1979441711,
+ 1979441714,
+ 1979441716,
+ 1979441717,
+ 1979441720,
+ 5683236234,
+ 1979441722,
+ 5683236221,
+ 10772674921,
+ 10772674922,
+ 5683236367,
+ 1979441725,
+ 1979441726,
+ 5683236225,
+ 1979441642,
+ 5683236332,
+ 9873388348,
+ 9873388347,
+ 1979441730,
+ 1979441731,
+ 1979441733,
+ 10772674917,
+ 10772674918,
+ 1979441737,
+ 1979441738,
+ 1979441739,
+ 10772674919,
+ 1979441741,
+ 5683236304,
+ 1979441742,
+ 5683236296,
+ 12141997600,
+ 1979441745,
+ 3820348580,
+ 1979441751,
+ 3820348589,
+ 13546412304,
+ 12902115115,
+ 5683236240,
+ 13564918194,
+ 12821047265,
+ 13564918195,
+ 12821047267,
+ 12141997599,
+ 5683236249,
+ 1979441756
+ ]
+ },
+ {
+ "wayId": 195738774,
+ "nodeIds": [
+ 1980843970,
+ 8862236587,
+ 11173596994,
+ 1980843976,
+ 1980843975,
+ 1979404936
+ ]
+ },
+ {
+ "wayId": 194605992,
+ "nodeIds": [
+ 2000610925,
+ 8498124612,
+ 8498124613,
+ 2000610922,
+ 2000610915
+ ]
+ },
+ {
+ "wayId": 195738773,
+ "nodeIds": [
+ 1980843974,
+ 1979404936
+ ]
+ },
+ {
+ "wayId": 1476583635,
+ "nodeIds": [
+ 12902084446,
+ 13543871330,
+ 13543871323,
+ 13543871318,
+ 13543871316,
+ 13543871315,
+ 13564737701,
+ 12902084448,
+ 13543871314,
+ 13543871312,
+ 13543871306,
+ 13543871299,
+ 13543871291,
+ 11834558696
+ ]
+ },
+ {
+ "wayId": 187199746,
+ "nodeIds": [
+ 1979441820,
+ 3112828210,
+ 1980994551,
+ 3112829681,
+ 6149978728,
+ 1979441826,
+ 2722970635,
+ 4136967272,
+ 1979441831
+ ]
+ },
+ {
+ "wayId": 1476558724,
+ "nodeIds": [
+ 13204439602,
+ 13543870722,
+ 13543870709,
+ 13543870700,
+ 13543870697,
+ 13543870696,
+ 13239809984,
+ 13239809983,
+ 13239809982,
+ 13543870695,
+ 13543870694,
+ 13543870693,
+ 13543870692,
+ 13543870691,
+ 13543870690,
+ 13543870689,
+ 13543870688,
+ 13543870687,
+ 13543870686,
+ 13543870685,
+ 13543870684,
+ 13543870683,
+ 2509469653,
+ 13543870681,
+ 13543870678,
+ 13543870674,
+ 13543870669,
+ 13543870664,
+ 13543870658,
+ 13543870652,
+ 13543870643,
+ 12902084449,
+ 13543870629,
+ 13543870615,
+ 13543870614,
+ 13543870613,
+ 13543870612,
+ 13543870611,
+ 13543870610,
+ 13543870609,
+ 13543870608,
+ 13543870605,
+ 13543870598,
+ 13543870592,
+ 13543870586,
+ 13543870581,
+ 13543870576,
+ 13543870571,
+ 13543870565,
+ 13543870547,
+ 13543870539,
+ 13551431783,
+ 13551431777,
+ 13543870538,
+ 13543870537,
+ 13543870531,
+ 13543870526,
+ 13543870519,
+ 13543846544,
+ 13543870518,
+ 13543870517,
+ 13543870512,
+ 13543870506,
+ 13543870500,
+ 13543870494,
+ 13543870488,
+ 13543870484,
+ 13543870483,
+ 12049065835,
+ 12049065837,
+ 12049065840,
+ 12875015319,
+ 13543870482,
+ 12875015320,
+ 13543870481,
+ 13543870477,
+ 13543870472,
+ 13543870465,
+ 13543870461,
+ 13543870456,
+ 13543870451,
+ 13543870446,
+ 13543870444,
+ 12875015316,
+ 13239809991,
+ 13543870443,
+ 13543695020
+ ]
+ },
+ {
+ "wayId": 1478581655,
+ "nodeIds": [
+ 11181176583,
+ 13564337755,
+ 13564869576,
+ 13564337821,
+ 13564337820,
+ 13564337819,
+ 13564337818,
+ 13564869574,
+ 13564869585,
+ 13564886401,
+ 13564869595,
+ 13564337817,
+ 13564337816,
+ 13564337815,
+ 12902084443,
+ 13564279669,
+ 13564869570,
+ 13564279668,
+ 13564279667,
+ 13564337814,
+ 13564279665,
+ 13564337813,
+ 12902084440,
+ 13564809639,
+ 13564279663,
+ 13564337812,
+ 13564337811,
+ 13564337810,
+ 12059177214,
+ 12059177215,
+ 13564337809,
+ 13564337808,
+ 13564337807,
+ 13564337806,
+ 12112845152,
+ 13564337805,
+ 13564337804,
+ 13239809935,
+ 13564337803,
+ 13564337802,
+ 13564337801,
+ 13564337800,
+ 13564337799,
+ 13564337798,
+ 13564337797,
+ 13564337796,
+ 13239809934,
+ 13564745685,
+ 13564337795,
+ 13564337794,
+ 13564337793,
+ 13564337792,
+ 13564337791,
+ 13564337790,
+ 13564337789,
+ 13564337788,
+ 13564337787,
+ 13564337786,
+ 13564337785,
+ 13564337784,
+ 13564337783,
+ 13239809932,
+ 13239809933,
+ 13239809941,
+ 13546321809,
+ 13564337782,
+ 13564337781,
+ 13564337780,
+ 13564337779,
+ 13546321808,
+ 13564337778,
+ 13546321811,
+ 13564337777,
+ 13239809945,
+ 13239809946,
+ 13564337776,
+ 13546318597,
+ 13564363622,
+ 13239809944,
+ 13239809954,
+ 13546318591,
+ 13239809953,
+ 13546318593,
+ 13564337761,
+ 13564337775,
+ 12057086614,
+ 13564337774,
+ 13564337773,
+ 12057086615,
+ 13564363623,
+ 12057086618,
+ 13564337772,
+ 13239809952,
+ 13564337771,
+ 13239809959,
+ 13564337770,
+ 13564337769,
+ 13564337768,
+ 13239809956,
+ 13239809957,
+ 13239809958,
+ 13564337767,
+ 13564308956,
+ 13564337766,
+ 13564337765,
+ 13564337764,
+ 13564337763,
+ 12902084445,
+ 110422030,
+ 13564337762,
+ 12902084446
+ ]
+ },
+ {
+ "wayId": 703793126,
+ "nodeIds": [
+ 6918554831,
+ 12029657361,
+ 8531342156,
+ 8531342157,
+ 6951450962,
+ 8531342158,
+ 6951450963,
+ 8814380935,
+ 8531342159,
+ 8531342160,
+ 4185600625,
+ 8531342161
+ ]
+ },
+ {
+ "wayId": 1185509073,
+ "nodeIds": [
+ 1979441841,
+ 11007888683
+ ]
+ },
+ {
+ "wayId": 845311725,
+ "nodeIds": [
+ 7099410071,
+ 12029657359,
+ 12029657360,
+ 8531342161
+ ]
+ },
+ {
+ "wayId": 860137023,
+ "nodeIds": [
+ 4136967277,
+ 1979441832,
+ 1979441833,
+ 1979441835,
+ 7514104802,
+ 1979441836,
+ 11007746785,
+ 7514104795,
+ 1979441837,
+ 1979441839,
+ 1979441841
+ ]
+ },
+ {
+ "wayId": 187201158,
+ "nodeIds": [
+ 11007888683,
+ 1979455520,
+ 5760071386,
+ 11014075646,
+ 11014075638,
+ 5760071389,
+ 1979455523,
+ 1979455524,
+ 1979455525,
+ 1979455526,
+ 5760071380,
+ 11015440389,
+ 1979455527,
+ 5760071379,
+ 1979455528,
+ 1979455530,
+ 1979455531,
+ 1979455532,
+ 1979455533,
+ 1979455534,
+ 1979455535,
+ 1979455536,
+ 1979455537,
+ 1979455538,
+ 1979455540,
+ 5760071373,
+ 1979455541,
+ 11020650389,
+ 5760071370,
+ 1979455542,
+ 5760071356,
+ 11020650612,
+ 11020650610,
+ 5760071363,
+ 1979455544,
+ 5760071339,
+ 1979455518,
+ 1979455545,
+ 5760071260,
+ 1979455546,
+ 11020851750,
+ 5760071256,
+ 1979455547,
+ 1979455548,
+ 1979455554,
+ 1979455556,
+ 1979455557,
+ 1979455561,
+ 1979455564,
+ 1979455567,
+ 1979455571,
+ 6401350678,
+ 1979455573,
+ 1979455581,
+ 1979455582,
+ 1979455585,
+ 1979455587,
+ 1979455589,
+ 1979455591,
+ 1979455594,
+ 3060622538,
+ 1979455596,
+ 1979455598,
+ 1979455601,
+ 1979455602,
+ 1979455604,
+ 1979455605,
+ 1979455610,
+ 1979455612,
+ 1979455613,
+ 1979455608,
+ 1979455607,
+ 1979455603,
+ 1979455600,
+ 1979455599,
+ 1979455597,
+ 1979455595,
+ 1979455593,
+ 1979455592,
+ 1979455590,
+ 1979455588,
+ 1979455586,
+ 1979455584,
+ 1979455583,
+ 1979455580,
+ 1979455579,
+ 1979455578,
+ 1979455577,
+ 1979455576,
+ 1979455575,
+ 1979455574,
+ 8112125548,
+ 1979455572,
+ 1979455517,
+ 1979455570,
+ 1979455569,
+ 1979455568,
+ 1979455566,
+ 1979455565,
+ 1979455563,
+ 1979455562,
+ 1979455560,
+ 1979455558,
+ 1979455555,
+ 2973890404
+ ]
+ },
+ {
+ "wayId": 1476583637,
+ "nodeIds": [
+ 11834558696,
+ 13543871271,
+ 13543871270,
+ 13544062572,
+ 13543871269,
+ 13544062591,
+ 13543871268,
+ 13543871267,
+ 13543871266,
+ 13543871265,
+ 12902084447,
+ 13543871263,
+ 13543871262,
+ 13543871261,
+ 13543871260,
+ 13543871259,
+ 13543871258,
+ 13543871257,
+ 13543871256,
+ 13543871255,
+ 13543871238,
+ 13543871229,
+ 13543871222,
+ 13543871216,
+ 13543871213,
+ 13543871212,
+ 13543871211,
+ 13543871210,
+ 13543871207,
+ 13543871201,
+ 13543871194,
+ 13543871186,
+ 13543871177,
+ 13543871167,
+ 13543871154,
+ 13543871139,
+ 13543871138,
+ 13543871137,
+ 13543871136,
+ 13543871135,
+ 13543871134,
+ 13543871133,
+ 13543871132,
+ 13543871130,
+ 13543871118,
+ 13543871106,
+ 13543871095,
+ 13543871083,
+ 13543871074,
+ 13543871067,
+ 13543871062,
+ 13543871060,
+ 13543871059,
+ 13543871058,
+ 13543871057,
+ 13543871056,
+ 13543871052,
+ 13543871045,
+ 13543871037,
+ 13543871025,
+ 13543871024,
+ 13543871014,
+ 13543871006,
+ 13543870999,
+ 13543870995,
+ 13543870992,
+ 13239809968,
+ 13239809967
+ ]
+ },
+ {
+ "wayId": 1476586558,
+ "nodeIds": [
+ 13239809967,
+ 13543870991,
+ 13543870990,
+ 13543870984,
+ 13543870975,
+ 13543870960,
+ 13543870952,
+ 13543870940,
+ 13543870932,
+ 13543870924,
+ 13543703164,
+ 13543703156,
+ 13543870919,
+ 13543703159,
+ 13483930298,
+ 13543846552,
+ 13543870918,
+ 13543870917,
+ 13543870916,
+ 13543870914,
+ 13543870911,
+ 13543870908,
+ 12043646967,
+ 13543870905,
+ 13544062581,
+ 13239809964,
+ 13543870901,
+ 13543870899,
+ 13543870895,
+ 13543870890,
+ 13543870887,
+ 13543870884,
+ 13543870883,
+ 13574749408,
+ 13544062592,
+ 13574749410,
+ 13577766473,
+ 13544062585,
+ 13577766469,
+ 13544062583,
+ 12075159218,
+ 13543870882,
+ 13543870881,
+ 13543870878,
+ 13544062586,
+ 13543870872,
+ 13543870866,
+ 13543870859,
+ 13543870851,
+ 13543870842,
+ 13543870835,
+ 13543870834,
+ 13543870833,
+ 13543870822,
+ 13543870811,
+ 13543870803,
+ 13543870797,
+ 13543870792,
+ 13543870788,
+ 13543870787,
+ 13543870786,
+ 13543712311,
+ 13543712306,
+ 13543870784,
+ 13543870783,
+ 13543870780,
+ 13543870772,
+ 13543870761,
+ 13543870749,
+ 13543870742,
+ 13543870741,
+ 13544062589,
+ 13543870740,
+ 13543870739,
+ 13204439602
+ ]
+ },
+ {
+ "wayId": 845311724,
+ "nodeIds": [
+ 7099410072,
+ 7099410079,
+ 8149683524,
+ 6951450955,
+ 8794404120,
+ 3419521334,
+ 6951450957,
+ 8149683521,
+ 3419521335,
+ 8149666809,
+ 8814327017,
+ 8149666800,
+ 8149628719,
+ 8814258895,
+ 8149628717,
+ 8149602203,
+ 6918506362,
+ 8149602198,
+ 8149602189,
+ 8149602185,
+ 4737672664,
+ 6951450965,
+ 8814169960,
+ 8814169962,
+ 6239303244,
+ 6919391628,
+ 8149579149,
+ 8814169936,
+ 8149579154,
+ 8149579158,
+ 8814169963,
+ 6919391627,
+ 4737672667,
+ 4737672668,
+ 6919391625,
+ 8149517625,
+ 6919391617,
+ 8149468693,
+ 11992621827,
+ 8814160772,
+ 12512733580,
+ 8149468688,
+ 12512733581,
+ 6919391613,
+ 1663985762,
+ 12512733582,
+ 6503273336,
+ 12512733583,
+ 6503273332,
+ 8814126873,
+ 6503273328,
+ 12512733584,
+ 8149446586,
+ 12512733585,
+ 6919391606,
+ 1663985770,
+ 12512733586,
+ 6919391599,
+ 12512733587,
+ 8814092249,
+ 8814092254,
+ 4737672671,
+ 5456383763,
+ 8814092258,
+ 8814092255,
+ 8814092260,
+ 4737672672,
+ 8814060563,
+ 8814060562,
+ 8149395035,
+ 4737672673,
+ 4737672674,
+ 8814057613,
+ 8149395030,
+ 6480606965,
+ 4737672676,
+ 5456383762,
+ 6480606980,
+ 6480606982,
+ 6480606983,
+ 4737672678,
+ 6480607185,
+ 6480607186,
+ 4737672679,
+ 4737672680,
+ 4737672681,
+ 8811275897,
+ 6480607193,
+ 8149358828,
+ 6919286741,
+ 8111754950,
+ 6919286743,
+ 8149345793,
+ 4737672684,
+ 12299494762,
+ 6919286735,
+ 6919286727,
+ 8149345792,
+ 6919286736,
+ 6919286737,
+ 8149345788,
+ 6608872944,
+ 6919286745,
+ 6919286747,
+ 8149345783,
+ 8111754952,
+ 6919286749,
+ 8804294853,
+ 8149345759,
+ 6919286725,
+ 8804278163,
+ 11344923657,
+ 8804278156,
+ 8804278157,
+ 8804278153,
+ 8804278158,
+ 11344923618,
+ 6485855736,
+ 6480734536,
+ 6480734537,
+ 6480734538,
+ 4737672691,
+ 8111754948,
+ 8149198023,
+ 4737672693,
+ 8149198026,
+ 8803580623,
+ 6920432664,
+ 8149173375,
+ 8801809150,
+ 8801809173,
+ 8149173364,
+ 6541872236,
+ 8111370649,
+ 6541872239,
+ 8111370650,
+ 8149160168,
+ 6920432669,
+ 7236461487,
+ 8798310310,
+ 8798316225,
+ 6920464286,
+ 8798310312,
+ 8798316223,
+ 7435169476,
+ 6920464285,
+ 7236461488,
+ 8798213880,
+ 8798213881,
+ 7236461489,
+ 6762402503,
+ 6920432656,
+ 6551653490,
+ 7435169462,
+ 8797918161,
+ 7435169471,
+ 6920432659,
+ 7236461490,
+ 7236461492,
+ 6551653498,
+ 7236461493,
+ 6920432645,
+ 12029144965,
+ 12163739410,
+ 8795490770,
+ 10916150327,
+ 6551653503,
+ 8795544912,
+ 6920432649,
+ 8795544916,
+ 6551653502,
+ 8795544915,
+ 6920432651,
+ 4737672701,
+ 6762402500,
+ 4737672702,
+ 12587051629,
+ 12029198479,
+ 12029144964,
+ 8138138072,
+ 6608872938,
+ 8138092055,
+ 12670412903,
+ 8795490760,
+ 6608872939,
+ 8795490724,
+ 1315984626,
+ 8138092044,
+ 8795490726,
+ 8138092025,
+ 8795490648,
+ 8137913167,
+ 6920432629,
+ 8137913165,
+ 12670412901,
+ 1313906640,
+ 8137913148,
+ 1313906773,
+ 8137913135,
+ 8137913143,
+ 12673163226,
+ 6551653524,
+ 12002317615,
+ 6052908352,
+ 7201725762,
+ 12673517111,
+ 8795195994,
+ 12278305317,
+ 7809423541,
+ 12278305314,
+ 12278275959,
+ 7809423523,
+ 6920432623,
+ 8138011061,
+ 8369670174,
+ 13235119558,
+ 6608872943,
+ 6920432611,
+ 6920432604,
+ 8137551817,
+ 7809484945,
+ 6920432602,
+ 8795169938,
+ 7809423521,
+ 6951450973,
+ 6920432610,
+ 6920432594,
+ 8137523940,
+ 8369670166,
+ 6951450976,
+ 4737672710,
+ 6951450978,
+ 6951450981,
+ 8369670163,
+ 6951450982,
+ 8369670162,
+ 8369670160,
+ 8794834995,
+ 8369670158,
+ 12029130543,
+ 8794834990,
+ 8137302955,
+ 8137340453,
+ 8137340451
+ ]
+ },
+ {
+ "wayId": 1478648167,
+ "nodeIds": [
+ 6920432616,
+ 13564892738,
+ 13564937407,
+ 13564892737,
+ 13564937408,
+ 13564892736,
+ 13564892735,
+ 13564892734,
+ 13239809920,
+ 13239809921,
+ 13564892733,
+ 13564892732,
+ 13239809922,
+ 13564892731,
+ 13564892730,
+ 13564892729,
+ 13239809923,
+ 13564892728,
+ 13239809924,
+ 13564892727,
+ 13564892726,
+ 13564892725,
+ 13564892724,
+ 13239809912,
+ 13564892723,
+ 13564892722,
+ 13564892721,
+ 13564892720,
+ 13564892719,
+ 13239809925,
+ 13564892718,
+ 13564892717,
+ 12587706740,
+ 13564892716,
+ 13564892715,
+ 13564892714,
+ 13564937414,
+ 13564892713,
+ 11181176554,
+ 13564892712,
+ 13239809926,
+ 13564892711,
+ 13564892710,
+ 13239809927,
+ 13564892709,
+ 13239809928,
+ 13564892707,
+ 13564892706,
+ 13564892705,
+ 13564892704,
+ 13564892703,
+ 13564892702,
+ 12589970577,
+ 13564892701,
+ 13564892700,
+ 13564892699,
+ 13046107838,
+ 13564892697,
+ 13564892696,
+ 13564892695,
+ 13564892694,
+ 13564892693,
+ 13564892692,
+ 13564892691,
+ 13564892690,
+ 13564892689,
+ 13564892688,
+ 12589978282,
+ 13564892687,
+ 13564892686,
+ 13564892685,
+ 13564892684,
+ 13564892683,
+ 13564892682,
+ 12589978288,
+ 13564892681,
+ 13564892680,
+ 13564892679,
+ 13564892678,
+ 13564892677,
+ 12059177185,
+ 13564892676,
+ 13564892675,
+ 13564892674,
+ 13564892673,
+ 13564942002,
+ 13564892672,
+ 13564892671,
+ 9879343643,
+ 13564892670,
+ 13564892669,
+ 13564892668,
+ 13564892667,
+ 13564892666,
+ 13564892665,
+ 13564876105,
+ 13564916297,
+ 12902085993,
+ 12588117753,
+ 12588117750,
+ 13564918195,
+ 13564918196,
+ 12842926471,
+ 13546412301,
+ 12588117743,
+ 13546393763,
+ 13546393756,
+ 13546393753,
+ 13546393745,
+ 13546393742,
+ 13564892664,
+ 13564892663,
+ 13564892662,
+ 13564892661,
+ 13564892660,
+ 13564892659,
+ 13564892658,
+ 13564892657,
+ 13564892656,
+ 13564892655,
+ 13564892654,
+ 13564892653,
+ 13564892652,
+ 13564892651,
+ 13546393734,
+ 13564892650,
+ 12495638670,
+ 13564892649,
+ 13564892648,
+ 13564892647,
+ 13564892646,
+ 13564892645,
+ 13564892644,
+ 13564892643,
+ 13564892642,
+ 13564892641,
+ 13564892640,
+ 13564892639,
+ 13564892638,
+ 11181176583
+ ]
+ },
+ {
+ "wayId": 187379313,
+ "nodeIds": [
+ 1980844024,
+ 11048673695,
+ 8112230010,
+ 8112230006,
+ 11048673663,
+ 1980844019
+ ]
+ },
+ {
+ "wayId": 195742572,
+ "nodeIds": [
+ 1980844019,
+ 10047230182,
+ 1980844017,
+ 11049740994,
+ 10047230183,
+ 1980844016,
+ 1980844015,
+ 1980844014,
+ 11057503523,
+ 1980844008,
+ 1980844006,
+ 1980844004,
+ 1980844003,
+ 1980844002,
+ 12180236269,
+ 13363638555,
+ 12141752448,
+ 12179923944,
+ 12487239416,
+ 11049870637,
+ 11049870639,
+ 11049870635,
+ 1980843996,
+ 9505848535,
+ 9505848538,
+ 1980843994,
+ 1980843992,
+ 1980843990
+ ]
+ },
+ {
+ "wayId": 194776610,
+ "nodeIds": [
+ 1980843990,
+ 1980994764,
+ 12164086158,
+ 11070905775,
+ 11070905779,
+ 10800179560,
+ 3112802854,
+ 1980994538,
+ 3112802849,
+ 4136967284,
+ 2052803555,
+ 3720163609,
+ 1324450722,
+ 9505941584,
+ 2052803548,
+ 1980994756
+ ]
+ },
+ {
+ "wayId": 187379304,
+ "nodeIds": [
+ 1979455549,
+ 1980844044
+ ]
+ },
+ {
+ "wayId": 195738508,
+ "nodeIds": [
+ 9378934789,
+ 936743618,
+ 12944386652,
+ 12944386657,
+ 9082214344,
+ 936743532,
+ 12944386687,
+ 1980994564
+ ]
+ },
+ {
+ "wayId": 459693789,
+ "nodeIds": [
+ 2973890404,
+ 7919574576,
+ 1979455553,
+ 4107880444,
+ 2973890403
+ ]
+ },
+ {
+ "wayId": 187379310,
+ "nodeIds": [
+ 1980844044,
+ 1980844043,
+ 11048304542,
+ 1980844032,
+ 11048341917,
+ 1980844031,
+ 11048304519,
+ 11048341919,
+ 11048341922,
+ 1980844029,
+ 8112230001,
+ 1980844025,
+ 1980844024
+ ]
+ },
+ {
+ "wayId": 1016845432,
+ "nodeIds": [
+ 1980994563,
+ 9378914952,
+ 9378934789
+ ]
+ },
+ {
+ "wayId": 1016845434,
+ "nodeIds": [
+ 9378934802,
+ 1980994563
+ ]
+ },
+ {
+ "wayId": 459693788,
+ "nodeIds": [
+ 2973890403,
+ 10042570777,
+ 10042570782,
+ 11025952403,
+ 1979455551,
+ 10042570790,
+ 1979455550,
+ 1979455549
+ ]
+ },
+ {
+ "wayId": 194776609,
+ "nodeIds": [
+ 1980994756,
+ 1324457056,
+ 1980994755,
+ 1980994753,
+ 1980994752,
+ 1980994751,
+ 1980994750,
+ 1980994748,
+ 1980994747,
+ 1980994746,
+ 1980994744,
+ 1980994743,
+ 1980994741,
+ 1980994740,
+ 1980994739,
+ 9176667266,
+ 1980994737,
+ 1980994735,
+ 1980994734,
+ 1980994733,
+ 1980994731,
+ 1980994729,
+ 1980994727,
+ 1980994726,
+ 1980994724,
+ 1980994722,
+ 1980994721,
+ 1980994719,
+ 1980994718,
+ 1980994717,
+ 1980994716,
+ 1980994714,
+ 1980994713,
+ 1980994712,
+ 1980994710,
+ 1980994708,
+ 1980994707,
+ 1980994705,
+ 1980994703,
+ 1980994702,
+ 1980994701,
+ 1980994700,
+ 1980994698,
+ 1980994697,
+ 1980994696,
+ 1980994695,
+ 1980994694,
+ 1980994693,
+ 1980994691,
+ 1980994690,
+ 1980994688,
+ 1980994687,
+ 1980994686,
+ 1980994685,
+ 1980994684,
+ 1980994682,
+ 1980994681,
+ 1980994680,
+ 1980994679,
+ 1980994678,
+ 1980994676,
+ 1980994675,
+ 1980994674,
+ 1980994672,
+ 1980994670,
+ 1980994669,
+ 1980994667,
+ 1980994665,
+ 1980994664,
+ 1980994662,
+ 1980994660,
+ 1980994659,
+ 1980994658,
+ 1980994657,
+ 1980994655,
+ 1980994653,
+ 1980994652,
+ 1980994648,
+ 1980994647,
+ 1980994645,
+ 1980994642,
+ 1980994640,
+ 1980994636,
+ 1980994634,
+ 1980994630,
+ 1980994628,
+ 1980994624,
+ 1980994622,
+ 11182866806,
+ 1980994617,
+ 11182866804,
+ 1980994615,
+ 11182866802,
+ 1980994609,
+ 11182866800,
+ 1980994608,
+ 11182866798,
+ 1980994607,
+ 11182866796,
+ 1980994605,
+ 1980994603,
+ 1980994601,
+ 1980994597,
+ 11182866793,
+ 1980994595,
+ 1980994591,
+ 11182866791,
+ 1980994589,
+ 11182866789,
+ 1980994588,
+ 11182866787,
+ 1980994584,
+ 11182866785,
+ 11182866783,
+ 1980994582,
+ 11182866781,
+ 1980994571,
+ 11182866779,
+ 11182866777,
+ 1980994570,
+ 11182866775,
+ 1980994569,
+ 9082214354,
+ 1980994567,
+ 1980994566,
+ 9082214345,
+ 1980994565,
+ 1980994564
+ ]
+ },
+ {
+ "wayId": 195738511,
+ "nodeIds": [
+ 4136510281,
+ 1980994537,
+ 2663065511,
+ 9378934802
+ ]
+ },
+ {
+ "wayId": 408879532,
+ "nodeIds": [
+ 4107880270,
+ 4107880275,
+ 4107880286,
+ 4036072270,
+ 8016735904,
+ 3496090013,
+ 4107880403,
+ 9505777463,
+ 4107880409,
+ 4107880414,
+ 9505777464,
+ 4036072280,
+ 9505837184,
+ 8989302100,
+ 9505837183,
+ 3496090023,
+ 9505837182,
+ 5618158354,
+ 4107880426,
+ 2973890397,
+ 11025950110,
+ 4107880433,
+ 4107880434,
+ 4107880437,
+ 4107880438,
+ 9505806048,
+ 4107880441,
+ 9505806047,
+ 4107880445,
+ 9505806046,
+ 4107880446,
+ 7919574576,
+ 4107880447,
+ 9505806045,
+ 4107880448
+ ]
+ },
+ {
+ "wayId": 1272486736,
+ "nodeIds": [
+ 4107880250,
+ 4107880244,
+ 4554812225
+ ]
+ },
+ {
+ "wayId": 459693787,
+ "nodeIds": [
+ 4107880270,
+ 4107880266
+ ]
+ },
+ {
+ "wayId": 23225292,
+ "nodeIds": [
+ 4107880448,
+ 1979405073,
+ 1979455559,
+ 21721490,
+ 1979405077,
+ 1979405078,
+ 1075813832,
+ 1979405079,
+ 1075813872,
+ 1677339990,
+ 21721489,
+ 1077647024,
+ 1979405081,
+ 8112125547,
+ 21721488,
+ 1979405082,
+ 1979405084,
+ 21721487,
+ 1979405086,
+ 21721486,
+ 21721485,
+ 1979405107,
+ 1979405109,
+ 1075813896,
+ 1979405114,
+ 21721484,
+ 1979405116,
+ 1979405118,
+ 21721483,
+ 1979405121,
+ 1075813824,
+ 21721482,
+ 1979405124,
+ 21721481,
+ 1979405129,
+ 21721480,
+ 1979405125,
+ 1075813888,
+ 1979405123,
+ 1075813962,
+ 1979405122,
+ 1979405120,
+ 1979405119,
+ 3060622539,
+ 1979405117,
+ 1979405115,
+ 1979405113,
+ 1979405111,
+ 1979405104,
+ 1979405102,
+ 1979405087,
+ 1677340001,
+ 6401350679,
+ 21721496,
+ 1979405080,
+ 1077551411,
+ 1979405076,
+ 1979405075,
+ 1979405074,
+ 21721497,
+ 1979405069,
+ 1077551381,
+ 5760071257,
+ 11020851751,
+ 60871029,
+ 5760071261,
+ 1077631915,
+ 29627791,
+ 5760071340,
+ 1979405015,
+ 5760071364,
+ 11020650611,
+ 11020650613,
+ 5760071357,
+ 1979405006,
+ 5760071371,
+ 11020650390,
+ 565386839,
+ 5760071374,
+ 1077656971,
+ 1979455539,
+ 21721499,
+ 1077656966,
+ 1077656950,
+ 21721500,
+ 1979404976,
+ 1979404975,
+ 1979404973,
+ 1979404970,
+ 1979455529,
+ 5760071378,
+ 60955419,
+ 11015440390,
+ 5760071381,
+ 1077656964,
+ 1979404969,
+ 1979404967,
+ 1979404966,
+ 1979404965,
+ 5760071390,
+ 11014075639,
+ 11014075648,
+ 5760071387,
+ 1979404964,
+ 1642187608
+ ]
+ },
+ {
+ "wayId": 408879537,
+ "nodeIds": [
+ 4107880266,
+ 4107880260,
+ 8112218475,
+ 4107880254,
+ 4107880250
+ ]
+ },
+ {
+ "wayId": 860137024,
+ "nodeIds": [
+ 4136967276,
+ 1979404958
+ ]
+ },
+ {
+ "wayId": 151396875,
+ "nodeIds": [
+ 1642187608,
+ 1642187606
+ ]
+ },
+ {
+ "wayId": 184914142,
+ "nodeIds": [
+ 1642187606,
+ 1077659311,
+ 1979404963,
+ 7514104796,
+ 11007746784,
+ 243219323,
+ 7514104801,
+ 1979404962,
+ 1979404961,
+ 1979404960,
+ 12883830408,
+ 4136967276
+ ]
+ },
+ {
+ "wayId": 187397458,
+ "nodeIds": [
+ 1979404958,
+ 9505741601,
+ 1979404956,
+ 1979404954,
+ 9505741600,
+ 8016735910,
+ 9505741599,
+ 1979404952,
+ 2722970627
+ ]
+ }
+ ],
+ "nodes": [
+ {
+ "nodeId": 3349897013,
+ "name": "Foch",
+ "lat": 45.7687638,
+ "lon": 4.8443892
+ },
+ {
+ "nodeId": 3349897010,
+ "name": "Cordeliers",
+ "lat": 45.7633092,
+ "lon": 4.8357895
+ },
+ {
+ "nodeId": 3349897015,
+ "name": "Hôtel de Ville - Louis Pradel",
+ "lat": 45.7672691,
+ "lon": 4.8360162
+ },
+ {
+ "nodeId": 3349897008,
+ "name": "Bellecour",
+ "lat": 45.7575968,
+ "lon": 4.8331128
+ },
+ {
+ "nodeId": 3349897019,
+ "name": "Perrache",
+ "lat": 45.7496228,
+ "lon": 4.8267713
+ },
+ {
+ "nodeId": 3349897007,
+ "name": "Ampère - Victor Hugo",
+ "lat": 45.7530516,
+ "lon": 4.8291603
+ },
+ {
+ "nodeId": 29065842,
+ "name": "Saxe - Gambetta",
+ "lat": 45.753283,
+ "lon": 4.8466842
+ },
+ {
+ "nodeId": 3349897016,
+ "name": "Hôtel de Ville - Louis Pradel",
+ "lat": 45.7681512,
+ "lon": 4.836024
+ },
+ {
+ "nodeId": 262868465,
+ "name": "Place Guichard - Bourse du Travail",
+ "lat": 45.7591873,
+ "lon": 4.8473882
+ },
+ {
+ "nodeId": 3349897012,
+ "name": "Flachet - Alain Gilles",
+ "lat": 45.7677706,
+ "lon": 4.8892877
+ },
+ {
+ "nodeId": 7937873343,
+ "name": "Croix-Paquet",
+ "lat": 45.7710165,
+ "lon": 4.8362195
+ },
+ {
+ "nodeId": 3349897020,
+ "name": "République - Villeurbanne",
+ "lat": 45.770587,
+ "lon": 4.8739945
+ },
+ {
+ "nodeId": 262875986,
+ "name": "Charpennes - Charles Hernu",
+ "lat": 45.7704175,
+ "lon": 4.8633324
+ },
+ {
+ "nodeId": 3349897009,
+ "name": "Charpennes - Charles Hernu",
+ "lat": 45.7706745,
+ "lon": 4.8650675
+ },
+ {
+ "nodeId": 3349897018,
+ "name": "Masséna",
+ "lat": 45.7695999,
+ "lon": 4.8534191
+ },
+ {
+ "nodeId": 3349897014,
+ "name": "Gratte-Ciel",
+ "lat": 45.7690539,
+ "lon": 4.8823107
+ },
+ {
+ "nodeId": 36555139,
+ "name": "Stade de Gerland—Le LOU",
+ "lat": 45.7267437,
+ "lon": 4.8308571
+ },
+ {
+ "nodeId": 29066747,
+ "name": "Valmy",
+ "lat": 45.7745978,
+ "lon": 4.8054708
+ },
+ {
+ "nodeId": 3349897011,
+ "name": "Cusset",
+ "lat": 45.7656434,
+ "lon": 4.9008478
+ },
+ {
+ "nodeId": 3349897017,
+ "name": "Laurent Bonnevay - Astroballe",
+ "lat": 45.7641338,
+ "lon": 4.908827
+ },
+ {
+ "nodeId": 599598652,
+ "name": "Gare de Vaise - Gérard Collomb",
+ "lat": 45.7805642,
+ "lon": 4.8045386
+ },
+ {
+ "nodeId": 3349897021,
+ "name": "Vaulx-en-Velin - La Soie",
+ "lat": 45.7612489,
+ "lon": 4.9219433
+ },
+ {
+ "nodeId": 376027344,
+ "name": "Gare d'Oullins",
+ "lat": 45.7166744,
+ "lon": 4.8145298
+ },
+ {
+ "nodeId": 262868467,
+ "name": "Gare Part-Dieu - Vivier Merle",
+ "lat": 45.7616054,
+ "lon": 4.8574444
+ },
+ {
+ "nodeId": 262868469,
+ "name": "Brotteaux",
+ "lat": 45.7671188,
+ "lon": 4.8593786
+ },
+ {
+ "nodeId": 29163413,
+ "name": "Debourg",
+ "lat": 45.7310667,
+ "lon": 4.8334756
+ },
+ {
+ "nodeId": 11277050807,
+ "name": "Saint-Genis-Laval Hôpital Lyon Sud",
+ "lat": 45.7017434,
+ "lon": 4.8043595
+ },
+ {
+ "nodeId": 11277050809,
+ "name": "Oullins Centre",
+ "lat": 45.7143357,
+ "lon": 4.8052695
+ },
+ {
+ "nodeId": 29065835,
+ "name": "Vieux Lyon - Cathédrale Saint-Jean",
+ "lat": 45.7601928,
+ "lon": 4.8259681
+ },
+ {
+ "nodeId": 3362091551,
+ "name": "Saxe - Gambetta",
+ "lat": 45.7539138,
+ "lon": 4.847025
+ },
+ {
+ "nodeId": 29066749,
+ "name": "Grange Blanche",
+ "lat": 45.7429973,
+ "lon": 4.8788802
+ },
+ {
+ "nodeId": 7937874613,
+ "name": "Hénon",
+ "lat": 45.7794808,
+ "lon": 4.8275387
+ },
+ {
+ "nodeId": 371532881,
+ "name": "Gare de Vénissieux",
+ "lat": 45.705464,
+ "lon": 4.8880198
+ },
+ {
+ "nodeId": 4590139247,
+ "name": "Cuire",
+ "lat": 45.7853201,
+ "lon": 4.8326307
+ },
+ {
+ "nodeId": 29163412,
+ "name": "Jean Macé",
+ "lat": 45.7460317,
+ "lon": 4.842387
+ },
+ {
+ "nodeId": 29076107,
+ "name": "Parilly",
+ "lat": 45.7195177,
+ "lon": 4.8875525
+ },
+ {
+ "nodeId": 1978195276,
+ "name": "Minimes - Théâtres romains",
+ "lat": 45.7586372,
+ "lon": 4.8213787
+ },
+ {
+ "nodeId": 7937874590,
+ "name": "Croix-Rousse",
+ "lat": 45.7745563,
+ "lon": 4.8318589
+ },
+ {
+ "nodeId": 3397995077,
+ "name": "Bellecour",
+ "lat": 45.7570913,
+ "lon": 4.8334117
+ },
+ {
+ "nodeId": 29065834,
+ "name": "Guillotière",
+ "lat": 45.7553541,
+ "lon": 4.8428428
+ },
+ {
+ "nodeId": 29065840,
+ "name": "Garibaldi",
+ "lat": 45.7516219,
+ "lon": 4.853488
+ },
+ {
+ "nodeId": 3397995082,
+ "name": "Vieux Lyon - Cathédrale Saint-Jean",
+ "lat": 45.7600559,
+ "lon": 4.8257703
+ },
+ {
+ "nodeId": 506587037,
+ "name": "Place Jean Jaurès",
+ "lat": 45.7375587,
+ "lon": 4.8373372
+ },
+ {
+ "nodeId": 25337611,
+ "name": "Gorge de Loup",
+ "lat": 45.7664422,
+ "lon": 4.8055028
+ },
+ {
+ "nodeId": 29065837,
+ "name": "Monplaisir - Lumière",
+ "lat": 45.7455214,
+ "lon": 4.8713767
+ },
+ {
+ "nodeId": 29065832,
+ "name": "Sans Souci",
+ "lat": 45.747584,
+ "lon": 4.8652467
+ },
+ {
+ "nodeId": 3397995081,
+ "name": "Vieux Lyon - Cathédrale Saint-Jean",
+ "lat": 45.7599724,
+ "lon": 4.8258904
+ },
+ {
+ "nodeId": 29075626,
+ "name": "Mermoz - Pinel",
+ "lat": 45.7305576,
+ "lon": 4.8873009
+ },
+ {
+ "nodeId": 29075624,
+ "name": "Laennec",
+ "lat": 45.7383722,
+ "lon": 4.8865793
+ },
+ {
+ "nodeId": 33125280,
+ "name": "Fourvière",
+ "lat": 45.7623841,
+ "lon": 4.8214827
+ },
+ {
+ "nodeId": 33125279,
+ "name": "Saint-Just",
+ "lat": 45.7571997,
+ "lon": 4.8164781
+ },
+ {
+ "nodeId": 4426802338,
+ "lat": 45.7841386,
+ "lon": 4.8311979
+ },
+ {
+ "nodeId": 4426802339,
+ "lat": 45.7842909,
+ "lon": 4.8313854
+ },
+ {
+ "nodeId": 3404328413,
+ "lat": 45.7306209,
+ "lon": 4.8332055
+ },
+ {
+ "nodeId": 376027326,
+ "lat": 45.725185,
+ "lon": 4.8298961
+ },
+ {
+ "nodeId": 3351626517,
+ "lat": 45.7247353,
+ "lon": 4.8296451
+ },
+ {
+ "nodeId": 3029891935,
+ "lat": 45.7244131,
+ "lon": 4.8294898
+ },
+ {
+ "nodeId": 7382741889,
+ "lat": 45.7240147,
+ "lon": 4.8292539
+ },
+ {
+ "nodeId": 376027184,
+ "lat": 45.723324,
+ "lon": 4.8288449
+ },
+ {
+ "nodeId": 376027197,
+ "lat": 45.7230456,
+ "lon": 4.828527
+ },
+ {
+ "nodeId": 3470363064,
+ "lat": 45.7211902,
+ "lon": 4.8254615
+ },
+ {
+ "nodeId": 376027263,
+ "lat": 45.7195769,
+ "lon": 4.8227741
+ },
+ {
+ "nodeId": 376027273,
+ "lat": 45.7175641,
+ "lon": 4.8192435
+ },
+ {
+ "nodeId": 2313579247,
+ "lat": 45.7173391,
+ "lon": 4.818768
+ },
+ {
+ "nodeId": 2313579236,
+ "lat": 45.7171916,
+ "lon": 4.8183719
+ },
+ {
+ "nodeId": 2313579224,
+ "lat": 45.7170757,
+ "lon": 4.8179636
+ },
+ {
+ "nodeId": 376027280,
+ "lat": 45.7169921,
+ "lon": 4.8175806
+ },
+ {
+ "nodeId": 2313579221,
+ "lat": 45.7169159,
+ "lon": 4.8171571
+ },
+ {
+ "nodeId": 2313579218,
+ "lat": 45.7168633,
+ "lon": 4.8166323
+ },
+ {
+ "nodeId": 5805326275,
+ "lat": 45.7165209,
+ "lon": 4.8126806
+ },
+ {
+ "nodeId": 376027296,
+ "lat": 45.716467,
+ "lon": 4.8105402
+ },
+ {
+ "nodeId": 376027302,
+ "lat": 45.716434,
+ "lon": 4.8101476
+ },
+ {
+ "nodeId": 376027320,
+ "lat": 45.7164174,
+ "lon": 4.8099026
+ },
+ {
+ "nodeId": 10743012981,
+ "lat": 45.7163904,
+ "lon": 4.8093149
+ },
+ {
+ "nodeId": 10743012982,
+ "lat": 45.7162983,
+ "lon": 4.8088895
+ },
+ {
+ "nodeId": 10743012983,
+ "lat": 45.7159006,
+ "lon": 4.8081167
+ },
+ {
+ "nodeId": 12073226009,
+ "lat": 45.7150158,
+ "lon": 4.8065353
+ },
+ {
+ "nodeId": 10743012984,
+ "lat": 45.7146651,
+ "lon": 4.8059064
+ },
+ {
+ "nodeId": 10743012985,
+ "lat": 45.714093,
+ "lon": 4.8048004
+ },
+ {
+ "nodeId": 10743012986,
+ "lat": 45.7130724,
+ "lon": 4.8035104
+ },
+ {
+ "nodeId": 10743012987,
+ "lat": 45.7125423,
+ "lon": 4.8027778
+ },
+ {
+ "nodeId": 10743012988,
+ "lat": 45.7124138,
+ "lon": 4.8026026
+ },
+ {
+ "nodeId": 10743012989,
+ "lat": 45.7120332,
+ "lon": 4.8023159
+ },
+ {
+ "nodeId": 10743012990,
+ "lat": 45.7112313,
+ "lon": 4.8022115
+ },
+ {
+ "nodeId": 10743012991,
+ "lat": 45.7108779,
+ "lon": 4.8022151
+ },
+ {
+ "nodeId": 10743012992,
+ "lat": 45.7102699,
+ "lon": 4.8023
+ },
+ {
+ "nodeId": 10743012993,
+ "lat": 45.7100104,
+ "lon": 4.802323
+ },
+ {
+ "nodeId": 10743012994,
+ "lat": 45.7081321,
+ "lon": 4.8026203
+ },
+ {
+ "nodeId": 10743012995,
+ "lat": 45.7077836,
+ "lon": 4.8026787
+ },
+ {
+ "nodeId": 10743012996,
+ "lat": 45.7073413,
+ "lon": 4.802753
+ },
+ {
+ "nodeId": 10743012997,
+ "lat": 45.7067988,
+ "lon": 4.8028397
+ },
+ {
+ "nodeId": 10743012998,
+ "lat": 45.7060264,
+ "lon": 4.8028291
+ },
+ {
+ "nodeId": 10743012999,
+ "lat": 45.7055185,
+ "lon": 4.8029229
+ },
+ {
+ "nodeId": 10743013000,
+ "lat": 45.7052824,
+ "lon": 4.8029707
+ },
+ {
+ "nodeId": 10743013001,
+ "lat": 45.7047387,
+ "lon": 4.803114
+ },
+ {
+ "nodeId": 10743013002,
+ "lat": 45.7036991,
+ "lon": 4.8033936
+ },
+ {
+ "nodeId": 10743013003,
+ "lat": 45.7028711,
+ "lon": 4.8035812
+ },
+ {
+ "nodeId": 10743013004,
+ "lat": 45.702661,
+ "lon": 4.8037015
+ },
+ {
+ "nodeId": 10743073805,
+ "lat": 45.7022949,
+ "lon": 4.8040032
+ },
+ {
+ "nodeId": 372847845,
+ "lat": 45.7527846,
+ "lon": 4.8463997
+ },
+ {
+ "nodeId": 5167045039,
+ "lat": 45.751856,
+ "lon": 4.8458482
+ },
+ {
+ "nodeId": 6350085275,
+ "lat": 45.7501341,
+ "lon": 4.8447992
+ },
+ {
+ "nodeId": 3351626538,
+ "lat": 45.7500467,
+ "lon": 4.8447459
+ },
+ {
+ "nodeId": 6350085274,
+ "lat": 45.7499999,
+ "lon": 4.8447044
+ },
+ {
+ "nodeId": 2108795452,
+ "lat": 45.7496148,
+ "lon": 4.8444923
+ },
+ {
+ "nodeId": 10790959486,
+ "lat": 45.7494599,
+ "lon": 4.8444014
+ },
+ {
+ "nodeId": 2321320893,
+ "lat": 45.7485335,
+ "lon": 4.8438579
+ },
+ {
+ "nodeId": 6347065403,
+ "lat": 45.7484117,
+ "lon": 4.8437636
+ },
+ {
+ "nodeId": 2161903849,
+ "lat": 45.7460001,
+ "lon": 4.8423588
+ },
+ {
+ "nodeId": 13534320538,
+ "lat": 45.7459984,
+ "lon": 4.8423654
+ },
+ {
+ "nodeId": 13534320545,
+ "lat": 45.7455054,
+ "lon": 4.8420712
+ },
+ {
+ "nodeId": 3351626533,
+ "lat": 45.741644,
+ "lon": 4.8397674
+ },
+ {
+ "nodeId": 2088444182,
+ "lat": 45.7401535,
+ "lon": 4.8388731
+ },
+ {
+ "nodeId": 2088444189,
+ "lat": 45.7400037,
+ "lon": 4.8387827
+ },
+ {
+ "nodeId": 3351626525,
+ "lat": 45.7381211,
+ "lon": 4.8376797
+ },
+ {
+ "nodeId": 2088448392,
+ "lat": 45.7349591,
+ "lon": 4.8357956
+ },
+ {
+ "nodeId": 2088448393,
+ "lat": 45.734834,
+ "lon": 4.8357207
+ },
+ {
+ "nodeId": 3404328417,
+ "lat": 45.7315024,
+ "lon": 4.8337353
+ },
+ {
+ "nodeId": 3440627248,
+ "lat": 45.754088,
+ "lon": 4.8469855
+ },
+ {
+ "nodeId": 3440627236,
+ "lat": 45.7540128,
+ "lon": 4.8469964
+ },
+ {
+ "nodeId": 3362093612,
+ "lat": 45.7538275,
+ "lon": 4.846979
+ },
+ {
+ "nodeId": 3400020994,
+ "lat": 45.7536751,
+ "lon": 4.8469156
+ },
+ {
+ "nodeId": 3441133298,
+ "lat": 45.7589594,
+ "lon": 4.8470954
+ },
+ {
+ "nodeId": 3440741467,
+ "lat": 45.7587695,
+ "lon": 4.8468732
+ },
+ {
+ "nodeId": 3441133293,
+ "lat": 45.7585715,
+ "lon": 4.8466556
+ },
+ {
+ "nodeId": 371843599,
+ "lat": 45.7583648,
+ "lon": 4.8464423
+ },
+ {
+ "nodeId": 3440741461,
+ "lat": 45.758113,
+ "lon": 4.8462907
+ },
+ {
+ "nodeId": 371843603,
+ "lat": 45.7578907,
+ "lon": 4.8462084
+ },
+ {
+ "nodeId": 3440741453,
+ "lat": 45.7576649,
+ "lon": 4.8461825
+ },
+ {
+ "nodeId": 3440741450,
+ "lat": 45.7574554,
+ "lon": 4.8461922
+ },
+ {
+ "nodeId": 3440741444,
+ "lat": 45.7570694,
+ "lon": 4.8462801
+ },
+ {
+ "nodeId": 3440741440,
+ "lat": 45.7566366,
+ "lon": 4.8464251
+ },
+ {
+ "nodeId": 3440741435,
+ "lat": 45.7561995,
+ "lon": 4.8465422
+ },
+ {
+ "nodeId": 372847840,
+ "lat": 45.7545172,
+ "lon": 4.8469045
+ },
+ {
+ "nodeId": 3440627254,
+ "lat": 45.7542003,
+ "lon": 4.8469662
+ },
+ {
+ "nodeId": 3349897058,
+ "lat": 45.764357,
+ "lon": 4.9076717
+ },
+ {
+ "nodeId": 7077356090,
+ "lat": 45.7641726,
+ "lon": 4.90862
+ },
+ {
+ "nodeId": 3349897072,
+ "lat": 45.7686387,
+ "lon": 4.8383675
+ },
+ {
+ "nodeId": 3349897074,
+ "lat": 45.7686604,
+ "lon": 4.8398521
+ },
+ {
+ "nodeId": 3349897076,
+ "lat": 45.7686626,
+ "lon": 4.8407923
+ },
+ {
+ "nodeId": 3349897039,
+ "lat": 45.7572227,
+ "lon": 4.8320164
+ },
+ {
+ "nodeId": 3416740396,
+ "lat": 45.7573513,
+ "lon": 4.8323153
+ },
+ {
+ "nodeId": 3431807671,
+ "lat": 45.7574776,
+ "lon": 4.8326979
+ },
+ {
+ "nodeId": 3349897042,
+ "lat": 45.7576804,
+ "lon": 4.8333763
+ },
+ {
+ "nodeId": 3349897043,
+ "lat": 45.7577779,
+ "lon": 4.8336613
+ },
+ {
+ "nodeId": 3431807691,
+ "lat": 45.757861,
+ "lon": 4.8338725
+ },
+ {
+ "nodeId": 192064371,
+ "lat": 45.7846183,
+ "lon": 4.8318039
+ },
+ {
+ "nodeId": 1434432857,
+ "lat": 45.7846653,
+ "lon": 4.8318639
+ },
+ {
+ "nodeId": 639254612,
+ "lat": 45.7847204,
+ "lon": 4.831924
+ },
+ {
+ "nodeId": 662426637,
+ "lat": 45.7848152,
+ "lon": 4.8320009
+ },
+ {
+ "nodeId": 639254618,
+ "lat": 45.7848522,
+ "lon": 4.8320397
+ },
+ {
+ "nodeId": 639254617,
+ "lat": 45.7849096,
+ "lon": 4.8321045
+ },
+ {
+ "nodeId": 192064374,
+ "lat": 45.7849815,
+ "lon": 4.8321938
+ },
+ {
+ "nodeId": 3434620545,
+ "lat": 45.7527273,
+ "lon": 4.8289559
+ },
+ {
+ "nodeId": 6761480254,
+ "lat": 45.7531827,
+ "lon": 4.8292407
+ },
+ {
+ "nodeId": 3434620565,
+ "lat": 45.7534472,
+ "lon": 4.8294029
+ },
+ {
+ "nodeId": 3418368900,
+ "lat": 45.7680788,
+ "lon": 4.8361807
+ },
+ {
+ "nodeId": 3349897065,
+ "lat": 45.7681415,
+ "lon": 4.8362191
+ },
+ {
+ "nodeId": 3349897066,
+ "lat": 45.7683109,
+ "lon": 4.8363761
+ },
+ {
+ "nodeId": 7077356097,
+ "lat": 45.7683721,
+ "lon": 4.836464
+ },
+ {
+ "nodeId": 3349897067,
+ "lat": 45.7684154,
+ "lon": 4.8365729
+ },
+ {
+ "nodeId": 3349897069,
+ "lat": 45.7684909,
+ "lon": 4.8368329
+ },
+ {
+ "nodeId": 3370408165,
+ "lat": 45.7685555,
+ "lon": 4.8371274
+ },
+ {
+ "nodeId": 3349897070,
+ "lat": 45.7685932,
+ "lon": 4.8373926
+ },
+ {
+ "nodeId": 3349897073,
+ "lat": 45.7686296,
+ "lon": 4.8377588
+ },
+ {
+ "nodeId": 1557538465,
+ "lat": 45.760115,
+ "lon": 4.8254611
+ },
+ {
+ "nodeId": 5821110976,
+ "lat": 45.7601436,
+ "lon": 4.8253463
+ },
+ {
+ "nodeId": 5821110978,
+ "lat": 45.7601759,
+ "lon": 4.8252363
+ },
+ {
+ "nodeId": 5821110977,
+ "lat": 45.7602152,
+ "lon": 4.8251291
+ },
+ {
+ "nodeId": 416361877,
+ "lat": 45.760254,
+ "lon": 4.8250499
+ },
+ {
+ "nodeId": 3349897035,
+ "lat": 45.7565626,
+ "lon": 4.8313538
+ },
+ {
+ "nodeId": 3349897036,
+ "lat": 45.7567446,
+ "lon": 4.8314695
+ },
+ {
+ "nodeId": 3349897037,
+ "lat": 45.7568889,
+ "lon": 4.8315793
+ },
+ {
+ "nodeId": 3349897038,
+ "lat": 45.7570373,
+ "lon": 4.8317325
+ },
+ {
+ "nodeId": 3431807653,
+ "lat": 45.7571313,
+ "lon": 4.8318656
+ },
+ {
+ "nodeId": 3349897044,
+ "lat": 45.7579392,
+ "lon": 4.834027
+ },
+ {
+ "nodeId": 3349897045,
+ "lat": 45.7580786,
+ "lon": 4.8342315
+ },
+ {
+ "nodeId": 3349897046,
+ "lat": 45.7582368,
+ "lon": 4.834384
+ },
+ {
+ "nodeId": 3349897047,
+ "lat": 45.7598875,
+ "lon": 4.8354345
+ },
+ {
+ "nodeId": 3349897048,
+ "lat": 45.7605129,
+ "lon": 4.8356509
+ },
+ {
+ "nodeId": 3349897053,
+ "lat": 45.7614774,
+ "lon": 4.8357122
+ },
+ {
+ "nodeId": 3349897060,
+ "lat": 45.7654681,
+ "lon": 4.835931
+ },
+ {
+ "nodeId": 3418403893,
+ "lat": 45.7668984,
+ "lon": 4.8360038
+ },
+ {
+ "nodeId": 3397997518,
+ "lat": 45.757356,
+ "lon": 4.8331333
+ },
+ {
+ "nodeId": 3397997522,
+ "lat": 45.7577169,
+ "lon": 4.8327313
+ },
+ {
+ "nodeId": 3397997524,
+ "lat": 45.7578513,
+ "lon": 4.8325658
+ },
+ {
+ "nodeId": 411103011,
+ "lat": 45.7579571,
+ "lon": 4.8324062
+ },
+ {
+ "nodeId": 411103010,
+ "lat": 45.7588513,
+ "lon": 4.830912
+ },
+ {
+ "nodeId": 959240080,
+ "lat": 45.7590206,
+ "lon": 4.830629
+ },
+ {
+ "nodeId": 3431807804,
+ "lat": 45.7590974,
+ "lon": 4.8305008
+ },
+ {
+ "nodeId": 3431807808,
+ "lat": 45.7592474,
+ "lon": 4.8302493
+ },
+ {
+ "nodeId": 1836991830,
+ "lat": 45.7593988,
+ "lon": 4.8299674
+ },
+ {
+ "nodeId": 3431807820,
+ "lat": 45.7595355,
+ "lon": 4.8296723
+ },
+ {
+ "nodeId": 3359874517,
+ "lat": 45.7596503,
+ "lon": 4.8293667
+ },
+ {
+ "nodeId": 3431807835,
+ "lat": 45.7597697,
+ "lon": 4.8289733
+ },
+ {
+ "nodeId": 3397997530,
+ "lat": 45.7598639,
+ "lon": 4.8285876
+ },
+ {
+ "nodeId": 1836991835,
+ "lat": 45.759929,
+ "lon": 4.8281597
+ },
+ {
+ "nodeId": 3397997533,
+ "lat": 45.7599813,
+ "lon": 4.8276689
+ },
+ {
+ "nodeId": 1836991837,
+ "lat": 45.7600337,
+ "lon": 4.8271708
+ },
+ {
+ "nodeId": 11781014685,
+ "lat": 45.7602383,
+ "lon": 4.8256242
+ },
+ {
+ "nodeId": 3397997536,
+ "lat": 45.7605069,
+ "lon": 4.8238524
+ },
+ {
+ "nodeId": 3397997538,
+ "lat": 45.7608044,
+ "lon": 4.8219615
+ },
+ {
+ "nodeId": 6658504084,
+ "lat": 45.7608354,
+ "lon": 4.8217921
+ },
+ {
+ "nodeId": 3397997540,
+ "lat": 45.7610414,
+ "lon": 4.8206657
+ },
+ {
+ "nodeId": 3397997542,
+ "lat": 45.7613218,
+ "lon": 4.8195435
+ },
+ {
+ "nodeId": 3397997544,
+ "lat": 45.7618611,
+ "lon": 4.8175119
+ },
+ {
+ "nodeId": 4070132954,
+ "lat": 45.7628228,
+ "lon": 4.8140984
+ },
+ {
+ "nodeId": 331408161,
+ "lat": 45.7649504,
+ "lon": 4.8068008
+ },
+ {
+ "nodeId": 3397997547,
+ "lat": 45.7651037,
+ "lon": 4.8063382
+ },
+ {
+ "nodeId": 331408160,
+ "lat": 45.7652158,
+ "lon": 4.806144
+ },
+ {
+ "nodeId": 3397997550,
+ "lat": 45.7653657,
+ "lon": 4.8059463
+ },
+ {
+ "nodeId": 3397997552,
+ "lat": 45.7655401,
+ "lon": 4.805796
+ },
+ {
+ "nodeId": 2179108507,
+ "lat": 45.7657199,
+ "lon": 4.8056617
+ },
+ {
+ "nodeId": 2179108509,
+ "lat": 45.765944,
+ "lon": 4.805577
+ },
+ {
+ "nodeId": 2179108529,
+ "lat": 45.7661287,
+ "lon": 4.8055407
+ },
+ {
+ "nodeId": 12067851060,
+ "lat": 45.7670781,
+ "lon": 4.8054344
+ },
+ {
+ "nodeId": 331408706,
+ "lat": 45.7674406,
+ "lon": 4.8053955
+ },
+ {
+ "nodeId": 3397997557,
+ "lat": 45.7678732,
+ "lon": 4.8053819
+ },
+ {
+ "nodeId": 3397997559,
+ "lat": 45.7682034,
+ "lon": 4.8054247
+ },
+ {
+ "nodeId": 3397997561,
+ "lat": 45.7687205,
+ "lon": 4.8055697
+ },
+ {
+ "nodeId": 3397997563,
+ "lat": 45.7689721,
+ "lon": 4.8056008
+ },
+ {
+ "nodeId": 331408705,
+ "lat": 45.7692196,
+ "lon": 4.8055946
+ },
+ {
+ "nodeId": 3397997567,
+ "lat": 45.7707958,
+ "lon": 4.8055218
+ },
+ {
+ "nodeId": 3397997569,
+ "lat": 45.7712821,
+ "lon": 4.8055083
+ },
+ {
+ "nodeId": 3397997571,
+ "lat": 45.7721209,
+ "lon": 4.8054722
+ },
+ {
+ "nodeId": 2696679475,
+ "lat": 45.7730675,
+ "lon": 4.8054339
+ },
+ {
+ "nodeId": 3397997573,
+ "lat": 45.7734529,
+ "lon": 4.8054114
+ },
+ {
+ "nodeId": 3397997577,
+ "lat": 45.7742467,
+ "lon": 4.8054623
+ },
+ {
+ "nodeId": 3397997575,
+ "lat": 45.7740129,
+ "lon": 4.8054567
+ },
+ {
+ "nodeId": 3397997579,
+ "lat": 45.77442,
+ "lon": 4.8054665
+ },
+ {
+ "nodeId": 3397997581,
+ "lat": 45.7747565,
+ "lon": 4.8054746
+ },
+ {
+ "nodeId": 331408703,
+ "lat": 45.7749272,
+ "lon": 4.8054787
+ },
+ {
+ "nodeId": 3397997585,
+ "lat": 45.7754967,
+ "lon": 4.8054925
+ },
+ {
+ "nodeId": 3397997587,
+ "lat": 45.7757098,
+ "lon": 4.8054493
+ },
+ {
+ "nodeId": 331408704,
+ "lat": 45.7759431,
+ "lon": 4.8053925
+ },
+ {
+ "nodeId": 3397997590,
+ "lat": 45.7762635,
+ "lon": 4.805222
+ },
+ {
+ "nodeId": 3397997592,
+ "lat": 45.7764467,
+ "lon": 4.8050616
+ },
+ {
+ "nodeId": 3397997594,
+ "lat": 45.7766675,
+ "lon": 4.8047907
+ },
+ {
+ "nodeId": 3397997596,
+ "lat": 45.7769219,
+ "lon": 4.8044366
+ },
+ {
+ "nodeId": 3397997598,
+ "lat": 45.7772265,
+ "lon": 4.8040043
+ },
+ {
+ "nodeId": 3397997601,
+ "lat": 45.7777578,
+ "lon": 4.8034064
+ },
+ {
+ "nodeId": 331411445,
+ "lat": 45.7775376,
+ "lon": 4.8036178
+ },
+ {
+ "nodeId": 3397997603,
+ "lat": 45.7780093,
+ "lon": 4.8032523
+ },
+ {
+ "nodeId": 331411446,
+ "lat": 45.7783847,
+ "lon": 4.8031359
+ },
+ {
+ "nodeId": 331411447,
+ "lat": 45.7787847,
+ "lon": 4.8031819
+ },
+ {
+ "nodeId": 349319278,
+ "lat": 45.7791585,
+ "lon": 4.8033169
+ },
+ {
+ "nodeId": 331411448,
+ "lat": 45.7795041,
+ "lon": 4.8035258
+ },
+ {
+ "nodeId": 3558893830,
+ "lat": 45.7828285,
+ "lon": 4.8066501
+ },
+ {
+ "nodeId": 6064821711,
+ "lat": 45.7703501,
+ "lon": 4.8631413
+ },
+ {
+ "nodeId": 5820963877,
+ "lat": 45.7702197,
+ "lon": 4.8628057
+ },
+ {
+ "nodeId": 5820963878,
+ "lat": 45.7701311,
+ "lon": 4.8625915
+ },
+ {
+ "nodeId": 5820963874,
+ "lat": 45.7700338,
+ "lon": 4.8623865
+ },
+ {
+ "nodeId": 3351626571,
+ "lat": 45.7695969,
+ "lon": 4.8615044
+ },
+ {
+ "nodeId": 371841183,
+ "lat": 45.7687313,
+ "lon": 4.8598652
+ },
+ {
+ "nodeId": 3441133329,
+ "lat": 45.7598295,
+ "lon": 4.8481433
+ },
+ {
+ "nodeId": 7937873308,
+ "lat": 45.7712496,
+ "lon": 4.8360277
+ },
+ {
+ "nodeId": 7937873309,
+ "lat": 45.7711228,
+ "lon": 4.8361352
+ },
+ {
+ "nodeId": 7937873310,
+ "lat": 45.7710463,
+ "lon": 4.8361978
+ },
+ {
+ "nodeId": 7937873311,
+ "lat": 45.7709636,
+ "lon": 4.836258
+ },
+ {
+ "nodeId": 7937873312,
+ "lat": 45.7709067,
+ "lon": 4.8362989
+ },
+ {
+ "nodeId": 3418368694,
+ "lat": 45.7675288,
+ "lon": 4.8360258
+ },
+ {
+ "nodeId": 3349897063,
+ "lat": 45.7677917,
+ "lon": 4.8360694
+ },
+ {
+ "nodeId": 3349897064,
+ "lat": 45.7679843,
+ "lon": 4.8361414
+ },
+ {
+ "nodeId": 3431807635,
+ "lat": 45.7563709,
+ "lon": 4.8342304
+ },
+ {
+ "nodeId": 411103006,
+ "lat": 45.756304,
+ "lon": 4.8343338
+ },
+ {
+ "nodeId": 3431807622,
+ "lat": 45.7561721,
+ "lon": 4.834569
+ },
+ {
+ "nodeId": 411103009,
+ "lat": 45.7560468,
+ "lon": 4.8348394
+ },
+ {
+ "nodeId": 3359874514,
+ "lat": 45.7559041,
+ "lon": 4.8352807
+ },
+ {
+ "nodeId": 3431807594,
+ "lat": 45.7558305,
+ "lon": 4.8356082
+ },
+ {
+ "nodeId": 3359874513,
+ "lat": 45.7557847,
+ "lon": 4.8359309
+ },
+ {
+ "nodeId": 3431807482,
+ "lat": 45.755758,
+ "lon": 4.8362566
+ },
+ {
+ "nodeId": 3359874511,
+ "lat": 45.755756,
+ "lon": 4.8366438
+ },
+ {
+ "nodeId": 3359874512,
+ "lat": 45.755783,
+ "lon": 4.8369382
+ },
+ {
+ "nodeId": 3397997496,
+ "lat": 45.7559371,
+ "lon": 4.8381269
+ },
+ {
+ "nodeId": 3397997500,
+ "lat": 45.7560088,
+ "lon": 4.8386738
+ },
+ {
+ "nodeId": 411103008,
+ "lat": 45.7561108,
+ "lon": 4.8393963
+ },
+ {
+ "nodeId": 3397997509,
+ "lat": 45.7561306,
+ "lon": 4.8397053
+ },
+ {
+ "nodeId": 3397997510,
+ "lat": 45.7561282,
+ "lon": 4.8399525
+ },
+ {
+ "nodeId": 3359874516,
+ "lat": 45.7561147,
+ "lon": 4.8402112
+ },
+ {
+ "nodeId": 3397997508,
+ "lat": 45.7560764,
+ "lon": 4.8405342
+ },
+ {
+ "nodeId": 411103007,
+ "lat": 45.7560247,
+ "lon": 4.8408022
+ },
+ {
+ "nodeId": 3397997501,
+ "lat": 45.755962,
+ "lon": 4.8410658
+ },
+ {
+ "nodeId": 3397997495,
+ "lat": 45.7558796,
+ "lon": 4.8413292
+ },
+ {
+ "nodeId": 3359874515,
+ "lat": 45.7558235,
+ "lon": 4.8414893
+ },
+ {
+ "nodeId": 3440501117,
+ "lat": 45.7555071,
+ "lon": 4.8424027
+ },
+ {
+ "nodeId": 3349897057,
+ "lat": 45.7639316,
+ "lon": 4.9098267
+ },
+ {
+ "nodeId": 3349897056,
+ "lat": 45.7632148,
+ "lon": 4.9133775
+ },
+ {
+ "nodeId": 3349897055,
+ "lat": 45.7628628,
+ "lon": 4.9147597
+ },
+ {
+ "nodeId": 3349897054,
+ "lat": 45.7624631,
+ "lon": 4.9160061
+ },
+ {
+ "nodeId": 4140881231,
+ "lat": 45.7616959,
+ "lon": 4.9180849
+ },
+ {
+ "nodeId": 3349897051,
+ "lat": 45.761014,
+ "lon": 4.9199215
+ },
+ {
+ "nodeId": 7892577240,
+ "lat": 45.7609285,
+ "lon": 4.9201908
+ },
+ {
+ "nodeId": 3349897050,
+ "lat": 45.7609162,
+ "lon": 4.9202433
+ },
+ {
+ "nodeId": 7892577233,
+ "lat": 45.7609047,
+ "lon": 4.920337
+ },
+ {
+ "nodeId": 7892577234,
+ "lat": 45.7608995,
+ "lon": 4.9204243
+ },
+ {
+ "nodeId": 7892577235,
+ "lat": 45.7609005,
+ "lon": 4.9204822
+ },
+ {
+ "nodeId": 3349897049,
+ "lat": 45.7609033,
+ "lon": 4.9205447
+ },
+ {
+ "nodeId": 7892577236,
+ "lat": 45.7609134,
+ "lon": 4.9206085
+ },
+ {
+ "nodeId": 10743009129,
+ "lat": 45.760984,
+ "lon": 4.9208892
+ },
+ {
+ "nodeId": 3349897052,
+ "lat": 45.7610391,
+ "lon": 4.9211083
+ },
+ {
+ "nodeId": 3349897075,
+ "lat": 45.768672,
+ "lon": 4.8429224
+ },
+ {
+ "nodeId": 3349897077,
+ "lat": 45.7687274,
+ "lon": 4.8440216
+ },
+ {
+ "nodeId": 3349897078,
+ "lat": 45.7688796,
+ "lon": 4.8455712
+ },
+ {
+ "nodeId": 3349897083,
+ "lat": 45.7701208,
+ "lon": 4.8585363
+ },
+ {
+ "nodeId": 3349897084,
+ "lat": 45.7703047,
+ "lon": 4.8603795
+ },
+ {
+ "nodeId": 3349897085,
+ "lat": 45.7703297,
+ "lon": 4.8611637
+ },
+ {
+ "nodeId": 5820963855,
+ "lat": 45.770588,
+ "lon": 4.864173
+ },
+ {
+ "nodeId": 3349897086,
+ "lat": 45.7707452,
+ "lon": 4.8656609
+ },
+ {
+ "nodeId": 3349897089,
+ "lat": 45.7708958,
+ "lon": 4.8670432
+ },
+ {
+ "nodeId": 3349897091,
+ "lat": 45.7710229,
+ "lon": 4.868247
+ },
+ {
+ "nodeId": 3349897093,
+ "lat": 45.7710533,
+ "lon": 4.8687894
+ },
+ {
+ "nodeId": 3349897094,
+ "lat": 45.771072,
+ "lon": 4.8699462
+ },
+ {
+ "nodeId": 3349897092,
+ "lat": 45.7710399,
+ "lon": 4.8708669
+ },
+ {
+ "nodeId": 3349897090,
+ "lat": 45.7709406,
+ "lon": 4.8718962
+ },
+ {
+ "nodeId": 3349897087,
+ "lat": 45.7707924,
+ "lon": 4.8728504
+ },
+ {
+ "nodeId": 3349897082,
+ "lat": 45.7693072,
+ "lon": 4.8809409
+ },
+ {
+ "nodeId": 3349897068,
+ "lat": 45.7684118,
+ "lon": 4.8857906
+ },
+ {
+ "nodeId": 12055379990,
+ "lat": 45.7680588,
+ "lon": 4.8877159
+ },
+ {
+ "nodeId": 3349897062,
+ "lat": 45.7672571,
+ "lon": 4.8920446
+ },
+ {
+ "nodeId": 3349897061,
+ "lat": 45.7667527,
+ "lon": 4.8947805
+ },
+ {
+ "nodeId": 6467933844,
+ "lat": 45.7661945,
+ "lon": 4.8978333
+ },
+ {
+ "nodeId": 2623015255,
+ "lat": 45.7656229,
+ "lon": 4.9009568
+ },
+ {
+ "nodeId": 9594219420,
+ "lat": 45.7656142,
+ "lon": 4.9010028
+ },
+ {
+ "nodeId": 2069187826,
+ "lat": 45.7685919,
+ "lon": 4.8596897
+ },
+ {
+ "nodeId": 371841176,
+ "lat": 45.7684847,
+ "lon": 4.8595118
+ },
+ {
+ "nodeId": 2069187820,
+ "lat": 45.7683859,
+ "lon": 4.8593762
+ },
+ {
+ "nodeId": 371841172,
+ "lat": 45.76813,
+ "lon": 4.8592424
+ },
+ {
+ "nodeId": 3351626566,
+ "lat": 45.7657927,
+ "lon": 4.8595686
+ },
+ {
+ "nodeId": 3441133521,
+ "lat": 45.7646741,
+ "lon": 4.8596147
+ },
+ {
+ "nodeId": 639609418,
+ "lat": 45.7635704,
+ "lon": 4.8596354
+ },
+ {
+ "nodeId": 2069187764,
+ "lat": 45.7630959,
+ "lon": 4.8596233
+ },
+ {
+ "nodeId": 371841152,
+ "lat": 45.7627983,
+ "lon": 4.8595867
+ },
+ {
+ "nodeId": 2069187760,
+ "lat": 45.7625704,
+ "lon": 4.8595075
+ },
+ {
+ "nodeId": 371841158,
+ "lat": 45.7623528,
+ "lon": 4.8593738
+ },
+ {
+ "nodeId": 2069187757,
+ "lat": 45.762131,
+ "lon": 4.8591576
+ },
+ {
+ "nodeId": 371841167,
+ "lat": 45.7619291,
+ "lon": 4.8588653
+ },
+ {
+ "nodeId": 2069187755,
+ "lat": 45.7618033,
+ "lon": 4.8585814
+ },
+ {
+ "nodeId": 371841162,
+ "lat": 45.7616962,
+ "lon": 4.8582011
+ },
+ {
+ "nodeId": 3441133498,
+ "lat": 45.7616827,
+ "lon": 4.8581174
+ },
+ {
+ "nodeId": 3441133493,
+ "lat": 45.7616361,
+ "lon": 4.8578248
+ },
+ {
+ "nodeId": 3441133376,
+ "lat": 45.7614914,
+ "lon": 4.8561315
+ },
+ {
+ "nodeId": 9836442256,
+ "lat": 45.7614608,
+ "lon": 4.8557821
+ },
+ {
+ "nodeId": 3441133370,
+ "lat": 45.7611977,
+ "lon": 4.8527831
+ },
+ {
+ "nodeId": 3441133366,
+ "lat": 45.7610954,
+ "lon": 4.8516299
+ },
+ {
+ "nodeId": 3441133358,
+ "lat": 45.7610096,
+ "lon": 4.8510982
+ },
+ {
+ "nodeId": 3441133353,
+ "lat": 45.7608412,
+ "lon": 4.850281
+ },
+ {
+ "nodeId": 3441133350,
+ "lat": 45.7607464,
+ "lon": 4.8498756
+ },
+ {
+ "nodeId": 371841199,
+ "lat": 45.7606334,
+ "lon": 4.8494802
+ },
+ {
+ "nodeId": 371841205,
+ "lat": 45.7604633,
+ "lon": 4.8490624
+ },
+ {
+ "nodeId": 3441133338,
+ "lat": 45.7602687,
+ "lon": 4.848719
+ },
+ {
+ "nodeId": 3440741473,
+ "lat": 45.7599308,
+ "lon": 4.8482624
+ },
+ {
+ "nodeId": 7937874638,
+ "lat": 45.7690321,
+ "lon": 4.8358921
+ },
+ {
+ "nodeId": 7937874639,
+ "lat": 45.7689358,
+ "lon": 4.835908
+ },
+ {
+ "nodeId": 1978195279,
+ "lat": 45.758609,
+ "lon": 4.8212804
+ },
+ {
+ "nodeId": 1836991832,
+ "lat": 45.7597215,
+ "lon": 4.825032
+ },
+ {
+ "nodeId": 1973742235,
+ "lat": 45.759283,
+ "lon": 4.8235559
+ },
+ {
+ "nodeId": 47774559,
+ "lat": 45.7592719,
+ "lon": 4.8235176
+ },
+ {
+ "nodeId": 1973742226,
+ "lat": 45.7589251,
+ "lon": 4.8223194
+ },
+ {
+ "nodeId": 1836991827,
+ "lat": 45.7587419,
+ "lon": 4.8216854
+ },
+ {
+ "nodeId": 13534391133,
+ "lat": 45.7611503,
+ "lon": 4.8235489
+ },
+ {
+ "nodeId": 13534391134,
+ "lat": 45.7611695,
+ "lon": 4.8235055
+ },
+ {
+ "nodeId": 13534391137,
+ "lat": 45.7611963,
+ "lon": 4.823458
+ },
+ {
+ "nodeId": 13534391132,
+ "lat": 45.7612259,
+ "lon": 4.8234207
+ },
+ {
+ "nodeId": 1142015597,
+ "lat": 45.7831373,
+ "lon": 4.8298597
+ },
+ {
+ "nodeId": 1434432855,
+ "lat": 45.7833835,
+ "lon": 4.8302048
+ },
+ {
+ "nodeId": 1142015658,
+ "lat": 45.7836169,
+ "lon": 4.8305233
+ },
+ {
+ "nodeId": 3440627235,
+ "lat": 45.7540096,
+ "lon": 4.8467412
+ },
+ {
+ "nodeId": 3440627188,
+ "lat": 45.7535222,
+ "lon": 4.8481695
+ },
+ {
+ "nodeId": 3440501095,
+ "lat": 45.7551762,
+ "lon": 4.8433451
+ },
+ {
+ "nodeId": 7937874589,
+ "lat": 45.7745283,
+ "lon": 4.8316279
+ },
+ {
+ "nodeId": 7937874588,
+ "lat": 45.7745922,
+ "lon": 4.8321862
+ },
+ {
+ "nodeId": 10896905421,
+ "lat": 45.7745986,
+ "lon": 4.8323417
+ },
+ {
+ "nodeId": 7937874587,
+ "lat": 45.7745879,
+ "lon": 4.8324956
+ },
+ {
+ "nodeId": 7937874586,
+ "lat": 45.7745603,
+ "lon": 4.8326566
+ },
+ {
+ "nodeId": 7937874585,
+ "lat": 45.7745169,
+ "lon": 4.8328137
+ },
+ {
+ "nodeId": 7937873384,
+ "lat": 45.7744693,
+ "lon": 4.832926
+ },
+ {
+ "nodeId": 7937873383,
+ "lat": 45.7744126,
+ "lon": 4.8330313
+ },
+ {
+ "nodeId": 7937873382,
+ "lat": 45.7743416,
+ "lon": 4.8331374
+ },
+ {
+ "nodeId": 7937873381,
+ "lat": 45.7742902,
+ "lon": 4.8332002
+ },
+ {
+ "nodeId": 7937873380,
+ "lat": 45.7742218,
+ "lon": 4.8332709
+ },
+ {
+ "nodeId": 10896827871,
+ "lat": 45.7741231,
+ "lon": 4.8333432
+ },
+ {
+ "nodeId": 7937873379,
+ "lat": 45.7740355,
+ "lon": 4.8334053
+ },
+ {
+ "nodeId": 7937873378,
+ "lat": 45.7734815,
+ "lon": 4.8339377
+ },
+ {
+ "nodeId": 7937873377,
+ "lat": 45.77311,
+ "lon": 4.8342775
+ },
+ {
+ "nodeId": 7937873376,
+ "lat": 45.7723768,
+ "lon": 4.8349676
+ },
+ {
+ "nodeId": 7937873375,
+ "lat": 45.7715609,
+ "lon": 4.8357374
+ },
+ {
+ "nodeId": 12063454081,
+ "lat": 45.7713645,
+ "lon": 4.8358961
+ },
+ {
+ "nodeId": 7937873307,
+ "lat": 45.7712999,
+ "lon": 4.8359731
+ },
+ {
+ "nodeId": 7937874643,
+ "lat": 45.7686467,
+ "lon": 4.8359176
+ },
+ {
+ "nodeId": 7937874644,
+ "lat": 45.7687782,
+ "lon": 4.8358894
+ },
+ {
+ "nodeId": 411103005,
+ "lat": 45.7565308,
+ "lon": 4.8340297
+ },
+ {
+ "nodeId": 3431807639,
+ "lat": 45.7564105,
+ "lon": 4.8341691
+ },
+ {
+ "nodeId": 192064333,
+ "lat": 45.7804245,
+ "lon": 4.8273952
+ },
+ {
+ "nodeId": 7937874622,
+ "lat": 45.7801261,
+ "lon": 4.8274151
+ },
+ {
+ "nodeId": 192064341,
+ "lat": 45.7806603,
+ "lon": 4.827407
+ },
+ {
+ "nodeId": 4426802334,
+ "lat": 45.7808816,
+ "lon": 4.8274915
+ },
+ {
+ "nodeId": 192064348,
+ "lat": 45.7810444,
+ "lon": 4.827572
+ },
+ {
+ "nodeId": 10896827867,
+ "lat": 45.7812086,
+ "lon": 4.8276794
+ },
+ {
+ "nodeId": 4426802335,
+ "lat": 45.7814588,
+ "lon": 4.8278564
+ },
+ {
+ "nodeId": 4426802336,
+ "lat": 45.7816883,
+ "lon": 4.8280195
+ },
+ {
+ "nodeId": 192064355,
+ "lat": 45.7818402,
+ "lon": 4.8281494
+ },
+ {
+ "nodeId": 25321358,
+ "lat": 45.7460031,
+ "lon": 4.869945
+ },
+ {
+ "nodeId": 3362093610,
+ "lat": 45.7431146,
+ "lon": 4.8783616
+ },
+ {
+ "nodeId": 3362093608,
+ "lat": 45.7430797,
+ "lon": 4.8784946
+ },
+ {
+ "nodeId": 3362093607,
+ "lat": 45.7430749,
+ "lon": 4.8786537
+ },
+ {
+ "nodeId": 3362093605,
+ "lat": 45.7429197,
+ "lon": 4.8791067
+ },
+ {
+ "nodeId": 3362093603,
+ "lat": 45.7428247,
+ "lon": 4.8792477
+ },
+ {
+ "nodeId": 3362093600,
+ "lat": 45.7427619,
+ "lon": 4.8793658
+ },
+ {
+ "nodeId": 1833590139,
+ "lat": 45.7425424,
+ "lon": 4.8799498
+ },
+ {
+ "nodeId": 1833590138,
+ "lat": 45.7423077,
+ "lon": 4.8809995
+ },
+ {
+ "nodeId": 1833590137,
+ "lat": 45.7420369,
+ "lon": 4.8826687
+ },
+ {
+ "nodeId": 1833590136,
+ "lat": 45.741706,
+ "lon": 4.8835242
+ },
+ {
+ "nodeId": 1833590135,
+ "lat": 45.7413798,
+ "lon": 4.8840865
+ },
+ {
+ "nodeId": 1833590134,
+ "lat": 45.7410396,
+ "lon": 4.8844725
+ },
+ {
+ "nodeId": 1833590133,
+ "lat": 45.740317,
+ "lon": 4.884987
+ },
+ {
+ "nodeId": 1833590132,
+ "lat": 45.7399073,
+ "lon": 4.8852283
+ },
+ {
+ "nodeId": 1833590131,
+ "lat": 45.7394654,
+ "lon": 4.88553
+ },
+ {
+ "nodeId": 1833590130,
+ "lat": 45.7369103,
+ "lon": 4.887992
+ },
+ {
+ "nodeId": 1833590129,
+ "lat": 45.7363723,
+ "lon": 4.8886331
+ },
+ {
+ "nodeId": 1833590128,
+ "lat": 45.736016,
+ "lon": 4.889063
+ },
+ {
+ "nodeId": 1833590127,
+ "lat": 45.735677,
+ "lon": 4.8893439
+ },
+ {
+ "nodeId": 1833590126,
+ "lat": 45.7352816,
+ "lon": 4.8894988
+ },
+ {
+ "nodeId": 8795490658,
+ "lat": 45.7349939,
+ "lon": 4.8895172
+ },
+ {
+ "nodeId": 1833590125,
+ "lat": 45.7347614,
+ "lon": 4.8895321
+ },
+ {
+ "nodeId": 1833590124,
+ "lat": 45.7343948,
+ "lon": 4.8894319
+ },
+ {
+ "nodeId": 1833590123,
+ "lat": 45.7330695,
+ "lon": 4.8887631
+ },
+ {
+ "nodeId": 1833590122,
+ "lat": 45.7317412,
+ "lon": 4.888158
+ },
+ {
+ "nodeId": 1833590121,
+ "lat": 45.7312621,
+ "lon": 4.887845
+ },
+ {
+ "nodeId": 8138138059,
+ "lat": 45.7311704,
+ "lon": 4.887778
+ },
+ {
+ "nodeId": 8088361723,
+ "lat": 45.7310175,
+ "lon": 4.8876663
+ },
+ {
+ "nodeId": 1833590120,
+ "lat": 45.7309685,
+ "lon": 4.8876305
+ },
+ {
+ "nodeId": 8088361754,
+ "lat": 45.7308332,
+ "lon": 4.887522
+ },
+ {
+ "nodeId": 8088361760,
+ "lat": 45.730813,
+ "lon": 4.8875057
+ },
+ {
+ "nodeId": 3362091577,
+ "lat": 45.7304207,
+ "lon": 4.8871912
+ },
+ {
+ "nodeId": 1833590119,
+ "lat": 45.7301982,
+ "lon": 4.8869986
+ },
+ {
+ "nodeId": 1833590117,
+ "lat": 45.7295548,
+ "lon": 4.8867227
+ },
+ {
+ "nodeId": 1833590118,
+ "lat": 45.7298349,
+ "lon": 4.8868027
+ },
+ {
+ "nodeId": 1833590116,
+ "lat": 45.7290635,
+ "lon": 4.8867309
+ },
+ {
+ "nodeId": 1833590115,
+ "lat": 45.7233352,
+ "lon": 4.8872585
+ },
+ {
+ "nodeId": 1833590114,
+ "lat": 45.7230171,
+ "lon": 4.8872114
+ },
+ {
+ "nodeId": 1833590113,
+ "lat": 45.7226731,
+ "lon": 4.8870483
+ },
+ {
+ "nodeId": 1833590112,
+ "lat": 45.7223698,
+ "lon": 4.886921
+ },
+ {
+ "nodeId": 1833590111,
+ "lat": 45.7220192,
+ "lon": 4.8867999
+ },
+ {
+ "nodeId": 1833590110,
+ "lat": 45.7216569,
+ "lon": 4.8867767
+ },
+ {
+ "nodeId": 1833590109,
+ "lat": 45.7213332,
+ "lon": 4.8868067
+ },
+ {
+ "nodeId": 1833590108,
+ "lat": 45.7209615,
+ "lon": 4.8869362
+ },
+ {
+ "nodeId": 1833590107,
+ "lat": 45.7190116,
+ "lon": 4.887781
+ },
+ {
+ "nodeId": 371237734,
+ "lat": 45.7185382,
+ "lon": 4.8878383
+ },
+ {
+ "nodeId": 1835762399,
+ "lat": 45.7173658,
+ "lon": 4.8879072
+ },
+ {
+ "nodeId": 371237731,
+ "lat": 45.7151819,
+ "lon": 4.888088
+ },
+ {
+ "nodeId": 371237162,
+ "lat": 45.7137034,
+ "lon": 4.8881843
+ },
+ {
+ "nodeId": 371237163,
+ "lat": 45.7121813,
+ "lon": 4.8880867
+ },
+ {
+ "nodeId": 371237161,
+ "lat": 45.7109377,
+ "lon": 4.8878087
+ },
+ {
+ "nodeId": 371237159,
+ "lat": 45.7086027,
+ "lon": 4.887241
+ },
+ {
+ "nodeId": 371237158,
+ "lat": 45.7081869,
+ "lon": 4.8873005
+ },
+ {
+ "nodeId": 371237160,
+ "lat": 45.7073649,
+ "lon": 4.8877215
+ },
+ {
+ "nodeId": 371237154,
+ "lat": 45.7067742,
+ "lon": 4.8879541
+ },
+ {
+ "nodeId": 371532885,
+ "lat": 45.7062932,
+ "lon": 4.8880143
+ },
+ {
+ "nodeId": 371532957,
+ "lat": 45.703602,
+ "lon": 4.888006
+ },
+ {
+ "nodeId": 1836991824,
+ "lat": 45.7585476,
+ "lon": 4.8210346
+ },
+ {
+ "nodeId": 10922335331,
+ "lat": 45.7585792,
+ "lon": 4.8211775
+ },
+ {
+ "nodeId": 416361876,
+ "lat": 45.7598948,
+ "lon": 4.825623
+ },
+ {
+ "nodeId": 416361875,
+ "lat": 45.7598545,
+ "lon": 4.8254819
+ },
+ {
+ "nodeId": 1434261013,
+ "lat": 45.782848,
+ "lon": 4.8294552
+ },
+ {
+ "nodeId": 1434258952,
+ "lat": 45.7829966,
+ "lon": 4.8296639
+ },
+ {
+ "nodeId": 7937873313,
+ "lat": 45.7708525,
+ "lon": 4.8363314
+ },
+ {
+ "nodeId": 7937874625,
+ "lat": 45.7707837,
+ "lon": 4.8363663
+ },
+ {
+ "nodeId": 7937874626,
+ "lat": 45.7706603,
+ "lon": 4.8363805
+ },
+ {
+ "nodeId": 7937874627,
+ "lat": 45.7705442,
+ "lon": 4.8363929
+ },
+ {
+ "nodeId": 7937874628,
+ "lat": 45.7704467,
+ "lon": 4.8363663
+ },
+ {
+ "nodeId": 7937874630,
+ "lat": 45.7703912,
+ "lon": 4.836338
+ },
+ {
+ "nodeId": 7937874631,
+ "lat": 45.7700838,
+ "lon": 4.8361186
+ },
+ {
+ "nodeId": 7937874633,
+ "lat": 45.7697394,
+ "lon": 4.8359097
+ },
+ {
+ "nodeId": 7937874632,
+ "lat": 45.7698505,
+ "lon": 4.8359681
+ },
+ {
+ "nodeId": 7937874634,
+ "lat": 45.7696431,
+ "lon": 4.8358708
+ },
+ {
+ "nodeId": 7937874635,
+ "lat": 45.7695111,
+ "lon": 4.8358301
+ },
+ {
+ "nodeId": 7937874636,
+ "lat": 45.7693926,
+ "lon": 4.8358337
+ },
+ {
+ "nodeId": 7937874637,
+ "lat": 45.7691988,
+ "lon": 4.835869
+ },
+ {
+ "nodeId": 3349897024,
+ "lat": 45.7500223,
+ "lon": 4.8271528
+ },
+ {
+ "nodeId": 3349897025,
+ "lat": 45.7503284,
+ "lon": 4.8274156
+ },
+ {
+ "nodeId": 3349897028,
+ "lat": 45.7518562,
+ "lon": 4.828404
+ },
+ {
+ "nodeId": 3349897026,
+ "lat": 45.7506492,
+ "lon": 4.8276466
+ },
+ {
+ "nodeId": 1434432807,
+ "lat": 45.7819328,
+ "lon": 4.8282354
+ },
+ {
+ "nodeId": 3349897030,
+ "lat": 45.752449,
+ "lon": 4.8287888
+ },
+ {
+ "nodeId": 638837977,
+ "lat": 45.7820108,
+ "lon": 4.8283112
+ },
+ {
+ "nodeId": 1434432837,
+ "lat": 45.782093,
+ "lon": 4.8284078
+ },
+ {
+ "nodeId": 1434432839,
+ "lat": 45.7821876,
+ "lon": 4.8285327
+ },
+ {
+ "nodeId": 1434432841,
+ "lat": 45.7823341,
+ "lon": 4.8287301
+ },
+ {
+ "nodeId": 475571014,
+ "lat": 45.7826005,
+ "lon": 4.8291145
+ },
+ {
+ "nodeId": 10925160395,
+ "lat": 45.7586637,
+ "lon": 4.8214769
+ },
+ {
+ "nodeId": 1978195281,
+ "lat": 45.7586791,
+ "lon": 4.8215292
+ },
+ {
+ "nodeId": 12238518819,
+ "lat": 45.7583278,
+ "lon": 4.8202916
+ },
+ {
+ "nodeId": 12238482388,
+ "lat": 45.7578878,
+ "lon": 4.8188042
+ },
+ {
+ "nodeId": 11169406936,
+ "lat": 45.7572835,
+ "lon": 4.8167614
+ },
+ {
+ "nodeId": 12506959803,
+ "lat": 45.7553221,
+ "lon": 4.8429333
+ },
+ {
+ "nodeId": 7937874621,
+ "lat": 45.7799711,
+ "lon": 4.8275013
+ },
+ {
+ "nodeId": 10896827868,
+ "lat": 45.7798153,
+ "lon": 4.8275099
+ },
+ {
+ "nodeId": 7937874611,
+ "lat": 45.7792051,
+ "lon": 4.8275611
+ },
+ {
+ "nodeId": 7937874610,
+ "lat": 45.7790676,
+ "lon": 4.8275767
+ },
+ {
+ "nodeId": 7937874609,
+ "lat": 45.778829,
+ "lon": 4.8276406
+ },
+ {
+ "nodeId": 7937874608,
+ "lat": 45.7786089,
+ "lon": 4.8277691
+ },
+ {
+ "nodeId": 7937874607,
+ "lat": 45.7783633,
+ "lon": 4.827945
+ },
+ {
+ "nodeId": 7937874606,
+ "lat": 45.7778428,
+ "lon": 4.8283591
+ },
+ {
+ "nodeId": 7937874605,
+ "lat": 45.7774484,
+ "lon": 4.8286449
+ },
+ {
+ "nodeId": 7937874604,
+ "lat": 45.7766932,
+ "lon": 4.8292153
+ },
+ {
+ "nodeId": 7937874603,
+ "lat": 45.7763976,
+ "lon": 4.8294359
+ },
+ {
+ "nodeId": 7937874602,
+ "lat": 45.7759197,
+ "lon": 4.8297778
+ },
+ {
+ "nodeId": 7937874601,
+ "lat": 45.7756693,
+ "lon": 4.8299581
+ },
+ {
+ "nodeId": 10879656104,
+ "lat": 45.7755331,
+ "lon": 4.830035
+ },
+ {
+ "nodeId": 7937874600,
+ "lat": 45.7754119,
+ "lon": 4.8300849
+ },
+ {
+ "nodeId": 7937874599,
+ "lat": 45.7753052,
+ "lon": 4.8301284
+ },
+ {
+ "nodeId": 10879661605,
+ "lat": 45.7751676,
+ "lon": 4.8301781
+ },
+ {
+ "nodeId": 7937874598,
+ "lat": 45.7750541,
+ "lon": 4.8302185
+ },
+ {
+ "nodeId": 7937874597,
+ "lat": 45.7750115,
+ "lon": 4.8302358
+ },
+ {
+ "nodeId": 10879661606,
+ "lat": 45.7748914,
+ "lon": 4.8303016
+ },
+ {
+ "nodeId": 7937874596,
+ "lat": 45.7748044,
+ "lon": 4.8303741
+ },
+ {
+ "nodeId": 10879661607,
+ "lat": 45.7747199,
+ "lon": 4.8304697
+ },
+ {
+ "nodeId": 7937874595,
+ "lat": 45.7746414,
+ "lon": 4.8305922
+ },
+ {
+ "nodeId": 7937874594,
+ "lat": 45.7745791,
+ "lon": 4.8307329
+ },
+ {
+ "nodeId": 7937874593,
+ "lat": 45.7745323,
+ "lon": 4.8308768
+ },
+ {
+ "nodeId": 7937874592,
+ "lat": 45.7745047,
+ "lon": 4.8310222
+ },
+ {
+ "nodeId": 10896827869,
+ "lat": 45.7744919,
+ "lon": 4.8312039
+ },
+ {
+ "nodeId": 7937874623,
+ "lat": 45.7744996,
+ "lon": 4.8313667
+ },
+ {
+ "nodeId": 7937874591,
+ "lat": 45.7745156,
+ "lon": 4.8315136
+ },
+ {
+ "nodeId": 416361878,
+ "lat": 45.7600885,
+ "lon": 4.8255993
+ },
+
+ {
+ "nodeId": 2039895957,
+ "name": "Halle Tony Garnier",
+ "lat": 45.7317251,
+ "lon": 4.8228408
+ },
+ {
+ "nodeId": 2039898763,
+ "name": "Musée des Confluences",
+ "lat": 45.7336611,
+ "lon": 4.8189123
+ },
+ {
+ "nodeId": 2571357514,
+ "name": "ENS Lyon",
+ "lat": 45.7314628,
+ "lon": 4.8288348
+ },
+ {
+ "nodeId": 2039897264,
+ "name": "Debourg",
+ "lat": 45.7311865,
+ "lon": 4.8346207
+ },
+ {
+ "nodeId": 33064208,
+ "name": "Place des Archives",
+ "lat": 45.7470663,
+ "lon": 4.8245818
+ },
+ {
+ "nodeId": 16050263,
+ "name": "Guillotière",
+ "lat": 45.7549452,
+ "lon": 4.8425387
+ },
+ {
+ "nodeId": 29163411,
+ "name": "Gare Part-Dieu - Vivier Merle",
+ "lat": 45.7616011,
+ "lon": 4.8579173
+ },
+ {
+ "nodeId": 16050412,
+ "name": "IUT - Feyssine",
+ "lat": 45.7869337,
+ "lon": 4.8819277
+ },
+ {
+ "nodeId": 33023099,
+ "name": "Croix-Luizet",
+ "lat": 45.7836714,
+ "lon": 4.8832536
+ },
+ {
+ "nodeId": 33064207,
+ "name": "Quai Claude Bernard",
+ "lat": 45.7496772,
+ "lon": 4.8353169
+ },
+ {
+ "nodeId": 2336249399,
+ "name": "Perrache",
+ "lat": 45.7495322,
+ "lon": 4.8270476
+ },
+ {
+ "nodeId": 16050297,
+ "name": "Collège Bellecombe",
+ "lat": 45.7666845,
+ "lon": 4.861941
+ },
+ {
+ "nodeId": 33062707,
+ "name": "Saxe-Préfecture",
+ "lat": 45.7601118,
+ "lon": 4.8452808
+ },
+ {
+ "nodeId": 47997320,
+ "name": "Jean Macé",
+ "lat": 45.7451296,
+ "lon": 4.8422859
+ },
+ {
+ "nodeId": 2441935805,
+ "name": "Thiers - Lafayette",
+ "lat": 45.7643156,
+ "lon": 4.8620519
+ },
+ {
+ "nodeId": 33064206,
+ "name": "Saint-André",
+ "lat": 45.7528829,
+ "lon": 4.8410584
+ },
+ {
+ "nodeId": 33065417,
+ "name": "Jean XXIII - Maryse Bastié",
+ "lat": 45.740229,
+ "lon": 4.8745674
+ },
+ {
+ "nodeId": 16050231,
+ "name": "Hôtel de Région Montrochet",
+ "lat": 45.7405673,
+ "lon": 4.8190408
+ },
+ {
+ "nodeId": 33065252,
+ "name": "Villon",
+ "lat": 45.7384034,
+ "lon": 4.8633209
+ },
+ {
+ "nodeId": 3070792203,
+ "name": "Rue de l'Université",
+ "lat": 45.7511473,
+ "lon": 4.8389606
+ },
+ {
+ "nodeId": 32973979,
+ "name": "La Doua - Gaston Berger",
+ "lat": 45.7814923,
+ "lon": 4.8721478
+ },
+ {
+ "nodeId": 33062372,
+ "name": "Part-Dieu - Auditorium",
+ "lat": 45.7606742,
+ "lon": 4.8538132
+ },
+ {
+ "nodeId": 16050304,
+ "name": "Charpennes - Charles Hernu",
+ "lat": 45.7709503,
+ "lon": 4.863054
+ },
+ {
+ "nodeId": 16050345,
+ "name": "Condorcet",
+ "lat": 45.7779464,
+ "lon": 4.8669658
+ },
+ {
+ "nodeId": 33062708,
+ "name": "Liberté",
+ "lat": 45.758858,
+ "lon": 4.8424556
+ },
+ {
+ "nodeId": 8788279114,
+ "name": "Sainte-Blandine",
+ "lat": 45.744203,
+ "lon": 4.8221408
+ },
+ {
+ "nodeId": 33062368,
+ "name": "Le Tonkin",
+ "lat": 45.7740693,
+ "lon": 4.8640433
+ },
+ {
+ "nodeId": 33065114,
+ "name": "Route de Vienne",
+ "lat": 45.7421032,
+ "lon": 4.8517674
+ },
+ {
+ "nodeId": 32973980,
+ "name": "INSA - Einstein",
+ "lat": 45.7824397,
+ "lon": 4.8776632
+ },
+ {
+ "nodeId": 33062706,
+ "name": "Palais de Justice - Mairie du 3e",
+ "lat": 45.7603239,
+ "lon": 4.8483963
+ },
+ {
+ "nodeId": 33065510,
+ "name": "Grange Blanche",
+ "lat": 45.7424421,
+ "lon": 4.8795885
+ },
+ {
+ "nodeId": 33062367,
+ "name": "Université Lyon 1",
+ "lat": 45.7808653,
+ "lon": 4.8663444
+ },
+ {
+ "nodeId": 47996326,
+ "name": "Centre Berthelot - Sciences Po Lyon",
+ "lat": 45.74703,
+ "lon": 4.8363374
+ },
+ {
+ "nodeId": 16050515,
+ "name": "Ambroise Paré",
+ "lat": 45.7414928,
+ "lon": 4.8839712
+ },
+ {
+ "nodeId": 16050554,
+ "name": "Essarts-Iris",
+ "lat": 45.7371987,
+ "lon": 4.8981907
+ },
+ {
+ "nodeId": 25719230,
+ "name": "Jet d'eau - Mendès France",
+ "lat": 45.7398554,
+ "lon": 4.8587789
+ },
+ {
+ "nodeId": 16050570,
+ "name": "Les Alizés",
+ "lat": 45.7315216,
+ "lon": 4.9147395
+ },
+ {
+ "nodeId": 16050592,
+ "name": "Rebufer",
+ "lat": 45.7275325,
+ "lon": 4.91564
+ },
+ {
+ "nodeId": 16050441,
+ "name": "Garibaldi Berthelot",
+ "lat": 45.7436641,
+ "lon": 4.8468802
+ },
+ {
+ "nodeId": 302027091,
+ "name": "Parilly - Université - Hippodrome",
+ "lat": 45.7221009,
+ "lon": 4.9152145
+ },
+ {
+ "nodeId": 16050631,
+ "name": "Europe Université",
+ "lat": 45.719607,
+ "lon": 4.9181638
+ },
+ {
+ "nodeId": 33065416,
+ "name": "Bachut - Mairie du 8e",
+ "lat": 45.7368196,
+ "lon": 4.8682643
+ },
+ {
+ "nodeId": 1979249643,
+ "name": "Parc Technologique",
+ "lat": 45.7143617,
+ "lon": 4.9312446
+ },
+ {
+ "nodeId": 16050561,
+ "name": "Boutasse - Camille Rousset",
+ "lat": 45.7349162,
+ "lon": 4.9044755
+ },
+ {
+ "nodeId": 1979249644,
+ "name": "Porte des Alpes",
+ "lat": 45.7183634,
+ "lon": 4.9257923
+ },
+ {
+ "nodeId": 16050568,
+ "name": "Hôtel de Ville - Bron",
+ "lat": 45.7333853,
+ "lon": 4.909094
+ },
+ {
+ "nodeId": 16050542,
+ "name": "Desgenettes",
+ "lat": 45.7388311,
+ "lon": 4.89323
+ },
+ {
+ "nodeId": 16050710,
+ "name": "Saint-Priest - Bel Air",
+ "lat": 45.6926405,
+ "lon": 4.9558368
+ },
+ {
+ "nodeId": 304321454,
+ "name": "Hauts de Feuilly",
+ "lat": 45.7081123,
+ "lon": 4.9375534
+ },
+ {
+ "nodeId": 306508867,
+ "name": "Salvador Allende",
+ "lat": 45.7034262,
+ "lon": 4.9348871
+ },
+ {
+ "nodeId": 339862782,
+ "name": "Saint-Priest - Jules Ferry",
+ "lat": 45.6947312,
+ "lon": 4.9468721
+ },
+ {
+ "nodeId": 339861071,
+ "name": "Saint-Priest - Hôtel de Ville",
+ "lat": 45.6950411,
+ "lon": 4.9368699
+ },
+ {
+ "nodeId": 1979441638,
+ "name": "Bel Air - Les Brosses",
+ "lat": 45.7584122,
+ "lon": 4.9104776
+ },
+ {
+ "nodeId": 1979441642,
+ "name": "Reconnaissance - Balzac",
+ "lat": 45.7545486,
+ "lon": 4.8852116
+ },
+ {
+ "nodeId": 1979441641,
+ "name": "Gare de Villeurbanne",
+ "lat": 45.7559396,
+ "lon": 4.8925898
+ },
+ {
+ "nodeId": 1979455523,
+ "name": "Décines Roosevelt",
+ "lat": 45.7649056,
+ "lon": 4.9376022
+ },
+ {
+ "nodeId": 16050665,
+ "name": "Alfred de Vigny",
+ "lat": 45.6995925,
+ "lon": 4.9360835
+ },
+ {
+ "nodeId": 1979441640,
+ "name": "Gare Part-Dieu - Villette",
+ "lat": 45.7602344,
+ "lon": 4.8619126
+ },
+ {
+ "nodeId": 339862440,
+ "name": "Cordière",
+ "lat": 45.6936521,
+ "lon": 4.9497138
+ },
+ {
+ "nodeId": 339861838,
+ "name": "Esplanade des Arts",
+ "lat": 45.6944774,
+ "lon": 4.9406114
+ },
+ {
+ "nodeId": 1979441643,
+ "name": "Vaulx-en-Velin - La Soie",
+ "lat": 45.7609942,
+ "lon": 4.9221921
+ },
+ {
+ "nodeId": 1979441639,
+ "name": "Dauphiné - Lacassagne",
+ "lat": 45.7528928,
+ "lon": 4.8688447
+ },
+ {
+ "nodeId": 1978081770,
+ "name": "Université Lyon 1",
+ "lat": 45.7808956,
+ "lon": 4.8663364
+ },
+ {
+ "nodeId": 12487239416,
+ "name": "Meyzieu - Lycée Colonel Beltrame",
+ "lat": 45.7698459,
+ "lon": 5.0136002
+ },
+ {
+ "nodeId": 1979455517,
+ "name": "Décines Grand Large",
+ "lat": 45.7747013,
+ "lon": 4.9759836
+ },
+ {
+ "nodeId": 1980843971,
+ "name": "Meyzieu - Z.I.",
+ "lat": 45.7676726,
+ "lon": 5.0316715
+ },
+ {
+ "nodeId": 1978081699,
+ "name": "Charpennes - Charles Hernu",
+ "lat": 45.7709529,
+ "lon": 4.8630183
+ },
+ {
+ "nodeId": 1978081750,
+ "name": "Le Tonkin",
+ "lat": 45.7740964,
+ "lon": 4.8640418
+ },
+ {
+ "nodeId": 2395887637,
+ "name": "Gare Part-Dieu - Villette",
+ "lat": 45.7607786,
+ "lon": 4.8619393
+ },
+ {
+ "nodeId": 2000610838,
+ "name": "Manufacture Montluc",
+ "lat": 45.750151,
+ "lon": 4.8603071
+ },
+ {
+ "nodeId": 1980843972,
+ "name": "Meyzieu Gare",
+ "lat": 45.7715807,
+ "lon": 4.9990146
+ },
+ {
+ "nodeId": 2000610836,
+ "name": "Lycée Colbert",
+ "lat": 45.7456567,
+ "lon": 4.8590198
+ },
+ {
+ "nodeId": 1981141929,
+ "name": "Jet d'eau - Mendès France",
+ "lat": 45.7400572,
+ "lon": 4.8591483
+ },
+ {
+ "nodeId": 1979455518,
+ "name": "Décines Centre",
+ "lat": 45.7718275,
+ "lon": 4.9559221
+ },
+ {
+ "nodeId": 1981090825,
+ "name": "États-Unis - Musée Tony Garnier",
+ "lat": 45.7329281,
+ "lon": 4.8648109
+ },
+ {
+ "nodeId": 1978081746,
+ "name": "La Doua - Gaston Berger",
+ "lat": 45.7815207,
+ "lon": 4.8721608
+ },
+ {
+ "nodeId": 1981104067,
+ "name": "La Borelle",
+ "lat": 45.7111249,
+ "lon": 4.8821463
+ },
+ {
+ "nodeId": 1978081720,
+ "name": "Condorcet",
+ "lat": 45.7779348,
+ "lon": 4.8668827
+ },
+ {
+ "nodeId": 1978081706,
+ "name": "Collège Bellecombe",
+ "lat": 45.766685,
+ "lon": 4.8619039
+ },
+ {
+ "nodeId": 1978081763,
+ "name": "Thiers - Lafayette",
+ "lat": 45.7643245,
+ "lon": 4.8620149
+ },
+ {
+ "nodeId": 1981090789,
+ "name": "États-Unis Viviani",
+ "lat": 45.7248324,
+ "lon": 4.8711111
+ },
+ {
+ "nodeId": 2000610834,
+ "name": "Archives Départementales",
+ "lat": 45.7543118,
+ "lon": 4.8617453
+ },
+ {
+ "nodeId": 1981163330,
+ "name": "Division Leclerc",
+ "lat": 45.6984421,
+ "lon": 4.8681902
+ },
+ {
+ "nodeId": 1981163329,
+ "name": "Darnaise",
+ "lat": 45.6926306,
+ "lon": 4.8643149
+ },
+ {
+ "nodeId": 1981090814,
+ "name": "Beauvisage - C.I.S.L.",
+ "lat": 45.7297478,
+ "lon": 4.8672885
+ },
+ {
+ "nodeId": 1981141922,
+ "name": "Herriot - Cagne",
+ "lat": 45.6937892,
+ "lon": 4.8754645
+ },
+ {
+ "nodeId": 1981090834,
+ "name": "Lycée Lumière",
+ "lat": 45.7367433,
+ "lon": 4.8618293
+ },
+ {
+ "nodeId": 1981163333,
+ "name": "Maurice Thorez",
+ "lat": 45.6998668,
+ "lon": 4.8632882
+ },
+ {
+ "nodeId": 1981141939,
+ "name": "Marcel Houël - Hôtel de Ville",
+ "lat": 45.6965134,
+ "lon": 4.8845271
+ },
+ {
+ "nodeId": 1981090784,
+ "name": "Joliot Curie - Marcel Sembat",
+ "lat": 45.7155088,
+ "lon": 4.8783747
+ },
+ {
+ "nodeId": 1981163331,
+ "name": "Hôpital Feyzin Vénissieux",
+ "lat": 45.6881608,
+ "lon": 4.8651436
+ },
+ {
+ "nodeId": 1981141927,
+ "name": "Croizat - Paul Bert",
+ "lat": 45.7000446,
+ "lon": 4.8876094
+ },
+ {
+ "nodeId": 1981163332,
+ "name": "Lénine - Corsière",
+ "lat": 45.6968212,
+ "lon": 4.861729
+ },
+ {
+ "nodeId": 1981141943,
+ "name": "Vénissy - Frida Kahlo",
+ "lat": 45.6960212,
+ "lon": 4.871963
+ },
+ {
+ "nodeId": 1981104044,
+ "name": "Gare de Vénissieux",
+ "lat": 45.705666,
+ "lon": 4.887712
+ },
+ {
+ "nodeId": 1981141935,
+ "name": "Lycée Jacques Brel",
+ "lat": 45.6949285,
+ "lon": 4.8798688
+ },
+ {
+ "nodeId": 1979441727,
+ "lat": 45.7543357,
+ "lon": 4.8631118
+ },
+ {
+ "nodeId": 8865464717,
+ "lat": 45.7542125,
+ "lon": 4.8633527
+ },
+ {
+ "nodeId": 1979441724,
+ "lat": 45.754186,
+ "lon": 4.8634035
+ },
+ {
+ "nodeId": 13046082683,
+ "lat": 45.7541532,
+ "lon": 4.8634659
+ },
+ {
+ "nodeId": 6185336876,
+ "lat": 45.7541135,
+ "lon": 4.8635376
+ },
+ {
+ "nodeId": 13362551752,
+ "lat": 45.7541023,
+ "lon": 4.8635586
+ },
+ {
+ "nodeId": 1979441721,
+ "lat": 45.75382,
+ "lon": 4.8640895
+ },
+ {
+ "nodeId": 1979441719,
+ "lat": 45.7536342,
+ "lon": 4.8644987
+ },
+ {
+ "nodeId": 3509864390,
+ "lat": 45.7535624,
+ "lon": 4.8646814
+ },
+ {
+ "nodeId": 1979441718,
+ "lat": 45.7534951,
+ "lon": 4.8648816
+ },
+ {
+ "nodeId": 3509864392,
+ "lat": 45.7534246,
+ "lon": 4.8651159
+ },
+ {
+ "nodeId": 1979441715,
+ "lat": 45.7533624,
+ "lon": 4.8653564
+ },
+ {
+ "nodeId": 3509888065,
+ "lat": 45.7533079,
+ "lon": 4.8655899
+ },
+ {
+ "nodeId": 1979441713,
+ "lat": 45.7532659,
+ "lon": 4.8658046
+ },
+ {
+ "nodeId": 1979441712,
+ "lat": 45.7532068,
+ "lon": 4.8662164
+ },
+ {
+ "nodeId": 1979441708,
+ "lat": 45.7529992,
+ "lon": 4.867958
+ },
+ {
+ "nodeId": 8913784076,
+ "lat": 45.7529501,
+ "lon": 4.8683662
+ },
+ {
+ "nodeId": 1979441696,
+ "lat": 45.7529422,
+ "lon": 4.8684317
+ },
+ {
+ "nodeId": 1979441673,
+ "lat": 45.7528444,
+ "lon": 4.8692859
+ },
+ {
+ "nodeId": 2911028269,
+ "lat": 45.7528264,
+ "lon": 4.8694278
+ },
+ {
+ "nodeId": 2026239409,
+ "lat": 45.7528029,
+ "lon": 4.8696065
+ },
+ {
+ "nodeId": 13045343766,
+ "lat": 45.7527905,
+ "lon": 4.8697152
+ },
+ {
+ "nodeId": 2911028289,
+ "lat": 45.752782,
+ "lon": 4.869789
+ },
+ {
+ "nodeId": 8862236585,
+ "lat": 45.7600089,
+ "lon": 4.8619005
+ },
+ {
+ "nodeId": 11173596991,
+ "lat": 45.7599906,
+ "lon": 4.8618998
+ },
+ {
+ "nodeId": 1979441814,
+ "lat": 45.7595898,
+ "lon": 4.8618782
+ },
+ {
+ "nodeId": 1980843973,
+ "lat": 45.7592305,
+ "lon": 4.8618637
+ },
+ {
+ "nodeId": 1980844044,
+ "lat": 45.7733218,
+ "lon": 4.9849235
+ },
+ {
+ "nodeId": 1980844043,
+ "lat": 45.7731446,
+ "lon": 4.986489
+ },
+ {
+ "nodeId": 11048304542,
+ "lat": 45.7730675,
+ "lon": 4.9871586
+ },
+ {
+ "nodeId": 1980844032,
+ "lat": 45.772708,
+ "lon": 4.9900883
+ },
+ {
+ "nodeId": 11048341917,
+ "lat": 45.7726942,
+ "lon": 4.990197
+ },
+ {
+ "nodeId": 1980844031,
+ "lat": 45.7726859,
+ "lon": 4.9902623
+ },
+ {
+ "nodeId": 11048304519,
+ "lat": 45.7726763,
+ "lon": 4.9903382
+ },
+ {
+ "nodeId": 11048341919,
+ "lat": 45.7726685,
+ "lon": 4.9903994
+ },
+ {
+ "nodeId": 11048341922,
+ "lat": 45.7725703,
+ "lon": 4.9912228
+ },
+ {
+ "nodeId": 1980844029,
+ "lat": 45.772414,
+ "lon": 4.9924857
+ },
+ {
+ "nodeId": 8112230001,
+ "lat": 45.7721583,
+ "lon": 4.99458
+ },
+ {
+ "nodeId": 1980844025,
+ "lat": 45.7719849,
+ "lon": 4.9960738
+ },
+ {
+ "nodeId": 1980844024,
+ "lat": 45.7718196,
+ "lon": 4.9974156
+ },
+ {
+ "nodeId": 1980843983,
+ "lat": 45.7677384,
+ "lon": 5.0311311
+ },
+ {
+ "nodeId": 3112802856,
+ "lat": 45.7677165,
+ "lon": 5.031313
+ },
+ {
+ "nodeId": 11007888683,
+ "lat": 45.7638786,
+ "lon": 4.933457
+ },
+ {
+ "nodeId": 1979455520,
+ "lat": 45.7643155,
+ "lon": 4.9351921
+ },
+ {
+ "nodeId": 5760071386,
+ "lat": 45.7647199,
+ "lon": 4.9368241
+ },
+ {
+ "nodeId": 11014075646,
+ "lat": 45.7647359,
+ "lon": 4.9368882
+ },
+ {
+ "nodeId": 11014075638,
+ "lat": 45.7647547,
+ "lon": 4.9369635
+ },
+ {
+ "nodeId": 5760071389,
+ "lat": 45.7647725,
+ "lon": 4.9370401
+ },
+ {
+ "nodeId": 1979455524,
+ "lat": 45.7652603,
+ "lon": 4.9389993
+ },
+ {
+ "nodeId": 1979455525,
+ "lat": 45.7654377,
+ "lon": 4.9397026
+ },
+ {
+ "nodeId": 1979455526,
+ "lat": 45.765608,
+ "lon": 4.9403954
+ },
+ {
+ "nodeId": 5760071380,
+ "lat": 45.7664291,
+ "lon": 4.9436781
+ },
+ {
+ "nodeId": 11015440389,
+ "lat": 45.7664428,
+ "lon": 4.9437353
+ },
+ {
+ "nodeId": 1979455527,
+ "lat": 45.766458,
+ "lon": 4.9437914
+ },
+ {
+ "nodeId": 5760071379,
+ "lat": 45.7664716,
+ "lon": 4.943846
+ },
+ {
+ "nodeId": 1979455528,
+ "lat": 45.7667039,
+ "lon": 4.9447538
+ },
+ {
+ "nodeId": 1979455530,
+ "lat": 45.7669499,
+ "lon": 4.9457511
+ },
+ {
+ "nodeId": 1979455531,
+ "lat": 45.7671999,
+ "lon": 4.9467398
+ },
+ {
+ "nodeId": 1979455532,
+ "lat": 45.7672662,
+ "lon": 4.9469945
+ },
+ {
+ "nodeId": 1979455533,
+ "lat": 45.767333,
+ "lon": 4.9472381
+ },
+ {
+ "nodeId": 1979455534,
+ "lat": 45.7674796,
+ "lon": 4.9477343
+ },
+ {
+ "nodeId": 1979455535,
+ "lat": 45.7678227,
+ "lon": 4.9486936
+ },
+ {
+ "nodeId": 1979455536,
+ "lat": 45.7680331,
+ "lon": 4.9492086
+ },
+ {
+ "nodeId": 1979455537,
+ "lat": 45.7682539,
+ "lon": 4.9497102
+ },
+ {
+ "nodeId": 1979455538,
+ "lat": 45.7684253,
+ "lon": 4.9500677
+ },
+ {
+ "nodeId": 1979455540,
+ "lat": 45.7686073,
+ "lon": 4.9504152
+ },
+ {
+ "nodeId": 5760071373,
+ "lat": 45.7689593,
+ "lon": 4.9510275
+ },
+ {
+ "nodeId": 1979455541,
+ "lat": 45.7689845,
+ "lon": 4.9510719
+ },
+ {
+ "nodeId": 11020650389,
+ "lat": 45.7690108,
+ "lon": 4.9511168
+ },
+ {
+ "nodeId": 5760071370,
+ "lat": 45.7690307,
+ "lon": 4.9511542
+ },
+ {
+ "nodeId": 1979455542,
+ "lat": 45.7694568,
+ "lon": 4.9518702
+ },
+ {
+ "nodeId": 5760071356,
+ "lat": 45.769902,
+ "lon": 4.9526287
+ },
+ {
+ "nodeId": 11020650612,
+ "lat": 45.7699538,
+ "lon": 4.9527176
+ },
+ {
+ "nodeId": 11020650610,
+ "lat": 45.7700103,
+ "lon": 4.9528144
+ },
+ {
+ "nodeId": 5760071363,
+ "lat": 45.7700543,
+ "lon": 4.9528903
+ },
+ {
+ "nodeId": 1979455544,
+ "lat": 45.7708708,
+ "lon": 4.9542998
+ },
+ {
+ "nodeId": 5760071339,
+ "lat": 45.7716587,
+ "lon": 4.9556384
+ },
+ {
+ "nodeId": 1979455545,
+ "lat": 45.7719966,
+ "lon": 4.9562095
+ },
+ {
+ "nodeId": 5760071260,
+ "lat": 45.7723305,
+ "lon": 4.9567752
+ },
+ {
+ "nodeId": 1979455546,
+ "lat": 45.7723606,
+ "lon": 4.9568242
+ },
+ {
+ "nodeId": 11020851750,
+ "lat": 45.7723945,
+ "lon": 4.9568784
+ },
+ {
+ "nodeId": 5760071256,
+ "lat": 45.7724135,
+ "lon": 4.9569178
+ },
+ {
+ "nodeId": 1979455547,
+ "lat": 45.7726606,
+ "lon": 4.9573426
+ },
+ {
+ "nodeId": 1979455548,
+ "lat": 45.7732563,
+ "lon": 4.9583351
+ },
+ {
+ "nodeId": 1979455554,
+ "lat": 45.7738236,
+ "lon": 4.9593197
+ },
+ {
+ "nodeId": 1979455556,
+ "lat": 45.7739666,
+ "lon": 4.9595479
+ },
+ {
+ "nodeId": 1979455557,
+ "lat": 45.7740995,
+ "lon": 4.9597797
+ },
+ {
+ "nodeId": 1979455561,
+ "lat": 45.7742107,
+ "lon": 4.95998
+ },
+ {
+ "nodeId": 1979455564,
+ "lat": 45.7743136,
+ "lon": 4.9601772
+ },
+ {
+ "nodeId": 1979455567,
+ "lat": 45.7744673,
+ "lon": 4.9604931
+ },
+ {
+ "nodeId": 1979455571,
+ "lat": 45.7747398,
+ "lon": 4.9611107
+ },
+ {
+ "nodeId": 6401350678,
+ "lat": 45.7747951,
+ "lon": 4.9612493
+ },
+ {
+ "nodeId": 1979455573,
+ "lat": 45.7748396,
+ "lon": 4.9613607
+ },
+ {
+ "nodeId": 1979455581,
+ "lat": 45.7759502,
+ "lon": 4.9641162
+ },
+ {
+ "nodeId": 1979455582,
+ "lat": 45.7762293,
+ "lon": 4.9647958
+ },
+ {
+ "nodeId": 1979455585,
+ "lat": 45.7765016,
+ "lon": 4.965483
+ },
+ {
+ "nodeId": 1979455587,
+ "lat": 45.7766432,
+ "lon": 4.9658306
+ },
+ {
+ "nodeId": 1979455589,
+ "lat": 45.7767765,
+ "lon": 4.9661794
+ },
+ {
+ "nodeId": 1979455591,
+ "lat": 45.7769065,
+ "lon": 4.9665259
+ },
+ {
+ "nodeId": 1979455594,
+ "lat": 45.7770282,
+ "lon": 4.9668548
+ },
+ {
+ "nodeId": 3060622538,
+ "lat": 45.7770489,
+ "lon": 4.9669164
+ },
+ {
+ "nodeId": 1979455596,
+ "lat": 45.77712,
+ "lon": 4.9671286
+ },
+ {
+ "nodeId": 1979455598,
+ "lat": 45.777209,
+ "lon": 4.9674186
+ },
+ {
+ "nodeId": 1979455601,
+ "lat": 45.7772872,
+ "lon": 4.9677431
+ },
+ {
+ "nodeId": 1979455602,
+ "lat": 45.7773516,
+ "lon": 4.9680699
+ },
+ {
+ "nodeId": 1979455604,
+ "lat": 45.7773834,
+ "lon": 4.9682628
+ },
+ {
+ "nodeId": 1979455605,
+ "lat": 45.7774039,
+ "lon": 4.9684524
+ },
+ {
+ "nodeId": 1979455610,
+ "lat": 45.7774339,
+ "lon": 4.9688249
+ },
+ {
+ "nodeId": 1979455612,
+ "lat": 45.7774465,
+ "lon": 4.9690565
+ },
+ {
+ "nodeId": 1979455613,
+ "lat": 45.7774479,
+ "lon": 4.9693735
+ },
+ {
+ "nodeId": 1979455608,
+ "lat": 45.7774331,
+ "lon": 4.9696946
+ },
+ {
+ "nodeId": 1979455607,
+ "lat": 45.7774156,
+ "lon": 4.9699638
+ },
+ {
+ "nodeId": 1979455603,
+ "lat": 45.7773702,
+ "lon": 4.9703115
+ },
+ {
+ "nodeId": 1979455600,
+ "lat": 45.7772871,
+ "lon": 4.9707597
+ },
+ {
+ "nodeId": 1979455599,
+ "lat": 45.7772349,
+ "lon": 4.9709838
+ },
+ {
+ "nodeId": 1979455597,
+ "lat": 45.7771801,
+ "lon": 4.9711977
+ },
+ {
+ "nodeId": 1979455595,
+ "lat": 45.7770598,
+ "lon": 4.971567
+ },
+ {
+ "nodeId": 1979455593,
+ "lat": 45.7769928,
+ "lon": 4.9717537
+ },
+ {
+ "nodeId": 1979455592,
+ "lat": 45.7769189,
+ "lon": 4.9719309
+ },
+ {
+ "nodeId": 1979455590,
+ "lat": 45.776824,
+ "lon": 4.9721455
+ },
+ {
+ "nodeId": 1979455588,
+ "lat": 45.7767243,
+ "lon": 4.9723403
+ },
+ {
+ "nodeId": 1979455586,
+ "lat": 45.7766112,
+ "lon": 4.9725446
+ },
+ {
+ "nodeId": 1979455584,
+ "lat": 45.7764946,
+ "lon": 4.9727398
+ },
+ {
+ "nodeId": 1979455583,
+ "lat": 45.776242,
+ "lon": 4.9731296
+ },
+ {
+ "nodeId": 1979455580,
+ "lat": 45.7757142,
+ "lon": 4.9739213
+ },
+ {
+ "nodeId": 1979455579,
+ "lat": 45.7754714,
+ "lon": 4.9742908
+ },
+ {
+ "nodeId": 1979455578,
+ "lat": 45.7752422,
+ "lon": 4.9746586
+ },
+ {
+ "nodeId": 1979455577,
+ "lat": 45.7751561,
+ "lon": 4.9748252
+ },
+ {
+ "nodeId": 1979455576,
+ "lat": 45.7750747,
+ "lon": 4.9749957
+ },
+ {
+ "nodeId": 1979455575,
+ "lat": 45.7749947,
+ "lon": 4.9751762
+ },
+ {
+ "nodeId": 1979455574,
+ "lat": 45.7749275,
+ "lon": 4.9753501
+ },
+ {
+ "nodeId": 8112125548,
+ "lat": 45.7748236,
+ "lon": 4.9756359
+ },
+ {
+ "nodeId": 1979455572,
+ "lat": 45.7747928,
+ "lon": 4.9757193
+ },
+ {
+ "nodeId": 1979455570,
+ "lat": 45.7745848,
+ "lon": 4.9763171
+ },
+ {
+ "nodeId": 1979455569,
+ "lat": 45.7745601,
+ "lon": 4.9763927
+ },
+ {
+ "nodeId": 1979455568,
+ "lat": 45.7744876,
+ "lon": 4.9766171
+ },
+ {
+ "nodeId": 1979455566,
+ "lat": 45.774394,
+ "lon": 4.9769234
+ },
+ {
+ "nodeId": 1979455565,
+ "lat": 45.7743179,
+ "lon": 4.9772395
+ },
+ {
+ "nodeId": 1979455563,
+ "lat": 45.7742848,
+ "lon": 4.9774143
+ },
+ {
+ "nodeId": 1979455562,
+ "lat": 45.7742573,
+ "lon": 4.9775799
+ },
+ {
+ "nodeId": 1979455560,
+ "lat": 45.7742098,
+ "lon": 4.9779296
+ },
+ {
+ "nodeId": 1979455558,
+ "lat": 45.7741146,
+ "lon": 4.9786625
+ },
+ {
+ "nodeId": 1979455555,
+ "lat": 45.7739352,
+ "lon": 4.9800741
+ },
+ {
+ "nodeId": 2973890404,
+ "lat": 45.7738883,
+ "lon": 4.980469
+ },
+ {
+ "nodeId": 8913784069,
+ "lat": 45.752769,
+ "lon": 4.8698853
+ },
+ {
+ "nodeId": 2911028296,
+ "lat": 45.7527652,
+ "lon": 4.8699134
+ },
+ {
+ "nodeId": 1979441655,
+ "lat": 45.7527601,
+ "lon": 4.869959
+ },
+ {
+ "nodeId": 1979441648,
+ "lat": 45.7525578,
+ "lon": 4.8717118
+ },
+ {
+ "nodeId": 1979441646,
+ "lat": 45.75253,
+ "lon": 4.8721305
+ },
+ {
+ "nodeId": 1979441644,
+ "lat": 45.752519,
+ "lon": 4.8725507
+ },
+ {
+ "nodeId": 1979441645,
+ "lat": 45.7525213,
+ "lon": 4.872925
+ },
+ {
+ "nodeId": 11637795332,
+ "lat": 45.752535,
+ "lon": 4.8732287
+ },
+ {
+ "nodeId": 1979441647,
+ "lat": 45.7525438,
+ "lon": 4.8734091
+ },
+ {
+ "nodeId": 1979441649,
+ "lat": 45.7525908,
+ "lon": 4.8742794
+ },
+ {
+ "nodeId": 1979441650,
+ "lat": 45.7526295,
+ "lon": 4.8751478
+ },
+ {
+ "nodeId": 1979441651,
+ "lat": 45.7526748,
+ "lon": 4.8760168
+ },
+ {
+ "nodeId": 9776069879,
+ "lat": 45.7527103,
+ "lon": 4.8768053
+ },
+ {
+ "nodeId": 1979441652,
+ "lat": 45.7527139,
+ "lon": 4.8768797
+ },
+ {
+ "nodeId": 9776069881,
+ "lat": 45.7527185,
+ "lon": 4.8769637
+ },
+ {
+ "nodeId": 1979441662,
+ "lat": 45.7528101,
+ "lon": 4.8786037
+ },
+ {
+ "nodeId": 5683092793,
+ "lat": 45.7528173,
+ "lon": 4.8787236
+ },
+ {
+ "nodeId": 1979441682,
+ "lat": 45.7528547,
+ "lon": 4.8793477
+ },
+ {
+ "nodeId": 1979441687,
+ "lat": 45.7528768,
+ "lon": 4.8798374
+ },
+ {
+ "nodeId": 1979441689,
+ "lat": 45.7528899,
+ "lon": 4.8800752
+ },
+ {
+ "nodeId": 1979441691,
+ "lat": 45.7529028,
+ "lon": 4.8802982
+ },
+ {
+ "nodeId": 1979441694,
+ "lat": 45.7529326,
+ "lon": 4.8807514
+ },
+ {
+ "nodeId": 1979441703,
+ "lat": 45.7529529,
+ "lon": 4.880949
+ },
+ {
+ "nodeId": 1979441706,
+ "lat": 45.752976,
+ "lon": 4.881132
+ },
+ {
+ "nodeId": 1979441709,
+ "lat": 45.7530383,
+ "lon": 4.8815415
+ },
+ {
+ "nodeId": 1979441710,
+ "lat": 45.7531213,
+ "lon": 4.8819401
+ },
+ {
+ "nodeId": 1979441711,
+ "lat": 45.7532021,
+ "lon": 4.8822535
+ },
+ {
+ "nodeId": 1979441714,
+ "lat": 45.7532867,
+ "lon": 4.8825415
+ },
+ {
+ "nodeId": 1979441716,
+ "lat": 45.7533658,
+ "lon": 4.8827653
+ },
+ {
+ "nodeId": 1979441717,
+ "lat": 45.7534999,
+ "lon": 4.8831047
+ },
+ {
+ "nodeId": 1979441720,
+ "lat": 45.7536596,
+ "lon": 4.8834426
+ },
+ {
+ "nodeId": 5683236234,
+ "lat": 45.7538043,
+ "lon": 4.8837362
+ },
+ {
+ "nodeId": 1979441722,
+ "lat": 45.7538364,
+ "lon": 4.8838013
+ },
+ {
+ "nodeId": 5683236221,
+ "lat": 45.753873,
+ "lon": 4.8838664
+ },
+ {
+ "nodeId": 10772674921,
+ "lat": 45.7539787,
+ "lon": 4.8840798
+ },
+ {
+ "nodeId": 10772674922,
+ "lat": 45.7540711,
+ "lon": 4.8842641
+ },
+ {
+ "nodeId": 5683236367,
+ "lat": 45.7541627,
+ "lon": 4.8844536
+ },
+ {
+ "nodeId": 1979441725,
+ "lat": 45.7542067,
+ "lon": 4.8845378
+ },
+ {
+ "nodeId": 1979441726,
+ "lat": 45.7542763,
+ "lon": 4.8846706
+ },
+ {
+ "nodeId": 5683236225,
+ "lat": 45.7543253,
+ "lon": 4.8847671
+ },
+ {
+ "nodeId": 5683236332,
+ "lat": 45.7546908,
+ "lon": 4.8854916
+ },
+ {
+ "nodeId": 9873388348,
+ "lat": 45.7547377,
+ "lon": 4.8855905
+ },
+ {
+ "nodeId": 9873388347,
+ "lat": 45.7547504,
+ "lon": 4.8856161
+ },
+ {
+ "nodeId": 1979441730,
+ "lat": 45.7548029,
+ "lon": 4.8857402
+ },
+ {
+ "nodeId": 1979441731,
+ "lat": 45.7548776,
+ "lon": 4.8859259
+ },
+ {
+ "nodeId": 10772674917,
+ "lat": 45.755036,
+ "lon": 4.8863963
+ },
+ {
+ "nodeId": 1979441733,
+ "lat": 45.7549423,
+ "lon": 4.8861075
+ },
+ {
+ "nodeId": 10772674918,
+ "lat": 45.7550694,
+ "lon": 4.8865036
+ },
+ {
+ "nodeId": 1979441737,
+ "lat": 45.7551149,
+ "lon": 4.8866595
+ },
+ {
+ "nodeId": 1979441738,
+ "lat": 45.7551259,
+ "lon": 4.8866993
+ },
+ {
+ "nodeId": 1979441739,
+ "lat": 45.755136,
+ "lon": 4.8867409
+ },
+ {
+ "nodeId": 10772674919,
+ "lat": 45.7551777,
+ "lon": 4.8869051
+ },
+ {
+ "nodeId": 1979441741,
+ "lat": 45.7552115,
+ "lon": 4.8870652
+ },
+ {
+ "nodeId": 5683236304,
+ "lat": 45.7552547,
+ "lon": 4.887304
+ },
+ {
+ "nodeId": 1979441742,
+ "lat": 45.7552677,
+ "lon": 4.8873762
+ },
+ {
+ "nodeId": 5683236296,
+ "lat": 45.7552762,
+ "lon": 4.8874369
+ },
+ {
+ "nodeId": 1979441745,
+ "lat": 45.7553887,
+ "lon": 4.8882448
+ },
+ {
+ "nodeId": 12141997600,
+ "lat": 45.7552786,
+ "lon": 4.8874542
+ },
+ {
+ "nodeId": 3820348580,
+ "lat": 45.7554867,
+ "lon": 4.8889844
+ },
+ {
+ "nodeId": 1979441751,
+ "lat": 45.7555817,
+ "lon": 4.8896797
+ },
+ {
+ "nodeId": 3820348589,
+ "lat": 45.7556249,
+ "lon": 4.8899977
+ },
+ {
+ "nodeId": 13546412304,
+ "lat": 45.7557541,
+ "lon": 4.8909486
+ },
+ {
+ "nodeId": 12902115115,
+ "lat": 45.7557655,
+ "lon": 4.8910323
+ },
+ {
+ "nodeId": 5683236240,
+ "lat": 45.7557678,
+ "lon": 4.8910489
+ },
+ {
+ "nodeId": 13564918194,
+ "lat": 45.7557717,
+ "lon": 4.8910809
+ },
+ {
+ "nodeId": 12821047265,
+ "lat": 45.7557725,
+ "lon": 4.8910875
+ },
+ {
+ "nodeId": 13564918195,
+ "lat": 45.7557763,
+ "lon": 4.891119
+ },
+ {
+ "nodeId": 12821047267,
+ "lat": 45.7557777,
+ "lon": 4.8911304
+ },
+ {
+ "nodeId": 12141997599,
+ "lat": 45.7557864,
+ "lon": 4.8911977
+ },
+ {
+ "nodeId": 5683236249,
+ "lat": 45.7557962,
+ "lon": 4.8912696
+ },
+ {
+ "nodeId": 1979441756,
+ "lat": 45.7558268,
+ "lon": 4.8915044
+ },
+ {
+ "nodeId": 1979441761,
+ "lat": 45.7561932,
+ "lon": 4.8942054
+ },
+ {
+ "nodeId": 7512429026,
+ "lat": 45.7569351,
+ "lon": 4.8996726
+ },
+ {
+ "nodeId": 1979441774,
+ "lat": 45.7569495,
+ "lon": 4.8997773
+ },
+ {
+ "nodeId": 7512429012,
+ "lat": 45.7569639,
+ "lon": 4.8998813
+ },
+ {
+ "nodeId": 1979441779,
+ "lat": 45.757108,
+ "lon": 4.9009019
+ },
+ {
+ "nodeId": 1979441781,
+ "lat": 45.7571824,
+ "lon": 4.9014634
+ },
+ {
+ "nodeId": 1979441782,
+ "lat": 45.7572236,
+ "lon": 4.9017636
+ },
+ {
+ "nodeId": 7512428993,
+ "lat": 45.7572386,
+ "lon": 4.9018834
+ },
+ {
+ "nodeId": 1979441783,
+ "lat": 45.757252,
+ "lon": 4.9019907
+ },
+ {
+ "nodeId": 1979441787,
+ "lat": 45.7574273,
+ "lon": 4.9032589
+ },
+ {
+ "nodeId": 1979441792,
+ "lat": 45.7575998,
+ "lon": 4.904522
+ },
+ {
+ "nodeId": 1979441793,
+ "lat": 45.7578198,
+ "lon": 4.9061659
+ },
+ {
+ "nodeId": 7512428980,
+ "lat": 45.7580212,
+ "lon": 4.9076724
+ },
+ {
+ "nodeId": 1979441794,
+ "lat": 45.7580325,
+ "lon": 4.9077808
+ },
+ {
+ "nodeId": 7512428969,
+ "lat": 45.7580493,
+ "lon": 4.9078772
+ },
+ {
+ "nodeId": 1979441795,
+ "lat": 45.7581322,
+ "lon": 4.9084649
+ },
+ {
+ "nodeId": 1979441796,
+ "lat": 45.758174,
+ "lon": 4.9088094
+ },
+ {
+ "nodeId": 26027203,
+ "lat": 45.7611026,
+ "lon": 4.8578325
+ },
+ {
+ "nodeId": 12851838045,
+ "lat": 45.7611383,
+ "lon": 4.8578849
+ },
+ {
+ "nodeId": 6326900741,
+ "lat": 45.7611745,
+ "lon": 4.8579201
+ },
+ {
+ "nodeId": 8832025555,
+ "lat": 45.7611975,
+ "lon": 4.8579364
+ },
+ {
+ "nodeId": 1149631822,
+ "lat": 45.7612114,
+ "lon": 4.8579463
+ },
+ {
+ "nodeId": 6540213721,
+ "lat": 45.7612529,
+ "lon": 4.8579652
+ },
+ {
+ "nodeId": 13059510136,
+ "lat": 45.7612671,
+ "lon": 4.857966
+ },
+ {
+ "nodeId": 16050280,
+ "lat": 45.7612975,
+ "lon": 4.8579677
+ },
+ {
+ "nodeId": 4014659858,
+ "lat": 45.7614179,
+ "lon": 4.8579486
+ },
+ {
+ "nodeId": 13048294634,
+ "lat": 45.7619434,
+ "lon": 4.8578566
+ },
+ {
+ "nodeId": 6499456699,
+ "lat": 45.7621455,
+ "lon": 4.857817
+ },
+ {
+ "nodeId": 13059503629,
+ "lat": 45.7625799,
+ "lon": 4.8577368
+ },
+ {
+ "nodeId": 8832025553,
+ "lat": 45.7626472,
+ "lon": 4.8577243
+ },
+ {
+ "nodeId": 8832025559,
+ "lat": 45.762707,
+ "lon": 4.8577128
+ },
+ {
+ "nodeId": 13059503623,
+ "lat": 45.762749,
+ "lon": 4.8577056
+ },
+ {
+ "nodeId": 16050282,
+ "lat": 45.7629423,
+ "lon": 4.8576697
+ },
+ {
+ "nodeId": 1977943603,
+ "lat": 45.7630997,
+ "lon": 4.8576809
+ },
+ {
+ "nodeId": 16050283,
+ "lat": 45.7634274,
+ "lon": 4.8577756
+ },
+ {
+ "nodeId": 1977943605,
+ "lat": 45.7635118,
+ "lon": 4.8578389
+ },
+ {
+ "nodeId": 16050284,
+ "lat": 45.7635608,
+ "lon": 4.8578946
+ },
+ {
+ "nodeId": 8832666431,
+ "lat": 45.7636134,
+ "lon": 4.857972
+ },
+ {
+ "nodeId": 1977943608,
+ "lat": 45.7636395,
+ "lon": 4.8580248
+ },
+ {
+ "nodeId": 8832666419,
+ "lat": 45.7636558,
+ "lon": 4.858079
+ },
+ {
+ "nodeId": 6288758302,
+ "lat": 45.763677,
+ "lon": 4.8581437
+ },
+ {
+ "nodeId": 2168314475,
+ "lat": 45.7636967,
+ "lon": 4.8582376
+ },
+ {
+ "nodeId": 2000610915,
+ "lat": 45.7552174,
+ "lon": 4.8618979
+ },
+ {
+ "nodeId": 8865464600,
+ "lat": 45.7551403,
+ "lon": 4.8619291
+ },
+ {
+ "nodeId": 8498124607,
+ "lat": 45.7550706,
+ "lon": 4.8619573
+ },
+ {
+ "nodeId": 8498124604,
+ "lat": 45.7550293,
+ "lon": 4.8619798
+ },
+ {
+ "nodeId": 8865464743,
+ "lat": 45.7550057,
+ "lon": 4.861996
+ },
+ {
+ "nodeId": 2000610914,
+ "lat": 45.7549888,
+ "lon": 4.8620076
+ },
+ {
+ "nodeId": 8498124602,
+ "lat": 45.7549504,
+ "lon": 4.8620431
+ },
+ {
+ "nodeId": 1979441732,
+ "lat": 45.7549179,
+ "lon": 4.8620775
+ },
+ {
+ "nodeId": 8498124600,
+ "lat": 45.7548859,
+ "lon": 4.8621189
+ },
+ {
+ "nodeId": 2021731291,
+ "lat": 45.7548553,
+ "lon": 4.8621637
+ },
+ {
+ "nodeId": 8498124598,
+ "lat": 45.7548258,
+ "lon": 4.8622132
+ },
+ {
+ "nodeId": 8865464745,
+ "lat": 45.7544009,
+ "lon": 4.8629923
+ },
+ {
+ "nodeId": 8865464724,
+ "lat": 45.7543793,
+ "lon": 4.8630318
+ },
+ {
+ "nodeId": 8865464668,
+ "lat": 45.754362,
+ "lon": 4.8630636
+ },
+ {
+ "nodeId": 4136967277,
+ "lat": 45.7617743,
+ "lon": 4.9250852
+ },
+ {
+ "nodeId": 1979441832,
+ "lat": 45.7621956,
+ "lon": 4.9267628
+ },
+ {
+ "nodeId": 1979441833,
+ "lat": 45.762524,
+ "lon": 4.92808
+ },
+ {
+ "nodeId": 1979441835,
+ "lat": 45.7626904,
+ "lon": 4.9287403
+ },
+ {
+ "nodeId": 7514104802,
+ "lat": 45.7628208,
+ "lon": 4.9292578
+ },
+ {
+ "nodeId": 1979441836,
+ "lat": 45.7628466,
+ "lon": 4.929356
+ },
+ {
+ "nodeId": 11007746785,
+ "lat": 45.7628626,
+ "lon": 4.9294206
+ },
+ {
+ "nodeId": 7514104795,
+ "lat": 45.762886,
+ "lon": 4.9295148
+ },
+ {
+ "nodeId": 1979441837,
+ "lat": 45.7631119,
+ "lon": 4.9303873
+ },
+ {
+ "nodeId": 1979441839,
+ "lat": 45.7633599,
+ "lon": 4.9313789
+ },
+ {
+ "nodeId": 1979441841,
+ "lat": 45.7637574,
+ "lon": 4.9329659
+ },
+ {
+ "nodeId": 1126341715,
+ "lat": 45.7487763,
+ "lon": 4.8308703
+ },
+ {
+ "nodeId": 11435011669,
+ "lat": 45.7487691,
+ "lon": 4.8308921
+ },
+ {
+ "nodeId": 1126341720,
+ "lat": 45.7487227,
+ "lon": 4.8310317
+ },
+ {
+ "nodeId": 1979441757,
+ "lat": 45.7558585,
+ "lon": 4.8920177
+ },
+ {
+ "nodeId": 1979441758,
+ "lat": 45.7560568,
+ "lon": 4.893472
+ },
+ {
+ "nodeId": 3820389821,
+ "lat": 45.7561021,
+ "lon": 4.8937201
+ },
+ {
+ "nodeId": 1979441759,
+ "lat": 45.7561301,
+ "lon": 4.8938415
+ },
+ {
+ "nodeId": 8836205938,
+ "lat": 45.769235,
+ "lon": 4.8617909
+ },
+ {
+ "nodeId": 8838192649,
+ "lat": 45.7692804,
+ "lon": 4.8617882
+ },
+ {
+ "nodeId": 12386302123,
+ "lat": 45.7692876,
+ "lon": 4.8617878
+ },
+ {
+ "nodeId": 16050299,
+ "lat": 45.7695273,
+ "lon": 4.8617808
+ },
+ {
+ "nodeId": 12386302114,
+ "lat": 45.7695618,
+ "lon": 4.8617798
+ },
+ {
+ "nodeId": 12386302188,
+ "lat": 45.7696265,
+ "lon": 4.8617809
+ },
+ {
+ "nodeId": 12386302181,
+ "lat": 45.7696628,
+ "lon": 4.8617882
+ },
+ {
+ "nodeId": 8838192662,
+ "lat": 45.7697009,
+ "lon": 4.8618044
+ },
+ {
+ "nodeId": 12386302183,
+ "lat": 45.7697553,
+ "lon": 4.8618442
+ },
+ {
+ "nodeId": 8838192656,
+ "lat": 45.7697856,
+ "lon": 4.8618794
+ },
+ {
+ "nodeId": 12386302168,
+ "lat": 45.7698072,
+ "lon": 4.8619043
+ },
+ {
+ "nodeId": 12386302143,
+ "lat": 45.7699012,
+ "lon": 4.8620808
+ },
+ {
+ "nodeId": 12386302135,
+ "lat": 45.7700702,
+ "lon": 4.8623984
+ },
+ {
+ "nodeId": 12386302126,
+ "lat": 45.7701307,
+ "lon": 4.8624999
+ },
+ {
+ "nodeId": 12386302116,
+ "lat": 45.7701961,
+ "lon": 4.8626009
+ },
+ {
+ "nodeId": 12386302128,
+ "lat": 45.7702384,
+ "lon": 4.8626612
+ },
+ {
+ "nodeId": 8838725795,
+ "lat": 45.7702705,
+ "lon": 4.862707
+ },
+ {
+ "nodeId": 8839038895,
+ "lat": 45.7702898,
+ "lon": 4.8627301
+ },
+ {
+ "nodeId": 12386302185,
+ "lat": 45.7703735,
+ "lon": 4.8628358
+ },
+ {
+ "nodeId": 309945647,
+ "lat": 45.7704162,
+ "lon": 4.8628812
+ },
+ {
+ "nodeId": 12386302160,
+ "lat": 45.7704238,
+ "lon": 4.8628893
+ },
+ {
+ "nodeId": 12386302153,
+ "lat": 45.7704536,
+ "lon": 4.8629182
+ },
+ {
+ "nodeId": 12386302145,
+ "lat": 45.7704675,
+ "lon": 4.8629318
+ },
+ {
+ "nodeId": 8838725793,
+ "lat": 45.7704901,
+ "lon": 4.8629467
+ },
+ {
+ "nodeId": 12386302147,
+ "lat": 45.7705386,
+ "lon": 4.8629786
+ },
+ {
+ "nodeId": 309945649,
+ "lat": 45.7705771,
+ "lon": 4.8629996
+ },
+ {
+ "nodeId": 12386302130,
+ "lat": 45.7706156,
+ "lon": 4.8630132
+ },
+ {
+ "nodeId": 12386302119,
+ "lat": 45.7706482,
+ "lon": 4.8630222
+ },
+ {
+ "nodeId": 12386302179,
+ "lat": 45.7706846,
+ "lon": 4.8630293
+ },
+ {
+ "nodeId": 8839112222,
+ "lat": 45.7706936,
+ "lon": 4.8630301
+ },
+ {
+ "nodeId": 12073437033,
+ "lat": 45.7707936,
+ "lon": 4.8630394
+ },
+ {
+ "nodeId": 8841517257,
+ "lat": 45.7713754,
+ "lon": 4.8631022
+ },
+ {
+ "nodeId": 1978398817,
+ "lat": 45.7715105,
+ "lon": 4.8631194
+ },
+ {
+ "nodeId": 8844243793,
+ "lat": 45.772327,
+ "lon": 4.8632137
+ },
+ {
+ "nodeId": 8844243792,
+ "lat": 45.7724326,
+ "lon": 4.863216
+ },
+ {
+ "nodeId": 8844243807,
+ "lat": 45.7724713,
+ "lon": 4.8632175
+ },
+ {
+ "nodeId": 8844243799,
+ "lat": 45.7725644,
+ "lon": 4.8632212
+ },
+ {
+ "nodeId": 8844243800,
+ "lat": 45.772616,
+ "lon": 4.8632233
+ },
+ {
+ "nodeId": 8844243798,
+ "lat": 45.7726454,
+ "lon": 4.8632244
+ },
+ {
+ "nodeId": 8844243808,
+ "lat": 45.772723,
+ "lon": 4.8632275
+ },
+ {
+ "nodeId": 8841325727,
+ "lat": 45.7729285,
+ "lon": 4.8632356
+ },
+ {
+ "nodeId": 8844655604,
+ "lat": 45.7732341,
+ "lon": 4.8632713
+ },
+ {
+ "nodeId": 1480891855,
+ "lat": 45.7738706,
+ "lon": 4.8633421
+ },
+ {
+ "nodeId": 1978081931,
+ "lat": 45.7739506,
+ "lon": 4.8633769
+ },
+ {
+ "nodeId": 16050315,
+ "lat": 45.7740036,
+ "lon": 4.8634224
+ },
+ {
+ "nodeId": 8844655613,
+ "lat": 45.7740311,
+ "lon": 4.8634595
+ },
+ {
+ "nodeId": 1978081937,
+ "lat": 45.7740511,
+ "lon": 4.8635008
+ },
+ {
+ "nodeId": 16050318,
+ "lat": 45.7740723,
+ "lon": 4.8635569
+ },
+ {
+ "nodeId": 8841325728,
+ "lat": 45.7740794,
+ "lon": 4.8635888
+ },
+ {
+ "nodeId": 8844655615,
+ "lat": 45.774085,
+ "lon": 4.8636288
+ },
+ {
+ "nodeId": 8844662038,
+ "lat": 45.7740889,
+ "lon": 4.8636372
+ },
+ {
+ "nodeId": 1978081935,
+ "lat": 45.7740477,
+ "lon": 4.8644366
+ },
+ {
+ "nodeId": 8844662025,
+ "lat": 45.774048,
+ "lon": 4.8644473
+ },
+ {
+ "nodeId": 8844662023,
+ "lat": 45.7740485,
+ "lon": 4.8644832
+ },
+ {
+ "nodeId": 1504772607,
+ "lat": 45.7740541,
+ "lon": 4.8645474
+ },
+ {
+ "nodeId": 1480891859,
+ "lat": 45.7740785,
+ "lon": 4.8646361
+ },
+ {
+ "nodeId": 16050326,
+ "lat": 45.7741137,
+ "lon": 4.8647073
+ },
+ {
+ "nodeId": 8844662089,
+ "lat": 45.7741805,
+ "lon": 4.8647937
+ },
+ {
+ "nodeId": 8844656789,
+ "lat": 45.7742039,
+ "lon": 4.8648175
+ },
+ {
+ "nodeId": 8844656784,
+ "lat": 45.7742296,
+ "lon": 4.8648488
+ },
+ {
+ "nodeId": 1978081989,
+ "lat": 45.7742991,
+ "lon": 4.8649337
+ },
+ {
+ "nodeId": 16050328,
+ "lat": 45.7743406,
+ "lon": 4.8649977
+ },
+ {
+ "nodeId": 8844656785,
+ "lat": 45.7743626,
+ "lon": 4.8650414
+ },
+ {
+ "nodeId": 12073692452,
+ "lat": 45.7743772,
+ "lon": 4.8650709
+ },
+ {
+ "nodeId": 8844662091,
+ "lat": 45.7743828,
+ "lon": 4.8650816
+ },
+ {
+ "nodeId": 8844770083,
+ "lat": 45.7744019,
+ "lon": 4.8651275
+ },
+ {
+ "nodeId": 8844770078,
+ "lat": 45.7744493,
+ "lon": 4.8652417
+ },
+ {
+ "nodeId": 8853053303,
+ "lat": 45.7748499,
+ "lon": 4.8663013
+ },
+ {
+ "nodeId": 8853079275,
+ "lat": 45.7748745,
+ "lon": 4.8663662
+ },
+ {
+ "nodeId": 1978082010,
+ "lat": 45.7752528,
+ "lon": 4.8673651
+ },
+ {
+ "nodeId": 16050334,
+ "lat": 45.7752965,
+ "lon": 4.8674566
+ },
+ {
+ "nodeId": 8853079278,
+ "lat": 45.7753226,
+ "lon": 4.8674918
+ },
+ {
+ "nodeId": 1978082014,
+ "lat": 45.7753421,
+ "lon": 4.8675182
+ },
+ {
+ "nodeId": 8853079279,
+ "lat": 45.7753686,
+ "lon": 4.8675408
+ },
+ {
+ "nodeId": 1978082018,
+ "lat": 45.775459,
+ "lon": 4.8675793
+ },
+ {
+ "nodeId": 1978082037,
+ "lat": 45.7755058,
+ "lon": 4.8675799
+ },
+ {
+ "nodeId": 16050340,
+ "lat": 45.7755654,
+ "lon": 4.8675713
+ },
+ {
+ "nodeId": 8844808299,
+ "lat": 45.7755917,
+ "lon": 4.8675646
+ },
+ {
+ "nodeId": 1978082051,
+ "lat": 45.7759409,
+ "lon": 4.8674748
+ },
+ {
+ "nodeId": 8853079291,
+ "lat": 45.7762685,
+ "lon": 4.8673777
+ },
+ {
+ "nodeId": 8853079297,
+ "lat": 45.7763365,
+ "lon": 4.8673585
+ },
+ {
+ "nodeId": 8853079289,
+ "lat": 45.7764266,
+ "lon": 4.8673348
+ },
+ {
+ "nodeId": 8853130202,
+ "lat": 45.7773448,
+ "lon": 4.8671028
+ },
+ {
+ "nodeId": 8853142617,
+ "lat": 45.7774539,
+ "lon": 4.867084
+ },
+ {
+ "nodeId": 8853130203,
+ "lat": 45.7774798,
+ "lon": 4.8670795
+ },
+ {
+ "nodeId": 8853130216,
+ "lat": 45.7775558,
+ "lon": 4.8670605
+ },
+ {
+ "nodeId": 8853130215,
+ "lat": 45.7776949,
+ "lon": 4.8670311
+ },
+ {
+ "nodeId": 1978082071,
+ "lat": 45.7782539,
+ "lon": 4.8668836
+ },
+ {
+ "nodeId": 8853247402,
+ "lat": 45.7782854,
+ "lon": 4.8668739
+ },
+ {
+ "nodeId": 1978082077,
+ "lat": 45.7785791,
+ "lon": 4.8667833
+ },
+ {
+ "nodeId": 8853279217,
+ "lat": 45.7787735,
+ "lon": 4.86673
+ },
+ {
+ "nodeId": 8853279233,
+ "lat": 45.7788725,
+ "lon": 4.8667033
+ },
+ {
+ "nodeId": 8853279232,
+ "lat": 45.7789705,
+ "lon": 4.8666768
+ },
+ {
+ "nodeId": 8853279221,
+ "lat": 45.7790883,
+ "lon": 4.8666457
+ },
+ {
+ "nodeId": 16050354,
+ "lat": 45.7791466,
+ "lon": 4.8666291
+ },
+ {
+ "nodeId": 8853279231,
+ "lat": 45.7792411,
+ "lon": 4.8665824
+ },
+ {
+ "nodeId": 2733276593,
+ "lat": 45.7792685,
+ "lon": 4.8665689
+ },
+ {
+ "nodeId": 1978082124,
+ "lat": 45.7793577,
+ "lon": 4.8665079
+ },
+ {
+ "nodeId": 538824569,
+ "lat": 45.7794672,
+ "lon": 4.8664087
+ },
+ {
+ "nodeId": 11618119099,
+ "lat": 45.7800279,
+ "lon": 4.8658968
+ },
+ {
+ "nodeId": 2733276604,
+ "lat": 45.7802389,
+ "lon": 4.8657042
+ },
+ {
+ "nodeId": 8853279246,
+ "lat": 45.780253,
+ "lon": 4.8656914
+ },
+ {
+ "nodeId": 8853279245,
+ "lat": 45.7802933,
+ "lon": 4.8656548
+ },
+ {
+ "nodeId": 1978082144,
+ "lat": 45.7803666,
+ "lon": 4.8655885
+ },
+ {
+ "nodeId": 16050360,
+ "lat": 45.7803097,
+ "lon": 4.8656399
+ },
+ {
+ "nodeId": 16050362,
+ "lat": 45.780432,
+ "lon": 4.8655394
+ },
+ {
+ "nodeId": 8853279262,
+ "lat": 45.7804751,
+ "lon": 4.8655223
+ },
+ {
+ "nodeId": 538824711,
+ "lat": 45.780509,
+ "lon": 4.8655187
+ },
+ {
+ "nodeId": 1978082170,
+ "lat": 45.7805511,
+ "lon": 4.8655228
+ },
+ {
+ "nodeId": 1978082174,
+ "lat": 45.7805959,
+ "lon": 4.8655418
+ },
+ {
+ "nodeId": 8853279249,
+ "lat": 45.7806458,
+ "lon": 4.8655835
+ },
+ {
+ "nodeId": 16050366,
+ "lat": 45.7806592,
+ "lon": 4.8655947
+ },
+ {
+ "nodeId": 2733276610,
+ "lat": 45.780692,
+ "lon": 4.8656483
+ },
+ {
+ "nodeId": 538824733,
+ "lat": 45.7807024,
+ "lon": 4.8656641
+ },
+ {
+ "nodeId": 2733276611,
+ "lat": 45.7807205,
+ "lon": 4.865708
+ },
+ {
+ "nodeId": 16050369,
+ "lat": 45.780735,
+ "lon": 4.8657625
+ },
+ {
+ "nodeId": 8853279252,
+ "lat": 45.7807938,
+ "lon": 4.8660251
+ },
+ {
+ "nodeId": 8853279259,
+ "lat": 45.7809467,
+ "lon": 4.866707
+ },
+ {
+ "nodeId": 12209430579,
+ "lat": 45.7810374,
+ "lon": 4.8671106
+ },
+ {
+ "nodeId": 8853210407,
+ "lat": 45.7810532,
+ "lon": 4.8671811
+ },
+ {
+ "nodeId": 8853210408,
+ "lat": 45.7811226,
+ "lon": 4.8674904
+ },
+ {
+ "nodeId": 8853210409,
+ "lat": 45.7812616,
+ "lon": 4.8681094
+ },
+ {
+ "nodeId": 8853210410,
+ "lat": 45.7814138,
+ "lon": 4.8687872
+ },
+ {
+ "nodeId": 1978082254,
+ "lat": 45.7815496,
+ "lon": 4.8693919
+ },
+ {
+ "nodeId": 8853210406,
+ "lat": 45.7815575,
+ "lon": 4.8694467
+ },
+ {
+ "nodeId": 10155697430,
+ "lat": 45.7815697,
+ "lon": 4.8695316
+ },
+ {
+ "nodeId": 1978082262,
+ "lat": 45.7815725,
+ "lon": 4.8695515
+ },
+ {
+ "nodeId": 16050372,
+ "lat": 45.781574,
+ "lon": 4.8696767
+ },
+ {
+ "nodeId": 1978082250,
+ "lat": 45.781537,
+ "lon": 4.8703115
+ },
+ {
+ "nodeId": 1978082246,
+ "lat": 45.7815351,
+ "lon": 4.8704061
+ },
+ {
+ "nodeId": 16050376,
+ "lat": 45.781549,
+ "lon": 4.8705513
+ },
+ {
+ "nodeId": 1978082299,
+ "lat": 45.7816564,
+ "lon": 4.8710156
+ },
+ {
+ "nodeId": 16050380,
+ "lat": 45.7816735,
+ "lon": 4.8711268
+ },
+ {
+ "nodeId": 1978082301,
+ "lat": 45.7816777,
+ "lon": 4.8712536
+ },
+ {
+ "nodeId": 32974473,
+ "lat": 45.7816642,
+ "lon": 4.8713897
+ },
+ {
+ "nodeId": 3251202633,
+ "lat": 45.7816584,
+ "lon": 4.8714154
+ },
+ {
+ "nodeId": 8856468208,
+ "lat": 45.7816396,
+ "lon": 4.8714986
+ },
+ {
+ "nodeId": 8856468211,
+ "lat": 45.7816019,
+ "lon": 4.8716645
+ },
+ {
+ "nodeId": 8856468212,
+ "lat": 45.7815884,
+ "lon": 4.8717242
+ },
+ {
+ "nodeId": 8856468214,
+ "lat": 45.7815748,
+ "lon": 4.8717901
+ },
+ {
+ "nodeId": 21702415,
+ "lat": 45.7379793,
+ "lon": 4.8715445
+ },
+ {
+ "nodeId": 2724055535,
+ "lat": 45.7380575,
+ "lon": 4.871649
+ },
+ {
+ "nodeId": 8110651726,
+ "lat": 45.7398152,
+ "lon": 4.873992
+ },
+ {
+ "nodeId": 21702414,
+ "lat": 45.7399174,
+ "lon": 4.8741285
+ },
+ {
+ "nodeId": 8110651724,
+ "lat": 45.7399893,
+ "lon": 4.8742291
+ },
+ {
+ "nodeId": 8111700546,
+ "lat": 45.7403491,
+ "lon": 4.874747
+ },
+ {
+ "nodeId": 12002438401,
+ "lat": 45.7406778,
+ "lon": 4.87522
+ },
+ {
+ "nodeId": 8111700548,
+ "lat": 45.740823,
+ "lon": 4.8754306
+ },
+ {
+ "nodeId": 21702427,
+ "lat": 45.7409263,
+ "lon": 4.8755777
+ },
+ {
+ "nodeId": 4074820833,
+ "lat": 45.7410081,
+ "lon": 4.8756936
+ },
+ {
+ "nodeId": 1977712762,
+ "lat": 45.7415946,
+ "lon": 4.8765472
+ },
+ {
+ "nodeId": 12002438400,
+ "lat": 45.7416267,
+ "lon": 4.8765939
+ },
+ {
+ "nodeId": 2724055553,
+ "lat": 45.7418178,
+ "lon": 4.8768719
+ },
+ {
+ "nodeId": 2724055558,
+ "lat": 45.7419335,
+ "lon": 4.8770401
+ },
+ {
+ "nodeId": 2729043987,
+ "lat": 45.7422047,
+ "lon": 4.8774283
+ },
+ {
+ "nodeId": 21702426,
+ "lat": 45.7422809,
+ "lon": 4.8775386
+ },
+ {
+ "nodeId": 1977797004,
+ "lat": 45.7424684,
+ "lon": 4.8778124
+ },
+ {
+ "nodeId": 2000610925,
+ "lat": 45.7556021,
+ "lon": 4.8617647
+ },
+ {
+ "nodeId": 8498124612,
+ "lat": 45.755561,
+ "lon": 4.8617715
+ },
+ {
+ "nodeId": 8498124613,
+ "lat": 45.7555275,
+ "lon": 4.8617811
+ },
+ {
+ "nodeId": 2000610922,
+ "lat": 45.7554559,
+ "lon": 4.8618054
+ },
+ {
+ "nodeId": 12003206139,
+ "lat": 45.7480245,
+ "lon": 4.8332133
+ },
+ {
+ "nodeId": 88844500,
+ "lat": 45.7479597,
+ "lon": 4.8334158
+ },
+ {
+ "nodeId": 250282574,
+ "lat": 45.760959,
+ "lon": 4.8565595
+ },
+ {
+ "nodeId": 12100310317,
+ "lat": 45.7610443,
+ "lon": 4.8574837
+ },
+ {
+ "nodeId": 8832025550,
+ "lat": 45.7610544,
+ "lon": 4.8575934
+ },
+ {
+ "nodeId": 1149631828,
+ "lat": 45.7610604,
+ "lon": 4.8576694
+ },
+ {
+ "nodeId": 13095799157,
+ "lat": 45.7610746,
+ "lon": 4.8577509
+ },
+ {
+ "nodeId": 1979441831,
+ "lat": 45.7615719,
+ "lon": 4.9242862
+ },
+ {
+ "nodeId": 12883830409,
+ "lat": 45.7616509,
+ "lon": 4.9245982
+ },
+ {
+ "nodeId": 1979441810,
+ "lat": 45.7591037,
+ "lon": 4.8618585
+ },
+ {
+ "nodeId": 1979441808,
+ "lat": 45.7590194,
+ "lon": 4.8618544
+ },
+ {
+ "nodeId": 8865464519,
+ "lat": 45.7590098,
+ "lon": 4.861854
+ },
+ {
+ "nodeId": 11926302922,
+ "lat": 45.7589173,
+ "lon": 4.8618506
+ },
+ {
+ "nodeId": 1979441799,
+ "lat": 45.7583001,
+ "lon": 4.8618278
+ },
+ {
+ "nodeId": 1979441791,
+ "lat": 45.7575676,
+ "lon": 4.8618014
+ },
+ {
+ "nodeId": 4032404596,
+ "lat": 45.7336101,
+ "lon": 4.8191062
+ },
+ {
+ "nodeId": 2628803461,
+ "lat": 45.7336397,
+ "lon": 4.8189915
+ },
+ {
+ "nodeId": 2628803465,
+ "lat": 45.733703,
+ "lon": 4.8187599
+ },
+ {
+ "nodeId": 8820606147,
+ "lat": 45.7337509,
+ "lon": 4.8185803
+ },
+ {
+ "nodeId": 8820606146,
+ "lat": 45.7337746,
+ "lon": 4.8184941
+ },
+ {
+ "nodeId": 8820606145,
+ "lat": 45.7338178,
+ "lon": 4.8183717
+ },
+ {
+ "nodeId": 1029434992,
+ "lat": 45.7339064,
+ "lon": 4.8181472
+ },
+ {
+ "nodeId": 8824510147,
+ "lat": 45.7339517,
+ "lon": 4.8180555
+ },
+ {
+ "nodeId": 2702204448,
+ "lat": 45.734006,
+ "lon": 4.817979
+ },
+ {
+ "nodeId": 8824510146,
+ "lat": 45.7340343,
+ "lon": 4.8179505
+ },
+ {
+ "nodeId": 6744047175,
+ "lat": 45.7340723,
+ "lon": 4.8179205
+ },
+ {
+ "nodeId": 8824510153,
+ "lat": 45.7340901,
+ "lon": 4.81791
+ },
+ {
+ "nodeId": 6744047176,
+ "lat": 45.7341196,
+ "lon": 4.8178924
+ },
+ {
+ "nodeId": 8824510152,
+ "lat": 45.7341867,
+ "lon": 4.8178664
+ },
+ {
+ "nodeId": 2526451312,
+ "lat": 45.7343624,
+ "lon": 4.8177984
+ },
+ {
+ "nodeId": 34819702,
+ "lat": 45.7345454,
+ "lon": 4.817728
+ },
+ {
+ "nodeId": 34819701,
+ "lat": 45.7358806,
+ "lon": 4.8171037
+ },
+ {
+ "nodeId": 4029012806,
+ "lat": 45.7361104,
+ "lon": 4.8169922
+ },
+ {
+ "nodeId": 712909137,
+ "lat": 45.7363271,
+ "lon": 4.8169004
+ },
+ {
+ "nodeId": 2522519377,
+ "lat": 45.7365843,
+ "lon": 4.8168224
+ },
+ {
+ "nodeId": 34819700,
+ "lat": 45.7368421,
+ "lon": 4.8167806
+ },
+ {
+ "nodeId": 2522519384,
+ "lat": 45.737059,
+ "lon": 4.8167674
+ },
+ {
+ "nodeId": 2522519390,
+ "lat": 45.7372743,
+ "lon": 4.8167764
+ },
+ {
+ "nodeId": 34819699,
+ "lat": 45.7375035,
+ "lon": 4.8168111
+ },
+ {
+ "nodeId": 12214139188,
+ "lat": 45.7376337,
+ "lon": 4.8168382
+ },
+ {
+ "nodeId": 2522519396,
+ "lat": 45.7376518,
+ "lon": 4.8168419
+ },
+ {
+ "nodeId": 8824539511,
+ "lat": 45.7377374,
+ "lon": 4.8168772
+ },
+ {
+ "nodeId": 2522519404,
+ "lat": 45.7377862,
+ "lon": 4.8168973
+ },
+ {
+ "nodeId": 12214139179,
+ "lat": 45.7378106,
+ "lon": 4.8169094
+ },
+ {
+ "nodeId": 34819698,
+ "lat": 45.7380131,
+ "lon": 4.8170098
+ },
+ {
+ "nodeId": 2522519416,
+ "lat": 45.738362,
+ "lon": 4.817188
+ },
+ {
+ "nodeId": 34819697,
+ "lat": 45.7384686,
+ "lon": 4.8172575
+ },
+ {
+ "nodeId": 1977987887,
+ "lat": 45.7388311,
+ "lon": 4.8175633
+ },
+ {
+ "nodeId": 8791385060,
+ "lat": 45.7396467,
+ "lon": 4.8182582
+ },
+ {
+ "nodeId": 8791385067,
+ "lat": 45.7397145,
+ "lon": 4.8183187
+ },
+ {
+ "nodeId": 11916393811,
+ "lat": 45.7397679,
+ "lon": 4.8183627
+ },
+ {
+ "nodeId": 8791343606,
+ "lat": 45.7397862,
+ "lon": 4.8183778
+ },
+ {
+ "nodeId": 11916423623,
+ "lat": 45.7398375,
+ "lon": 4.8184207
+ },
+ {
+ "nodeId": 11916393804,
+ "lat": 45.7398559,
+ "lon": 4.8184361
+ },
+ {
+ "nodeId": 11916423622,
+ "lat": 45.7398997,
+ "lon": 4.8184728
+ },
+ {
+ "nodeId": 7935091119,
+ "lat": 45.7399127,
+ "lon": 4.8184837
+ },
+ {
+ "nodeId": 7551277590,
+ "lat": 45.7400416,
+ "lon": 4.8185962
+ },
+ {
+ "nodeId": 8836205939,
+ "lat": 45.7692333,
+ "lon": 4.8617532
+ },
+ {
+ "nodeId": 8838192645,
+ "lat": 45.7691885,
+ "lon": 4.8617559
+ },
+ {
+ "nodeId": 8838243722,
+ "lat": 45.7681543,
+ "lon": 4.861817
+ },
+ {
+ "nodeId": 8836199011,
+ "lat": 45.7681125,
+ "lon": 4.8618195
+ },
+ {
+ "nodeId": 8836199014,
+ "lat": 45.7680521,
+ "lon": 4.8618231
+ },
+ {
+ "nodeId": 8836198998,
+ "lat": 45.7673148,
+ "lon": 4.8618667
+ },
+ {
+ "nodeId": 8836141606,
+ "lat": 45.7672684,
+ "lon": 4.8618694
+ },
+ {
+ "nodeId": 8836198999,
+ "lat": 45.7672172,
+ "lon": 4.8618724
+ },
+ {
+ "nodeId": 12031182219,
+ "lat": 45.7664653,
+ "lon": 4.8619126
+ },
+ {
+ "nodeId": 8836141615,
+ "lat": 45.7663902,
+ "lon": 4.8619156
+ },
+ {
+ "nodeId": 8836141607,
+ "lat": 45.7663134,
+ "lon": 4.8619186
+ },
+ {
+ "nodeId": 8836141608,
+ "lat": 45.7662256,
+ "lon": 4.8619219
+ },
+ {
+ "nodeId": 8836157520,
+ "lat": 45.7661576,
+ "lon": 4.8619247
+ },
+ {
+ "nodeId": 12031182218,
+ "lat": 45.7652387,
+ "lon": 4.8619645
+ },
+ {
+ "nodeId": 8836141581,
+ "lat": 45.7651575,
+ "lon": 4.8619689
+ },
+ {
+ "nodeId": 8836141589,
+ "lat": 45.7650681,
+ "lon": 4.8619716
+ },
+ {
+ "nodeId": 2578564431,
+ "lat": 45.7649531,
+ "lon": 4.8619768
+ },
+ {
+ "nodeId": 12031182215,
+ "lat": 45.7641342,
+ "lon": 4.862021
+ },
+ {
+ "nodeId": 8836088955,
+ "lat": 45.7640439,
+ "lon": 4.862024
+ },
+ {
+ "nodeId": 1979441846,
+ "lat": 45.7640084,
+ "lon": 4.8620251
+ },
+ {
+ "nodeId": 1980844023,
+ "lat": 45.7717363,
+ "lon": 4.9978989
+ },
+ {
+ "nodeId": 8112230009,
+ "lat": 45.7716404,
+ "lon": 4.9985458
+ },
+ {
+ "nodeId": 8112230005,
+ "lat": 45.7715439,
+ "lon": 4.9992949
+ },
+ {
+ "nodeId": 1980844021,
+ "lat": 45.771532,
+ "lon": 4.9993853
+ },
+ {
+ "nodeId": 1980844020,
+ "lat": 45.7714998,
+ "lon": 4.999744
+ },
+ {
+ "nodeId": 11048673660,
+ "lat": 45.7714899,
+ "lon": 4.9999253
+ },
+ {
+ "nodeId": 11048673664,
+ "lat": 45.7714817,
+ "lon": 5.0000782
+ },
+ {
+ "nodeId": 1980844019,
+ "lat": 45.7714588,
+ "lon": 5.0003605
+ },
+ {
+ "nodeId": 8794600588,
+ "lat": 45.7313069,
+ "lon": 4.8342225
+ },
+ {
+ "nodeId": 2382015128,
+ "lat": 45.7313473,
+ "lon": 4.8340643
+ },
+ {
+ "nodeId": 2382015130,
+ "lat": 45.7313613,
+ "lon": 4.8339383
+ },
+ {
+ "nodeId": 2382015131,
+ "lat": 45.7313631,
+ "lon": 4.8338886
+ },
+ {
+ "nodeId": 4185600669,
+ "lat": 45.7313616,
+ "lon": 4.8338365
+ },
+ {
+ "nodeId": 8814402874,
+ "lat": 45.7313547,
+ "lon": 4.8337022
+ },
+ {
+ "nodeId": 8814402877,
+ "lat": 45.7313489,
+ "lon": 4.8336239
+ },
+ {
+ "nodeId": 8814402876,
+ "lat": 45.7313393,
+ "lon": 4.8334947
+ },
+ {
+ "nodeId": 2039865141,
+ "lat": 45.731335,
+ "lon": 4.8334628
+ },
+ {
+ "nodeId": 6918554832,
+ "lat": 45.731332,
+ "lon": 4.8332709
+ },
+ {
+ "nodeId": 4029012793,
+ "lat": 45.7313454,
+ "lon": 4.8324671
+ },
+ {
+ "nodeId": 4029012794,
+ "lat": 45.7313525,
+ "lon": 4.8321156
+ },
+ {
+ "nodeId": 8814402907,
+ "lat": 45.7313627,
+ "lon": 4.8316947
+ },
+ {
+ "nodeId": 2426409413,
+ "lat": 45.7313663,
+ "lon": 4.8315464
+ },
+ {
+ "nodeId": 2039865147,
+ "lat": 45.731364,
+ "lon": 4.8314406
+ },
+ {
+ "nodeId": 8814402910,
+ "lat": 45.731364,
+ "lon": 4.8314347
+ },
+ {
+ "nodeId": 2039865136,
+ "lat": 45.7313714,
+ "lon": 4.8309639
+ },
+ {
+ "nodeId": 8814402892,
+ "lat": 45.7313881,
+ "lon": 4.8300861
+ },
+ {
+ "nodeId": 8814402893,
+ "lat": 45.7313953,
+ "lon": 4.829924
+ },
+ {
+ "nodeId": 4029012797,
+ "lat": 45.7314022,
+ "lon": 4.8297537
+ },
+ {
+ "nodeId": 4029012798,
+ "lat": 45.7314324,
+ "lon": 4.8293865
+ },
+ {
+ "nodeId": 8814622284,
+ "lat": 45.7314799,
+ "lon": 4.8283023
+ },
+ {
+ "nodeId": 8820234962,
+ "lat": 45.7314922,
+ "lon": 4.8278816
+ },
+ {
+ "nodeId": 4029012801,
+ "lat": 45.7314958,
+ "lon": 4.82776
+ },
+ {
+ "nodeId": 8814622298,
+ "lat": 45.7315562,
+ "lon": 4.8260237
+ },
+ {
+ "nodeId": 8814683258,
+ "lat": 45.7315621,
+ "lon": 4.825851
+ },
+ {
+ "nodeId": 1990709581,
+ "lat": 45.731563,
+ "lon": 4.8258265
+ },
+ {
+ "nodeId": 8820230145,
+ "lat": 45.7315671,
+ "lon": 4.825665
+ },
+ {
+ "nodeId": 8814683264,
+ "lat": 45.7315694,
+ "lon": 4.8255719
+ },
+ {
+ "nodeId": 11891350694,
+ "lat": 45.7315948,
+ "lon": 4.8246099
+ },
+ {
+ "nodeId": 12865028221,
+ "lat": 45.731598,
+ "lon": 4.8244865
+ },
+ {
+ "nodeId": 8820230158,
+ "lat": 45.7315992,
+ "lon": 4.8244412
+ },
+ {
+ "nodeId": 8814683248,
+ "lat": 45.7316058,
+ "lon": 4.8242271
+ },
+ {
+ "nodeId": 8820230151,
+ "lat": 45.731613,
+ "lon": 4.8239464
+ },
+ {
+ "nodeId": 2426409422,
+ "lat": 45.7316143,
+ "lon": 4.8238784
+ },
+ {
+ "nodeId": 8820230157,
+ "lat": 45.7316241,
+ "lon": 4.8236798
+ },
+ {
+ "nodeId": 11891350700,
+ "lat": 45.7316256,
+ "lon": 4.8236498
+ },
+ {
+ "nodeId": 8814683276,
+ "lat": 45.7316289,
+ "lon": 4.8235894
+ },
+ {
+ "nodeId": 12486988448,
+ "lat": 45.7316386,
+ "lon": 4.8234774
+ },
+ {
+ "nodeId": 8814683274,
+ "lat": 45.7316503,
+ "lon": 4.8233517
+ },
+ {
+ "nodeId": 8814683272,
+ "lat": 45.7316587,
+ "lon": 4.8232772
+ },
+ {
+ "nodeId": 8820537749,
+ "lat": 45.7317758,
+ "lon": 4.822523
+ },
+ {
+ "nodeId": 4386015960,
+ "lat": 45.7318154,
+ "lon": 4.8222595
+ },
+ {
+ "nodeId": 9505741592,
+ "lat": 45.7607453,
+ "lon": 4.9210114
+ },
+ {
+ "nodeId": 1979441820,
+ "lat": 45.760704,
+ "lon": 4.9208232
+ },
+ {
+ "nodeId": 1979441821,
+ "lat": 45.760771,
+ "lon": 4.92114
+ },
+ {
+ "nodeId": 9505741589,
+ "lat": 45.7608087,
+ "lon": 4.9213686
+ },
+ {
+ "nodeId": 9505741590,
+ "lat": 45.7608252,
+ "lon": 4.9214647
+ },
+ {
+ "nodeId": 1979441822,
+ "lat": 45.7608445,
+ "lon": 4.9215686
+ },
+ {
+ "nodeId": 3112828208,
+ "lat": 45.7609041,
+ "lon": 4.921826
+ },
+ {
+ "nodeId": 3112829680,
+ "lat": 45.7610817,
+ "lon": 4.9225407
+ },
+ {
+ "nodeId": 6149978727,
+ "lat": 45.7612064,
+ "lon": 4.9230355
+ },
+ {
+ "nodeId": 1979441824,
+ "lat": 45.7612162,
+ "lon": 4.9230723
+ },
+ {
+ "nodeId": 1979441825,
+ "lat": 45.7612495,
+ "lon": 4.9232082
+ },
+ {
+ "nodeId": 2722970640,
+ "lat": 45.7612272,
+ "lon": 4.9231186
+ },
+ {
+ "nodeId": 9505741606,
+ "lat": 45.7612801,
+ "lon": 4.9233157
+ },
+ {
+ "nodeId": 9505741607,
+ "lat": 45.7613323,
+ "lon": 4.9234906
+ },
+ {
+ "nodeId": 1979441828,
+ "lat": 45.7614041,
+ "lon": 4.9237219
+ },
+ {
+ "nodeId": 1979441830,
+ "lat": 45.761461,
+ "lon": 4.9239062
+ },
+ {
+ "nodeId": 9505741608,
+ "lat": 45.7615125,
+ "lon": 4.9240708
+ },
+ {
+ "nodeId": 5623868047,
+ "lat": 45.7384037,
+ "lon": 4.8945262
+ },
+ {
+ "nodeId": 1977742118,
+ "lat": 45.7382149,
+ "lon": 4.8950976
+ },
+ {
+ "nodeId": 16050550,
+ "lat": 45.7378482,
+ "lon": 4.8962188
+ },
+ {
+ "nodeId": 2733298198,
+ "lat": 45.7377803,
+ "lon": 4.8964249
+ },
+ {
+ "nodeId": 2733298197,
+ "lat": 45.7377642,
+ "lon": 4.8964737
+ },
+ {
+ "nodeId": 2733298188,
+ "lat": 45.7373142,
+ "lon": 4.89784
+ },
+ {
+ "nodeId": 5608789987,
+ "lat": 45.7373091,
+ "lon": 4.8978553
+ },
+ {
+ "nodeId": 11761718124,
+ "lat": 45.7371219,
+ "lon": 4.8984241
+ },
+ {
+ "nodeId": 5608789989,
+ "lat": 45.7370899,
+ "lon": 4.8985212
+ },
+ {
+ "nodeId": 16050558,
+ "lat": 45.7366404,
+ "lon": 4.8998875
+ },
+ {
+ "nodeId": 33065539,
+ "lat": 45.7363421,
+ "lon": 4.9007961
+ },
+ {
+ "nodeId": 2733298175,
+ "lat": 45.7363232,
+ "lon": 4.9008446
+ },
+ {
+ "nodeId": 2733298172,
+ "lat": 45.7362954,
+ "lon": 4.9009156
+ },
+ {
+ "nodeId": 2733298166,
+ "lat": 45.7362758,
+ "lon": 4.9009659
+ },
+ {
+ "nodeId": 657813273,
+ "lat": 45.7362664,
+ "lon": 4.9009878
+ },
+ {
+ "nodeId": 2733298159,
+ "lat": 45.7362562,
+ "lon": 4.901012
+ },
+ {
+ "nodeId": 33065542,
+ "lat": 45.7362286,
+ "lon": 4.9010737
+ },
+ {
+ "nodeId": 2733298151,
+ "lat": 45.7361854,
+ "lon": 4.9011414
+ },
+ {
+ "nodeId": 7809423535,
+ "lat": 45.7361265,
+ "lon": 4.9012327
+ },
+ {
+ "nodeId": 657813254,
+ "lat": 45.7360047,
+ "lon": 4.9014214
+ },
+ {
+ "nodeId": 33065541,
+ "lat": 45.735983,
+ "lon": 4.9014578
+ },
+ {
+ "nodeId": 2733298138,
+ "lat": 45.7359533,
+ "lon": 4.901503
+ },
+ {
+ "nodeId": 1977742115,
+ "lat": 45.7359016,
+ "lon": 4.9015899
+ },
+ {
+ "nodeId": 33065540,
+ "lat": 45.7358551,
+ "lon": 4.9016876
+ },
+ {
+ "nodeId": 2733298131,
+ "lat": 45.7358044,
+ "lon": 4.9018375
+ },
+ {
+ "nodeId": 1977742113,
+ "lat": 45.7354397,
+ "lon": 4.9029171
+ },
+ {
+ "nodeId": 3266667827,
+ "lat": 45.7354277,
+ "lon": 4.9029521
+ },
+ {
+ "nodeId": 2733298122,
+ "lat": 45.7353962,
+ "lon": 4.9030435
+ },
+ {
+ "nodeId": 2733298117,
+ "lat": 45.7353239,
+ "lon": 4.9032536
+ },
+ {
+ "nodeId": 1977742111,
+ "lat": 45.7352273,
+ "lon": 4.9035343
+ },
+ {
+ "nodeId": 2733298107,
+ "lat": 45.7350636,
+ "lon": 4.9040283
+ },
+ {
+ "nodeId": 8162440956,
+ "lat": 45.7350097,
+ "lon": 4.9041913
+ },
+ {
+ "nodeId": 8162430302,
+ "lat": 45.7348305,
+ "lon": 4.9047375
+ },
+ {
+ "nodeId": 1030742705,
+ "lat": 45.7347822,
+ "lon": 4.9048828
+ },
+ {
+ "nodeId": 2733298096,
+ "lat": 45.7347556,
+ "lon": 4.9049584
+ },
+ {
+ "nodeId": 2733298091,
+ "lat": 45.7346746,
+ "lon": 4.9052056
+ },
+ {
+ "nodeId": 1030742632,
+ "lat": 45.7346485,
+ "lon": 4.9052855
+ },
+ {
+ "nodeId": 8111505489,
+ "lat": 45.7346114,
+ "lon": 4.9053994
+ },
+ {
+ "nodeId": 16050564,
+ "lat": 45.7345972,
+ "lon": 4.9054426
+ },
+ {
+ "nodeId": 3760111003,
+ "lat": 45.7336029,
+ "lon": 4.9084331
+ },
+ {
+ "nodeId": 244508807,
+ "lat": 45.7335599,
+ "lon": 4.9085662
+ },
+ {
+ "nodeId": 3760111005,
+ "lat": 45.7334984,
+ "lon": 4.9087589
+ },
+ {
+ "nodeId": 4048211262,
+ "lat": 45.7332849,
+ "lon": 4.9093975
+ },
+ {
+ "nodeId": 1977790616,
+ "lat": 45.7330926,
+ "lon": 4.9099784
+ },
+ {
+ "nodeId": 3760110999,
+ "lat": 45.7330333,
+ "lon": 4.9101575
+ },
+ {
+ "nodeId": 244509505,
+ "lat": 45.7329984,
+ "lon": 4.9102627
+ },
+ {
+ "nodeId": 3760110995,
+ "lat": 45.7329589,
+ "lon": 4.9103792
+ },
+ {
+ "nodeId": 244668102,
+ "lat": 45.7323867,
+ "lon": 4.9121126
+ },
+ {
+ "nodeId": 8162398380,
+ "lat": 45.7323556,
+ "lon": 4.912207
+ },
+ {
+ "nodeId": 3760133419,
+ "lat": 45.7321702,
+ "lon": 4.9127689
+ },
+ {
+ "nodeId": 244668120,
+ "lat": 45.7321128,
+ "lon": 4.9129452
+ },
+ {
+ "nodeId": 8162398364,
+ "lat": 45.7320555,
+ "lon": 4.9131194
+ },
+ {
+ "nodeId": 8162398341,
+ "lat": 45.7316378,
+ "lon": 4.9143874
+ },
+ {
+ "nodeId": 3760133428,
+ "lat": 45.7316121,
+ "lon": 4.9144652
+ },
+ {
+ "nodeId": 3760133432,
+ "lat": 45.7314377,
+ "lon": 4.914994
+ },
+ {
+ "nodeId": 8162398344,
+ "lat": 45.7314071,
+ "lon": 4.9150869
+ },
+ {
+ "nodeId": 12002166306,
+ "lat": 45.730865,
+ "lon": 4.9167285
+ },
+ {
+ "nodeId": 16050577,
+ "lat": 45.7307584,
+ "lon": 4.9170512
+ },
+ {
+ "nodeId": 1980843990,
+ "lat": 45.7680417,
+ "lon": 5.0283387
+ },
+ {
+ "nodeId": 9505973660,
+ "lat": 45.7679983,
+ "lon": 5.0287978
+ },
+ {
+ "nodeId": 9505973659,
+ "lat": 45.7679824,
+ "lon": 5.0290524
+ },
+ {
+ "nodeId": 9505973658,
+ "lat": 45.7679706,
+ "lon": 5.0292023
+ },
+ {
+ "nodeId": 9505973657,
+ "lat": 45.7679587,
+ "lon": 5.0293209
+ },
+ {
+ "nodeId": 1980843987,
+ "lat": 45.767939,
+ "lon": 5.0294929
+ },
+ {
+ "nodeId": 12164086159,
+ "lat": 45.7678726,
+ "lon": 5.030034
+ },
+ {
+ "nodeId": 11070905777,
+ "lat": 45.7678654,
+ "lon": 5.0300927
+ },
+ {
+ "nodeId": 11070905781,
+ "lat": 45.767858,
+ "lon": 5.0301529
+ },
+ {
+ "nodeId": 10800179559,
+ "lat": 45.7678512,
+ "lon": 5.0302182
+ },
+ {
+ "nodeId": 1980843985,
+ "lat": 45.7678387,
+ "lon": 5.0303121
+ },
+ {
+ "nodeId": 10047230182,
+ "lat": 45.7714152,
+ "lon": 5.0007162
+ },
+ {
+ "nodeId": 1980844017,
+ "lat": 45.7714069,
+ "lon": 5.0007775
+ },
+ {
+ "nodeId": 11049740994,
+ "lat": 45.7713989,
+ "lon": 5.000837
+ },
+ {
+ "nodeId": 10047230183,
+ "lat": 45.7713921,
+ "lon": 5.0008869
+ },
+ {
+ "nodeId": 1980844016,
+ "lat": 45.7712271,
+ "lon": 5.00221
+ },
+ {
+ "nodeId": 1980844015,
+ "lat": 45.771141,
+ "lon": 5.0029211
+ },
+ {
+ "nodeId": 1980844014,
+ "lat": 45.7710997,
+ "lon": 5.0032776
+ },
+ {
+ "nodeId": 11057503523,
+ "lat": 45.7710652,
+ "lon": 5.0035585
+ },
+ {
+ "nodeId": 1980844008,
+ "lat": 45.7710583,
+ "lon": 5.0036151
+ },
+ {
+ "nodeId": 1980844006,
+ "lat": 45.7706807,
+ "lon": 5.0066796
+ },
+ {
+ "nodeId": 1980844004,
+ "lat": 45.7704947,
+ "lon": 5.0082035
+ },
+ {
+ "nodeId": 1980844003,
+ "lat": 45.7703993,
+ "lon": 5.008967
+ },
+ {
+ "nodeId": 1980844002,
+ "lat": 45.7703074,
+ "lon": 5.0097374
+ },
+ {
+ "nodeId": 12180236269,
+ "lat": 45.7699712,
+ "lon": 5.0125404
+ },
+ {
+ "nodeId": 13363638555,
+ "lat": 45.7699557,
+ "lon": 5.0126703
+ },
+ {
+ "nodeId": 12141752448,
+ "lat": 45.7699435,
+ "lon": 5.0127726
+ },
+ {
+ "nodeId": 12179923944,
+ "lat": 45.7699316,
+ "lon": 5.012873
+ },
+ {
+ "nodeId": 11049870637,
+ "lat": 45.7697607,
+ "lon": 5.0143247
+ },
+ {
+ "nodeId": 11049870639,
+ "lat": 45.7692775,
+ "lon": 5.0182877
+ },
+ {
+ "nodeId": 11049870635,
+ "lat": 45.768799,
+ "lon": 5.022191
+ },
+ {
+ "nodeId": 1980843996,
+ "lat": 45.7685588,
+ "lon": 5.0241057
+ },
+ {
+ "nodeId": 9505848535,
+ "lat": 45.7684708,
+ "lon": 5.0248266
+ },
+ {
+ "nodeId": 9505848538,
+ "lat": 45.7684425,
+ "lon": 5.0250532
+ },
+ {
+ "nodeId": 1980843994,
+ "lat": 45.7682183,
+ "lon": 5.0268985
+ },
+ {
+ "nodeId": 1980843992,
+ "lat": 45.7680855,
+ "lon": 5.0279805
+ },
+ {
+ "nodeId": 21992806,
+ "lat": 45.7406323,
+ "lon": 4.8564368
+ },
+ {
+ "nodeId": 4428355480,
+ "lat": 45.740622,
+ "lon": 4.8564683
+ },
+ {
+ "nodeId": 1977670377,
+ "lat": 45.7403117,
+ "lon": 4.8573577
+ },
+ {
+ "nodeId": 8752459367,
+ "lat": 45.7401302,
+ "lon": 4.8579226
+ },
+ {
+ "nodeId": 8752459372,
+ "lat": 45.7401065,
+ "lon": 4.8579952
+ },
+ {
+ "nodeId": 8752459361,
+ "lat": 45.7400788,
+ "lon": 4.8580779
+ },
+ {
+ "nodeId": 8752448476,
+ "lat": 45.7399686,
+ "lon": 4.8584254
+ },
+ {
+ "nodeId": 12002518268,
+ "lat": 45.7397438,
+ "lon": 4.8591205
+ },
+ {
+ "nodeId": 8776558454,
+ "lat": 45.7397182,
+ "lon": 4.8591996
+ },
+ {
+ "nodeId": 12800066410,
+ "lat": 45.7397065,
+ "lon": 4.8592341
+ },
+ {
+ "nodeId": 1981090870,
+ "lat": 45.7396216,
+ "lon": 4.8594943
+ },
+ {
+ "nodeId": 16050462,
+ "lat": 45.7396007,
+ "lon": 4.8595582
+ },
+ {
+ "nodeId": 8752437632,
+ "lat": 45.7395397,
+ "lon": 4.8597483
+ },
+ {
+ "nodeId": 13135789144,
+ "lat": 45.739524,
+ "lon": 4.8597973
+ },
+ {
+ "nodeId": 8360836650,
+ "lat": 45.739468,
+ "lon": 4.8599719
+ },
+ {
+ "nodeId": 1036842324,
+ "lat": 45.7392357,
+ "lon": 4.8607062
+ },
+ {
+ "nodeId": 12002518266,
+ "lat": 45.7392261,
+ "lon": 4.8607367
+ },
+ {
+ "nodeId": 11427456810,
+ "lat": 45.7391586,
+ "lon": 4.8609504
+ },
+ {
+ "nodeId": 8360836640,
+ "lat": 45.739144,
+ "lon": 4.8609965
+ },
+ {
+ "nodeId": 12002518264,
+ "lat": 45.7390991,
+ "lon": 4.8611393
+ },
+ {
+ "nodeId": 21855793,
+ "lat": 45.7389364,
+ "lon": 4.8616575
+ },
+ {
+ "nodeId": 8360798216,
+ "lat": 45.7389144,
+ "lon": 4.861727
+ },
+ {
+ "nodeId": 9167589286,
+ "lat": 45.7387717,
+ "lon": 4.8621743
+ },
+ {
+ "nodeId": 8360807462,
+ "lat": 45.7385848,
+ "lon": 4.8627609
+ },
+ {
+ "nodeId": 262540324,
+ "lat": 45.7385569,
+ "lon": 4.8628538
+ },
+ {
+ "nodeId": 8360807458,
+ "lat": 45.7385381,
+ "lon": 4.8629174
+ },
+ {
+ "nodeId": 8360807449,
+ "lat": 45.7382764,
+ "lon": 4.8637142
+ },
+ {
+ "nodeId": 21852324,
+ "lat": 45.7382533,
+ "lon": 4.8637857
+ },
+ {
+ "nodeId": 1977670359,
+ "lat": 45.7381952,
+ "lon": 4.8639623
+ },
+ {
+ "nodeId": 1977670357,
+ "lat": 45.7380312,
+ "lon": 4.8644086
+ },
+ {
+ "nodeId": 262540503,
+ "lat": 45.7378824,
+ "lon": 4.8648699
+ },
+ {
+ "nodeId": 8360767910,
+ "lat": 45.7376932,
+ "lon": 4.8654641
+ },
+ {
+ "nodeId": 21852315,
+ "lat": 45.7376653,
+ "lon": 4.8655593
+ },
+ {
+ "nodeId": 1214447619,
+ "lat": 45.7376325,
+ "lon": 4.8656548
+ },
+ {
+ "nodeId": 8360767904,
+ "lat": 45.7376117,
+ "lon": 4.8657357
+ },
+ {
+ "nodeId": 16050479,
+ "lat": 45.737493,
+ "lon": 4.8661558
+ },
+ {
+ "nodeId": 1287773989,
+ "lat": 45.7369633,
+ "lon": 4.8678155
+ },
+ {
+ "nodeId": 8168909828,
+ "lat": 45.7369253,
+ "lon": 4.8679348
+ },
+ {
+ "nodeId": 8168909822,
+ "lat": 45.7367415,
+ "lon": 4.8685089
+ },
+ {
+ "nodeId": 16050488,
+ "lat": 45.7366238,
+ "lon": 4.8688757
+ },
+ {
+ "nodeId": 1957527539,
+ "lat": 45.7365172,
+ "lon": 4.8692098
+ },
+ {
+ "nodeId": 16050492,
+ "lat": 45.7364943,
+ "lon": 4.8693006
+ },
+ {
+ "nodeId": 1977670298,
+ "lat": 45.7364888,
+ "lon": 4.8693636
+ },
+ {
+ "nodeId": 1957527542,
+ "lat": 45.736489,
+ "lon": 4.8694243
+ },
+ {
+ "nodeId": 21702761,
+ "lat": 45.7365053,
+ "lon": 4.8695135
+ },
+ {
+ "nodeId": 1977670302,
+ "lat": 45.7365251,
+ "lon": 4.8695813
+ },
+ {
+ "nodeId": 6970322689,
+ "lat": 45.7365408,
+ "lon": 4.8696094
+ },
+ {
+ "nodeId": 1977670312,
+ "lat": 45.7365502,
+ "lon": 4.8696282
+ },
+ {
+ "nodeId": 16050493,
+ "lat": 45.7365812,
+ "lon": 4.8696761
+ },
+ {
+ "nodeId": 8111700543,
+ "lat": 45.7379107,
+ "lon": 4.8714504
+ },
+ {
+ "nodeId": 1505988434,
+ "lat": 45.7307365,
+ "lon": 4.9170926
+ },
+ {
+ "nodeId": 8111455597,
+ "lat": 45.7307157,
+ "lon": 4.917128
+ },
+ {
+ "nodeId": 641375005,
+ "lat": 45.7307034,
+ "lon": 4.917146
+ },
+ {
+ "nodeId": 1977742102,
+ "lat": 45.7306833,
+ "lon": 4.9171699
+ },
+ {
+ "nodeId": 641375004,
+ "lat": 45.7306517,
+ "lon": 4.9171964
+ },
+ {
+ "nodeId": 641375006,
+ "lat": 45.7306112,
+ "lon": 4.9172145
+ },
+ {
+ "nodeId": 16050584,
+ "lat": 45.7305394,
+ "lon": 4.9172227
+ },
+ {
+ "nodeId": 1977787439,
+ "lat": 45.7304816,
+ "lon": 4.9172081
+ },
+ {
+ "nodeId": 1977742101,
+ "lat": 45.7304135,
+ "lon": 4.9171768
+ },
+ {
+ "nodeId": 8158554053,
+ "lat": 45.7297794,
+ "lon": 4.9168517
+ },
+ {
+ "nodeId": 245049842,
+ "lat": 45.7297103,
+ "lon": 4.9168163
+ },
+ {
+ "nodeId": 8158554047,
+ "lat": 45.7296152,
+ "lon": 4.9167667
+ },
+ {
+ "nodeId": 1977742098,
+ "lat": 45.7281394,
+ "lon": 4.9159978
+ },
+ {
+ "nodeId": 8158502792,
+ "lat": 45.7279812,
+ "lon": 4.9158933
+ },
+ {
+ "nodeId": 6762555381,
+ "lat": 45.727918,
+ "lon": 4.9158515
+ },
+ {
+ "nodeId": 1845245202,
+ "lat": 45.727866,
+ "lon": 4.9158172
+ },
+ {
+ "nodeId": 6762555380,
+ "lat": 45.7278003,
+ "lon": 4.9157823
+ },
+ {
+ "nodeId": 8158476311,
+ "lat": 45.7277324,
+ "lon": 4.9157462
+ },
+ {
+ "nodeId": 16050596,
+ "lat": 45.7271219,
+ "lon": 4.9154336
+ },
+ {
+ "nodeId": 245032707,
+ "lat": 45.726768,
+ "lon": 4.9153508
+ },
+ {
+ "nodeId": 16050599,
+ "lat": 45.7261402,
+ "lon": 4.9152197
+ },
+ {
+ "nodeId": 1036616233,
+ "lat": 45.7257825,
+ "lon": 4.9151934
+ },
+ {
+ "nodeId": 6762578086,
+ "lat": 45.7255711,
+ "lon": 4.9151715
+ },
+ {
+ "nodeId": 8151565392,
+ "lat": 45.7251936,
+ "lon": 4.9151324
+ },
+ {
+ "nodeId": 33234110,
+ "lat": 45.7250787,
+ "lon": 4.9151205
+ },
+ {
+ "nodeId": 16050602,
+ "lat": 45.7248792,
+ "lon": 4.9150969
+ },
+ {
+ "nodeId": 33234102,
+ "lat": 45.7246623,
+ "lon": 4.9151023
+ },
+ {
+ "nodeId": 12163668811,
+ "lat": 45.7245813,
+ "lon": 4.9151057
+ },
+ {
+ "nodeId": 12247066172,
+ "lat": 45.7245405,
+ "lon": 4.9151074
+ },
+ {
+ "nodeId": 1977742093,
+ "lat": 45.7243201,
+ "lon": 4.9151165
+ },
+ {
+ "nodeId": 16050605,
+ "lat": 45.7239732,
+ "lon": 4.9150935
+ },
+ {
+ "nodeId": 1977742089,
+ "lat": 45.723257,
+ "lon": 4.9150345
+ },
+ {
+ "nodeId": 1977742092,
+ "lat": 45.7235416,
+ "lon": 4.9150646
+ },
+ {
+ "nodeId": 16050608,
+ "lat": 45.7231154,
+ "lon": 4.9150092
+ },
+ {
+ "nodeId": 16050612,
+ "lat": 45.7226624,
+ "lon": 4.9148948
+ },
+ {
+ "nodeId": 1977742087,
+ "lat": 45.722613,
+ "lon": 4.9148851
+ },
+ {
+ "nodeId": 1276369988,
+ "lat": 45.7225685,
+ "lon": 4.9148859
+ },
+ {
+ "nodeId": 16050615,
+ "lat": 45.7224861,
+ "lon": 4.9149082
+ },
+ {
+ "nodeId": 12163668812,
+ "lat": 45.7224099,
+ "lon": 4.9149688
+ },
+ {
+ "nodeId": 4037987705,
+ "lat": 45.7218172,
+ "lon": 4.9154503
+ },
+ {
+ "nodeId": 4037987387,
+ "lat": 45.7210054,
+ "lon": 4.9161198
+ },
+ {
+ "nodeId": 4037987376,
+ "lat": 45.7205612,
+ "lon": 4.9164861
+ },
+ {
+ "nodeId": 1977742080,
+ "lat": 45.7208138,
+ "lon": 4.9162782
+ },
+ {
+ "nodeId": 4076275534,
+ "lat": 45.719669,
+ "lon": 4.9172205
+ },
+ {
+ "nodeId": 4076275539,
+ "lat": 45.7201897,
+ "lon": 4.9167889
+ },
+ {
+ "nodeId": 16050621,
+ "lat": 45.7195918,
+ "lon": 4.9172861
+ },
+ {
+ "nodeId": 9441114811,
+ "lat": 45.7195697,
+ "lon": 4.9173099
+ },
+ {
+ "nodeId": 4037987326,
+ "lat": 45.7195479,
+ "lon": 4.9173359
+ },
+ {
+ "nodeId": 9441114812,
+ "lat": 45.7195364,
+ "lon": 4.9173548
+ },
+ {
+ "nodeId": 9441114813,
+ "lat": 45.7195231,
+ "lon": 4.9173769
+ },
+ {
+ "nodeId": 1178802681,
+ "lat": 45.7195092,
+ "lon": 4.9174068
+ },
+ {
+ "nodeId": 9441114814,
+ "lat": 45.7194947,
+ "lon": 4.9174463
+ },
+ {
+ "nodeId": 4037987322,
+ "lat": 45.7194848,
+ "lon": 4.9174779
+ },
+ {
+ "nodeId": 9441114815,
+ "lat": 45.719478,
+ "lon": 4.9175145
+ },
+ {
+ "nodeId": 16050625,
+ "lat": 45.7194731,
+ "lon": 4.9175486
+ },
+ {
+ "nodeId": 9441114816,
+ "lat": 45.7194715,
+ "lon": 4.9175908
+ },
+ {
+ "nodeId": 9441134517,
+ "lat": 45.7194715,
+ "lon": 4.9176183
+ },
+ {
+ "nodeId": 4037987321,
+ "lat": 45.7194739,
+ "lon": 4.9176496
+ },
+ {
+ "nodeId": 9441134518,
+ "lat": 45.7194785,
+ "lon": 4.917683
+ },
+ {
+ "nodeId": 16050630,
+ "lat": 45.7194868,
+ "lon": 4.9177253
+ },
+ {
+ "nodeId": 4037987325,
+ "lat": 45.719498,
+ "lon": 4.9177705
+ },
+ {
+ "nodeId": 1390560539,
+ "lat": 45.7197101,
+ "lon": 4.9185237
+ },
+ {
+ "nodeId": 1178802633,
+ "lat": 45.7197494,
+ "lon": 4.9186687
+ },
+ {
+ "nodeId": 9441109278,
+ "lat": 45.719765,
+ "lon": 4.9187317
+ },
+ {
+ "nodeId": 9441109277,
+ "lat": 45.7197761,
+ "lon": 4.9187857
+ },
+ {
+ "nodeId": 1207093263,
+ "lat": 45.7197827,
+ "lon": 4.9188282
+ },
+ {
+ "nodeId": 9441109281,
+ "lat": 45.7197925,
+ "lon": 4.9188951
+ },
+ {
+ "nodeId": 9441109282,
+ "lat": 45.7197982,
+ "lon": 4.9189531
+ },
+ {
+ "nodeId": 1979249779,
+ "lat": 45.7198012,
+ "lon": 4.9189985
+ },
+ {
+ "nodeId": 9441109283,
+ "lat": 45.7198043,
+ "lon": 4.9190554
+ },
+ {
+ "nodeId": 33065572,
+ "lat": 45.7198075,
+ "lon": 4.9191405
+ },
+ {
+ "nodeId": 257116796,
+ "lat": 45.7499685,
+ "lon": 4.8276622
+ },
+ {
+ "nodeId": 13372518023,
+ "lat": 45.7499631,
+ "lon": 4.827698
+ },
+ {
+ "nodeId": 6320810087,
+ "lat": 45.7499552,
+ "lon": 4.8277298
+ },
+ {
+ "nodeId": 600829302,
+ "lat": 45.7499504,
+ "lon": 4.827751
+ },
+ {
+ "nodeId": 13372518022,
+ "lat": 45.7499428,
+ "lon": 4.8277807
+ },
+ {
+ "nodeId": 13372518020,
+ "lat": 45.7499302,
+ "lon": 4.8278143
+ },
+ {
+ "nodeId": 257116791,
+ "lat": 45.7499098,
+ "lon": 4.8278544
+ },
+ {
+ "nodeId": 13372518021,
+ "lat": 45.7498924,
+ "lon": 4.8278831
+ },
+ {
+ "nodeId": 600829306,
+ "lat": 45.7498749,
+ "lon": 4.8279066
+ },
+ {
+ "nodeId": 257116761,
+ "lat": 45.7498184,
+ "lon": 4.8279685
+ },
+ {
+ "nodeId": 600829288,
+ "lat": 45.7497169,
+ "lon": 4.8280668
+ },
+ {
+ "nodeId": 600829292,
+ "lat": 45.7496685,
+ "lon": 4.8281316
+ },
+ {
+ "nodeId": 6975647874,
+ "lat": 45.7496461,
+ "lon": 4.8281678
+ },
+ {
+ "nodeId": 257116774,
+ "lat": 45.7496359,
+ "lon": 4.8281844
+ },
+ {
+ "nodeId": 16050239,
+ "lat": 45.7495998,
+ "lon": 4.82827
+ },
+ {
+ "nodeId": 1977851436,
+ "lat": 45.7493049,
+ "lon": 4.829198
+ },
+ {
+ "nodeId": 6320810085,
+ "lat": 45.7491668,
+ "lon": 4.8296342
+ },
+ {
+ "nodeId": 25149517,
+ "lat": 45.7490187,
+ "lon": 4.830101
+ },
+ {
+ "nodeId": 1977851433,
+ "lat": 45.7489506,
+ "lon": 4.8303249
+ },
+ {
+ "nodeId": 88844493,
+ "lat": 45.7489029,
+ "lon": 4.8304519
+ },
+ {
+ "nodeId": 1979455549,
+ "lat": 45.7734102,
+ "lon": 4.9841733
+ },
+ {
+ "nodeId": 1828657673,
+ "lat": 45.7407181,
+ "lon": 4.8561727
+ },
+ {
+ "nodeId": 1785752172,
+ "lat": 45.731909,
+ "lon": 4.821684
+ },
+ {
+ "nodeId": 1838489173,
+ "lat": 45.7319425,
+ "lon": 4.8215361
+ },
+ {
+ "nodeId": 1838489171,
+ "lat": 45.7319876,
+ "lon": 4.821419
+ },
+ {
+ "nodeId": 1838489167,
+ "lat": 45.732062,
+ "lon": 4.8212962
+ },
+ {
+ "nodeId": 12031046431,
+ "lat": 45.7320942,
+ "lon": 4.8212554
+ },
+ {
+ "nodeId": 2561595503,
+ "lat": 45.7329178,
+ "lon": 4.8202131
+ },
+ {
+ "nodeId": 2561595515,
+ "lat": 45.7334147,
+ "lon": 4.8195851
+ },
+ {
+ "nodeId": 8824510148,
+ "lat": 45.7334637,
+ "lon": 4.8195166
+ },
+ {
+ "nodeId": 2561595524,
+ "lat": 45.7335054,
+ "lon": 4.8194412
+ },
+ {
+ "nodeId": 4032404594,
+ "lat": 45.7335423,
+ "lon": 4.8193467
+ },
+ {
+ "nodeId": 2561595531,
+ "lat": 45.733567,
+ "lon": 4.8192608
+ },
+ {
+ "nodeId": 8856468213,
+ "lat": 45.7816103,
+ "lon": 4.8717738
+ },
+ {
+ "nodeId": 8856468210,
+ "lat": 45.7816233,
+ "lon": 4.8717086
+ },
+ {
+ "nodeId": 8856468209,
+ "lat": 45.7816371,
+ "lon": 4.8716481
+ },
+ {
+ "nodeId": 8856468207,
+ "lat": 45.7816745,
+ "lon": 4.8714835
+ },
+ {
+ "nodeId": 3251202636,
+ "lat": 45.7816889,
+ "lon": 4.8714233
+ },
+ {
+ "nodeId": 1978082307,
+ "lat": 45.7816952,
+ "lon": 4.8713963
+ },
+ {
+ "nodeId": 1978082316,
+ "lat": 45.7817054,
+ "lon": 4.8712539
+ },
+ {
+ "nodeId": 1978082310,
+ "lat": 45.7817025,
+ "lon": 4.8711312
+ },
+ {
+ "nodeId": 1978082304,
+ "lat": 45.7816838,
+ "lon": 4.871001
+ },
+ {
+ "nodeId": 1978082268,
+ "lat": 45.7815812,
+ "lon": 4.8705508
+ },
+ {
+ "nodeId": 1978082257,
+ "lat": 45.7815652,
+ "lon": 4.8704061
+ },
+ {
+ "nodeId": 3251202631,
+ "lat": 45.7815685,
+ "lon": 4.8702948
+ },
+ {
+ "nodeId": 1978082259,
+ "lat": 45.7815699,
+ "lon": 4.8702495
+ },
+ {
+ "nodeId": 1978082274,
+ "lat": 45.7816042,
+ "lon": 4.8696713
+ },
+ {
+ "nodeId": 1978082270,
+ "lat": 45.7816024,
+ "lon": 4.8695159
+ },
+ {
+ "nodeId": 1978082265,
+ "lat": 45.781581,
+ "lon": 4.8693827
+ },
+ {
+ "nodeId": 8853210405,
+ "lat": 45.7814439,
+ "lon": 4.8687733
+ },
+ {
+ "nodeId": 8853210404,
+ "lat": 45.7812917,
+ "lon": 4.8680968
+ },
+ {
+ "nodeId": 8853210403,
+ "lat": 45.7811522,
+ "lon": 4.8674769
+ },
+ {
+ "nodeId": 8853210402,
+ "lat": 45.7810826,
+ "lon": 4.8671674
+ },
+ {
+ "nodeId": 12209430578,
+ "lat": 45.780991,
+ "lon": 4.8667606
+ },
+ {
+ "nodeId": 8853279258,
+ "lat": 45.7809759,
+ "lon": 4.8666934
+ },
+ {
+ "nodeId": 8853279251,
+ "lat": 45.7808212,
+ "lon": 4.866013
+ },
+ {
+ "nodeId": 2733276613,
+ "lat": 45.7807438,
+ "lon": 4.8656768
+ },
+ {
+ "nodeId": 1978082181,
+ "lat": 45.7807192,
+ "lon": 4.8656236
+ },
+ {
+ "nodeId": 1978082178,
+ "lat": 45.7806692,
+ "lon": 4.8655472
+ },
+ {
+ "nodeId": 8853279250,
+ "lat": 45.7806313,
+ "lon": 4.8655177
+ },
+ {
+ "nodeId": 1978082176,
+ "lat": 45.7806066,
+ "lon": 4.8654984
+ },
+ {
+ "nodeId": 1978082166,
+ "lat": 45.7805463,
+ "lon": 4.8654762
+ },
+ {
+ "nodeId": 1978082162,
+ "lat": 45.7805054,
+ "lon": 4.8654743
+ },
+ {
+ "nodeId": 8853279261,
+ "lat": 45.7804659,
+ "lon": 4.8654837
+ },
+ {
+ "nodeId": 8853279260,
+ "lat": 45.7804545,
+ "lon": 4.8654864
+ },
+ {
+ "nodeId": 1978082148,
+ "lat": 45.7803866,
+ "lon": 4.8655208
+ },
+ {
+ "nodeId": 1978082139,
+ "lat": 45.780327,
+ "lon": 4.8655742
+ },
+ {
+ "nodeId": 8853279247,
+ "lat": 45.7802845,
+ "lon": 4.8656126
+ },
+ {
+ "nodeId": 1978082135,
+ "lat": 45.7802772,
+ "lon": 4.8656192
+ },
+ {
+ "nodeId": 8853279248,
+ "lat": 45.780244,
+ "lon": 4.8656501
+ },
+ {
+ "nodeId": 2733276603,
+ "lat": 45.7802298,
+ "lon": 4.8656632
+ },
+ {
+ "nodeId": 11618119100,
+ "lat": 45.7799043,
+ "lon": 4.8659618
+ },
+ {
+ "nodeId": 1978082129,
+ "lat": 45.7794375,
+ "lon": 4.8663901
+ },
+ {
+ "nodeId": 1978082119,
+ "lat": 45.7793443,
+ "lon": 4.8664735
+ },
+ {
+ "nodeId": 2733276594,
+ "lat": 45.7792727,
+ "lon": 4.8665185
+ },
+ {
+ "nodeId": 1978082093,
+ "lat": 45.7792542,
+ "lon": 4.8665301
+ },
+ {
+ "nodeId": 8853279227,
+ "lat": 45.7792436,
+ "lon": 4.8665353
+ },
+ {
+ "nodeId": 1978082091,
+ "lat": 45.779134,
+ "lon": 4.8665884
+ },
+ {
+ "nodeId": 8853279228,
+ "lat": 45.7790918,
+ "lon": 4.866602
+ },
+ {
+ "nodeId": 1978082086,
+ "lat": 45.7790727,
+ "lon": 4.8666093
+ },
+ {
+ "nodeId": 8853279229,
+ "lat": 45.7789733,
+ "lon": 4.866635
+ },
+ {
+ "nodeId": 8853279230,
+ "lat": 45.7788758,
+ "lon": 4.8666603
+ },
+ {
+ "nodeId": 8853247416,
+ "lat": 45.7787738,
+ "lon": 4.8666867
+ },
+ {
+ "nodeId": 1978082075,
+ "lat": 45.7785647,
+ "lon": 4.8667406
+ },
+ {
+ "nodeId": 8853247401,
+ "lat": 45.7782766,
+ "lon": 4.8667936
+ },
+ {
+ "nodeId": 1978082063,
+ "lat": 45.7782519,
+ "lon": 4.8667981
+ },
+ {
+ "nodeId": 8853130214,
+ "lat": 45.7776799,
+ "lon": 4.8669509
+ },
+ {
+ "nodeId": 8853142618,
+ "lat": 45.7775485,
+ "lon": 4.8669954
+ },
+ {
+ "nodeId": 8853142619,
+ "lat": 45.7774472,
+ "lon": 4.8670298
+ },
+ {
+ "nodeId": 1978082059,
+ "lat": 45.7773696,
+ "lon": 4.867051
+ },
+ {
+ "nodeId": 8853079288,
+ "lat": 45.7764269,
+ "lon": 4.8672939
+ },
+ {
+ "nodeId": 8853079296,
+ "lat": 45.7763372,
+ "lon": 4.8673177
+ },
+ {
+ "nodeId": 8853079290,
+ "lat": 45.7762691,
+ "lon": 4.8673367
+ },
+ {
+ "nodeId": 1978082047,
+ "lat": 45.7759388,
+ "lon": 4.8674309
+ },
+ {
+ "nodeId": 8844808298,
+ "lat": 45.7755864,
+ "lon": 4.8675246
+ },
+ {
+ "nodeId": 1978082041,
+ "lat": 45.775568,
+ "lon": 4.8675295
+ },
+ {
+ "nodeId": 1978082034,
+ "lat": 45.7754899,
+ "lon": 4.8675332
+ },
+ {
+ "nodeId": 1978082017,
+ "lat": 45.7754284,
+ "lon": 4.867525
+ },
+ {
+ "nodeId": 3702337598,
+ "lat": 45.7753986,
+ "lon": 4.8675115
+ },
+ {
+ "nodeId": 1978082016,
+ "lat": 45.7753588,
+ "lon": 4.8674799
+ },
+ {
+ "nodeId": 1978082012,
+ "lat": 45.7752747,
+ "lon": 4.8673553
+ },
+ {
+ "nodeId": 8853079274,
+ "lat": 45.7748998,
+ "lon": 4.8663488
+ },
+ {
+ "nodeId": 8853053302,
+ "lat": 45.7748757,
+ "lon": 4.8662839
+ },
+ {
+ "nodeId": 8844770077,
+ "lat": 45.7744781,
+ "lon": 4.8652155
+ },
+ {
+ "nodeId": 8844770082,
+ "lat": 45.7744344,
+ "lon": 4.8651163
+ },
+ {
+ "nodeId": 8844662090,
+ "lat": 45.7744146,
+ "lon": 4.865069
+ },
+ {
+ "nodeId": 12073692451,
+ "lat": 45.7744088,
+ "lon": 4.8650574
+ },
+ {
+ "nodeId": 8844656790,
+ "lat": 45.7743875,
+ "lon": 4.8650161
+ },
+ {
+ "nodeId": 1978081997,
+ "lat": 45.7743605,
+ "lon": 4.8649634
+ },
+ {
+ "nodeId": 1978081993,
+ "lat": 45.774315,
+ "lon": 4.864895
+ },
+ {
+ "nodeId": 8844656788,
+ "lat": 45.7742488,
+ "lon": 4.864816
+ },
+ {
+ "nodeId": 8844656787,
+ "lat": 45.7742067,
+ "lon": 4.8647658
+ },
+ {
+ "nodeId": 8844662088,
+ "lat": 45.7741825,
+ "lon": 4.8647422
+ },
+ {
+ "nodeId": 1978081981,
+ "lat": 45.7741343,
+ "lon": 4.8646794
+ },
+ {
+ "nodeId": 1978081970,
+ "lat": 45.7741056,
+ "lon": 4.8646163
+ },
+ {
+ "nodeId": 2705368902,
+ "lat": 45.7740874,
+ "lon": 4.86455
+ },
+ {
+ "nodeId": 8844662024,
+ "lat": 45.7740803,
+ "lon": 4.8644941
+ },
+ {
+ "nodeId": 8844662026,
+ "lat": 45.7740787,
+ "lon": 4.8644509
+ },
+ {
+ "nodeId": 1978081957,
+ "lat": 45.774078,
+ "lon": 4.8644382
+ },
+ {
+ "nodeId": 8844662039,
+ "lat": 45.7741121,
+ "lon": 4.8636958
+ },
+ {
+ "nodeId": 8844662037,
+ "lat": 45.7741149,
+ "lon": 4.8636388
+ },
+ {
+ "nodeId": 8844655614,
+ "lat": 45.7741115,
+ "lon": 4.8636215
+ },
+ {
+ "nodeId": 8841325730,
+ "lat": 45.774108,
+ "lon": 4.863593
+ },
+ {
+ "nodeId": 1978081974,
+ "lat": 45.7740991,
+ "lon": 4.8635583
+ },
+ {
+ "nodeId": 1978081965,
+ "lat": 45.7740854,
+ "lon": 4.8635127
+ },
+ {
+ "nodeId": 1978081939,
+ "lat": 45.774061,
+ "lon": 4.8634505
+ },
+ {
+ "nodeId": 8844655612,
+ "lat": 45.7740309,
+ "lon": 4.8634017
+ },
+ {
+ "nodeId": 1978081933,
+ "lat": 45.7739918,
+ "lon": 4.86336
+ },
+ {
+ "nodeId": 1978081930,
+ "lat": 45.7739381,
+ "lon": 4.8633176
+ },
+ {
+ "nodeId": 1978081928,
+ "lat": 45.7738713,
+ "lon": 4.8633017
+ },
+ {
+ "nodeId": 1978081924,
+ "lat": 45.7737694,
+ "lon": 4.8632945
+ },
+ {
+ "nodeId": 8844655603,
+ "lat": 45.7732368,
+ "lon": 4.8632354
+ },
+ {
+ "nodeId": 8841325731,
+ "lat": 45.7729309,
+ "lon": 4.8631996
+ },
+ {
+ "nodeId": 8844243806,
+ "lat": 45.7727236,
+ "lon": 4.863178
+ },
+ {
+ "nodeId": 8844243797,
+ "lat": 45.7726477,
+ "lon": 4.8631704
+ },
+ {
+ "nodeId": 252626816,
+ "lat": 45.7725673,
+ "lon": 4.8631621
+ },
+ {
+ "nodeId": 8844243805,
+ "lat": 45.772473,
+ "lon": 4.8631676
+ },
+ {
+ "nodeId": 8844243794,
+ "lat": 45.7724558,
+ "lon": 4.8631686
+ },
+ {
+ "nodeId": 8844243791,
+ "lat": 45.7721979,
+ "lon": 4.8631557
+ },
+ {
+ "nodeId": 2297011247,
+ "lat": 45.7718922,
+ "lon": 4.863122
+ },
+ {
+ "nodeId": 8841517255,
+ "lat": 45.7713769,
+ "lon": 4.8630654
+ },
+ {
+ "nodeId": 1978398814,
+ "lat": 45.7713196,
+ "lon": 4.8630601
+ },
+ {
+ "nodeId": 12073437032,
+ "lat": 45.7707852,
+ "lon": 4.8629983
+ },
+ {
+ "nodeId": 12386302189,
+ "lat": 45.7707078,
+ "lon": 4.862989
+ },
+ {
+ "nodeId": 7794751272,
+ "lat": 45.7706883,
+ "lon": 4.8629857
+ },
+ {
+ "nodeId": 12386302176,
+ "lat": 45.7706529,
+ "lon": 4.8629787
+ },
+ {
+ "nodeId": 1978081892,
+ "lat": 45.7706198,
+ "lon": 4.8629701
+ },
+ {
+ "nodeId": 12386302141,
+ "lat": 45.7705865,
+ "lon": 4.8629563
+ },
+ {
+ "nodeId": 12386302124,
+ "lat": 45.7705039,
+ "lon": 4.8629074
+ },
+ {
+ "nodeId": 12386302133,
+ "lat": 45.7705434,
+ "lon": 4.8629324
+ },
+ {
+ "nodeId": 8838725791,
+ "lat": 45.7704859,
+ "lon": 4.8628911
+ },
+ {
+ "nodeId": 12386302127,
+ "lat": 45.7704666,
+ "lon": 4.8628735
+ },
+ {
+ "nodeId": 12386302117,
+ "lat": 45.7704447,
+ "lon": 4.8628522
+ },
+ {
+ "nodeId": 12146106556,
+ "lat": 45.7704117,
+ "lon": 4.8628206
+ },
+ {
+ "nodeId": 8839038894,
+ "lat": 45.7703088,
+ "lon": 4.8626951
+ },
+ {
+ "nodeId": 8838725796,
+ "lat": 45.7702891,
+ "lon": 4.8626719
+ },
+ {
+ "nodeId": 12386302152,
+ "lat": 45.7702654,
+ "lon": 4.862643
+ },
+ {
+ "nodeId": 12386302144,
+ "lat": 45.7702186,
+ "lon": 4.8625759
+ },
+ {
+ "nodeId": 12386302154,
+ "lat": 45.7701698,
+ "lon": 4.8625029
+ },
+ {
+ "nodeId": 12386302146,
+ "lat": 45.7700932,
+ "lon": 4.8623784
+ },
+ {
+ "nodeId": 12386302138,
+ "lat": 45.7699745,
+ "lon": 4.8621549
+ },
+ {
+ "nodeId": 12386302129,
+ "lat": 45.7698393,
+ "lon": 4.8619004
+ },
+ {
+ "nodeId": 8838192655,
+ "lat": 45.7698096,
+ "lon": 4.8618583
+ },
+ {
+ "nodeId": 12386302178,
+ "lat": 45.7697803,
+ "lon": 4.8618171
+ },
+ {
+ "nodeId": 12386302169,
+ "lat": 45.7697097,
+ "lon": 4.8617599
+ },
+ {
+ "nodeId": 8838192664,
+ "lat": 45.7696764,
+ "lon": 4.8617438
+ },
+ {
+ "nodeId": 12386302171,
+ "lat": 45.7696403,
+ "lon": 4.8617358
+ },
+ {
+ "nodeId": 12386302162,
+ "lat": 45.7696017,
+ "lon": 4.8617314
+ },
+ {
+ "nodeId": 12386302155,
+ "lat": 45.769545,
+ "lon": 4.8617348
+ },
+ {
+ "nodeId": 8838192653,
+ "lat": 45.7695267,
+ "lon": 4.8617359
+ },
+ {
+ "nodeId": 8838192648,
+ "lat": 45.7692797,
+ "lon": 4.8617505
+ },
+ {
+ "nodeId": 6476678581,
+ "lat": 45.7606374,
+ "lon": 4.8533836
+ },
+ {
+ "nodeId": 8832025546,
+ "lat": 45.7606428,
+ "lon": 4.8534469
+ },
+ {
+ "nodeId": 12031101738,
+ "lat": 45.7606459,
+ "lon": 4.8534828
+ },
+ {
+ "nodeId": 6724463846,
+ "lat": 45.7607121,
+ "lon": 4.8542707
+ },
+ {
+ "nodeId": 254580788,
+ "lat": 45.7607168,
+ "lon": 4.8543068
+ },
+ {
+ "nodeId": 6845479081,
+ "lat": 45.7607277,
+ "lon": 4.8543784
+ },
+ {
+ "nodeId": 1149631795,
+ "lat": 45.7607483,
+ "lon": 4.8545134
+ },
+ {
+ "nodeId": 1149631787,
+ "lat": 45.7607994,
+ "lon": 4.8547972
+ },
+ {
+ "nodeId": 778737859,
+ "lat": 45.7608281,
+ "lon": 4.8550314
+ },
+ {
+ "nodeId": 1977939107,
+ "lat": 45.7608312,
+ "lon": 4.8550563
+ },
+ {
+ "nodeId": 26577745,
+ "lat": 45.7608482,
+ "lon": 4.8552312
+ },
+ {
+ "nodeId": 7919574576,
+ "lat": 45.7738456,
+ "lon": 4.9808168
+ },
+ {
+ "nodeId": 1979455553,
+ "lat": 45.7737989,
+ "lon": 4.9811497
+ },
+ {
+ "nodeId": 4107880444,
+ "lat": 45.7737569,
+ "lon": 4.9815252
+ },
+ {
+ "nodeId": 2973890403,
+ "lat": 45.7737111,
+ "lon": 4.9818729
+ },
+ {
+ "nodeId": 751965782,
+ "lat": 45.7637161,
+ "lon": 4.860646
+ },
+ {
+ "nodeId": 8832666452,
+ "lat": 45.7637209,
+ "lon": 4.8610208
+ },
+ {
+ "nodeId": 6262043694,
+ "lat": 45.7637219,
+ "lon": 4.8611318
+ },
+ {
+ "nodeId": 16050242,
+ "lat": 45.7479287,
+ "lon": 4.8335106
+ },
+ {
+ "nodeId": 10577367817,
+ "lat": 45.747915,
+ "lon": 4.8336203
+ },
+ {
+ "nodeId": 8824654279,
+ "lat": 45.7479135,
+ "lon": 4.8336522
+ },
+ {
+ "nodeId": 10577367825,
+ "lat": 45.747914,
+ "lon": 4.8336279
+ },
+ {
+ "nodeId": 1977648767,
+ "lat": 45.7479132,
+ "lon": 4.83367
+ },
+ {
+ "nodeId": 8784989800,
+ "lat": 45.7479175,
+ "lon": 4.833734
+ },
+ {
+ "nodeId": 8831122191,
+ "lat": 45.7479214,
+ "lon": 4.8337745
+ },
+ {
+ "nodeId": 7019924974,
+ "lat": 45.7479289,
+ "lon": 4.8338089
+ },
+ {
+ "nodeId": 600816103,
+ "lat": 45.7479524,
+ "lon": 4.8338831
+ },
+ {
+ "nodeId": 8831122187,
+ "lat": 45.7479569,
+ "lon": 4.8338931
+ },
+ {
+ "nodeId": 8831122186,
+ "lat": 45.7479776,
+ "lon": 4.8339398
+ },
+ {
+ "nodeId": 8831122188,
+ "lat": 45.7479837,
+ "lon": 4.833949
+ },
+ {
+ "nodeId": 1977891507,
+ "lat": 45.7480071,
+ "lon": 4.8339842
+ },
+ {
+ "nodeId": 1977891509,
+ "lat": 45.7480363,
+ "lon": 4.8340205
+ },
+ {
+ "nodeId": 16050243,
+ "lat": 45.7480768,
+ "lon": 4.8340594
+ },
+ {
+ "nodeId": 12003206148,
+ "lat": 45.7486309,
+ "lon": 4.8344944
+ },
+ {
+ "nodeId": 8831122194,
+ "lat": 45.7486882,
+ "lon": 4.8345394
+ },
+ {
+ "nodeId": 8824654277,
+ "lat": 45.7487202,
+ "lon": 4.8345646
+ },
+ {
+ "nodeId": 8831122199,
+ "lat": 45.7487513,
+ "lon": 4.834589
+ },
+ {
+ "nodeId": 1978374763,
+ "lat": 45.7489638,
+ "lon": 4.8347559
+ },
+ {
+ "nodeId": 8824654275,
+ "lat": 45.7494068,
+ "lon": 4.8351041
+ },
+ {
+ "nodeId": 8824654273,
+ "lat": 45.7494505,
+ "lon": 4.8351383
+ },
+ {
+ "nodeId": 8824654295,
+ "lat": 45.7494843,
+ "lon": 4.835165
+ },
+ {
+ "nodeId": 8824654280,
+ "lat": 45.7501555,
+ "lon": 4.8356942
+ },
+ {
+ "nodeId": 8824654281,
+ "lat": 45.7502356,
+ "lon": 4.8357574
+ },
+ {
+ "nodeId": 8824715186,
+ "lat": 45.7503169,
+ "lon": 4.8358215
+ },
+ {
+ "nodeId": 8824715190,
+ "lat": 45.7510499,
+ "lon": 4.8363996
+ },
+ {
+ "nodeId": 16050246,
+ "lat": 45.7517134,
+ "lon": 4.836923
+ },
+ {
+ "nodeId": 8824715193,
+ "lat": 45.751741,
+ "lon": 4.8369485
+ },
+ {
+ "nodeId": 611608698,
+ "lat": 45.7517655,
+ "lon": 4.8369825
+ },
+ {
+ "nodeId": 8824715194,
+ "lat": 45.7517774,
+ "lon": 4.8370069
+ },
+ {
+ "nodeId": 16050247,
+ "lat": 45.7518012,
+ "lon": 4.8370706
+ },
+ {
+ "nodeId": 8824715197,
+ "lat": 45.751813,
+ "lon": 4.8371222
+ },
+ {
+ "nodeId": 8824715199,
+ "lat": 45.7518165,
+ "lon": 4.8371488
+ },
+ {
+ "nodeId": 611608697,
+ "lat": 45.7518185,
+ "lon": 4.8371693
+ },
+ {
+ "nodeId": 8824715198,
+ "lat": 45.7518174,
+ "lon": 4.8372251
+ },
+ {
+ "nodeId": 1977891532,
+ "lat": 45.7518132,
+ "lon": 4.8372695
+ },
+ {
+ "nodeId": 16050249,
+ "lat": 45.7517945,
+ "lon": 4.837348
+ },
+ {
+ "nodeId": 8831384699,
+ "lat": 45.7516145,
+ "lon": 4.8378154
+ },
+ {
+ "nodeId": 6304698312,
+ "lat": 45.7515874,
+ "lon": 4.8378852
+ },
+ {
+ "nodeId": 8831384702,
+ "lat": 45.7515345,
+ "lon": 4.8380218
+ },
+ {
+ "nodeId": 611608724,
+ "lat": 45.7513866,
+ "lon": 4.838406
+ },
+ {
+ "nodeId": 8831384705,
+ "lat": 45.7513019,
+ "lon": 4.8386021
+ },
+ {
+ "nodeId": 6304696233,
+ "lat": 45.7512694,
+ "lon": 4.8386775
+ },
+ {
+ "nodeId": 8831396020,
+ "lat": 45.7512575,
+ "lon": 4.838705
+ },
+ {
+ "nodeId": 8831384711,
+ "lat": 45.7512436,
+ "lon": 4.8387373
+ },
+ {
+ "nodeId": 16050256,
+ "lat": 45.7510234,
+ "lon": 4.8392478
+ },
+ {
+ "nodeId": 611608689,
+ "lat": 45.7509832,
+ "lon": 4.8393565
+ },
+ {
+ "nodeId": 1977891517,
+ "lat": 45.7509668,
+ "lon": 4.8394553
+ },
+ {
+ "nodeId": 1977891518,
+ "lat": 45.7509691,
+ "lon": 4.8395356
+ },
+ {
+ "nodeId": 9795491530,
+ "lat": 45.7509777,
+ "lon": 4.8395838
+ },
+ {
+ "nodeId": 16050257,
+ "lat": 45.7509848,
+ "lon": 4.8396234
+ },
+ {
+ "nodeId": 6304694415,
+ "lat": 45.7509928,
+ "lon": 4.8396478
+ },
+ {
+ "nodeId": 1977891521,
+ "lat": 45.7510023,
+ "lon": 4.8396771
+ },
+ {
+ "nodeId": 611608725,
+ "lat": 45.7510241,
+ "lon": 4.8397219
+ },
+ {
+ "nodeId": 1977891525,
+ "lat": 45.7510558,
+ "lon": 4.8397652
+ },
+ {
+ "nodeId": 16050258,
+ "lat": 45.7510925,
+ "lon": 4.839804
+ },
+ {
+ "nodeId": 8831396059,
+ "lat": 45.7511475,
+ "lon": 4.8398434
+ },
+ {
+ "nodeId": 8831416860,
+ "lat": 45.7518555,
+ "lon": 4.8403396
+ },
+ {
+ "nodeId": 8831416868,
+ "lat": 45.7519029,
+ "lon": 4.8403729
+ },
+ {
+ "nodeId": 8831478241,
+ "lat": 45.7524885,
+ "lon": 4.8407825
+ },
+ {
+ "nodeId": 8831478247,
+ "lat": 45.7525064,
+ "lon": 4.8407951
+ },
+ {
+ "nodeId": 8831478243,
+ "lat": 45.753043,
+ "lon": 4.841169
+ },
+ {
+ "nodeId": 7501900910,
+ "lat": 45.7533259,
+ "lon": 4.8413644
+ },
+ {
+ "nodeId": 8831478263,
+ "lat": 45.753388,
+ "lon": 4.8414077
+ },
+ {
+ "nodeId": 8831478261,
+ "lat": 45.7534244,
+ "lon": 4.841433
+ },
+ {
+ "nodeId": 8831478269,
+ "lat": 45.7538943,
+ "lon": 4.8417602
+ },
+ {
+ "nodeId": 8831478267,
+ "lat": 45.7539568,
+ "lon": 4.8418038
+ },
+ {
+ "nodeId": 1977891555,
+ "lat": 45.7541337,
+ "lon": 4.8419269
+ },
+ {
+ "nodeId": 733593614,
+ "lat": 45.7543693,
+ "lon": 4.8421013
+ },
+ {
+ "nodeId": 733593598,
+ "lat": 45.7544645,
+ "lon": 4.842188
+ },
+ {
+ "nodeId": 8831513426,
+ "lat": 45.7545017,
+ "lon": 4.842218
+ },
+ {
+ "nodeId": 1977891565,
+ "lat": 45.7545772,
+ "lon": 4.842283
+ },
+ {
+ "nodeId": 8831513437,
+ "lat": 45.7550985,
+ "lon": 4.8426446
+ },
+ {
+ "nodeId": 2174335038,
+ "lat": 45.7551625,
+ "lon": 4.8426892
+ },
+ {
+ "nodeId": 8831513435,
+ "lat": 45.7552192,
+ "lon": 4.8427286
+ },
+ {
+ "nodeId": 1036025171,
+ "lat": 45.7553019,
+ "lon": 4.8427861
+ },
+ {
+ "nodeId": 1036025320,
+ "lat": 45.7553887,
+ "lon": 4.8428424
+ },
+ {
+ "nodeId": 8831571433,
+ "lat": 45.755459,
+ "lon": 4.8428717
+ },
+ {
+ "nodeId": 16050265,
+ "lat": 45.7554968,
+ "lon": 4.842888
+ },
+ {
+ "nodeId": 1977939088,
+ "lat": 45.7555883,
+ "lon": 4.842909
+ },
+ {
+ "nodeId": 1977939090,
+ "lat": 45.7556691,
+ "lon": 4.8429127
+ },
+ {
+ "nodeId": 8831560512,
+ "lat": 45.7558089,
+ "lon": 4.8428929
+ },
+ {
+ "nodeId": 8831571441,
+ "lat": 45.7558503,
+ "lon": 4.8428871
+ },
+ {
+ "nodeId": 13064364041,
+ "lat": 45.7566207,
+ "lon": 4.8427779
+ },
+ {
+ "nodeId": 8831659638,
+ "lat": 45.7567147,
+ "lon": 4.8427646
+ },
+ {
+ "nodeId": 8831659644,
+ "lat": 45.7578706,
+ "lon": 4.8425992
+ },
+ {
+ "nodeId": 6306164689,
+ "lat": 45.7578984,
+ "lon": 4.842594
+ },
+ {
+ "nodeId": 6304677205,
+ "lat": 45.7579544,
+ "lon": 4.8425859
+ },
+ {
+ "nodeId": 8831659649,
+ "lat": 45.7580303,
+ "lon": 4.8425749
+ },
+ {
+ "nodeId": 8831659653,
+ "lat": 45.758426,
+ "lon": 4.8425177
+ },
+ {
+ "nodeId": 6304677207,
+ "lat": 45.7585055,
+ "lon": 4.8425064
+ },
+ {
+ "nodeId": 8831659657,
+ "lat": 45.7586165,
+ "lon": 4.8424885
+ },
+ {
+ "nodeId": 8831707910,
+ "lat": 45.759106,
+ "lon": 4.8424193
+ },
+ {
+ "nodeId": 6306422770,
+ "lat": 45.7591667,
+ "lon": 4.842411
+ },
+ {
+ "nodeId": 8831707915,
+ "lat": 45.7591952,
+ "lon": 4.8424069
+ },
+ {
+ "nodeId": 8831707913,
+ "lat": 45.7592476,
+ "lon": 4.8423994
+ },
+ {
+ "nodeId": 8831710923,
+ "lat": 45.7592946,
+ "lon": 4.8423926
+ },
+ {
+ "nodeId": 11118611697,
+ "lat": 45.7594995,
+ "lon": 4.8423631
+ },
+ {
+ "nodeId": 16050269,
+ "lat": 45.7596978,
+ "lon": 4.8423345
+ },
+ {
+ "nodeId": 1010460607,
+ "lat": 45.7597623,
+ "lon": 4.8423426
+ },
+ {
+ "nodeId": 16050271,
+ "lat": 45.7598138,
+ "lon": 4.8423646
+ },
+ {
+ "nodeId": 12120846272,
+ "lat": 45.7598268,
+ "lon": 4.8423767
+ },
+ {
+ "nodeId": 8831721723,
+ "lat": 45.7598431,
+ "lon": 4.8423919
+ },
+ {
+ "nodeId": 1010460693,
+ "lat": 45.759892,
+ "lon": 4.8424423
+ },
+ {
+ "nodeId": 6952631733,
+ "lat": 45.759907,
+ "lon": 4.8424578
+ },
+ {
+ "nodeId": 16050272,
+ "lat": 45.7599394,
+ "lon": 4.8425346
+ },
+ {
+ "nodeId": 1977939094,
+ "lat": 45.7599583,
+ "lon": 4.8426076
+ },
+ {
+ "nodeId": 1977939095,
+ "lat": 45.7599659,
+ "lon": 4.8427762
+ },
+ {
+ "nodeId": 1010460689,
+ "lat": 45.7599711,
+ "lon": 4.8430266
+ },
+ {
+ "nodeId": 6304680757,
+ "lat": 45.7600115,
+ "lon": 4.8436732
+ },
+ {
+ "nodeId": 6315079534,
+ "lat": 45.760019,
+ "lon": 4.8437835
+ },
+ {
+ "nodeId": 6952631732,
+ "lat": 45.7600579,
+ "lon": 4.8444147
+ },
+ {
+ "nodeId": 6304681354,
+ "lat": 45.760065,
+ "lon": 4.844539
+ },
+ {
+ "nodeId": 6952640088,
+ "lat": 45.7600728,
+ "lon": 4.8446486
+ },
+ {
+ "nodeId": 6952640089,
+ "lat": 45.7601299,
+ "lon": 4.8455437
+ },
+ {
+ "nodeId": 6304681857,
+ "lat": 45.7601397,
+ "lon": 4.8456874
+ },
+ {
+ "nodeId": 6952640109,
+ "lat": 45.7601493,
+ "lon": 4.8458271
+ },
+ {
+ "nodeId": 6996532207,
+ "lat": 45.7601989,
+ "lon": 4.8465521
+ },
+ {
+ "nodeId": 6304678571,
+ "lat": 45.7602053,
+ "lon": 4.8466451
+ },
+ {
+ "nodeId": 6996532209,
+ "lat": 45.7602134,
+ "lon": 4.8467621
+ },
+ {
+ "nodeId": 6996532206,
+ "lat": 45.7602699,
+ "lon": 4.847588
+ },
+ {
+ "nodeId": 6996532201,
+ "lat": 45.7602836,
+ "lon": 4.8477888
+ },
+ {
+ "nodeId": 1502685011,
+ "lat": 45.7602771,
+ "lon": 4.8476929
+ },
+ {
+ "nodeId": 6996532190,
+ "lat": 45.7603537,
+ "lon": 4.8488255
+ },
+ {
+ "nodeId": 1502685020,
+ "lat": 45.7603602,
+ "lon": 4.8489199
+ },
+ {
+ "nodeId": 6996532200,
+ "lat": 45.7603698,
+ "lon": 4.8490648
+ },
+ {
+ "nodeId": 612426768,
+ "lat": 45.7604105,
+ "lon": 4.8496844
+ },
+ {
+ "nodeId": 8050827766,
+ "lat": 45.7604684,
+ "lon": 4.8505286
+ },
+ {
+ "nodeId": 6476678893,
+ "lat": 45.7604761,
+ "lon": 4.8506431
+ },
+ {
+ "nodeId": 6996532192,
+ "lat": 45.7604831,
+ "lon": 4.8507447
+ },
+ {
+ "nodeId": 254580789,
+ "lat": 45.7605493,
+ "lon": 4.8517114
+ },
+ {
+ "nodeId": 12031101742,
+ "lat": 45.7605494,
+ "lon": 4.8517213
+ },
+ {
+ "nodeId": 5305845003,
+ "lat": 45.7605507,
+ "lon": 4.8518485
+ },
+ {
+ "nodeId": 8831986726,
+ "lat": 45.7605504,
+ "lon": 4.8519699
+ },
+ {
+ "nodeId": 6447196726,
+ "lat": 45.7605502,
+ "lon": 4.8520896
+ },
+ {
+ "nodeId": 6447196727,
+ "lat": 45.7605489,
+ "lon": 4.8522312
+ },
+ {
+ "nodeId": 254580790,
+ "lat": 45.7605479,
+ "lon": 4.8522522
+ },
+ {
+ "nodeId": 8789261461,
+ "lat": 45.7408157,
+ "lon": 4.8192526
+ },
+ {
+ "nodeId": 8789261457,
+ "lat": 45.7409443,
+ "lon": 4.8193622
+ },
+ {
+ "nodeId": 8789189902,
+ "lat": 45.7409917,
+ "lon": 4.8194027
+ },
+ {
+ "nodeId": 7551277597,
+ "lat": 45.7412458,
+ "lon": 4.8196194
+ },
+ {
+ "nodeId": 8789189876,
+ "lat": 45.7413405,
+ "lon": 4.8196985
+ },
+ {
+ "nodeId": 8789189877,
+ "lat": 45.7414228,
+ "lon": 4.8197703
+ },
+ {
+ "nodeId": 8789189878,
+ "lat": 45.7414862,
+ "lon": 4.8198244
+ },
+ {
+ "nodeId": 8788337919,
+ "lat": 45.7425351,
+ "lon": 4.8207187
+ },
+ {
+ "nodeId": 8788337920,
+ "lat": 45.7426129,
+ "lon": 4.820785
+ },
+ {
+ "nodeId": 8788337921,
+ "lat": 45.7426947,
+ "lon": 4.8208545
+ },
+ {
+ "nodeId": 8788329521,
+ "lat": 45.7436061,
+ "lon": 4.821632
+ },
+ {
+ "nodeId": 8788329522,
+ "lat": 45.7436915,
+ "lon": 4.8217051
+ },
+ {
+ "nodeId": 8788279116,
+ "lat": 45.743788,
+ "lon": 4.821787
+ },
+ {
+ "nodeId": 8788241055,
+ "lat": 45.7446159,
+ "lon": 4.8224928
+ },
+ {
+ "nodeId": 8788241051,
+ "lat": 45.7446857,
+ "lon": 4.8225525
+ },
+ {
+ "nodeId": 8788241053,
+ "lat": 45.7447499,
+ "lon": 4.8226074
+ },
+ {
+ "nodeId": 8788241039,
+ "lat": 45.7456565,
+ "lon": 4.8233811
+ },
+ {
+ "nodeId": 8788241043,
+ "lat": 45.7457202,
+ "lon": 4.8234354
+ },
+ {
+ "nodeId": 8788241041,
+ "lat": 45.7457843,
+ "lon": 4.8234901
+ },
+ {
+ "nodeId": 8788241031,
+ "lat": 45.7466424,
+ "lon": 4.8242176
+ },
+ {
+ "nodeId": 1215756087,
+ "lat": 45.7467207,
+ "lon": 4.8242854
+ },
+ {
+ "nodeId": 1977987916,
+ "lat": 45.7490452,
+ "lon": 4.8265949
+ },
+ {
+ "nodeId": 1977987919,
+ "lat": 45.7490939,
+ "lon": 4.8267347
+ },
+ {
+ "nodeId": 600829285,
+ "lat": 45.7491607,
+ "lon": 4.8268182
+ },
+ {
+ "nodeId": 1977987924,
+ "lat": 45.7492036,
+ "lon": 4.8268497
+ },
+ {
+ "nodeId": 600829284,
+ "lat": 45.7492597,
+ "lon": 4.8268835
+ },
+ {
+ "nodeId": 5623868041,
+ "lat": 45.7394418,
+ "lon": 4.8908564
+ },
+ {
+ "nodeId": 1977712735,
+ "lat": 45.7392233,
+ "lon": 4.8915218
+ },
+ {
+ "nodeId": 12002317616,
+ "lat": 45.7391604,
+ "lon": 4.8917156
+ },
+ {
+ "nodeId": 2512682772,
+ "lat": 45.739099,
+ "lon": 4.8919043
+ },
+ {
+ "nodeId": 1977712732,
+ "lat": 45.7390838,
+ "lon": 4.8919459
+ },
+ {
+ "nodeId": 8795195987,
+ "lat": 45.7390613,
+ "lon": 4.8920219
+ },
+ {
+ "nodeId": 7809423538,
+ "lat": 45.7390454,
+ "lon": 4.8921006
+ },
+ {
+ "nodeId": 7809423541,
+ "lat": 45.7390386,
+ "lon": 4.8921419
+ },
+ {
+ "nodeId": 657813226,
+ "lat": 45.7390328,
+ "lon": 4.8921893
+ },
+ {
+ "nodeId": 12278305315,
+ "lat": 45.7390288,
+ "lon": 4.8922236
+ },
+ {
+ "nodeId": 12673889380,
+ "lat": 45.7390264,
+ "lon": 4.892257
+ },
+ {
+ "nodeId": 16050535,
+ "lat": 45.7390214,
+ "lon": 4.8923275
+ },
+ {
+ "nodeId": 6052908364,
+ "lat": 45.7390087,
+ "lon": 4.8924534
+ },
+ {
+ "nodeId": 1977742122,
+ "lat": 45.7389998,
+ "lon": 4.8925618
+ },
+ {
+ "nodeId": 12673734565,
+ "lat": 45.7389972,
+ "lon": 4.8925967
+ },
+ {
+ "nodeId": 16050538,
+ "lat": 45.7389907,
+ "lon": 4.8926502
+ },
+ {
+ "nodeId": 12673734567,
+ "lat": 45.7389822,
+ "lon": 4.8927027
+ },
+ {
+ "nodeId": 1897237550,
+ "lat": 45.738974,
+ "lon": 4.8927539
+ },
+ {
+ "nodeId": 1977742120,
+ "lat": 45.7389675,
+ "lon": 4.8927856
+ },
+ {
+ "nodeId": 12673889364,
+ "lat": 45.738856,
+ "lon": 4.8931522
+ },
+ {
+ "nodeId": 2733298204,
+ "lat": 45.7387135,
+ "lon": 4.8935871
+ },
+ {
+ "nodeId": 12673889365,
+ "lat": 45.7386596,
+ "lon": 4.8937509
+ },
+ {
+ "nodeId": 16050546,
+ "lat": 45.7385868,
+ "lon": 4.8939718
+ },
+ {
+ "nodeId": 2469400278,
+ "lat": 45.7574473,
+ "lon": 4.8617972
+ },
+ {
+ "nodeId": 8865464529,
+ "lat": 45.7572289,
+ "lon": 4.8617902
+ },
+ {
+ "nodeId": 8865464536,
+ "lat": 45.7571491,
+ "lon": 4.8617866
+ },
+ {
+ "nodeId": 8865464535,
+ "lat": 45.7570744,
+ "lon": 4.8617852
+ },
+ {
+ "nodeId": 6142285602,
+ "lat": 45.756965,
+ "lon": 4.8617817
+ },
+ {
+ "nodeId": 8865464528,
+ "lat": 45.7569342,
+ "lon": 4.8617813
+ },
+ {
+ "nodeId": 8865464543,
+ "lat": 45.7564282,
+ "lon": 4.8617748
+ },
+ {
+ "nodeId": 2021731283,
+ "lat": 45.7557698,
+ "lon": 4.8617664
+ },
+ {
+ "nodeId": 8791343604,
+ "lat": 45.7403755,
+ "lon": 4.8188779
+ },
+ {
+ "nodeId": 10577367824,
+ "lat": 45.7478996,
+ "lon": 4.8336027
+ },
+ {
+ "nodeId": 10577367816,
+ "lat": 45.7478982,
+ "lon": 4.8336072
+ },
+ {
+ "nodeId": 8784989801,
+ "lat": 45.7478895,
+ "lon": 4.8336349
+ },
+ {
+ "nodeId": 8784989802,
+ "lat": 45.7478703,
+ "lon": 4.8336958
+ },
+ {
+ "nodeId": 8784989803,
+ "lat": 45.7478269,
+ "lon": 4.8338333
+ },
+ {
+ "nodeId": 8784819020,
+ "lat": 45.7477787,
+ "lon": 4.8339862
+ },
+ {
+ "nodeId": 12003206141,
+ "lat": 45.7475267,
+ "lon": 4.834777
+ },
+ {
+ "nodeId": 8784989772,
+ "lat": 45.7474828,
+ "lon": 4.8349158
+ },
+ {
+ "nodeId": 8784819022,
+ "lat": 45.7474623,
+ "lon": 4.8349791
+ },
+ {
+ "nodeId": 8784989769,
+ "lat": 45.7474367,
+ "lon": 4.8350595
+ },
+ {
+ "nodeId": 1979251394,
+ "lat": 45.7473497,
+ "lon": 4.8353319
+ },
+ {
+ "nodeId": 8784989775,
+ "lat": 45.7472166,
+ "lon": 4.8357506
+ },
+ {
+ "nodeId": 8784819027,
+ "lat": 45.7471881,
+ "lon": 4.8358402
+ },
+ {
+ "nodeId": 8784931021,
+ "lat": 45.7471618,
+ "lon": 4.8359222
+ },
+ {
+ "nodeId": 8784930514,
+ "lat": 45.7469112,
+ "lon": 4.8367101
+ },
+ {
+ "nodeId": 8784819029,
+ "lat": 45.7468767,
+ "lon": 4.8368184
+ },
+ {
+ "nodeId": 8784819030,
+ "lat": 45.7468697,
+ "lon": 4.8368402
+ },
+ {
+ "nodeId": 8784930516,
+ "lat": 45.7468492,
+ "lon": 4.8369046
+ },
+ {
+ "nodeId": 8784904640,
+ "lat": 45.7467064,
+ "lon": 4.8373539
+ },
+ {
+ "nodeId": 8784819032,
+ "lat": 45.7466738,
+ "lon": 4.8374563
+ },
+ {
+ "nodeId": 8784904637,
+ "lat": 45.7466533,
+ "lon": 4.8375206
+ },
+ {
+ "nodeId": 8784835315,
+ "lat": 45.7463988,
+ "lon": 4.8383175
+ },
+ {
+ "nodeId": 8784819034,
+ "lat": 45.7463683,
+ "lon": 4.838413
+ },
+ {
+ "nodeId": 8784841317,
+ "lat": 45.7463423,
+ "lon": 4.838494
+ },
+ {
+ "nodeId": 13533881785,
+ "lat": 45.7462344,
+ "lon": 4.8388351
+ },
+ {
+ "nodeId": 8784835310,
+ "lat": 45.746061,
+ "lon": 4.839383
+ },
+ {
+ "nodeId": 12273318142,
+ "lat": 45.7460362,
+ "lon": 4.8394614
+ },
+ {
+ "nodeId": 8764216679,
+ "lat": 45.7459762,
+ "lon": 4.8396453
+ },
+ {
+ "nodeId": 8764216678,
+ "lat": 45.7460061,
+ "lon": 4.8395563
+ },
+ {
+ "nodeId": 11748146058,
+ "lat": 45.7459565,
+ "lon": 4.8397095
+ },
+ {
+ "nodeId": 8784777112,
+ "lat": 45.7459338,
+ "lon": 4.8397753
+ },
+ {
+ "nodeId": 8764216680,
+ "lat": 45.7453138,
+ "lon": 4.8417108
+ },
+ {
+ "nodeId": 8776667653,
+ "lat": 45.7452727,
+ "lon": 4.8418349
+ },
+ {
+ "nodeId": 8776667654,
+ "lat": 45.7452473,
+ "lon": 4.841916
+ },
+ {
+ "nodeId": 8764216682,
+ "lat": 45.7452192,
+ "lon": 4.8420062
+ },
+ {
+ "nodeId": 8784772143,
+ "lat": 45.7450507,
+ "lon": 4.8425347
+ },
+ {
+ "nodeId": 1035871866,
+ "lat": 45.7448892,
+ "lon": 4.8430438
+ },
+ {
+ "nodeId": 16050438,
+ "lat": 45.744601,
+ "lon": 4.8439477
+ },
+ {
+ "nodeId": 8764127132,
+ "lat": 45.7437866,
+ "lon": 4.8464966
+ },
+ {
+ "nodeId": 8764127127,
+ "lat": 45.743761,
+ "lon": 4.8465769
+ },
+ {
+ "nodeId": 12022812963,
+ "lat": 45.7435685,
+ "lon": 4.8471779
+ },
+ {
+ "nodeId": 8764044089,
+ "lat": 45.7435548,
+ "lon": 4.8472204
+ },
+ {
+ "nodeId": 8764044090,
+ "lat": 45.7435355,
+ "lon": 4.8472822
+ },
+ {
+ "nodeId": 8764044091,
+ "lat": 45.7435151,
+ "lon": 4.8473459
+ },
+ {
+ "nodeId": 8764044092,
+ "lat": 45.7434948,
+ "lon": 4.8474094
+ },
+ {
+ "nodeId": 8764020298,
+ "lat": 45.743055,
+ "lon": 4.8487838
+ },
+ {
+ "nodeId": 8764020300,
+ "lat": 45.7430211,
+ "lon": 4.84889
+ },
+ {
+ "nodeId": 8776558462,
+ "lat": 45.7426662,
+ "lon": 4.8500019
+ },
+ {
+ "nodeId": 2600872716,
+ "lat": 45.7425787,
+ "lon": 4.850276
+ },
+ {
+ "nodeId": 8776558461,
+ "lat": 45.7424931,
+ "lon": 4.8505519
+ },
+ {
+ "nodeId": 16050447,
+ "lat": 45.7424546,
+ "lon": 4.8506629
+ },
+ {
+ "nodeId": 8776558458,
+ "lat": 45.7423891,
+ "lon": 4.8508687
+ },
+ {
+ "nodeId": 8764020256,
+ "lat": 45.7420237,
+ "lon": 4.8520157
+ },
+ {
+ "nodeId": 8764004591,
+ "lat": 45.7417908,
+ "lon": 4.8527426
+ },
+ {
+ "nodeId": 8764004596,
+ "lat": 45.741756,
+ "lon": 4.8528521
+ },
+ {
+ "nodeId": 8764004593,
+ "lat": 45.7416997,
+ "lon": 4.853028
+ },
+ {
+ "nodeId": 602038388,
+ "lat": 45.7409974,
+ "lon": 4.85523
+ },
+ {
+ "nodeId": 8943387485,
+ "lat": 45.7409588,
+ "lon": 4.8553576
+ },
+ {
+ "nodeId": 8943387484,
+ "lat": 45.7408664,
+ "lon": 4.8557007
+ },
+ {
+ "nodeId": 8776558452,
+ "lat": 45.7408215,
+ "lon": 4.8558515
+ },
+ {
+ "nodeId": 12273318129,
+ "lat": 45.740787,
+ "lon": 4.8559673
+ },
+ {
+ "nodeId": 16050454,
+ "lat": 45.7407738,
+ "lon": 4.8560063
+ },
+ {
+ "nodeId": 25248916,
+ "lat": 45.7407495,
+ "lon": 4.856082
+ },
+ {
+ "nodeId": 5305845006,
+ "lat": 45.7605554,
+ "lon": 4.8524134
+ },
+ {
+ "nodeId": 1977939103,
+ "lat": 45.760563,
+ "lon": 4.8525501
+ },
+ {
+ "nodeId": 12031101737,
+ "lat": 45.7605971,
+ "lon": 4.8529413
+ },
+ {
+ "nodeId": 1977939105,
+ "lat": 45.7606234,
+ "lon": 4.853244
+ },
+ {
+ "nodeId": 1979441798,
+ "lat": 45.7582553,
+ "lon": 4.9094137
+ },
+ {
+ "nodeId": 1979441800,
+ "lat": 45.7583167,
+ "lon": 4.909834
+ },
+ {
+ "nodeId": 8913784046,
+ "lat": 45.7583477,
+ "lon": 4.910044
+ },
+ {
+ "nodeId": 8913784047,
+ "lat": 45.7583562,
+ "lon": 4.9101002
+ },
+ {
+ "nodeId": 1979441801,
+ "lat": 45.7584995,
+ "lon": 4.9110663
+ },
+ {
+ "nodeId": 2208068043,
+ "lat": 45.7585419,
+ "lon": 4.9113398
+ },
+ {
+ "nodeId": 1979441802,
+ "lat": 45.7586171,
+ "lon": 4.9118252
+ },
+ {
+ "nodeId": 1979441803,
+ "lat": 45.7586747,
+ "lon": 4.9122037
+ },
+ {
+ "nodeId": 1979441804,
+ "lat": 45.7587309,
+ "lon": 4.9125854
+ },
+ {
+ "nodeId": 1979441805,
+ "lat": 45.7588034,
+ "lon": 4.9130489
+ },
+ {
+ "nodeId": 1979441806,
+ "lat": 45.7588471,
+ "lon": 4.9133015
+ },
+ {
+ "nodeId": 1979441807,
+ "lat": 45.7588921,
+ "lon": 4.9135116
+ },
+ {
+ "nodeId": 1979441809,
+ "lat": 45.759022,
+ "lon": 4.9140843
+ },
+ {
+ "nodeId": 1979441811,
+ "lat": 45.7591589,
+ "lon": 4.9146332
+ },
+ {
+ "nodeId": 1979441812,
+ "lat": 45.7593135,
+ "lon": 4.9152524
+ },
+ {
+ "nodeId": 1979441813,
+ "lat": 45.7594405,
+ "lon": 4.9157491
+ },
+ {
+ "nodeId": 12821043352,
+ "lat": 45.7600213,
+ "lon": 4.9180646
+ },
+ {
+ "nodeId": 1979441815,
+ "lat": 45.76004,
+ "lon": 4.9181393
+ },
+ {
+ "nodeId": 1979441816,
+ "lat": 45.7603378,
+ "lon": 4.9193503
+ },
+ {
+ "nodeId": 1979441818,
+ "lat": 45.7605939,
+ "lon": 4.9203803
+ },
+ {
+ "nodeId": 7512428899,
+ "lat": 45.7606062,
+ "lon": 4.9204318
+ },
+ {
+ "nodeId": 1979441819,
+ "lat": 45.7606266,
+ "lon": 4.920518
+ },
+ {
+ "nodeId": 7512428896,
+ "lat": 45.7606563,
+ "lon": 4.920635
+ },
+ {
+ "nodeId": 4136954837,
+ "lat": 45.7606731,
+ "lon": 4.9207048
+ },
+ {
+ "nodeId": 7512428885,
+ "lat": 45.7606869,
+ "lon": 4.9207565
+ },
+ {
+ "nodeId": 1979249783,
+ "lat": 45.7198578,
+ "lon": 4.9203261
+ },
+ {
+ "nodeId": 2628803455,
+ "lat": 45.7318747,
+ "lon": 4.8218902
+ },
+ {
+ "nodeId": 8832666432,
+ "lat": 45.7636999,
+ "lon": 4.8582794
+ },
+ {
+ "nodeId": 8832666463,
+ "lat": 45.7637016,
+ "lon": 4.8583101
+ },
+ {
+ "nodeId": 13288252270,
+ "lat": 45.763711,
+ "lon": 4.8595232
+ },
+ {
+ "nodeId": 6326900749,
+ "lat": 45.7637117,
+ "lon": 4.8596276
+ },
+ {
+ "nodeId": 16050285,
+ "lat": 45.7637031,
+ "lon": 4.8583617
+ },
+ {
+ "nodeId": 8832666450,
+ "lat": 45.7637143,
+ "lon": 4.859987
+ },
+ {
+ "nodeId": 751965779,
+ "lat": 45.7637143,
+ "lon": 4.8600108
+ },
+ {
+ "nodeId": 16050290,
+ "lat": 45.7637228,
+ "lon": 4.861682
+ },
+ {
+ "nodeId": 8832699217,
+ "lat": 45.7637262,
+ "lon": 4.8617408
+ },
+ {
+ "nodeId": 9125203051,
+ "lat": 45.7637299,
+ "lon": 4.8617687
+ },
+ {
+ "nodeId": 6262043705,
+ "lat": 45.7637333,
+ "lon": 4.8617922
+ },
+ {
+ "nodeId": 9125203055,
+ "lat": 45.7637375,
+ "lon": 4.8618132
+ },
+ {
+ "nodeId": 8832666443,
+ "lat": 45.7637429,
+ "lon": 4.8618343
+ },
+ {
+ "nodeId": 9125203054,
+ "lat": 45.7637565,
+ "lon": 4.8618737
+ },
+ {
+ "nodeId": 1978081794,
+ "lat": 45.7637674,
+ "lon": 4.8618997
+ },
+ {
+ "nodeId": 9125203053,
+ "lat": 45.7637773,
+ "lon": 4.8619194
+ },
+ {
+ "nodeId": 8832666444,
+ "lat": 45.7637912,
+ "lon": 4.8619454
+ },
+ {
+ "nodeId": 16050292,
+ "lat": 45.7638184,
+ "lon": 4.8619819
+ },
+ {
+ "nodeId": 9125203052,
+ "lat": 45.7638417,
+ "lon": 4.862006
+ },
+ {
+ "nodeId": 1978081801,
+ "lat": 45.7638694,
+ "lon": 4.8620295
+ },
+ {
+ "nodeId": 9125203044,
+ "lat": 45.7638997,
+ "lon": 4.8620473
+ },
+ {
+ "nodeId": 1979441843,
+ "lat": 45.7639242,
+ "lon": 4.8620566
+ },
+ {
+ "nodeId": 9125203045,
+ "lat": 45.7639442,
+ "lon": 4.8620613
+ },
+ {
+ "nodeId": 9125203046,
+ "lat": 45.7639619,
+ "lon": 4.8620644
+ },
+ {
+ "nodeId": 1979441845,
+ "lat": 45.7639943,
+ "lon": 4.8620668
+ },
+ {
+ "nodeId": 8165627352,
+ "lat": 45.7425121,
+ "lon": 4.8791641
+ },
+ {
+ "nodeId": 8111402597,
+ "lat": 45.7423847,
+ "lon": 4.8799213
+ },
+ {
+ "nodeId": 8111402595,
+ "lat": 45.7423728,
+ "lon": 4.8799934
+ },
+ {
+ "nodeId": 2733253096,
+ "lat": 45.7423667,
+ "lon": 4.880029
+ },
+ {
+ "nodeId": 1977712782,
+ "lat": 45.7422828,
+ "lon": 4.8805263
+ },
+ {
+ "nodeId": 2729043999,
+ "lat": 45.7422679,
+ "lon": 4.8806223
+ },
+ {
+ "nodeId": 2733253091,
+ "lat": 45.7422655,
+ "lon": 4.8806375
+ },
+ {
+ "nodeId": 1977796504,
+ "lat": 45.7421842,
+ "lon": 4.8811469
+ },
+ {
+ "nodeId": 2733253084,
+ "lat": 45.742161,
+ "lon": 4.881296
+ },
+ {
+ "nodeId": 2729043978,
+ "lat": 45.7421586,
+ "lon": 4.8813114
+ },
+ {
+ "nodeId": 2733253083,
+ "lat": 45.7421564,
+ "lon": 4.8813254
+ },
+ {
+ "nodeId": 2733253075,
+ "lat": 45.7420729,
+ "lon": 4.8818596
+ },
+ {
+ "nodeId": 2729043963,
+ "lat": 45.7420672,
+ "lon": 4.8818956
+ },
+ {
+ "nodeId": 2733253071,
+ "lat": 45.7420609,
+ "lon": 4.8819346
+ },
+ {
+ "nodeId": 2733253066,
+ "lat": 45.7420387,
+ "lon": 4.8820686
+ },
+ {
+ "nodeId": 2729043958,
+ "lat": 45.7420324,
+ "lon": 4.8821038
+ },
+ {
+ "nodeId": 2733253061,
+ "lat": 45.7420278,
+ "lon": 4.8821412
+ },
+ {
+ "nodeId": 16050514,
+ "lat": 45.7420236,
+ "lon": 4.8821756
+ },
+ {
+ "nodeId": 2733253052,
+ "lat": 45.7420142,
+ "lon": 4.8822347
+ },
+ {
+ "nodeId": 2733253050,
+ "lat": 45.7420093,
+ "lon": 4.8822654
+ },
+ {
+ "nodeId": 2733253048,
+ "lat": 45.7420044,
+ "lon": 4.882296
+ },
+ {
+ "nodeId": 2733258218,
+ "lat": 45.7419831,
+ "lon": 4.8824302
+ },
+ {
+ "nodeId": 2733253038,
+ "lat": 45.741979,
+ "lon": 4.8824557
+ },
+ {
+ "nodeId": 2733253026,
+ "lat": 45.7419461,
+ "lon": 4.8826619
+ },
+ {
+ "nodeId": 2733258215,
+ "lat": 45.7419434,
+ "lon": 4.8826787
+ },
+ {
+ "nodeId": 2733253023,
+ "lat": 45.7419404,
+ "lon": 4.8826978
+ },
+ {
+ "nodeId": 2733253019,
+ "lat": 45.7419264,
+ "lon": 4.8827901
+ },
+ {
+ "nodeId": 1977712776,
+ "lat": 45.7419188,
+ "lon": 4.8828282
+ },
+ {
+ "nodeId": 2733253017,
+ "lat": 45.7419108,
+ "lon": 4.8828611
+ },
+ {
+ "nodeId": 1977712772,
+ "lat": 45.7418949,
+ "lon": 4.8829261
+ },
+ {
+ "nodeId": 1977712770,
+ "lat": 45.7418555,
+ "lon": 4.8830461
+ },
+ {
+ "nodeId": 1977712767,
+ "lat": 45.7418318,
+ "lon": 4.8831049
+ },
+ {
+ "nodeId": 365090738,
+ "lat": 45.7418075,
+ "lon": 4.8831605
+ },
+ {
+ "nodeId": 2733733173,
+ "lat": 45.7418012,
+ "lon": 4.8831738
+ },
+ {
+ "nodeId": 2733253009,
+ "lat": 45.7417943,
+ "lon": 4.8831869
+ },
+ {
+ "nodeId": 365090739,
+ "lat": 45.7416916,
+ "lon": 4.8834002
+ },
+ {
+ "nodeId": 1977712764,
+ "lat": 45.7416353,
+ "lon": 4.8835429
+ },
+ {
+ "nodeId": 2733253002,
+ "lat": 45.7415962,
+ "lon": 4.8836581
+ },
+ {
+ "nodeId": 2733252991,
+ "lat": 45.7414251,
+ "lon": 4.8841639
+ },
+ {
+ "nodeId": 16050516,
+ "lat": 45.741256,
+ "lon": 4.8846626
+ },
+ {
+ "nodeId": 1977712759,
+ "lat": 45.7412222,
+ "lon": 4.8847973
+ },
+ {
+ "nodeId": 16050517,
+ "lat": 45.7411993,
+ "lon": 4.8849282
+ },
+ {
+ "nodeId": 2733252985,
+ "lat": 45.7411946,
+ "lon": 4.8849883
+ },
+ {
+ "nodeId": 2733733154,
+ "lat": 45.7411914,
+ "lon": 4.8850293
+ },
+ {
+ "nodeId": 1977712755,
+ "lat": 45.7411847,
+ "lon": 4.8851158
+ },
+ {
+ "nodeId": 8111418082,
+ "lat": 45.7411827,
+ "lon": 4.8851655
+ },
+ {
+ "nodeId": 8149111895,
+ "lat": 45.7411781,
+ "lon": 4.8852817
+ },
+ {
+ "nodeId": 16050518,
+ "lat": 45.7411723,
+ "lon": 4.8854295
+ },
+ {
+ "nodeId": 8111455579,
+ "lat": 45.7411564,
+ "lon": 4.8855461
+ },
+ {
+ "nodeId": 9441130641,
+ "lat": 45.7198708,
+ "lon": 4.9205605
+ },
+ {
+ "nodeId": 9441109291,
+ "lat": 45.7198814,
+ "lon": 4.9206815
+ },
+ {
+ "nodeId": 1979249785,
+ "lat": 45.7198923,
+ "lon": 4.9207948
+ },
+ {
+ "nodeId": 9441109289,
+ "lat": 45.7199039,
+ "lon": 4.9208979
+ },
+ {
+ "nodeId": 4037987357,
+ "lat": 45.7199157,
+ "lon": 4.920999
+ },
+ {
+ "nodeId": 9441109286,
+ "lat": 45.7199301,
+ "lon": 4.9211016
+ },
+ {
+ "nodeId": 1979249791,
+ "lat": 45.7199461,
+ "lon": 4.9212002
+ },
+ {
+ "nodeId": 9441130643,
+ "lat": 45.7199767,
+ "lon": 4.9213777
+ },
+ {
+ "nodeId": 9441109285,
+ "lat": 45.7199952,
+ "lon": 4.9214726
+ },
+ {
+ "nodeId": 4037987368,
+ "lat": 45.7200144,
+ "lon": 4.9215646
+ },
+ {
+ "nodeId": 9441130646,
+ "lat": 45.7200422,
+ "lon": 4.9216883
+ },
+ {
+ "nodeId": 1979249793,
+ "lat": 45.7200829,
+ "lon": 4.9218505
+ },
+ {
+ "nodeId": 1979249802,
+ "lat": 45.7202023,
+ "lon": 4.9222953
+ },
+ {
+ "nodeId": 9441129795,
+ "lat": 45.7202221,
+ "lon": 4.9223805
+ },
+ {
+ "nodeId": 9441129796,
+ "lat": 45.7202379,
+ "lon": 4.9224564
+ },
+ {
+ "nodeId": 9441129797,
+ "lat": 45.7202455,
+ "lon": 4.922507
+ },
+ {
+ "nodeId": 1979249804,
+ "lat": 45.7202515,
+ "lon": 4.9225802
+ },
+ {
+ "nodeId": 9441129798,
+ "lat": 45.7202544,
+ "lon": 4.9226352
+ },
+ {
+ "nodeId": 9441129799,
+ "lat": 45.7202538,
+ "lon": 4.9226862
+ },
+ {
+ "nodeId": 1979249805,
+ "lat": 45.7202513,
+ "lon": 4.9227312
+ },
+ {
+ "nodeId": 9441129800,
+ "lat": 45.7202465,
+ "lon": 4.9227782
+ },
+ {
+ "nodeId": 9441129801,
+ "lat": 45.7202373,
+ "lon": 4.9228384
+ },
+ {
+ "nodeId": 1979249803,
+ "lat": 45.7202283,
+ "lon": 4.9228811
+ },
+ {
+ "nodeId": 9441129802,
+ "lat": 45.7202178,
+ "lon": 4.9229256
+ },
+ {
+ "nodeId": 1979249799,
+ "lat": 45.7202047,
+ "lon": 4.9229733
+ },
+ {
+ "nodeId": 12001242874,
+ "lat": 45.7201989,
+ "lon": 4.9229889
+ },
+ {
+ "nodeId": 9441129803,
+ "lat": 45.7201853,
+ "lon": 4.9230259
+ },
+ {
+ "nodeId": 1979249797,
+ "lat": 45.7201598,
+ "lon": 4.9230834
+ },
+ {
+ "nodeId": 9441129804,
+ "lat": 45.7201338,
+ "lon": 4.9231323
+ },
+ {
+ "nodeId": 1979249795,
+ "lat": 45.7200985,
+ "lon": 4.9231894
+ },
+ {
+ "nodeId": 12001242873,
+ "lat": 45.720013,
+ "lon": 4.9233193
+ },
+ {
+ "nodeId": 1979249787,
+ "lat": 45.7199223,
+ "lon": 4.923457
+ },
+ {
+ "nodeId": 1979249767,
+ "lat": 45.7196,
+ "lon": 4.9239384
+ },
+ {
+ "nodeId": 12001242872,
+ "lat": 45.7192415,
+ "lon": 4.924477
+ },
+ {
+ "nodeId": 1979249766,
+ "lat": 45.7192001,
+ "lon": 4.9245391
+ },
+ {
+ "nodeId": 1979249763,
+ "lat": 45.7188025,
+ "lon": 4.9251361
+ },
+ {
+ "nodeId": 12001204168,
+ "lat": 45.7185786,
+ "lon": 4.9254704
+ },
+ {
+ "nodeId": 8158305221,
+ "lat": 45.7185498,
+ "lon": 4.9255133
+ },
+ {
+ "nodeId": 8158261001,
+ "lat": 45.7179045,
+ "lon": 4.9264803
+ },
+ {
+ "nodeId": 13136183589,
+ "lat": 45.7178396,
+ "lon": 4.9265771
+ },
+ {
+ "nodeId": 7414770976,
+ "lat": 45.7178049,
+ "lon": 4.9266289
+ },
+ {
+ "nodeId": 9441131132,
+ "lat": 45.7176203,
+ "lon": 4.9269075
+ },
+ {
+ "nodeId": 9441131129,
+ "lat": 45.717537,
+ "lon": 4.9270373
+ },
+ {
+ "nodeId": 9441131128,
+ "lat": 45.7172504,
+ "lon": 4.9274928
+ },
+ {
+ "nodeId": 9441131125,
+ "lat": 45.717107,
+ "lon": 4.9277169
+ },
+ {
+ "nodeId": 8157682552,
+ "lat": 45.7169578,
+ "lon": 4.9279409
+ },
+ {
+ "nodeId": 1979249759,
+ "lat": 45.7168834,
+ "lon": 4.9280513
+ },
+ {
+ "nodeId": 1979249758,
+ "lat": 45.7168182,
+ "lon": 4.9281506
+ },
+ {
+ "nodeId": 7414770977,
+ "lat": 45.7167464,
+ "lon": 4.9282585
+ },
+ {
+ "nodeId": 9441105203,
+ "lat": 45.7156893,
+ "lon": 4.9298413
+ },
+ {
+ "nodeId": 1979249756,
+ "lat": 45.7156578,
+ "lon": 4.9298848
+ },
+ {
+ "nodeId": 9441105204,
+ "lat": 45.7156222,
+ "lon": 4.9299307
+ },
+ {
+ "nodeId": 1979249754,
+ "lat": 45.7155834,
+ "lon": 4.9299784
+ },
+ {
+ "nodeId": 1979249752,
+ "lat": 45.7155522,
+ "lon": 4.930011
+ },
+ {
+ "nodeId": 9441105207,
+ "lat": 45.7155218,
+ "lon": 4.9300429
+ },
+ {
+ "nodeId": 1979249750,
+ "lat": 45.7154925,
+ "lon": 4.9300694
+ },
+ {
+ "nodeId": 9441105209,
+ "lat": 45.7154542,
+ "lon": 4.9300996
+ },
+ {
+ "nodeId": 9441105212,
+ "lat": 45.7154211,
+ "lon": 4.9301255
+ },
+ {
+ "nodeId": 9441105213,
+ "lat": 45.7153428,
+ "lon": 4.930179
+ },
+ {
+ "nodeId": 9441117880,
+ "lat": 45.7150701,
+ "lon": 4.9303467
+ },
+ {
+ "nodeId": 1979249746,
+ "lat": 45.715009,
+ "lon": 4.9303871
+ },
+ {
+ "nodeId": 9441117882,
+ "lat": 45.7149662,
+ "lon": 4.930418
+ },
+ {
+ "nodeId": 1979249742,
+ "lat": 45.714926,
+ "lon": 4.9304512
+ },
+ {
+ "nodeId": 9441117877,
+ "lat": 45.7148954,
+ "lon": 4.9304799
+ },
+ {
+ "nodeId": 9441117884,
+ "lat": 45.7148666,
+ "lon": 4.930508
+ },
+ {
+ "nodeId": 1979249740,
+ "lat": 45.7148113,
+ "lon": 4.9305677
+ },
+ {
+ "nodeId": 9441117886,
+ "lat": 45.7147752,
+ "lon": 4.9306145
+ },
+ {
+ "nodeId": 9441117887,
+ "lat": 45.7147391,
+ "lon": 4.9306643
+ },
+ {
+ "nodeId": 9441117890,
+ "lat": 45.7146713,
+ "lon": 4.9307682
+ },
+ {
+ "nodeId": 8157627554,
+ "lat": 45.7145233,
+ "lon": 4.9309961
+ },
+ {
+ "nodeId": 8157627560,
+ "lat": 45.7142279,
+ "lon": 4.9314527
+ },
+ {
+ "nodeId": 1979249729,
+ "lat": 45.7141766,
+ "lon": 4.9315313
+ },
+ {
+ "nodeId": 13136183600,
+ "lat": 45.7141485,
+ "lon": 4.9315747
+ },
+ {
+ "nodeId": 1979249725,
+ "lat": 45.7126653,
+ "lon": 4.9338643
+ },
+ {
+ "nodeId": 9441093856,
+ "lat": 45.7117517,
+ "lon": 4.9352751
+ },
+ {
+ "nodeId": 9441117891,
+ "lat": 45.7117061,
+ "lon": 4.9353452
+ },
+ {
+ "nodeId": 1979249723,
+ "lat": 45.7116614,
+ "lon": 4.9354119
+ },
+ {
+ "nodeId": 9441093858,
+ "lat": 45.7116174,
+ "lon": 4.935475
+ },
+ {
+ "nodeId": 9441093860,
+ "lat": 45.7115704,
+ "lon": 4.9355386
+ },
+ {
+ "nodeId": 1979249722,
+ "lat": 45.7114762,
+ "lon": 4.9356585
+ },
+ {
+ "nodeId": 1979249720,
+ "lat": 45.7113828,
+ "lon": 4.9357749
+ },
+ {
+ "nodeId": 9441093873,
+ "lat": 45.7113333,
+ "lon": 4.9358375
+ },
+ {
+ "nodeId": 9441093875,
+ "lat": 45.711286,
+ "lon": 4.9358993
+ },
+ {
+ "nodeId": 1979249718,
+ "lat": 45.7111927,
+ "lon": 4.9360276
+ },
+ {
+ "nodeId": 1979249709,
+ "lat": 45.7097662,
+ "lon": 4.9381643
+ },
+ {
+ "nodeId": 1979249705,
+ "lat": 45.7097086,
+ "lon": 4.9382456
+ },
+ {
+ "nodeId": 9441109177,
+ "lat": 45.7096708,
+ "lon": 4.938295
+ },
+ {
+ "nodeId": 1979249694,
+ "lat": 45.7096255,
+ "lon": 4.93835
+ },
+ {
+ "nodeId": 1979249692,
+ "lat": 45.709581,
+ "lon": 4.9383972
+ },
+ {
+ "nodeId": 1979249688,
+ "lat": 45.7095239,
+ "lon": 4.9384481
+ },
+ {
+ "nodeId": 1979249685,
+ "lat": 45.7094841,
+ "lon": 4.9384804
+ },
+ {
+ "nodeId": 9441109181,
+ "lat": 45.7094511,
+ "lon": 4.9385039
+ },
+ {
+ "nodeId": 1979249684,
+ "lat": 45.7094196,
+ "lon": 4.9385229
+ },
+ {
+ "nodeId": 9441109183,
+ "lat": 45.7093703,
+ "lon": 4.9385502
+ },
+ {
+ "nodeId": 1979249682,
+ "lat": 45.7093217,
+ "lon": 4.9385731
+ },
+ {
+ "nodeId": 9441109187,
+ "lat": 45.7091707,
+ "lon": 4.9386168
+ },
+ {
+ "nodeId": 9441109186,
+ "lat": 45.7092781,
+ "lon": 4.9385888
+ },
+ {
+ "nodeId": 12751838785,
+ "lat": 45.7091283,
+ "lon": 4.9386214
+ },
+ {
+ "nodeId": 1979249681,
+ "lat": 45.7092265,
+ "lon": 4.9386053
+ },
+ {
+ "nodeId": 1979249677,
+ "lat": 45.7091065,
+ "lon": 4.9386237
+ },
+ {
+ "nodeId": 1979249675,
+ "lat": 45.7090609,
+ "lon": 4.9386244
+ },
+ {
+ "nodeId": 1979249673,
+ "lat": 45.7089993,
+ "lon": 4.9386204
+ },
+ {
+ "nodeId": 1979249660,
+ "lat": 45.7089601,
+ "lon": 4.9386145
+ },
+ {
+ "nodeId": 9441109191,
+ "lat": 45.7089122,
+ "lon": 4.9386038
+ },
+ {
+ "nodeId": 9441109193,
+ "lat": 45.7088644,
+ "lon": 4.9385897
+ },
+ {
+ "nodeId": 9441109192,
+ "lat": 45.7088164,
+ "lon": 4.9385717
+ },
+ {
+ "nodeId": 1979249655,
+ "lat": 45.7087713,
+ "lon": 4.9385517
+ },
+ {
+ "nodeId": 9441109196,
+ "lat": 45.7087249,
+ "lon": 4.9385265
+ },
+ {
+ "nodeId": 1979249653,
+ "lat": 45.7086749,
+ "lon": 4.9384932
+ },
+ {
+ "nodeId": 9441109198,
+ "lat": 45.708617,
+ "lon": 4.93845
+ },
+ {
+ "nodeId": 9441109199,
+ "lat": 45.7085726,
+ "lon": 4.938411
+ },
+ {
+ "nodeId": 1979249649,
+ "lat": 45.7085295,
+ "lon": 4.9383676
+ },
+ {
+ "nodeId": 9441109203,
+ "lat": 45.7084968,
+ "lon": 4.9383317
+ },
+ {
+ "nodeId": 16050647,
+ "lat": 45.7084593,
+ "lon": 4.9382863
+ },
+ {
+ "nodeId": 9441109204,
+ "lat": 45.7084162,
+ "lon": 4.9382246
+ },
+ {
+ "nodeId": 9441109206,
+ "lat": 45.7083814,
+ "lon": 4.9381676
+ },
+ {
+ "nodeId": 9441109209,
+ "lat": 45.7083493,
+ "lon": 4.9381108
+ },
+ {
+ "nodeId": 16050649,
+ "lat": 45.7083095,
+ "lon": 4.93803
+ },
+ {
+ "nodeId": 304321449,
+ "lat": 45.7082598,
+ "lon": 4.9379147
+ },
+ {
+ "nodeId": 8157403681,
+ "lat": 45.7082275,
+ "lon": 4.9378358
+ },
+ {
+ "nodeId": 8157463254,
+ "lat": 45.7080687,
+ "lon": 4.9374472
+ },
+ {
+ "nodeId": 304321447,
+ "lat": 45.7080167,
+ "lon": 4.93732
+ },
+ {
+ "nodeId": 4096965316,
+ "lat": 45.7078347,
+ "lon": 4.9368733
+ },
+ {
+ "nodeId": 1851761385,
+ "lat": 45.7076538,
+ "lon": 4.936431
+ },
+ {
+ "nodeId": 9440955398,
+ "lat": 45.7075902,
+ "lon": 4.936286
+ },
+ {
+ "nodeId": 16050650,
+ "lat": 45.7075291,
+ "lon": 4.9361579
+ },
+ {
+ "nodeId": 9440955397,
+ "lat": 45.7074828,
+ "lon": 4.9360677
+ },
+ {
+ "nodeId": 9440955396,
+ "lat": 45.7074275,
+ "lon": 4.9359641
+ },
+ {
+ "nodeId": 16050651,
+ "lat": 45.7073675,
+ "lon": 4.9358587
+ },
+ {
+ "nodeId": 9440955395,
+ "lat": 45.7073041,
+ "lon": 4.9357552
+ },
+ {
+ "nodeId": 1851761381,
+ "lat": 45.7072348,
+ "lon": 4.9356486
+ },
+ {
+ "nodeId": 9440955394,
+ "lat": 45.707167,
+ "lon": 4.93555
+ },
+ {
+ "nodeId": 1851761379,
+ "lat": 45.7070962,
+ "lon": 4.9354546
+ },
+ {
+ "nodeId": 9440955393,
+ "lat": 45.7070162,
+ "lon": 4.9353534
+ },
+ {
+ "nodeId": 16050653,
+ "lat": 45.7069318,
+ "lon": 4.9352545
+ },
+ {
+ "nodeId": 9440955392,
+ "lat": 45.7068465,
+ "lon": 4.9351612
+ },
+ {
+ "nodeId": 1851761376,
+ "lat": 45.7067823,
+ "lon": 4.935096
+ },
+ {
+ "nodeId": 9440955391,
+ "lat": 45.7067371,
+ "lon": 4.9350517
+ },
+ {
+ "nodeId": 1851761375,
+ "lat": 45.7066919,
+ "lon": 4.9350123
+ },
+ {
+ "nodeId": 9440955390,
+ "lat": 45.706651,
+ "lon": 4.9349816
+ },
+ {
+ "nodeId": 1851761373,
+ "lat": 45.7066129,
+ "lon": 4.9349566
+ },
+ {
+ "nodeId": 9440955389,
+ "lat": 45.7065742,
+ "lon": 4.9349347
+ },
+ {
+ "nodeId": 9440955388,
+ "lat": 45.7065393,
+ "lon": 4.9349179
+ },
+ {
+ "nodeId": 16050654,
+ "lat": 45.7065011,
+ "lon": 4.9349021
+ },
+ {
+ "nodeId": 1851761369,
+ "lat": 45.7064005,
+ "lon": 4.9348731
+ },
+ {
+ "nodeId": 1851761367,
+ "lat": 45.7063215,
+ "lon": 4.9348524
+ },
+ {
+ "nodeId": 4296757840,
+ "lat": 45.7062837,
+ "lon": 4.9348408
+ },
+ {
+ "nodeId": 9440955383,
+ "lat": 45.7062459,
+ "lon": 4.934829
+ },
+ {
+ "nodeId": 9440955384,
+ "lat": 45.7062053,
+ "lon": 4.9348152
+ },
+ {
+ "nodeId": 9440955385,
+ "lat": 45.7061602,
+ "lon": 4.9347979
+ },
+ {
+ "nodeId": 1851761365,
+ "lat": 45.7061167,
+ "lon": 4.9347794
+ },
+ {
+ "nodeId": 9441008738,
+ "lat": 45.7059314,
+ "lon": 4.9346827
+ },
+ {
+ "nodeId": 9441008739,
+ "lat": 45.7058839,
+ "lon": 4.9346619
+ },
+ {
+ "nodeId": 1023431417,
+ "lat": 45.7058464,
+ "lon": 4.9346461
+ },
+ {
+ "nodeId": 9441008740,
+ "lat": 45.7058129,
+ "lon": 4.9346336
+ },
+ {
+ "nodeId": 9441008741,
+ "lat": 45.7057711,
+ "lon": 4.9346211
+ },
+ {
+ "nodeId": 1851761362,
+ "lat": 45.7057284,
+ "lon": 4.9346105
+ },
+ {
+ "nodeId": 9441008742,
+ "lat": 45.7056883,
+ "lon": 4.9346021
+ },
+ {
+ "nodeId": 1851761360,
+ "lat": 45.7056373,
+ "lon": 4.9345957
+ },
+ {
+ "nodeId": 4296757833,
+ "lat": 45.7056002,
+ "lon": 4.9345941
+ },
+ {
+ "nodeId": 9441008745,
+ "lat": 45.7055628,
+ "lon": 4.9345935
+ },
+ {
+ "nodeId": 9441008744,
+ "lat": 45.7055231,
+ "lon": 4.9345956
+ },
+ {
+ "nodeId": 16050656,
+ "lat": 45.705484,
+ "lon": 4.9345983
+ },
+ {
+ "nodeId": 4296757827,
+ "lat": 45.7053381,
+ "lon": 4.9346201
+ },
+ {
+ "nodeId": 1851761354,
+ "lat": 45.7042444,
+ "lon": 4.9347948
+ },
+ {
+ "nodeId": 9441008754,
+ "lat": 45.7042046,
+ "lon": 4.9348008
+ },
+ {
+ "nodeId": 9441008755,
+ "lat": 45.7041642,
+ "lon": 4.9348047
+ },
+ {
+ "nodeId": 9441008756,
+ "lat": 45.7040818,
+ "lon": 4.9348108
+ },
+ {
+ "nodeId": 16050657,
+ "lat": 45.7038853,
+ "lon": 4.9348171
+ },
+ {
+ "nodeId": 4296757818,
+ "lat": 45.7038406,
+ "lon": 4.9348196
+ },
+ {
+ "nodeId": 1851761351,
+ "lat": 45.7038128,
+ "lon": 4.9348216
+ },
+ {
+ "nodeId": 9440978404,
+ "lat": 45.7037785,
+ "lon": 4.9348256
+ },
+ {
+ "nodeId": 306508870,
+ "lat": 45.703732,
+ "lon": 4.934833
+ },
+ {
+ "nodeId": 9441007856,
+ "lat": 45.7036826,
+ "lon": 4.9348391
+ },
+ {
+ "nodeId": 4296757809,
+ "lat": 45.7036268,
+ "lon": 4.9348479
+ },
+ {
+ "nodeId": 4296757806,
+ "lat": 45.7032319,
+ "lon": 4.9349162
+ },
+ {
+ "nodeId": 1851761349,
+ "lat": 45.7031507,
+ "lon": 4.9349302
+ },
+ {
+ "nodeId": 9440978414,
+ "lat": 45.7030964,
+ "lon": 4.9349422
+ },
+ {
+ "nodeId": 16050658,
+ "lat": 45.7030466,
+ "lon": 4.9349555
+ },
+ {
+ "nodeId": 9440978413,
+ "lat": 45.7029911,
+ "lon": 4.9349751
+ },
+ {
+ "nodeId": 1369736513,
+ "lat": 45.7029506,
+ "lon": 4.9349907
+ },
+ {
+ "nodeId": 9440978412,
+ "lat": 45.7028925,
+ "lon": 4.9350182
+ },
+ {
+ "nodeId": 9440978411,
+ "lat": 45.7028258,
+ "lon": 4.9350529
+ },
+ {
+ "nodeId": 9441007730,
+ "lat": 45.7026021,
+ "lon": 4.9351787
+ },
+ {
+ "nodeId": 9441007726,
+ "lat": 45.7025226,
+ "lon": 4.9352221
+ },
+ {
+ "nodeId": 9441007727,
+ "lat": 45.7024386,
+ "lon": 4.9352656
+ },
+ {
+ "nodeId": 9441007723,
+ "lat": 45.702352,
+ "lon": 4.9353077
+ },
+ {
+ "nodeId": 1369736507,
+ "lat": 45.702261,
+ "lon": 4.9353482
+ },
+ {
+ "nodeId": 16050661,
+ "lat": 45.7017619,
+ "lon": 4.9355648
+ },
+ {
+ "nodeId": 9440415831,
+ "lat": 45.7016188,
+ "lon": 4.9356257
+ },
+ {
+ "nodeId": 9440415830,
+ "lat": 45.7015469,
+ "lon": 4.9356536
+ },
+ {
+ "nodeId": 16050662,
+ "lat": 45.7014822,
+ "lon": 4.9356746
+ },
+ {
+ "nodeId": 9440415829,
+ "lat": 45.7014108,
+ "lon": 4.9356959
+ },
+ {
+ "nodeId": 9440415828,
+ "lat": 45.7013633,
+ "lon": 4.9357068
+ },
+ {
+ "nodeId": 1369736496,
+ "lat": 45.7013187,
+ "lon": 4.9357165
+ },
+ {
+ "nodeId": 9440415843,
+ "lat": 45.701225,
+ "lon": 4.93573
+ },
+ {
+ "nodeId": 1369736492,
+ "lat": 45.7011296,
+ "lon": 4.9357391
+ },
+ {
+ "nodeId": 4296757795,
+ "lat": 45.7008587,
+ "lon": 4.9357578
+ },
+ {
+ "nodeId": 16050663,
+ "lat": 45.7007499,
+ "lon": 4.9357652
+ },
+ {
+ "nodeId": 4296757790,
+ "lat": 45.7006447,
+ "lon": 4.9357728
+ },
+ {
+ "nodeId": 1848883817,
+ "lat": 45.7005265,
+ "lon": 4.9357797
+ },
+ {
+ "nodeId": 16050664,
+ "lat": 45.7004098,
+ "lon": 4.9357861
+ },
+ {
+ "nodeId": 1848883799,
+ "lat": 45.7002991,
+ "lon": 4.9357956
+ },
+ {
+ "nodeId": 9440415851,
+ "lat": 45.7002482,
+ "lon": 4.9358023
+ },
+ {
+ "nodeId": 1848883792,
+ "lat": 45.700198,
+ "lon": 4.9358115
+ },
+ {
+ "nodeId": 1369736487,
+ "lat": 45.7001122,
+ "lon": 4.9358321
+ },
+ {
+ "nodeId": 1848883786,
+ "lat": 45.7000442,
+ "lon": 4.9358546
+ },
+ {
+ "nodeId": 9440415854,
+ "lat": 45.7000025,
+ "lon": 4.9358706
+ },
+ {
+ "nodeId": 1369736478,
+ "lat": 45.6999586,
+ "lon": 4.9358897
+ },
+ {
+ "nodeId": 307610874,
+ "lat": 45.6998818,
+ "lon": 4.9359272
+ },
+ {
+ "nodeId": 4296756980,
+ "lat": 45.6998014,
+ "lon": 4.9359701
+ },
+ {
+ "nodeId": 4296756976,
+ "lat": 45.699398,
+ "lon": 4.9361888
+ },
+ {
+ "nodeId": 1369741847,
+ "lat": 45.6993032,
+ "lon": 4.9362397
+ },
+ {
+ "nodeId": 4296756972,
+ "lat": 45.6992319,
+ "lon": 4.9362748
+ },
+ {
+ "nodeId": 1848883582,
+ "lat": 45.6992103,
+ "lon": 4.9362831
+ },
+ {
+ "nodeId": 16050668,
+ "lat": 45.6991644,
+ "lon": 4.9362957
+ },
+ {
+ "nodeId": 9440416070,
+ "lat": 45.6991321,
+ "lon": 4.9363021
+ },
+ {
+ "nodeId": 1848883550,
+ "lat": 45.6990946,
+ "lon": 4.9363054
+ },
+ {
+ "nodeId": 9440416071,
+ "lat": 45.6990296,
+ "lon": 4.9363061
+ },
+ {
+ "nodeId": 16050669,
+ "lat": 45.6986084,
+ "lon": 4.9362854
+ },
+ {
+ "nodeId": 9440416074,
+ "lat": 45.6985691,
+ "lon": 4.9362816
+ },
+ {
+ "nodeId": 1851037043,
+ "lat": 45.6985359,
+ "lon": 4.9362777
+ },
+ {
+ "nodeId": 9440416073,
+ "lat": 45.6985063,
+ "lon": 4.9362727
+ },
+ {
+ "nodeId": 9440416078,
+ "lat": 45.6984722,
+ "lon": 4.936265
+ },
+ {
+ "nodeId": 1851037041,
+ "lat": 45.6984128,
+ "lon": 4.9362492
+ },
+ {
+ "nodeId": 4296756969,
+ "lat": 45.6983658,
+ "lon": 4.9362352
+ },
+ {
+ "nodeId": 9440416079,
+ "lat": 45.6983066,
+ "lon": 4.9362181
+ },
+ {
+ "nodeId": 1369741839,
+ "lat": 45.6982403,
+ "lon": 4.9362024
+ },
+ {
+ "nodeId": 1851037035,
+ "lat": 45.6981839,
+ "lon": 4.9361937
+ },
+ {
+ "nodeId": 4296756964,
+ "lat": 45.6981368,
+ "lon": 4.936189
+ },
+ {
+ "nodeId": 4269661243,
+ "lat": 45.6973351,
+ "lon": 4.9361497
+ },
+ {
+ "nodeId": 1369741835,
+ "lat": 45.6972189,
+ "lon": 4.9361417
+ },
+ {
+ "nodeId": 4269661218,
+ "lat": 45.697123,
+ "lon": 4.9361317
+ },
+ {
+ "nodeId": 16050671,
+ "lat": 45.6968943,
+ "lon": 4.9361049
+ },
+ {
+ "nodeId": 16050672,
+ "lat": 45.6953817,
+ "lon": 4.9358917
+ },
+ {
+ "nodeId": 9440401295,
+ "lat": 45.695342,
+ "lon": 4.9358872
+ },
+ {
+ "nodeId": 1851037023,
+ "lat": 45.6953146,
+ "lon": 4.9358865
+ },
+ {
+ "nodeId": 9440401296,
+ "lat": 45.6952965,
+ "lon": 4.9358879
+ },
+ {
+ "nodeId": 1851037021,
+ "lat": 45.6952569,
+ "lon": 4.9358967
+ },
+ {
+ "nodeId": 9440401297,
+ "lat": 45.6952794,
+ "lon": 4.9358904
+ },
+ {
+ "nodeId": 9440401298,
+ "lat": 45.6952348,
+ "lon": 4.9359046
+ },
+ {
+ "nodeId": 4284300654,
+ "lat": 45.6952122,
+ "lon": 4.9359163
+ },
+ {
+ "nodeId": 16050673,
+ "lat": 45.6952019,
+ "lon": 4.935923
+ },
+ {
+ "nodeId": 9440401299,
+ "lat": 45.6951877,
+ "lon": 4.9359338
+ },
+ {
+ "nodeId": 9440401300,
+ "lat": 45.6951673,
+ "lon": 4.935951
+ },
+ {
+ "nodeId": 1369741831,
+ "lat": 45.6951456,
+ "lon": 4.9359744
+ },
+ {
+ "nodeId": 9440401301,
+ "lat": 45.6951322,
+ "lon": 4.9359934
+ },
+ {
+ "nodeId": 1851037014,
+ "lat": 45.6951203,
+ "lon": 4.9360119
+ },
+ {
+ "nodeId": 9440401302,
+ "lat": 45.6951063,
+ "lon": 4.9360386
+ },
+ {
+ "nodeId": 16050674,
+ "lat": 45.6950943,
+ "lon": 4.9360637
+ },
+ {
+ "nodeId": 9440401303,
+ "lat": 45.6950855,
+ "lon": 4.9360848
+ },
+ {
+ "nodeId": 4284300651,
+ "lat": 45.6950786,
+ "lon": 4.9361055
+ },
+ {
+ "nodeId": 9440401304,
+ "lat": 45.6950709,
+ "lon": 4.9361322
+ },
+ {
+ "nodeId": 16050676,
+ "lat": 45.6950659,
+ "lon": 4.9361567
+ },
+ {
+ "nodeId": 9440401305,
+ "lat": 45.6950621,
+ "lon": 4.9361809
+ },
+ {
+ "nodeId": 9440401306,
+ "lat": 45.6950591,
+ "lon": 4.9362069
+ },
+ {
+ "nodeId": 9440401307,
+ "lat": 45.6950564,
+ "lon": 4.9362473
+ },
+ {
+ "nodeId": 1369741830,
+ "lat": 45.6950544,
+ "lon": 4.9362974
+ },
+ {
+ "nodeId": 4284300648,
+ "lat": 45.6950494,
+ "lon": 4.9365072
+ },
+ {
+ "nodeId": 4284300646,
+ "lat": 45.6950337,
+ "lon": 4.9372042
+ },
+ {
+ "nodeId": 9440314513,
+ "lat": 45.6950289,
+ "lon": 4.9374055
+ },
+ {
+ "nodeId": 9440314512,
+ "lat": 45.6950264,
+ "lon": 4.9374588
+ },
+ {
+ "nodeId": 9440314514,
+ "lat": 45.6950232,
+ "lon": 4.9375019
+ },
+ {
+ "nodeId": 16050677,
+ "lat": 45.6950208,
+ "lon": 4.9375257
+ },
+ {
+ "nodeId": 4284300645,
+ "lat": 45.6950183,
+ "lon": 4.9375456
+ },
+ {
+ "nodeId": 9440314515,
+ "lat": 45.6950111,
+ "lon": 4.9375829
+ },
+ {
+ "nodeId": 1851037006,
+ "lat": 45.6950033,
+ "lon": 4.9376137
+ },
+ {
+ "nodeId": 9440314516,
+ "lat": 45.694994,
+ "lon": 4.937642
+ },
+ {
+ "nodeId": 1369741829,
+ "lat": 45.6949777,
+ "lon": 4.937678
+ },
+ {
+ "nodeId": 9440392917,
+ "lat": 45.6949632,
+ "lon": 4.9377051
+ },
+ {
+ "nodeId": 9440392918,
+ "lat": 45.6949494,
+ "lon": 4.937725
+ },
+ {
+ "nodeId": 16050678,
+ "lat": 45.6949359,
+ "lon": 4.9377407
+ },
+ {
+ "nodeId": 9440392919,
+ "lat": 45.6949235,
+ "lon": 4.9377545
+ },
+ {
+ "nodeId": 9440392920,
+ "lat": 45.694902,
+ "lon": 4.9377745
+ },
+ {
+ "nodeId": 1851037003,
+ "lat": 45.6948769,
+ "lon": 4.9377941
+ },
+ {
+ "nodeId": 16050679,
+ "lat": 45.6947681,
+ "lon": 4.9378685
+ },
+ {
+ "nodeId": 9440392933,
+ "lat": 45.6947299,
+ "lon": 4.9378966
+ },
+ {
+ "nodeId": 9440392932,
+ "lat": 45.6947067,
+ "lon": 4.9379163
+ },
+ {
+ "nodeId": 8155638385,
+ "lat": 45.6946919,
+ "lon": 4.9379311
+ },
+ {
+ "nodeId": 9440392931,
+ "lat": 45.6946763,
+ "lon": 4.9379491
+ },
+ {
+ "nodeId": 4284300641,
+ "lat": 45.6946605,
+ "lon": 4.9379675
+ },
+ {
+ "nodeId": 9440392930,
+ "lat": 45.6946437,
+ "lon": 4.9379994
+ },
+ {
+ "nodeId": 9440392929,
+ "lat": 45.6946333,
+ "lon": 4.9380185
+ },
+ {
+ "nodeId": 81360636,
+ "lat": 45.6946256,
+ "lon": 4.9380369
+ },
+ {
+ "nodeId": 9440392921,
+ "lat": 45.6946116,
+ "lon": 4.9380781
+ },
+ {
+ "nodeId": 1851036993,
+ "lat": 45.6946025,
+ "lon": 4.9381113
+ },
+ {
+ "nodeId": 9440392922,
+ "lat": 45.6945963,
+ "lon": 4.9381404
+ },
+ {
+ "nodeId": 9440392923,
+ "lat": 45.6945926,
+ "lon": 4.9381705
+ },
+ {
+ "nodeId": 16050680,
+ "lat": 45.6945898,
+ "lon": 4.9382058
+ },
+ {
+ "nodeId": 9440392924,
+ "lat": 45.69459,
+ "lon": 4.9382391
+ },
+ {
+ "nodeId": 9440392925,
+ "lat": 45.6945914,
+ "lon": 4.9382714
+ },
+ {
+ "nodeId": 1369741825,
+ "lat": 45.6945951,
+ "lon": 4.9383166
+ },
+ {
+ "nodeId": 1376136300,
+ "lat": 45.6946112,
+ "lon": 4.9384558
+ },
+ {
+ "nodeId": 4284300639,
+ "lat": 45.6946215,
+ "lon": 4.9385445
+ },
+ {
+ "nodeId": 1369741827,
+ "lat": 45.694636,
+ "lon": 4.9386743
+ },
+ {
+ "nodeId": 9440392952,
+ "lat": 45.6946416,
+ "lon": 4.938755
+ },
+ {
+ "nodeId": 1851043888,
+ "lat": 45.694643,
+ "lon": 4.9388149
+ },
+ {
+ "nodeId": 9440392958,
+ "lat": 45.694642,
+ "lon": 4.9388744
+ },
+ {
+ "nodeId": 9440392959,
+ "lat": 45.6946406,
+ "lon": 4.9389304
+ },
+ {
+ "nodeId": 16050682,
+ "lat": 45.6946337,
+ "lon": 4.9390192
+ },
+ {
+ "nodeId": 1851043883,
+ "lat": 45.6945409,
+ "lon": 4.9399812
+ },
+ {
+ "nodeId": 4546741572,
+ "lat": 45.6945051,
+ "lon": 4.9403306
+ },
+ {
+ "nodeId": 4546741571,
+ "lat": 45.6944404,
+ "lon": 4.9409898
+ },
+ {
+ "nodeId": 16050684,
+ "lat": 45.6944224,
+ "lon": 4.9411737
+ },
+ {
+ "nodeId": 4546741570,
+ "lat": 45.6944104,
+ "lon": 4.9413001
+ },
+ {
+ "nodeId": 1851400559,
+ "lat": 45.6940829,
+ "lon": 4.9446333
+ },
+ {
+ "nodeId": 1851400544,
+ "lat": 45.6940614,
+ "lon": 4.9448503
+ },
+ {
+ "nodeId": 9440280034,
+ "lat": 45.6940543,
+ "lon": 4.9449287
+ },
+ {
+ "nodeId": 1851400529,
+ "lat": 45.6940484,
+ "lon": 4.9450036
+ },
+ {
+ "nodeId": 9440280035,
+ "lat": 45.6940454,
+ "lon": 4.9450763
+ },
+ {
+ "nodeId": 16050686,
+ "lat": 45.694044,
+ "lon": 4.9451407
+ },
+ {
+ "nodeId": 9440280036,
+ "lat": 45.6940438,
+ "lon": 4.9451911
+ },
+ {
+ "nodeId": 9440280037,
+ "lat": 45.6940456,
+ "lon": 4.94526
+ },
+ {
+ "nodeId": 1851400523,
+ "lat": 45.6940482,
+ "lon": 4.945324
+ },
+ {
+ "nodeId": 9440280038,
+ "lat": 45.6940527,
+ "lon": 4.9453829
+ },
+ {
+ "nodeId": 1851400536,
+ "lat": 45.6940575,
+ "lon": 4.9454378
+ },
+ {
+ "nodeId": 9440280039,
+ "lat": 45.6940647,
+ "lon": 4.9454939
+ },
+ {
+ "nodeId": 16050689,
+ "lat": 45.6940736,
+ "lon": 4.9455621
+ },
+ {
+ "nodeId": 9440280055,
+ "lat": 45.6940867,
+ "lon": 4.9456358
+ },
+ {
+ "nodeId": 1851400577,
+ "lat": 45.6941004,
+ "lon": 4.945704
+ },
+ {
+ "nodeId": 9440280054,
+ "lat": 45.6941194,
+ "lon": 4.9457845
+ },
+ {
+ "nodeId": 16050690,
+ "lat": 45.6941358,
+ "lon": 4.9458434
+ },
+ {
+ "nodeId": 4228967603,
+ "lat": 45.6941521,
+ "lon": 4.9459001
+ },
+ {
+ "nodeId": 9440280053,
+ "lat": 45.6941798,
+ "lon": 4.9459827
+ },
+ {
+ "nodeId": 1376136230,
+ "lat": 45.6942138,
+ "lon": 4.9460768
+ },
+ {
+ "nodeId": 9440280047,
+ "lat": 45.6942459,
+ "lon": 4.9461486
+ },
+ {
+ "nodeId": 16050691,
+ "lat": 45.6942836,
+ "lon": 4.9462247
+ },
+ {
+ "nodeId": 9440280067,
+ "lat": 45.6943087,
+ "lon": 4.946273
+ },
+ {
+ "nodeId": 4228967614,
+ "lat": 45.6943323,
+ "lon": 4.9463159
+ },
+ {
+ "nodeId": 81111058,
+ "lat": 45.6943759,
+ "lon": 4.9463873
+ },
+ {
+ "nodeId": 9440280069,
+ "lat": 45.6944151,
+ "lon": 4.9464461
+ },
+ {
+ "nodeId": 1851400784,
+ "lat": 45.6944711,
+ "lon": 4.9465237
+ },
+ {
+ "nodeId": 4228967628,
+ "lat": 45.6948684,
+ "lon": 4.9470552
+ },
+ {
+ "nodeId": 16050692,
+ "lat": 45.6948862,
+ "lon": 4.9470795
+ },
+ {
+ "nodeId": 9440231739,
+ "lat": 45.6948999,
+ "lon": 4.9470999
+ },
+ {
+ "nodeId": 1851400819,
+ "lat": 45.6949159,
+ "lon": 4.9471272
+ },
+ {
+ "nodeId": 9440231741,
+ "lat": 45.6949296,
+ "lon": 4.9471524
+ },
+ {
+ "nodeId": 1851400832,
+ "lat": 45.6949401,
+ "lon": 4.9471763
+ },
+ {
+ "nodeId": 1851400868,
+ "lat": 45.6949488,
+ "lon": 4.9471991
+ },
+ {
+ "nodeId": 9440231740,
+ "lat": 45.6949545,
+ "lon": 4.9472203
+ },
+ {
+ "nodeId": 1851400889,
+ "lat": 45.6949583,
+ "lon": 4.9472382
+ },
+ {
+ "nodeId": 1851400898,
+ "lat": 45.6949622,
+ "lon": 4.9472568
+ },
+ {
+ "nodeId": 1851400904,
+ "lat": 45.694965,
+ "lon": 4.9472739
+ },
+ {
+ "nodeId": 9440231742,
+ "lat": 45.6949677,
+ "lon": 4.9473043
+ },
+ {
+ "nodeId": 1376136326,
+ "lat": 45.6949679,
+ "lon": 4.947329
+ },
+ {
+ "nodeId": 4228967633,
+ "lat": 45.6949674,
+ "lon": 4.947354
+ },
+ {
+ "nodeId": 9440231743,
+ "lat": 45.6949646,
+ "lon": 4.9473863
+ },
+ {
+ "nodeId": 16050695,
+ "lat": 45.6949611,
+ "lon": 4.9474102
+ },
+ {
+ "nodeId": 9440231744,
+ "lat": 45.6949567,
+ "lon": 4.9474346
+ },
+ {
+ "nodeId": 1851400876,
+ "lat": 45.6949478,
+ "lon": 4.9474701
+ },
+ {
+ "nodeId": 9440231745,
+ "lat": 45.6949375,
+ "lon": 4.9475073
+ },
+ {
+ "nodeId": 9440231747,
+ "lat": 45.6949248,
+ "lon": 4.9475451
+ },
+ {
+ "nodeId": 16050696,
+ "lat": 45.6948929,
+ "lon": 4.9476285
+ },
+ {
+ "nodeId": 16050697,
+ "lat": 45.6943958,
+ "lon": 4.948907
+ },
+ {
+ "nodeId": 4284199360,
+ "lat": 45.6943825,
+ "lon": 4.9489344
+ },
+ {
+ "nodeId": 1851400757,
+ "lat": 45.6943626,
+ "lon": 4.948976
+ },
+ {
+ "nodeId": 9440231762,
+ "lat": 45.6943403,
+ "lon": 4.9490161
+ },
+ {
+ "nodeId": 1376136243,
+ "lat": 45.694318,
+ "lon": 4.9490511
+ },
+ {
+ "nodeId": 9440231761,
+ "lat": 45.6942981,
+ "lon": 4.9490761
+ },
+ {
+ "nodeId": 16050698,
+ "lat": 45.6942688,
+ "lon": 4.9491075
+ },
+ {
+ "nodeId": 4284199356,
+ "lat": 45.6942554,
+ "lon": 4.9491197
+ },
+ {
+ "nodeId": 9440231755,
+ "lat": 45.6940916,
+ "lon": 4.9492452
+ },
+ {
+ "nodeId": 16050700,
+ "lat": 45.6940271,
+ "lon": 4.9492978
+ },
+ {
+ "nodeId": 9440231753,
+ "lat": 45.6939831,
+ "lon": 4.9493367
+ },
+ {
+ "nodeId": 1851400487,
+ "lat": 45.6939478,
+ "lon": 4.9493734
+ },
+ {
+ "nodeId": 9440231752,
+ "lat": 45.6938997,
+ "lon": 4.9494259
+ },
+ {
+ "nodeId": 4284199350,
+ "lat": 45.6938201,
+ "lon": 4.9495176
+ },
+ {
+ "nodeId": 4284199346,
+ "lat": 45.6934831,
+ "lon": 4.9499112
+ },
+ {
+ "nodeId": 9440231769,
+ "lat": 45.6933971,
+ "lon": 4.9500131
+ },
+ {
+ "nodeId": 9440264713,
+ "lat": 45.6933804,
+ "lon": 4.950033
+ },
+ {
+ "nodeId": 9440264712,
+ "lat": 45.693357,
+ "lon": 4.9500637
+ },
+ {
+ "nodeId": 1851400406,
+ "lat": 45.6933393,
+ "lon": 4.9500908
+ },
+ {
+ "nodeId": 9440264711,
+ "lat": 45.6933233,
+ "lon": 4.9501173
+ },
+ {
+ "nodeId": 9440264710,
+ "lat": 45.6933083,
+ "lon": 4.9501468
+ },
+ {
+ "nodeId": 1851400386,
+ "lat": 45.6932959,
+ "lon": 4.9501763
+ },
+ {
+ "nodeId": 9440264709,
+ "lat": 45.693283,
+ "lon": 4.9502122
+ },
+ {
+ "nodeId": 16050702,
+ "lat": 45.6932734,
+ "lon": 4.9502431
+ },
+ {
+ "nodeId": 9440264708,
+ "lat": 45.6932654,
+ "lon": 4.9502759
+ },
+ {
+ "nodeId": 2790026642,
+ "lat": 45.693257,
+ "lon": 4.9503167
+ },
+ {
+ "nodeId": 1851400353,
+ "lat": 45.6932512,
+ "lon": 4.9503614
+ },
+ {
+ "nodeId": 16050703,
+ "lat": 45.6931908,
+ "lon": 4.9507881
+ },
+ {
+ "nodeId": 9440264706,
+ "lat": 45.6931809,
+ "lon": 4.9508623
+ },
+ {
+ "nodeId": 1851400320,
+ "lat": 45.693173,
+ "lon": 4.9509311
+ },
+ {
+ "nodeId": 9440264705,
+ "lat": 45.6931675,
+ "lon": 4.9509874
+ },
+ {
+ "nodeId": 8153805184,
+ "lat": 45.6931624,
+ "lon": 4.9510597
+ },
+ {
+ "nodeId": 1851400304,
+ "lat": 45.693149,
+ "lon": 4.9512639
+ },
+ {
+ "nodeId": 16050704,
+ "lat": 45.693129,
+ "lon": 4.9515143
+ },
+ {
+ "nodeId": 1851400277,
+ "lat": 45.6930897,
+ "lon": 4.9518611
+ },
+ {
+ "nodeId": 9440265354,
+ "lat": 45.6931116,
+ "lon": 4.9516864
+ },
+ {
+ "nodeId": 9440265344,
+ "lat": 45.6930643,
+ "lon": 4.9520324
+ },
+ {
+ "nodeId": 313719871,
+ "lat": 45.693043,
+ "lon": 4.9521479
+ },
+ {
+ "nodeId": 9440265340,
+ "lat": 45.6930256,
+ "lon": 4.952242
+ },
+ {
+ "nodeId": 1851400235,
+ "lat": 45.693005,
+ "lon": 4.9523408
+ },
+ {
+ "nodeId": 9440265343,
+ "lat": 45.6929853,
+ "lon": 4.9524297
+ },
+ {
+ "nodeId": 1851400223,
+ "lat": 45.6929629,
+ "lon": 4.9525256
+ },
+ {
+ "nodeId": 9440265339,
+ "lat": 45.6929397,
+ "lon": 4.9526138
+ },
+ {
+ "nodeId": 16050705,
+ "lat": 45.6929112,
+ "lon": 4.9527161
+ },
+ {
+ "nodeId": 9440265335,
+ "lat": 45.6928612,
+ "lon": 4.952889
+ },
+ {
+ "nodeId": 9440265334,
+ "lat": 45.6928354,
+ "lon": 4.9529786
+ },
+ {
+ "nodeId": 9440265332,
+ "lat": 45.6928083,
+ "lon": 4.9530791
+ },
+ {
+ "nodeId": 1851400178,
+ "lat": 45.6928209,
+ "lon": 4.9530307
+ },
+ {
+ "nodeId": 9440265331,
+ "lat": 45.692798,
+ "lon": 4.9531231
+ },
+ {
+ "nodeId": 1851400162,
+ "lat": 45.6927891,
+ "lon": 4.9531663
+ },
+ {
+ "nodeId": 9440265330,
+ "lat": 45.6927802,
+ "lon": 4.9532123
+ },
+ {
+ "nodeId": 16050707,
+ "lat": 45.6927731,
+ "lon": 4.9532569
+ },
+ {
+ "nodeId": 9440265329,
+ "lat": 45.6927659,
+ "lon": 4.9533125
+ },
+ {
+ "nodeId": 1851400120,
+ "lat": 45.69276,
+ "lon": 4.953374
+ },
+ {
+ "nodeId": 4284198768,
+ "lat": 45.6927567,
+ "lon": 4.9534308
+ },
+ {
+ "nodeId": 9440265383,
+ "lat": 45.6927537,
+ "lon": 4.9534932
+ },
+ {
+ "nodeId": 4284198765,
+ "lat": 45.6927488,
+ "lon": 4.9536921
+ },
+ {
+ "nodeId": 9440265386,
+ "lat": 45.6927441,
+ "lon": 4.9538955
+ },
+ {
+ "nodeId": 16050708,
+ "lat": 45.6927383,
+ "lon": 4.9541068
+ },
+ {
+ "nodeId": 8153805185,
+ "lat": 45.6927295,
+ "lon": 4.9543501
+ },
+ {
+ "nodeId": 8153805186,
+ "lat": 45.6927161,
+ "lon": 4.9545984
+ },
+ {
+ "nodeId": 4284198745,
+ "lat": 45.6927139,
+ "lon": 4.954643
+ },
+ {
+ "nodeId": 1851400078,
+ "lat": 45.6926743,
+ "lon": 4.9552871
+ },
+ {
+ "nodeId": 12001162914,
+ "lat": 45.6926621,
+ "lon": 4.9554871
+ },
+ {
+ "nodeId": 4284198727,
+ "lat": 45.6926588,
+ "lon": 4.9555402
+ },
+ {
+ "nodeId": 12003206140,
+ "lat": 45.7488196,
+ "lon": 4.8307273
+ },
+ {
+ "nodeId": 10042570777,
+ "lat": 45.7736946,
+ "lon": 4.9820067
+ },
+ {
+ "nodeId": 10042570782,
+ "lat": 45.7736847,
+ "lon": 4.9820983
+ },
+ {
+ "nodeId": 11025952403,
+ "lat": 45.7736708,
+ "lon": 4.982213
+ },
+ {
+ "nodeId": 1979455551,
+ "lat": 45.7736515,
+ "lon": 4.9823558
+ },
+ {
+ "nodeId": 10042570790,
+ "lat": 45.7736486,
+ "lon": 4.9823826
+ },
+ {
+ "nodeId": 1979455550,
+ "lat": 45.7735439,
+ "lon": 4.9831637
+ },
+ {
+ "nodeId": 1977712749,
+ "lat": 45.7411364,
+ "lon": 4.885673
+ },
+ {
+ "nodeId": 1977712748,
+ "lat": 45.7411134,
+ "lon": 4.8857656
+ },
+ {
+ "nodeId": 1977712747,
+ "lat": 45.7410741,
+ "lon": 4.8858958
+ },
+ {
+ "nodeId": 1977712745,
+ "lat": 45.7409706,
+ "lon": 4.8862149
+ },
+ {
+ "nodeId": 2512682800,
+ "lat": 45.7407475,
+ "lon": 4.8868916
+ },
+ {
+ "nodeId": 8164417171,
+ "lat": 45.7407094,
+ "lon": 4.887007
+ },
+ {
+ "nodeId": 1977712743,
+ "lat": 45.7405294,
+ "lon": 4.8875521
+ },
+ {
+ "nodeId": 8164417163,
+ "lat": 45.7402909,
+ "lon": 4.888276
+ },
+ {
+ "nodeId": 2287545966,
+ "lat": 45.7402386,
+ "lon": 4.8884349
+ },
+ {
+ "nodeId": 8164417167,
+ "lat": 45.7401956,
+ "lon": 4.8885654
+ },
+ {
+ "nodeId": 1977712738,
+ "lat": 45.7397206,
+ "lon": 4.8900077
+ },
+ {
+ "nodeId": 13544058300,
+ "lat": 45.7814234,
+ "lon": 4.8724756
+ },
+ {
+ "nodeId": 12414050039,
+ "lat": 45.7814155,
+ "lon": 4.8725045
+ },
+ {
+ "nodeId": 12131322799,
+ "lat": 45.7813923,
+ "lon": 4.872596
+ },
+ {
+ "nodeId": 12121899614,
+ "lat": 45.781378,
+ "lon": 4.8726537
+ },
+ {
+ "nodeId": 12121899613,
+ "lat": 45.7813681,
+ "lon": 4.8726977
+ },
+ {
+ "nodeId": 8856480747,
+ "lat": 45.7813546,
+ "lon": 4.8727577
+ },
+ {
+ "nodeId": 12425844171,
+ "lat": 45.7813409,
+ "lon": 4.8728208
+ },
+ {
+ "nodeId": 10732875225,
+ "lat": 45.7813346,
+ "lon": 4.8728608
+ },
+ {
+ "nodeId": 12425844161,
+ "lat": 45.7813273,
+ "lon": 4.8729111
+ },
+ {
+ "nodeId": 1978082217,
+ "lat": 45.7813261,
+ "lon": 4.8729306
+ },
+ {
+ "nodeId": 32974475,
+ "lat": 45.781323,
+ "lon": 4.8730015
+ },
+ {
+ "nodeId": 1978082189,
+ "lat": 45.7813278,
+ "lon": 4.8730971
+ },
+ {
+ "nodeId": 16050383,
+ "lat": 45.7813424,
+ "lon": 4.8732014
+ },
+ {
+ "nodeId": 8856480751,
+ "lat": 45.7813865,
+ "lon": 4.8733982
+ },
+ {
+ "nodeId": 12031221797,
+ "lat": 45.7814428,
+ "lon": 4.8736495
+ },
+ {
+ "nodeId": 12131322800,
+ "lat": 45.7814815,
+ "lon": 4.8738222
+ },
+ {
+ "nodeId": 8856568443,
+ "lat": 45.7814927,
+ "lon": 4.8738721
+ },
+ {
+ "nodeId": 8856568444,
+ "lat": 45.7814971,
+ "lon": 4.8738918
+ },
+ {
+ "nodeId": 8856568494,
+ "lat": 45.7815064,
+ "lon": 4.8739333
+ },
+ {
+ "nodeId": 2733276660,
+ "lat": 45.7815859,
+ "lon": 4.8742882
+ },
+ {
+ "nodeId": 2733276661,
+ "lat": 45.7816167,
+ "lon": 4.8744256
+ },
+ {
+ "nodeId": 1978082313,
+ "lat": 45.7817033,
+ "lon": 4.874812
+ },
+ {
+ "nodeId": 8856568503,
+ "lat": 45.7817394,
+ "lon": 4.8749297
+ },
+ {
+ "nodeId": 8856568502,
+ "lat": 45.7817423,
+ "lon": 4.8749387
+ },
+ {
+ "nodeId": 1978082325,
+ "lat": 45.7817953,
+ "lon": 4.87507
+ },
+ {
+ "nodeId": 1978082330,
+ "lat": 45.7818697,
+ "lon": 4.8752398
+ },
+ {
+ "nodeId": 1978082337,
+ "lat": 45.7819149,
+ "lon": 4.8753629
+ },
+ {
+ "nodeId": 16050389,
+ "lat": 45.7819598,
+ "lon": 4.875515
+ },
+ {
+ "nodeId": 8987292510,
+ "lat": 45.782338,
+ "lon": 4.8772077
+ },
+ {
+ "nodeId": 8856599985,
+ "lat": 45.7823574,
+ "lon": 4.8772944
+ },
+ {
+ "nodeId": 11446751048,
+ "lat": 45.7823662,
+ "lon": 4.8773339
+ },
+ {
+ "nodeId": 8856599986,
+ "lat": 45.7825184,
+ "lon": 4.8780191
+ },
+ {
+ "nodeId": 8856599987,
+ "lat": 45.7825676,
+ "lon": 4.8782416
+ },
+ {
+ "nodeId": 8856599988,
+ "lat": 45.7826093,
+ "lon": 4.8784303
+ },
+ {
+ "nodeId": 8856599989,
+ "lat": 45.7827787,
+ "lon": 4.8791963
+ },
+ {
+ "nodeId": 2733276708,
+ "lat": 45.7828464,
+ "lon": 4.8795027
+ },
+ {
+ "nodeId": 2733276712,
+ "lat": 45.7828911,
+ "lon": 4.8797639
+ },
+ {
+ "nodeId": 8856631433,
+ "lat": 45.7830976,
+ "lon": 4.8806882
+ },
+ {
+ "nodeId": 8856631437,
+ "lat": 45.7832402,
+ "lon": 4.881327
+ },
+ {
+ "nodeId": 8856631443,
+ "lat": 45.7834028,
+ "lon": 4.8820547
+ },
+ {
+ "nodeId": 8856631456,
+ "lat": 45.7835753,
+ "lon": 4.8828269
+ },
+ {
+ "nodeId": 12386353264,
+ "lat": 45.7837058,
+ "lon": 4.8834145
+ },
+ {
+ "nodeId": 8857154585,
+ "lat": 45.7837305,
+ "lon": 4.8835248
+ },
+ {
+ "nodeId": 1978082356,
+ "lat": 45.783825,
+ "lon": 4.8837488
+ },
+ {
+ "nodeId": 13372512338,
+ "lat": 45.7838366,
+ "lon": 4.8837634
+ },
+ {
+ "nodeId": 1978082364,
+ "lat": 45.7838592,
+ "lon": 4.8837919
+ },
+ {
+ "nodeId": 13372512345,
+ "lat": 45.7839019,
+ "lon": 4.8838215
+ },
+ {
+ "nodeId": 27214470,
+ "lat": 45.7839235,
+ "lon": 4.8838365
+ },
+ {
+ "nodeId": 1978082373,
+ "lat": 45.7839778,
+ "lon": 4.8838493
+ },
+ {
+ "nodeId": 8859431217,
+ "lat": 45.7840047,
+ "lon": 4.8838496
+ },
+ {
+ "nodeId": 1231084326,
+ "lat": 45.7840433,
+ "lon": 4.88385
+ },
+ {
+ "nodeId": 8857154589,
+ "lat": 45.7840876,
+ "lon": 4.8838341
+ },
+ {
+ "nodeId": 16050400,
+ "lat": 45.7841401,
+ "lon": 4.8838147
+ },
+ {
+ "nodeId": 1978082384,
+ "lat": 45.7849731,
+ "lon": 4.8834346
+ },
+ {
+ "nodeId": 16050403,
+ "lat": 45.7850386,
+ "lon": 4.8833925
+ },
+ {
+ "nodeId": 8859428915,
+ "lat": 45.7850676,
+ "lon": 4.8833603
+ },
+ {
+ "nodeId": 1978082393,
+ "lat": 45.7850888,
+ "lon": 4.8833368
+ },
+ {
+ "nodeId": 8856568445,
+ "lat": 45.7851031,
+ "lon": 4.8833122
+ },
+ {
+ "nodeId": 27214472,
+ "lat": 45.7851322,
+ "lon": 4.8832606
+ },
+ {
+ "nodeId": 1978082402,
+ "lat": 45.7851814,
+ "lon": 4.8830628
+ },
+ {
+ "nodeId": 1978082420,
+ "lat": 45.7852223,
+ "lon": 4.8828556
+ },
+ {
+ "nodeId": 27214474,
+ "lat": 45.7852554,
+ "lon": 4.8827724
+ },
+ {
+ "nodeId": 1978082424,
+ "lat": 45.7852877,
+ "lon": 4.882715
+ },
+ {
+ "nodeId": 1978082432,
+ "lat": 45.7853246,
+ "lon": 4.8826703
+ },
+ {
+ "nodeId": 1978082436,
+ "lat": 45.7853446,
+ "lon": 4.8826531
+ },
+ {
+ "nodeId": 1978082444,
+ "lat": 45.7853733,
+ "lon": 4.8826268
+ },
+ {
+ "nodeId": 16050406,
+ "lat": 45.7854047,
+ "lon": 4.8826118
+ },
+ {
+ "nodeId": 13377675282,
+ "lat": 45.7854566,
+ "lon": 4.8825888
+ },
+ {
+ "nodeId": 8859431235,
+ "lat": 45.7859649,
+ "lon": 4.8823633
+ },
+ {
+ "nodeId": 13377675289,
+ "lat": 45.7861221,
+ "lon": 4.8822926
+ },
+ {
+ "nodeId": 13377700502,
+ "lat": 45.7866804,
+ "lon": 4.8820416
+ },
+ {
+ "nodeId": 7680510332,
+ "lat": 45.7870546,
+ "lon": 4.8818737
+ },
+ {
+ "nodeId": 16050504,
+ "lat": 45.742588,
+ "lon": 4.878001
+ },
+ {
+ "nodeId": 16050506,
+ "lat": 45.7426249,
+ "lon": 4.8780807
+ },
+ {
+ "nodeId": 16050510,
+ "lat": 45.7426339,
+ "lon": 4.8781175
+ },
+ {
+ "nodeId": 2724055560,
+ "lat": 45.7426478,
+ "lon": 4.8781705
+ },
+ {
+ "nodeId": 1977712792,
+ "lat": 45.7426536,
+ "lon": 4.8782439
+ },
+ {
+ "nodeId": 1977712791,
+ "lat": 45.7426473,
+ "lon": 4.8783727
+ },
+ {
+ "nodeId": 8111402600,
+ "lat": 45.7425789,
+ "lon": 4.8787683
+ },
+ {
+ "nodeId": 1977712788,
+ "lat": 45.7425456,
+ "lon": 4.8789612
+ },
+ {
+ "nodeId": 8836088956,
+ "lat": 45.7640423,
+ "lon": 4.8620647
+ },
+ {
+ "nodeId": 12031182217,
+ "lat": 45.7645617,
+ "lon": 4.8620368
+ },
+ {
+ "nodeId": 2578564432,
+ "lat": 45.7647076,
+ "lon": 4.8620279
+ },
+ {
+ "nodeId": 8836141590,
+ "lat": 45.7650687,
+ "lon": 4.862011
+ },
+ {
+ "nodeId": 8836141582,
+ "lat": 45.7651574,
+ "lon": 4.8620082
+ },
+ {
+ "nodeId": 8836157521,
+ "lat": 45.7661586,
+ "lon": 4.8619614
+ },
+ {
+ "nodeId": 8836141600,
+ "lat": 45.7662264,
+ "lon": 4.8619586
+ },
+ {
+ "nodeId": 8836141599,
+ "lat": 45.7663144,
+ "lon": 4.8619553
+ },
+ {
+ "nodeId": 8836141616,
+ "lat": 45.7663911,
+ "lon": 4.8619523
+ },
+ {
+ "nodeId": 8836199001,
+ "lat": 45.7672179,
+ "lon": 4.8619096
+ },
+ {
+ "nodeId": 8836141598,
+ "lat": 45.7672694,
+ "lon": 4.8619066
+ },
+ {
+ "nodeId": 8836199000,
+ "lat": 45.7673161,
+ "lon": 4.8619039
+ },
+ {
+ "nodeId": 8836199015,
+ "lat": 45.7680526,
+ "lon": 4.8618605
+ },
+ {
+ "nodeId": 8836199012,
+ "lat": 45.7681132,
+ "lon": 4.8618569
+ },
+ {
+ "nodeId": 8838243723,
+ "lat": 45.7681557,
+ "lon": 4.8618544
+ },
+ {
+ "nodeId": 8838192646,
+ "lat": 45.7691899,
+ "lon": 4.8617936
+ },
+ {
+ "nodeId": 1979441797,
+ "lat": 45.7582172,
+ "lon": 4.9091438
+ },
+ {
+ "nodeId": 35181051,
+ "lat": 45.7478002,
+ "lon": 4.825356
+ },
+ {
+ "nodeId": 7014375092,
+ "lat": 45.7487959,
+ "lon": 4.8262081
+ },
+ {
+ "nodeId": 11428790008,
+ "lat": 45.7489374,
+ "lon": 4.8263267
+ },
+ {
+ "nodeId": 1977987911,
+ "lat": 45.7489462,
+ "lon": 4.8263341
+ },
+ {
+ "nodeId": 1978367669,
+ "lat": 45.7489886,
+ "lon": 4.8263826
+ },
+ {
+ "nodeId": 1977987914,
+ "lat": 45.7490152,
+ "lon": 4.8264458
+ },
+ {
+ "nodeId": 8785563160,
+ "lat": 45.7467702,
+ "lon": 4.8243261
+ },
+ {
+ "nodeId": 8788241033,
+ "lat": 45.7467974,
+ "lon": 4.8243496
+ },
+ {
+ "nodeId": 12049362863,
+ "lat": 45.7468095,
+ "lon": 4.82436
+ },
+ {
+ "nodeId": 8495420432,
+ "lat": 45.7473331,
+ "lon": 4.8248108
+ },
+ {
+ "nodeId": 8785563146,
+ "lat": 45.7473735,
+ "lon": 4.824852
+ },
+ {
+ "nodeId": 1754659250,
+ "lat": 45.7474058,
+ "lon": 4.8248859
+ },
+ {
+ "nodeId": 8785563157,
+ "lat": 45.7474463,
+ "lon": 4.8249376
+ },
+ {
+ "nodeId": 8785563148,
+ "lat": 45.7474977,
+ "lon": 4.8250075
+ },
+ {
+ "nodeId": 1977987906,
+ "lat": 45.7475968,
+ "lon": 4.8251555
+ },
+ {
+ "nodeId": 8785563149,
+ "lat": 45.7476415,
+ "lon": 4.8252091
+ },
+ {
+ "nodeId": 1754659254,
+ "lat": 45.7476776,
+ "lon": 4.8252516
+ },
+ {
+ "nodeId": 12339502230,
+ "lat": 45.747754,
+ "lon": 4.8253214
+ },
+ {
+ "nodeId": 13481670996,
+ "lat": 45.7496383,
+ "lon": 4.8271201
+ },
+ {
+ "nodeId": 16050238,
+ "lat": 45.7498183,
+ "lon": 4.8272431
+ },
+ {
+ "nodeId": 1977851448,
+ "lat": 45.7498587,
+ "lon": 4.8272795
+ },
+ {
+ "nodeId": 257116803,
+ "lat": 45.7499022,
+ "lon": 4.8273398
+ },
+ {
+ "nodeId": 600829298,
+ "lat": 45.7499333,
+ "lon": 4.8274008
+ },
+ {
+ "nodeId": 257116785,
+ "lat": 45.7499565,
+ "lon": 4.8274625
+ },
+ {
+ "nodeId": 1977851461,
+ "lat": 45.749969,
+ "lon": 4.8275379
+ },
+ {
+ "nodeId": 13372518024,
+ "lat": 45.7499717,
+ "lon": 4.8276043
+ },
+ {
+ "nodeId": 1981090880,
+ "lat": 45.7408108,
+ "lon": 4.8585692
+ },
+ {
+ "nodeId": 1981090878,
+ "lat": 45.7405245,
+ "lon": 4.8587914
+ },
+ {
+ "nodeId": 8887567981,
+ "lat": 45.740289,
+ "lon": 4.8589713
+ },
+ {
+ "nodeId": 2000610875,
+ "lat": 45.7473632,
+ "lon": 4.8595
+ },
+ {
+ "nodeId": 2000610874,
+ "lat": 45.7470376,
+ "lon": 4.8594043
+ },
+ {
+ "nodeId": 1981142030,
+ "lat": 45.7051147,
+ "lon": 4.8877129
+ },
+ {
+ "nodeId": 9343962599,
+ "lat": 45.7049797,
+ "lon": 4.8877138
+ },
+ {
+ "nodeId": 9343944037,
+ "lat": 45.7049527,
+ "lon": 4.8877143
+ },
+ {
+ "nodeId": 10960144766,
+ "lat": 45.7046638,
+ "lon": 4.8877194
+ },
+ {
+ "nodeId": 2733385787,
+ "lat": 45.7044039,
+ "lon": 4.8877239
+ },
+ {
+ "nodeId": 2733385784,
+ "lat": 45.7041841,
+ "lon": 4.8877317
+ },
+ {
+ "nodeId": 12057613376,
+ "lat": 45.7040834,
+ "lon": 4.8877339
+ },
+ {
+ "nodeId": 2733385776,
+ "lat": 45.7038556,
+ "lon": 4.8877388
+ },
+ {
+ "nodeId": 1981142023,
+ "lat": 45.7034667,
+ "lon": 4.8877364
+ },
+ {
+ "nodeId": 9343928790,
+ "lat": 45.7034008,
+ "lon": 4.8877294
+ },
+ {
+ "nodeId": 9344093368,
+ "lat": 45.7033587,
+ "lon": 4.8877165
+ },
+ {
+ "nodeId": 9343928789,
+ "lat": 45.7033293,
+ "lon": 4.8877075
+ },
+ {
+ "nodeId": 9343928798,
+ "lat": 45.7032176,
+ "lon": 4.8876574
+ },
+ {
+ "nodeId": 9343928783,
+ "lat": 45.7031755,
+ "lon": 4.8876385
+ },
+ {
+ "nodeId": 9343928796,
+ "lat": 45.7031183,
+ "lon": 4.8876199
+ },
+ {
+ "nodeId": 9343928784,
+ "lat": 45.7030979,
+ "lon": 4.8876132
+ },
+ {
+ "nodeId": 1981142014,
+ "lat": 45.7030044,
+ "lon": 4.8875931
+ },
+ {
+ "nodeId": 1981142010,
+ "lat": 45.7029165,
+ "lon": 4.8875887
+ },
+ {
+ "nodeId": 9344064452,
+ "lat": 45.7028746,
+ "lon": 4.8875891
+ },
+ {
+ "nodeId": 2733385757,
+ "lat": 45.7007138,
+ "lon": 4.8876079
+ },
+ {
+ "nodeId": 9344064461,
+ "lat": 45.700693,
+ "lon": 4.8876082
+ },
+ {
+ "nodeId": 2733385745,
+ "lat": 45.7006734,
+ "lon": 4.8876084
+ },
+ {
+ "nodeId": 2733385733,
+ "lat": 45.7005769,
+ "lon": 4.8876089
+ },
+ {
+ "nodeId": 9344064460,
+ "lat": 45.7004997,
+ "lon": 4.887609
+ },
+ {
+ "nodeId": 9344064459,
+ "lat": 45.7003495,
+ "lon": 4.8876091
+ },
+ {
+ "nodeId": 9344272256,
+ "lat": 45.6997995,
+ "lon": 4.8876138
+ },
+ {
+ "nodeId": 2733385722,
+ "lat": 45.6997817,
+ "lon": 4.8876141
+ },
+ {
+ "nodeId": 1981141999,
+ "lat": 45.6971656,
+ "lon": 4.8876295
+ },
+ {
+ "nodeId": 9346185520,
+ "lat": 45.6971433,
+ "lon": 4.887629
+ },
+ {
+ "nodeId": 1981141998,
+ "lat": 45.6970887,
+ "lon": 4.8876153
+ },
+ {
+ "nodeId": 2733385706,
+ "lat": 45.6970489,
+ "lon": 4.8875958
+ },
+ {
+ "nodeId": 9352298042,
+ "lat": 45.6970124,
+ "lon": 4.8875672
+ },
+ {
+ "nodeId": 9352298055,
+ "lat": 45.697002,
+ "lon": 4.8875542
+ },
+ {
+ "nodeId": 9352298054,
+ "lat": 45.6969856,
+ "lon": 4.8875335
+ },
+ {
+ "nodeId": 9352298041,
+ "lat": 45.6969749,
+ "lon": 4.8875201
+ },
+ {
+ "nodeId": 9352298046,
+ "lat": 45.6969539,
+ "lon": 4.8874842
+ },
+ {
+ "nodeId": 1981141995,
+ "lat": 45.6969403,
+ "lon": 4.8874482
+ },
+ {
+ "nodeId": 9346347615,
+ "lat": 45.6969131,
+ "lon": 4.8873319
+ },
+ {
+ "nodeId": 2733385698,
+ "lat": 45.6969044,
+ "lon": 4.8872947
+ },
+ {
+ "nodeId": 9352305387,
+ "lat": 45.6968111,
+ "lon": 4.8866492
+ },
+ {
+ "nodeId": 9352305386,
+ "lat": 45.6967917,
+ "lon": 4.8865153
+ },
+ {
+ "nodeId": 9352305385,
+ "lat": 45.6967709,
+ "lon": 4.8863715
+ },
+ {
+ "nodeId": 2733385685,
+ "lat": 45.6967667,
+ "lon": 4.8863422
+ },
+ {
+ "nodeId": 2733385681,
+ "lat": 45.6966902,
+ "lon": 4.8857853
+ },
+ {
+ "nodeId": 1981141985,
+ "lat": 45.6966363,
+ "lon": 4.8854077
+ },
+ {
+ "nodeId": 9352364009,
+ "lat": 45.6965887,
+ "lon": 4.8850665
+ },
+ {
+ "nodeId": 9352338802,
+ "lat": 45.6964285,
+ "lon": 4.8839251
+ },
+ {
+ "nodeId": 9352338805,
+ "lat": 45.6964102,
+ "lon": 4.8837955
+ },
+ {
+ "nodeId": 9352338804,
+ "lat": 45.6963892,
+ "lon": 4.8836462
+ },
+ {
+ "nodeId": 2733385677,
+ "lat": 45.6963848,
+ "lon": 4.8836154
+ },
+ {
+ "nodeId": 2733385669,
+ "lat": 45.6963188,
+ "lon": 4.8831423
+ },
+ {
+ "nodeId": 2733385661,
+ "lat": 45.6962535,
+ "lon": 4.8826756
+ },
+ {
+ "nodeId": 1981141981,
+ "lat": 45.6962086,
+ "lon": 4.8823764
+ },
+ {
+ "nodeId": 2733385654,
+ "lat": 45.6961757,
+ "lon": 4.8822009
+ },
+ {
+ "nodeId": 1981141979,
+ "lat": 45.6961313,
+ "lon": 4.8820057
+ },
+ {
+ "nodeId": 2733385646,
+ "lat": 45.6960751,
+ "lon": 4.8818029
+ },
+ {
+ "nodeId": 1981141977,
+ "lat": 45.6960109,
+ "lon": 4.8816046
+ },
+ {
+ "nodeId": 2733385617,
+ "lat": 45.6959459,
+ "lon": 4.8814373
+ },
+ {
+ "nodeId": 1981141975,
+ "lat": 45.6958737,
+ "lon": 4.8812691
+ },
+ {
+ "nodeId": 2733385593,
+ "lat": 45.6957791,
+ "lon": 4.8810762
+ },
+ {
+ "nodeId": 1981141973,
+ "lat": 45.695678,
+ "lon": 4.8808941
+ },
+ {
+ "nodeId": 1981141971,
+ "lat": 45.6956074,
+ "lon": 4.8807768
+ },
+ {
+ "nodeId": 2733385571,
+ "lat": 45.6953237,
+ "lon": 4.8803901
+ },
+ {
+ "nodeId": 9352460710,
+ "lat": 45.6953079,
+ "lon": 4.8803679
+ },
+ {
+ "nodeId": 2733385564,
+ "lat": 45.6952953,
+ "lon": 4.8803503
+ },
+ {
+ "nodeId": 2733385551,
+ "lat": 45.6952625,
+ "lon": 4.8803055
+ },
+ {
+ "nodeId": 9352460715,
+ "lat": 45.6952308,
+ "lon": 4.8802643
+ },
+ {
+ "nodeId": 2733385540,
+ "lat": 45.6951922,
+ "lon": 4.8802143
+ },
+ {
+ "nodeId": 2733385528,
+ "lat": 45.6951603,
+ "lon": 4.880171
+ },
+ {
+ "nodeId": 9352460712,
+ "lat": 45.6951438,
+ "lon": 4.8801504
+ },
+ {
+ "nodeId": 2733385518,
+ "lat": 45.6951306,
+ "lon": 4.8801338
+ },
+ {
+ "nodeId": 2733385502,
+ "lat": 45.6950678,
+ "lon": 4.8800493
+ },
+ {
+ "nodeId": 5628630389,
+ "lat": 45.6947344,
+ "lon": 4.8796112
+ },
+ {
+ "nodeId": 2733385496,
+ "lat": 45.6947232,
+ "lon": 4.8795963
+ },
+ {
+ "nodeId": 2733385489,
+ "lat": 45.6940779,
+ "lon": 4.8787398
+ },
+ {
+ "nodeId": 5628630370,
+ "lat": 45.6940443,
+ "lon": 4.8786952
+ },
+ {
+ "nodeId": 2733385481,
+ "lat": 45.6940079,
+ "lon": 4.8786468
+ },
+ {
+ "nodeId": 1981141960,
+ "lat": 45.6932965,
+ "lon": 4.8777078
+ },
+ {
+ "nodeId": 2733385473,
+ "lat": 45.6932121,
+ "lon": 4.8775943
+ },
+ {
+ "nodeId": 2733385467,
+ "lat": 45.6931316,
+ "lon": 4.8774577
+ },
+ {
+ "nodeId": 9355226847,
+ "lat": 45.6931122,
+ "lon": 4.8774134
+ },
+ {
+ "nodeId": 9355226846,
+ "lat": 45.6930836,
+ "lon": 4.8773342
+ },
+ {
+ "nodeId": 9355226890,
+ "lat": 45.6930775,
+ "lon": 4.8773118
+ },
+ {
+ "nodeId": 2733341544,
+ "lat": 45.6930625,
+ "lon": 4.8772569
+ },
+ {
+ "nodeId": 1981141949,
+ "lat": 45.6930441,
+ "lon": 4.8771611
+ },
+ {
+ "nodeId": 2733341536,
+ "lat": 45.6930353,
+ "lon": 4.8770806
+ },
+ {
+ "nodeId": 2733341534,
+ "lat": 45.6930336,
+ "lon": 4.876999
+ },
+ {
+ "nodeId": 1981141947,
+ "lat": 45.693036,
+ "lon": 4.8769089
+ },
+ {
+ "nodeId": 2733341540,
+ "lat": 45.6930459,
+ "lon": 4.8768164
+ },
+ {
+ "nodeId": 9430836216,
+ "lat": 45.6930544,
+ "lon": 4.8767671
+ },
+ {
+ "nodeId": 9430836214,
+ "lat": 45.6930572,
+ "lon": 4.876751
+ },
+ {
+ "nodeId": 9430836212,
+ "lat": 45.6930758,
+ "lon": 4.8766775
+ },
+ {
+ "nodeId": 9430867018,
+ "lat": 45.6930831,
+ "lon": 4.8766521
+ },
+ {
+ "nodeId": 9430836215,
+ "lat": 45.6930867,
+ "lon": 4.8766396
+ },
+ {
+ "nodeId": 2733341554,
+ "lat": 45.6930984,
+ "lon": 4.8766075
+ },
+ {
+ "nodeId": 2733341573,
+ "lat": 45.6931446,
+ "lon": 4.8765021
+ },
+ {
+ "nodeId": 1981141959,
+ "lat": 45.6932144,
+ "lon": 4.8763686
+ },
+ {
+ "nodeId": 2733341602,
+ "lat": 45.6935716,
+ "lon": 4.8758067
+ },
+ {
+ "nodeId": 5628629589,
+ "lat": 45.6935857,
+ "lon": 4.8757845
+ },
+ {
+ "nodeId": 9474242286,
+ "lat": 45.6939532,
+ "lon": 4.8752146
+ },
+ {
+ "nodeId": 2733341610,
+ "lat": 45.6939666,
+ "lon": 4.8751942
+ },
+ {
+ "nodeId": 2733341618,
+ "lat": 45.6940086,
+ "lon": 4.8751303
+ },
+ {
+ "nodeId": 9474271193,
+ "lat": 45.6940344,
+ "lon": 4.8750899
+ },
+ {
+ "nodeId": 2733341626,
+ "lat": 45.6940733,
+ "lon": 4.8750288
+ },
+ {
+ "nodeId": 2733341637,
+ "lat": 45.6941095,
+ "lon": 4.8749717
+ },
+ {
+ "nodeId": 9474242292,
+ "lat": 45.6941229,
+ "lon": 4.8749506
+ },
+ {
+ "nodeId": 2733341642,
+ "lat": 45.6941361,
+ "lon": 4.8749297
+ },
+ {
+ "nodeId": 2733341661,
+ "lat": 45.6949392,
+ "lon": 4.8736739
+ },
+ {
+ "nodeId": 5612301121,
+ "lat": 45.6949533,
+ "lon": 4.8736498
+ },
+ {
+ "nodeId": 2733341665,
+ "lat": 45.6949647,
+ "lon": 4.8736306
+ },
+ {
+ "nodeId": 2733341680,
+ "lat": 45.6950127,
+ "lon": 4.8735566
+ },
+ {
+ "nodeId": 1981141962,
+ "lat": 45.6950464,
+ "lon": 4.8735046
+ },
+ {
+ "nodeId": 2733341685,
+ "lat": 45.6950775,
+ "lon": 4.8734566
+ },
+ {
+ "nodeId": 2733341692,
+ "lat": 45.6951233,
+ "lon": 4.8733842
+ },
+ {
+ "nodeId": 5612301129,
+ "lat": 45.6951378,
+ "lon": 4.8733613
+ },
+ {
+ "nodeId": 2733341698,
+ "lat": 45.6951501,
+ "lon": 4.8733418
+ },
+ {
+ "nodeId": 2733341706,
+ "lat": 45.6957917,
+ "lon": 4.8723376
+ },
+ {
+ "nodeId": 5612301219,
+ "lat": 45.695807,
+ "lon": 4.872312
+ },
+ {
+ "nodeId": 5612301213,
+ "lat": 45.6961662,
+ "lon": 4.8717499
+ },
+ {
+ "nodeId": 2733341714,
+ "lat": 45.6961814,
+ "lon": 4.8717274
+ },
+ {
+ "nodeId": 2733341724,
+ "lat": 45.6967529,
+ "lon": 4.8708342
+ },
+ {
+ "nodeId": 9482432453,
+ "lat": 45.6967666,
+ "lon": 4.8708127
+ },
+ {
+ "nodeId": 2733341728,
+ "lat": 45.6967789,
+ "lon": 4.8707935
+ },
+ {
+ "nodeId": 2733341738,
+ "lat": 45.6968193,
+ "lon": 4.8707302
+ },
+ {
+ "nodeId": 1981141991,
+ "lat": 45.6968556,
+ "lon": 4.8706723
+ },
+ {
+ "nodeId": 2733341746,
+ "lat": 45.6969007,
+ "lon": 4.8706046
+ },
+ {
+ "nodeId": 2733341756,
+ "lat": 45.6969412,
+ "lon": 4.8705402
+ },
+ {
+ "nodeId": 9482432450,
+ "lat": 45.6969546,
+ "lon": 4.8705191
+ },
+ {
+ "nodeId": 2733341762,
+ "lat": 45.6969675,
+ "lon": 4.870498
+ },
+ {
+ "nodeId": 2733341778,
+ "lat": 45.6980059,
+ "lon": 4.8688751
+ },
+ {
+ "nodeId": 3100767551,
+ "lat": 45.6980201,
+ "lon": 4.8688524
+ },
+ {
+ "nodeId": 2733341781,
+ "lat": 45.698034,
+ "lon": 4.8688301
+ },
+ {
+ "nodeId": 2733341788,
+ "lat": 45.6982266,
+ "lon": 4.8685258
+ },
+ {
+ "nodeId": 3100767826,
+ "lat": 45.6982376,
+ "lon": 4.8685086
+ },
+ {
+ "nodeId": 9482432441,
+ "lat": 45.6985885,
+ "lon": 4.8679623
+ },
+ {
+ "nodeId": 3100768517,
+ "lat": 45.6986086,
+ "lon": 4.8679316
+ },
+ {
+ "nodeId": 2733341797,
+ "lat": 45.6986212,
+ "lon": 4.8679116
+ },
+ {
+ "nodeId": 2733341805,
+ "lat": 45.6986528,
+ "lon": 4.8678623
+ },
+ {
+ "nodeId": 1981163415,
+ "lat": 45.6986834,
+ "lon": 4.8678134
+ },
+ {
+ "nodeId": 2733341813,
+ "lat": 45.6987165,
+ "lon": 4.8677604
+ },
+ {
+ "nodeId": 2733341823,
+ "lat": 45.6987483,
+ "lon": 4.8677113
+ },
+ {
+ "nodeId": 3100768522,
+ "lat": 45.6987564,
+ "lon": 4.8676989
+ },
+ {
+ "nodeId": 2733341829,
+ "lat": 45.6987744,
+ "lon": 4.86767
+ },
+ {
+ "nodeId": 2733341860,
+ "lat": 45.6993287,
+ "lon": 4.8668015
+ },
+ {
+ "nodeId": 9482432433,
+ "lat": 45.6993418,
+ "lon": 4.8667836
+ },
+ {
+ "nodeId": 2733341863,
+ "lat": 45.699356,
+ "lon": 4.8667609
+ },
+ {
+ "nodeId": 2733341867,
+ "lat": 45.6993957,
+ "lon": 4.8666984
+ },
+ {
+ "nodeId": 1981163418,
+ "lat": 45.699426,
+ "lon": 4.8666506
+ },
+ {
+ "nodeId": 2733341871,
+ "lat": 45.6994721,
+ "lon": 4.8665776
+ },
+ {
+ "nodeId": 2733341876,
+ "lat": 45.6995272,
+ "lon": 4.8664844
+ },
+ {
+ "nodeId": 9482432431,
+ "lat": 45.6995409,
+ "lon": 4.866462
+ },
+ {
+ "nodeId": 2733341879,
+ "lat": 45.6995547,
+ "lon": 4.8664393
+ },
+ {
+ "nodeId": 1981163420,
+ "lat": 45.6995945,
+ "lon": 4.8663629
+ },
+ {
+ "nodeId": 2733341885,
+ "lat": 45.6996556,
+ "lon": 4.8662321
+ },
+ {
+ "nodeId": 1981163424,
+ "lat": 45.6997097,
+ "lon": 4.8660918
+ },
+ {
+ "nodeId": 2733341892,
+ "lat": 45.6997549,
+ "lon": 4.8659465
+ },
+ {
+ "nodeId": 1981163426,
+ "lat": 45.6997881,
+ "lon": 4.8658088
+ },
+ {
+ "nodeId": 2733341904,
+ "lat": 45.6998162,
+ "lon": 4.8656489
+ },
+ {
+ "nodeId": 1981163427,
+ "lat": 45.6998367,
+ "lon": 4.8654858
+ },
+ {
+ "nodeId": 1981163429,
+ "lat": 45.6998469,
+ "lon": 4.865219
+ },
+ {
+ "nodeId": 10960209519,
+ "lat": 45.6998572,
+ "lon": 4.8642341
+ },
+ {
+ "nodeId": 2733341913,
+ "lat": 45.699859,
+ "lon": 4.8640642
+ },
+ {
+ "nodeId": 9762304840,
+ "lat": 45.6998592,
+ "lon": 4.8640398
+ },
+ {
+ "nodeId": 1981163430,
+ "lat": 45.6998603,
+ "lon": 4.8638665
+ },
+ {
+ "nodeId": 9482417707,
+ "lat": 45.6998624,
+ "lon": 4.8636925
+ },
+ {
+ "nodeId": 9482417685,
+ "lat": 45.6998719,
+ "lon": 4.8629141
+ },
+ {
+ "nodeId": 2733341919,
+ "lat": 45.6998722,
+ "lon": 4.8628822
+ },
+ {
+ "nodeId": 1981163432,
+ "lat": 45.6998779,
+ "lon": 4.8625044
+ },
+ {
+ "nodeId": 1981163434,
+ "lat": 45.6998913,
+ "lon": 4.862086
+ },
+ {
+ "nodeId": 9482417680,
+ "lat": 45.6999106,
+ "lon": 4.861754
+ },
+ {
+ "nodeId": 2733341927,
+ "lat": 45.6999123,
+ "lon": 4.8617242
+ },
+ {
+ "nodeId": 1981163435,
+ "lat": 45.6999171,
+ "lon": 4.8616583
+ },
+ {
+ "nodeId": 2733369348,
+ "lat": 45.6999221,
+ "lon": 4.8615888
+ },
+ {
+ "nodeId": 2733369349,
+ "lat": 45.6999402,
+ "lon": 4.8613456
+ },
+ {
+ "nodeId": 1981163438,
+ "lat": 45.6999841,
+ "lon": 4.8608838
+ },
+ {
+ "nodeId": 2733369356,
+ "lat": 45.699992,
+ "lon": 4.8607641
+ },
+ {
+ "nodeId": 1981163437,
+ "lat": 45.6999853,
+ "lon": 4.8606609
+ },
+ {
+ "nodeId": 9482417671,
+ "lat": 45.699975,
+ "lon": 4.8606103
+ },
+ {
+ "nodeId": 2733369354,
+ "lat": 45.6999647,
+ "lon": 4.8605597
+ },
+ {
+ "nodeId": 1981163436,
+ "lat": 45.6999434,
+ "lon": 4.8605056
+ },
+ {
+ "nodeId": 2733369347,
+ "lat": 45.699921,
+ "lon": 4.8604583
+ },
+ {
+ "nodeId": 2733369343,
+ "lat": 45.6998947,
+ "lon": 4.8604084
+ },
+ {
+ "nodeId": 1981163433,
+ "lat": 45.6998646,
+ "lon": 4.8603759
+ },
+ {
+ "nodeId": 2733369336,
+ "lat": 45.699837,
+ "lon": 4.8603449
+ },
+ {
+ "nodeId": 1981163425,
+ "lat": 45.6997537,
+ "lon": 4.8602881
+ },
+ {
+ "nodeId": 2733369329,
+ "lat": 45.6996894,
+ "lon": 4.8602697
+ },
+ {
+ "nodeId": 1981163421,
+ "lat": 45.6996243,
+ "lon": 4.8602611
+ },
+ {
+ "nodeId": 1981163419,
+ "lat": 45.699506,
+ "lon": 4.8602556
+ },
+ {
+ "nodeId": 2733369320,
+ "lat": 45.6993565,
+ "lon": 4.8602642
+ },
+ {
+ "nodeId": 1981163417,
+ "lat": 45.6993312,
+ "lon": 4.860265
+ },
+ {
+ "nodeId": 2733369316,
+ "lat": 45.6993101,
+ "lon": 4.8602664
+ },
+ {
+ "nodeId": 2733369309,
+ "lat": 45.6991495,
+ "lon": 4.8602845
+ },
+ {
+ "nodeId": 2733369306,
+ "lat": 45.6982324,
+ "lon": 4.8604289
+ },
+ {
+ "nodeId": 1981163412,
+ "lat": 45.698208,
+ "lon": 4.8604342
+ },
+ {
+ "nodeId": 2733369302,
+ "lat": 45.6981918,
+ "lon": 4.8604355
+ },
+ {
+ "nodeId": 1981163411,
+ "lat": 45.6980323,
+ "lon": 4.8604744
+ },
+ {
+ "nodeId": 2733369295,
+ "lat": 45.6979425,
+ "lon": 4.8605047
+ },
+ {
+ "nodeId": 1981163409,
+ "lat": 45.6978536,
+ "lon": 4.8605449
+ },
+ {
+ "nodeId": 1981163408,
+ "lat": 45.6976939,
+ "lon": 4.8606381
+ },
+ {
+ "nodeId": 2733369288,
+ "lat": 45.6975736,
+ "lon": 4.860725
+ },
+ {
+ "nodeId": 1981163405,
+ "lat": 45.6974573,
+ "lon": 4.8608255
+ },
+ {
+ "nodeId": 1981163403,
+ "lat": 45.6972787,
+ "lon": 4.861033
+ },
+ {
+ "nodeId": 1981163402,
+ "lat": 45.6971577,
+ "lon": 4.8612113
+ },
+ {
+ "nodeId": 2733369276,
+ "lat": 45.6970319,
+ "lon": 4.8614044
+ },
+ {
+ "nodeId": 1981163401,
+ "lat": 45.6970115,
+ "lon": 4.8614298
+ },
+ {
+ "nodeId": 9760770959,
+ "lat": 45.6969587,
+ "lon": 4.8615151
+ },
+ {
+ "nodeId": 9760770943,
+ "lat": 45.6966457,
+ "lon": 4.8620031
+ },
+ {
+ "nodeId": 1981163400,
+ "lat": 45.6965853,
+ "lon": 4.8620975
+ },
+ {
+ "nodeId": 1981163399,
+ "lat": 45.6964715,
+ "lon": 4.8622422
+ },
+ {
+ "nodeId": 2733369268,
+ "lat": 45.6965631,
+ "lon": 4.86213
+ },
+ {
+ "nodeId": 2733369257,
+ "lat": 45.6963914,
+ "lon": 4.8623228
+ },
+ {
+ "nodeId": 1981163398,
+ "lat": 45.6963036,
+ "lon": 4.8623987
+ },
+ {
+ "nodeId": 2733369250,
+ "lat": 45.6962125,
+ "lon": 4.862467
+ },
+ {
+ "nodeId": 1981163397,
+ "lat": 45.6961145,
+ "lon": 4.8625255
+ },
+ {
+ "nodeId": 9755986647,
+ "lat": 45.696092,
+ "lon": 4.8625377
+ },
+ {
+ "nodeId": 2733369244,
+ "lat": 45.6960736,
+ "lon": 4.8625476
+ },
+ {
+ "nodeId": 2733369239,
+ "lat": 45.6960201,
+ "lon": 4.8625721
+ },
+ {
+ "nodeId": 1981163396,
+ "lat": 45.6959887,
+ "lon": 4.8625853
+ },
+ {
+ "nodeId": 2733369234,
+ "lat": 45.6959503,
+ "lon": 4.8625972
+ },
+ {
+ "nodeId": 2733369228,
+ "lat": 45.6958905,
+ "lon": 4.8626159
+ },
+ {
+ "nodeId": 2733369225,
+ "lat": 45.6958277,
+ "lon": 4.8626298
+ },
+ {
+ "nodeId": 2733369217,
+ "lat": 45.6957047,
+ "lon": 4.8626495
+ },
+ {
+ "nodeId": 1981163394,
+ "lat": 45.6956781,
+ "lon": 4.8626548
+ },
+ {
+ "nodeId": 2733369209,
+ "lat": 45.6955779,
+ "lon": 4.862669
+ },
+ {
+ "nodeId": 2733369214,
+ "lat": 45.695658,
+ "lon": 4.8626582
+ },
+ {
+ "nodeId": 9755986653,
+ "lat": 45.6955564,
+ "lon": 4.8626719
+ },
+ {
+ "nodeId": 2733369205,
+ "lat": 45.6955369,
+ "lon": 4.8626745
+ },
+ {
+ "nodeId": 1981163393,
+ "lat": 45.6949571,
+ "lon": 4.8627552
+ },
+ {
+ "nodeId": 2733369202,
+ "lat": 45.694656,
+ "lon": 4.8627988
+ },
+ {
+ "nodeId": 1981163392,
+ "lat": 45.6943551,
+ "lon": 4.8628423
+ },
+ {
+ "nodeId": 2733369194,
+ "lat": 45.6943006,
+ "lon": 4.862851
+ },
+ {
+ "nodeId": 9755986659,
+ "lat": 45.6942494,
+ "lon": 4.8628643
+ },
+ {
+ "nodeId": 1981163390,
+ "lat": 45.6942104,
+ "lon": 4.8628744
+ },
+ {
+ "nodeId": 2733369190,
+ "lat": 45.6941674,
+ "lon": 4.8628878
+ },
+ {
+ "nodeId": 1981163389,
+ "lat": 45.6939994,
+ "lon": 4.8629458
+ },
+ {
+ "nodeId": 1981163387,
+ "lat": 45.6937794,
+ "lon": 4.8630484
+ },
+ {
+ "nodeId": 2733369178,
+ "lat": 45.6936082,
+ "lon": 4.8631553
+ },
+ {
+ "nodeId": 9755854385,
+ "lat": 45.6935929,
+ "lon": 4.8631668
+ },
+ {
+ "nodeId": 1981163386,
+ "lat": 45.6935146,
+ "lon": 4.8632251
+ },
+ {
+ "nodeId": 2733369174,
+ "lat": 45.6934854,
+ "lon": 4.8632478
+ },
+ {
+ "nodeId": 2733369169,
+ "lat": 45.6934186,
+ "lon": 4.8633014
+ },
+ {
+ "nodeId": 1981163385,
+ "lat": 45.6933981,
+ "lon": 4.8633184
+ },
+ {
+ "nodeId": 2733369165,
+ "lat": 45.6933826,
+ "lon": 4.8633304
+ },
+ {
+ "nodeId": 2733369161,
+ "lat": 45.6932874,
+ "lon": 4.8634208
+ },
+ {
+ "nodeId": 1981163384,
+ "lat": 45.69319,
+ "lon": 4.8635178
+ },
+ {
+ "nodeId": 1981163383,
+ "lat": 45.6930392,
+ "lon": 4.8636998
+ },
+ {
+ "nodeId": 2733369150,
+ "lat": 45.692926,
+ "lon": 4.8638542
+ },
+ {
+ "nodeId": 9750332289,
+ "lat": 45.6929121,
+ "lon": 4.8638754
+ },
+ {
+ "nodeId": 1981163381,
+ "lat": 45.6928462,
+ "lon": 4.863976
+ },
+ {
+ "nodeId": 9320919908,
+ "lat": 45.6928384,
+ "lon": 4.8639883
+ },
+ {
+ "nodeId": 9750332292,
+ "lat": 45.6928027,
+ "lon": 4.8640444
+ },
+ {
+ "nodeId": 9750332299,
+ "lat": 45.6924455,
+ "lon": 4.864606
+ },
+ {
+ "nodeId": 1981163380,
+ "lat": 45.6924059,
+ "lon": 4.8646683
+ },
+ {
+ "nodeId": 1981163378,
+ "lat": 45.6923193,
+ "lon": 4.8647877
+ },
+ {
+ "nodeId": 1981163376,
+ "lat": 45.6922129,
+ "lon": 4.8649
+ },
+ {
+ "nodeId": 1981163375,
+ "lat": 45.6921414,
+ "lon": 4.8649625
+ },
+ {
+ "nodeId": 9750232342,
+ "lat": 45.6921072,
+ "lon": 4.8649863
+ },
+ {
+ "nodeId": 1981163373,
+ "lat": 45.6920133,
+ "lon": 4.8650521
+ },
+ {
+ "nodeId": 9750232341,
+ "lat": 45.6919373,
+ "lon": 4.8650917
+ },
+ {
+ "nodeId": 2733369146,
+ "lat": 45.6919177,
+ "lon": 4.8651019
+ },
+ {
+ "nodeId": 1981163371,
+ "lat": 45.6916779,
+ "lon": 4.8652267
+ },
+ {
+ "nodeId": 1981163370,
+ "lat": 45.6915267,
+ "lon": 4.8653292
+ },
+ {
+ "nodeId": 1981163368,
+ "lat": 45.6913334,
+ "lon": 4.8655199
+ },
+ {
+ "nodeId": 1981163367,
+ "lat": 45.6912137,
+ "lon": 4.8656606
+ },
+ {
+ "nodeId": 1981163365,
+ "lat": 45.6910104,
+ "lon": 4.8659727
+ },
+ {
+ "nodeId": 9749903573,
+ "lat": 45.6909934,
+ "lon": 4.8659961
+ },
+ {
+ "nodeId": 1981163364,
+ "lat": 45.6909534,
+ "lon": 4.8660511
+ },
+ {
+ "nodeId": 9749903558,
+ "lat": 45.690908,
+ "lon": 4.8660992
+ },
+ {
+ "nodeId": 9750234454,
+ "lat": 45.6908734,
+ "lon": 4.8661253
+ },
+ {
+ "nodeId": 3849109250,
+ "lat": 45.6908375,
+ "lon": 4.8661477
+ },
+ {
+ "nodeId": 9749903563,
+ "lat": 45.6908262,
+ "lon": 4.8661521
+ },
+ {
+ "nodeId": 1981163361,
+ "lat": 45.6907947,
+ "lon": 4.866159
+ },
+ {
+ "nodeId": 1981163360,
+ "lat": 45.690729,
+ "lon": 4.8661622
+ },
+ {
+ "nodeId": 9749903565,
+ "lat": 45.6906822,
+ "lon": 4.8661509
+ },
+ {
+ "nodeId": 2733369127,
+ "lat": 45.690664,
+ "lon": 4.8661465
+ },
+ {
+ "nodeId": 1981163359,
+ "lat": 45.6906485,
+ "lon": 4.8661426
+ },
+ {
+ "nodeId": 1981163358,
+ "lat": 45.6905622,
+ "lon": 4.8660713
+ },
+ {
+ "nodeId": 2733369121,
+ "lat": 45.6901763,
+ "lon": 4.8656389
+ },
+ {
+ "nodeId": 1981163357,
+ "lat": 45.6901106,
+ "lon": 4.8655731
+ },
+ {
+ "nodeId": 1981163356,
+ "lat": 45.689974,
+ "lon": 4.8654509
+ },
+ {
+ "nodeId": 1981163355,
+ "lat": 45.6898195,
+ "lon": 4.8653403
+ },
+ {
+ "nodeId": 1981163354,
+ "lat": 45.6896463,
+ "lon": 4.8652457
+ },
+ {
+ "nodeId": 1981163353,
+ "lat": 45.6894473,
+ "lon": 4.8651711
+ },
+ {
+ "nodeId": 1981163352,
+ "lat": 45.689249,
+ "lon": 4.8651335
+ },
+ {
+ "nodeId": 2733369108,
+ "lat": 45.6890822,
+ "lon": 4.8651236
+ },
+ {
+ "nodeId": 1981163350,
+ "lat": 45.6889332,
+ "lon": 4.8651272
+ },
+ {
+ "nodeId": 1981163349,
+ "lat": 45.6888508,
+ "lon": 4.8651277
+ },
+ {
+ "nodeId": 1981163346,
+ "lat": 45.6885398,
+ "lon": 4.8651342
+ },
+ {
+ "nodeId": 4071785740,
+ "lat": 45.6885178,
+ "lon": 4.8651347
+ },
+ {
+ "nodeId": 2068604502,
+ "lat": 45.7614661,
+ "lon": 4.8619716
+ },
+ {
+ "nodeId": 11173596992,
+ "lat": 45.7610674,
+ "lon": 4.8619529
+ },
+ {
+ "nodeId": 8862236569,
+ "lat": 45.7610386,
+ "lon": 4.8619515
+ },
+ {
+ "nodeId": 8862236579,
+ "lat": 45.7604764,
+ "lon": 4.8619294
+ },
+ {
+ "nodeId": 8883130172,
+ "lat": 45.7462944,
+ "lon": 4.8591967
+ },
+ {
+ "nodeId": 8887099593,
+ "lat": 45.7459655,
+ "lon": 4.8591055
+ },
+ {
+ "nodeId": 8883130173,
+ "lat": 45.7458092,
+ "lon": 4.8590622
+ },
+ {
+ "nodeId": 8887099598,
+ "lat": 45.7453322,
+ "lon": 4.8589307
+ },
+ {
+ "nodeId": 8883130175,
+ "lat": 45.7450429,
+ "lon": 4.8588512
+ },
+ {
+ "nodeId": 8883130170,
+ "lat": 45.7444597,
+ "lon": 4.8587084
+ },
+ {
+ "nodeId": 2000610871,
+ "lat": 45.742377,
+ "lon": 4.8582036
+ },
+ {
+ "nodeId": 12154444061,
+ "lat": 45.7423007,
+ "lon": 4.8581882
+ },
+ {
+ "nodeId": 4797257788,
+ "lat": 45.7422875,
+ "lon": 4.8581856
+ },
+ {
+ "nodeId": 2000610865,
+ "lat": 45.7420316,
+ "lon": 4.8581245
+ },
+ {
+ "nodeId": 8388215594,
+ "lat": 45.7419001,
+ "lon": 4.8581003
+ },
+ {
+ "nodeId": 2000610858,
+ "lat": 45.741773,
+ "lon": 4.8580918
+ },
+ {
+ "nodeId": 8388215598,
+ "lat": 45.7417114,
+ "lon": 4.8580935
+ },
+ {
+ "nodeId": 8388215597,
+ "lat": 45.7416499,
+ "lon": 4.8581013
+ },
+ {
+ "nodeId": 2000610851,
+ "lat": 45.7415294,
+ "lon": 4.8581253
+ },
+ {
+ "nodeId": 8752459384,
+ "lat": 45.7414511,
+ "lon": 4.8581518
+ },
+ {
+ "nodeId": 8388215600,
+ "lat": 45.7413927,
+ "lon": 4.8581715
+ },
+ {
+ "nodeId": 2000610841,
+ "lat": 45.7412635,
+ "lon": 4.8582378
+ },
+ {
+ "nodeId": 8388215604,
+ "lat": 45.7410453,
+ "lon": 4.858388
+ },
+ {
+ "nodeId": 12002537973,
+ "lat": 45.741012,
+ "lon": 4.8584137
+ },
+ {
+ "nodeId": 12154444042,
+ "lat": 45.7409381,
+ "lon": 4.8584708
+ },
+ {
+ "nodeId": 8752459385,
+ "lat": 45.7408902,
+ "lon": 4.8585078
+ },
+ {
+ "nodeId": 8752459381,
+ "lat": 45.740819,
+ "lon": 4.8585628
+ },
+ {
+ "nodeId": 2000610876,
+ "lat": 45.7489245,
+ "lon": 4.8599529
+ },
+ {
+ "nodeId": 2269105973,
+ "lat": 45.7495965,
+ "lon": 4.8601454
+ },
+ {
+ "nodeId": 2269106026,
+ "lat": 45.7492867,
+ "lon": 4.8600333
+ },
+ {
+ "nodeId": 8865966655,
+ "lat": 45.754681,
+ "lon": 4.8617509
+ },
+ {
+ "nodeId": 8865510907,
+ "lat": 45.7540704,
+ "lon": 4.8617455
+ },
+ {
+ "nodeId": 8865510906,
+ "lat": 45.7539828,
+ "lon": 4.8617434
+ },
+ {
+ "nodeId": 13046082688,
+ "lat": 45.7539394,
+ "lon": 4.8617433
+ },
+ {
+ "nodeId": 13362551754,
+ "lat": 45.7538848,
+ "lon": 4.8617436
+ },
+ {
+ "nodeId": 8865510905,
+ "lat": 45.7538715,
+ "lon": 4.8617437
+ },
+ {
+ "nodeId": 10960204885,
+ "lat": 45.7533511,
+ "lon": 4.8617368
+ },
+ {
+ "nodeId": 8865517818,
+ "lat": 45.7531877,
+ "lon": 4.8617333
+ },
+ {
+ "nodeId": 2000610910,
+ "lat": 45.7528616,
+ "lon": 4.8617293
+ },
+ {
+ "nodeId": 8498099814,
+ "lat": 45.7527507,
+ "lon": 4.8617207
+ },
+ {
+ "nodeId": 2000610909,
+ "lat": 45.7526442,
+ "lon": 4.8617113
+ },
+ {
+ "nodeId": 8498099812,
+ "lat": 45.7525513,
+ "lon": 4.8616986
+ },
+ {
+ "nodeId": 2000610907,
+ "lat": 45.752453,
+ "lon": 4.8616829
+ },
+ {
+ "nodeId": 8498099809,
+ "lat": 45.752369,
+ "lon": 4.861666
+ },
+ {
+ "nodeId": 8785432785,
+ "lat": 45.7522834,
+ "lon": 4.8616467
+ },
+ {
+ "nodeId": 8872532181,
+ "lat": 45.7521855,
+ "lon": 4.8616194
+ },
+ {
+ "nodeId": 8785432783,
+ "lat": 45.7520815,
+ "lon": 4.8615903
+ },
+ {
+ "nodeId": 8785432782,
+ "lat": 45.7519714,
+ "lon": 4.8615546
+ },
+ {
+ "nodeId": 8785432781,
+ "lat": 45.7519045,
+ "lon": 4.8615317
+ },
+ {
+ "nodeId": 8498099807,
+ "lat": 45.7517888,
+ "lon": 4.8614862
+ },
+ {
+ "nodeId": 2000610901,
+ "lat": 45.7516686,
+ "lon": 4.8614339
+ },
+ {
+ "nodeId": 8498099805,
+ "lat": 45.7515691,
+ "lon": 4.8613868
+ },
+ {
+ "nodeId": 2000610899,
+ "lat": 45.7514649,
+ "lon": 4.8613317
+ },
+ {
+ "nodeId": 8498099803,
+ "lat": 45.7513439,
+ "lon": 4.8612643
+ },
+ {
+ "nodeId": 2000610898,
+ "lat": 45.7512526,
+ "lon": 4.8612071
+ },
+ {
+ "nodeId": 2000610896,
+ "lat": 45.7511459,
+ "lon": 4.8611389
+ },
+ {
+ "nodeId": 8498099801,
+ "lat": 45.751093,
+ "lon": 4.8611017
+ },
+ {
+ "nodeId": 2000610895,
+ "lat": 45.751039,
+ "lon": 4.8610631
+ },
+ {
+ "nodeId": 8498099799,
+ "lat": 45.7510117,
+ "lon": 4.8610375
+ },
+ {
+ "nodeId": 4428355735,
+ "lat": 45.7509879,
+ "lon": 4.8610128
+ },
+ {
+ "nodeId": 8866055440,
+ "lat": 45.7509711,
+ "lon": 4.8609898
+ },
+ {
+ "nodeId": 8498099797,
+ "lat": 45.7509497,
+ "lon": 4.8609613
+ },
+ {
+ "nodeId": 2000610893,
+ "lat": 45.7509279,
+ "lon": 4.8609238
+ },
+ {
+ "nodeId": 6142284776,
+ "lat": 45.7508977,
+ "lon": 4.8608629
+ },
+ {
+ "nodeId": 8866055439,
+ "lat": 45.7508483,
+ "lon": 4.860753
+ },
+ {
+ "nodeId": 8866055433,
+ "lat": 45.7508339,
+ "lon": 4.8607215
+ },
+ {
+ "nodeId": 8866055438,
+ "lat": 45.7508272,
+ "lon": 4.8607083
+ },
+ {
+ "nodeId": 8498099795,
+ "lat": 45.7508047,
+ "lon": 4.8606642
+ },
+ {
+ "nodeId": 2000610887,
+ "lat": 45.7507784,
+ "lon": 4.8606229
+ },
+ {
+ "nodeId": 4428355726,
+ "lat": 45.7507484,
+ "lon": 4.8605837
+ },
+ {
+ "nodeId": 8498099793,
+ "lat": 45.7507199,
+ "lon": 4.8605501
+ },
+ {
+ "nodeId": 4428355724,
+ "lat": 45.7506857,
+ "lon": 4.8605154
+ },
+ {
+ "nodeId": 8498099792,
+ "lat": 45.7506572,
+ "lon": 4.8604904
+ },
+ {
+ "nodeId": 2000610885,
+ "lat": 45.7506279,
+ "lon": 4.8604684
+ },
+ {
+ "nodeId": 8498099791,
+ "lat": 45.7505954,
+ "lon": 4.8604479
+ },
+ {
+ "nodeId": 2000610884,
+ "lat": 45.7505678,
+ "lon": 4.8604332
+ },
+ {
+ "nodeId": 8498099790,
+ "lat": 45.7505393,
+ "lon": 4.8604199
+ },
+ {
+ "nodeId": 2000610882,
+ "lat": 45.7505171,
+ "lon": 4.8604124
+ },
+ {
+ "nodeId": 8498099789,
+ "lat": 45.7504764,
+ "lon": 4.8603999
+ },
+ {
+ "nodeId": 8866055499,
+ "lat": 45.7504038,
+ "lon": 4.8603792
+ },
+ {
+ "nodeId": 8872534518,
+ "lat": 45.7498914,
+ "lon": 4.8602314
+ },
+ {
+ "nodeId": 12002537971,
+ "lat": 45.7398687,
+ "lon": 4.8592975
+ },
+ {
+ "nodeId": 8776558456,
+ "lat": 45.7398348,
+ "lon": 4.8593243
+ },
+ {
+ "nodeId": 12800066415,
+ "lat": 45.7398119,
+ "lon": 4.8593424
+ },
+ {
+ "nodeId": 1981090873,
+ "lat": 45.7396737,
+ "lon": 4.8594518
+ },
+ {
+ "nodeId": 8752437630,
+ "lat": 45.7395067,
+ "lon": 4.8595948
+ },
+ {
+ "nodeId": 1981090869,
+ "lat": 45.7394318,
+ "lon": 4.8596573
+ },
+ {
+ "nodeId": 1981090868,
+ "lat": 45.7393637,
+ "lon": 4.8597242
+ },
+ {
+ "nodeId": 12800066420,
+ "lat": 45.7392778,
+ "lon": 4.8598002
+ },
+ {
+ "nodeId": 8360836647,
+ "lat": 45.7392648,
+ "lon": 4.8598117
+ },
+ {
+ "nodeId": 1981090866,
+ "lat": 45.7389816,
+ "lon": 4.8600621
+ },
+ {
+ "nodeId": 1981090864,
+ "lat": 45.7387131,
+ "lon": 4.860285
+ },
+ {
+ "nodeId": 8360818484,
+ "lat": 45.7386623,
+ "lon": 4.860327
+ },
+ {
+ "nodeId": 2733496913,
+ "lat": 45.7386356,
+ "lon": 4.8603517
+ },
+ {
+ "nodeId": 2733496910,
+ "lat": 45.7375053,
+ "lon": 4.8612337
+ },
+ {
+ "nodeId": 2733496906,
+ "lat": 45.737377,
+ "lon": 4.861332
+ },
+ {
+ "nodeId": 8887828389,
+ "lat": 45.7373546,
+ "lon": 4.8613496
+ },
+ {
+ "nodeId": 8887828390,
+ "lat": 45.7371925,
+ "lon": 4.8614768
+ },
+ {
+ "nodeId": 8887828391,
+ "lat": 45.7370415,
+ "lon": 4.8615955
+ },
+ {
+ "nodeId": 8887828397,
+ "lat": 45.7365611,
+ "lon": 4.8619701
+ },
+ {
+ "nodeId": 2733496899,
+ "lat": 45.7365424,
+ "lon": 4.8619846
+ },
+ {
+ "nodeId": 2733496893,
+ "lat": 45.7350202,
+ "lon": 4.8631671
+ },
+ {
+ "nodeId": 8168938371,
+ "lat": 45.7350027,
+ "lon": 4.8631813
+ },
+ {
+ "nodeId": 13143900932,
+ "lat": 45.7349788,
+ "lon": 4.863201
+ },
+ {
+ "nodeId": 1981090831,
+ "lat": 45.7348468,
+ "lon": 4.8633098
+ },
+ {
+ "nodeId": 1981090828,
+ "lat": 45.7347385,
+ "lon": 4.8633937
+ },
+ {
+ "nodeId": 13143900926,
+ "lat": 45.7346364,
+ "lon": 4.8634783
+ },
+ {
+ "nodeId": 8168938373,
+ "lat": 45.7346157,
+ "lon": 4.8634954
+ },
+ {
+ "nodeId": 2733496886,
+ "lat": 45.734592,
+ "lon": 4.8635151
+ },
+ {
+ "nodeId": 2733496864,
+ "lat": 45.7334618,
+ "lon": 4.8643952
+ },
+ {
+ "nodeId": 8897234803,
+ "lat": 45.7334303,
+ "lon": 4.8644197
+ },
+ {
+ "nodeId": 8897234804,
+ "lat": 45.7333327,
+ "lon": 4.8644893
+ },
+ {
+ "nodeId": 8897234805,
+ "lat": 45.7332354,
+ "lon": 4.8645715
+ },
+ {
+ "nodeId": 8111700551,
+ "lat": 45.7327184,
+ "lon": 4.8649772
+ },
+ {
+ "nodeId": 8897796917,
+ "lat": 45.7326186,
+ "lon": 4.865054
+ },
+ {
+ "nodeId": 8111700555,
+ "lat": 45.7325201,
+ "lon": 4.8651297
+ },
+ {
+ "nodeId": 2733496854,
+ "lat": 45.7324987,
+ "lon": 4.865146
+ },
+ {
+ "nodeId": 2733496843,
+ "lat": 45.7320392,
+ "lon": 4.8655041
+ },
+ {
+ "nodeId": 8111700559,
+ "lat": 45.7320154,
+ "lon": 4.8655218
+ },
+ {
+ "nodeId": 2733496831,
+ "lat": 45.7319934,
+ "lon": 4.8655389
+ },
+ {
+ "nodeId": 2733496820,
+ "lat": 45.7318483,
+ "lon": 4.8656519
+ },
+ {
+ "nodeId": 8111700563,
+ "lat": 45.731824,
+ "lon": 4.8656705
+ },
+ {
+ "nodeId": 2733496811,
+ "lat": 45.7318056,
+ "lon": 4.8656851
+ },
+ {
+ "nodeId": 2733496804,
+ "lat": 45.7313516,
+ "lon": 4.8660382
+ },
+ {
+ "nodeId": 8897755313,
+ "lat": 45.7313291,
+ "lon": 4.866058
+ },
+ {
+ "nodeId": 1981090817,
+ "lat": 45.731198,
+ "lon": 4.8661582
+ },
+ {
+ "nodeId": 8900710328,
+ "lat": 45.7310877,
+ "lon": 4.8662439
+ },
+ {
+ "nodeId": 2733457358,
+ "lat": 45.7310658,
+ "lon": 4.8662612
+ },
+ {
+ "nodeId": 2733457351,
+ "lat": 45.7300724,
+ "lon": 4.867034
+ },
+ {
+ "nodeId": 4768478753,
+ "lat": 45.7300549,
+ "lon": 4.8670476
+ },
+ {
+ "nodeId": 8804278137,
+ "lat": 45.7295144,
+ "lon": 4.8674678
+ },
+ {
+ "nodeId": 8804278159,
+ "lat": 45.7294388,
+ "lon": 4.8675264
+ },
+ {
+ "nodeId": 8804278149,
+ "lat": 45.7294005,
+ "lon": 4.8675561
+ },
+ {
+ "nodeId": 8804278157,
+ "lat": 45.7293457,
+ "lon": 4.8675986
+ },
+ {
+ "nodeId": 8804278160,
+ "lat": 45.7293179,
+ "lon": 4.8676202
+ },
+ {
+ "nodeId": 2733457336,
+ "lat": 45.7281126,
+ "lon": 4.8685552
+ },
+ {
+ "nodeId": 8804278161,
+ "lat": 45.7292287,
+ "lon": 4.8676895
+ },
+ {
+ "nodeId": 8913421858,
+ "lat": 45.7280945,
+ "lon": 4.8685692
+ },
+ {
+ "nodeId": 2733457332,
+ "lat": 45.7280767,
+ "lon": 4.8685831
+ },
+ {
+ "nodeId": 2733457328,
+ "lat": 45.7271601,
+ "lon": 4.8692965
+ },
+ {
+ "nodeId": 8913421916,
+ "lat": 45.7271401,
+ "lon": 4.869312
+ },
+ {
+ "nodeId": 8913425917,
+ "lat": 45.7270303,
+ "lon": 4.8693978
+ },
+ {
+ "nodeId": 8913425918,
+ "lat": 45.7269273,
+ "lon": 4.8694781
+ },
+ {
+ "nodeId": 2733457324,
+ "lat": 45.7269056,
+ "lon": 4.8694955
+ },
+ {
+ "nodeId": 2733457320,
+ "lat": 45.7260528,
+ "lon": 4.8701596
+ },
+ {
+ "nodeId": 12068117736,
+ "lat": 45.7260348,
+ "lon": 4.8701737
+ },
+ {
+ "nodeId": 2733457316,
+ "lat": 45.7260156,
+ "lon": 4.8701887
+ },
+ {
+ "nodeId": 2733457306,
+ "lat": 45.725309,
+ "lon": 4.8707406
+ },
+ {
+ "nodeId": 6254161378,
+ "lat": 45.7253012,
+ "lon": 4.8707461
+ },
+ {
+ "nodeId": 2733457304,
+ "lat": 45.7252937,
+ "lon": 4.8707513
+ },
+ {
+ "nodeId": 2733457293,
+ "lat": 45.7250431,
+ "lon": 4.8709468
+ },
+ {
+ "nodeId": 8913425942,
+ "lat": 45.7245886,
+ "lon": 4.8712994
+ },
+ {
+ "nodeId": 8913991511,
+ "lat": 45.7244669,
+ "lon": 4.8713912
+ },
+ {
+ "nodeId": 8913991509,
+ "lat": 45.7243284,
+ "lon": 4.8715029
+ },
+ {
+ "nodeId": 8913991469,
+ "lat": 45.7242436,
+ "lon": 4.8715736
+ },
+ {
+ "nodeId": 2733457284,
+ "lat": 45.7241685,
+ "lon": 4.8716313
+ },
+ {
+ "nodeId": 2733457274,
+ "lat": 45.7219914,
+ "lon": 4.8733264
+ },
+ {
+ "nodeId": 8913991679,
+ "lat": 45.7219705,
+ "lon": 4.8733426
+ },
+ {
+ "nodeId": 8913991661,
+ "lat": 45.721873,
+ "lon": 4.8734185
+ },
+ {
+ "nodeId": 2733457263,
+ "lat": 45.7218477,
+ "lon": 4.8734382
+ },
+ {
+ "nodeId": 2733457250,
+ "lat": 45.7212479,
+ "lon": 4.8739057
+ },
+ {
+ "nodeId": 8913991753,
+ "lat": 45.7212275,
+ "lon": 4.8739209
+ },
+ {
+ "nodeId": 8913991694,
+ "lat": 45.7211362,
+ "lon": 4.8739913
+ },
+ {
+ "nodeId": 8913991700,
+ "lat": 45.7211159,
+ "lon": 4.874007
+ },
+ {
+ "nodeId": 2733457202,
+ "lat": 45.7211037,
+ "lon": 4.8740171
+ },
+ {
+ "nodeId": 2733457170,
+ "lat": 45.7209171,
+ "lon": 4.8741593
+ },
+ {
+ "nodeId": 8913991696,
+ "lat": 45.7208805,
+ "lon": 4.8741857
+ },
+ {
+ "nodeId": 2733457111,
+ "lat": 45.7185751,
+ "lon": 4.8759795
+ },
+ {
+ "nodeId": 2733457022,
+ "lat": 45.7159378,
+ "lon": 4.8780377
+ },
+ {
+ "nodeId": 9318230198,
+ "lat": 45.7159054,
+ "lon": 4.8780634
+ },
+ {
+ "nodeId": 9318279048,
+ "lat": 45.7158551,
+ "lon": 4.8781031
+ },
+ {
+ "nodeId": 9318264739,
+ "lat": 45.7157282,
+ "lon": 4.8782025
+ },
+ {
+ "nodeId": 9318346234,
+ "lat": 45.7152457,
+ "lon": 4.8785803
+ },
+ {
+ "nodeId": 9318369826,
+ "lat": 45.7150997,
+ "lon": 4.8786937
+ },
+ {
+ "nodeId": 2733457003,
+ "lat": 45.7150753,
+ "lon": 4.8787127
+ },
+ {
+ "nodeId": 2733456984,
+ "lat": 45.7145096,
+ "lon": 4.8791578
+ },
+ {
+ "nodeId": 9318360228,
+ "lat": 45.7144919,
+ "lon": 4.8791713
+ },
+ {
+ "nodeId": 9318569265,
+ "lat": 45.7143484,
+ "lon": 4.87928
+ },
+ {
+ "nodeId": 9318569263,
+ "lat": 45.7142962,
+ "lon": 4.8793195
+ },
+ {
+ "nodeId": 9318569258,
+ "lat": 45.7141759,
+ "lon": 4.8794105
+ },
+ {
+ "nodeId": 2733456972,
+ "lat": 45.7141578,
+ "lon": 4.8794252
+ },
+ {
+ "nodeId": 2733456962,
+ "lat": 45.7135744,
+ "lon": 4.8798719
+ },
+ {
+ "nodeId": 2733456950,
+ "lat": 45.712993,
+ "lon": 4.880326
+ },
+ {
+ "nodeId": 11350633078,
+ "lat": 45.7126048,
+ "lon": 4.8806261
+ },
+ {
+ "nodeId": 11350633109,
+ "lat": 45.7123969,
+ "lon": 4.8807882
+ },
+ {
+ "nodeId": 1981090779,
+ "lat": 45.7118296,
+ "lon": 4.8812281
+ },
+ {
+ "nodeId": 1981090773,
+ "lat": 45.7116044,
+ "lon": 4.881443
+ },
+ {
+ "nodeId": 2733456925,
+ "lat": 45.7115142,
+ "lon": 4.8815522
+ },
+ {
+ "nodeId": 9326718408,
+ "lat": 45.7114967,
+ "lon": 4.8815757
+ },
+ {
+ "nodeId": 9326718411,
+ "lat": 45.7113928,
+ "lon": 4.8817193
+ },
+ {
+ "nodeId": 9326718413,
+ "lat": 45.7113138,
+ "lon": 4.8818425
+ },
+ {
+ "nodeId": 9335010934,
+ "lat": 45.7109557,
+ "lon": 4.8824231
+ },
+ {
+ "nodeId": 2733456907,
+ "lat": 45.7109409,
+ "lon": 4.8824473
+ },
+ {
+ "nodeId": 2733456897,
+ "lat": 45.7093571,
+ "lon": 4.8850211
+ },
+ {
+ "nodeId": 9335020931,
+ "lat": 45.7093445,
+ "lon": 4.8850415
+ },
+ {
+ "nodeId": 2733456893,
+ "lat": 45.7093301,
+ "lon": 4.885065
+ },
+ {
+ "nodeId": 2733456886,
+ "lat": 45.7083162,
+ "lon": 4.8867104
+ },
+ {
+ "nodeId": 12015337070,
+ "lat": 45.7083026,
+ "lon": 4.8867325
+ },
+ {
+ "nodeId": 9336944477,
+ "lat": 45.7082828,
+ "lon": 4.8867646
+ },
+ {
+ "nodeId": 2733456881,
+ "lat": 45.7082734,
+ "lon": 4.8867794
+ },
+ {
+ "nodeId": 2733456870,
+ "lat": 45.7081811,
+ "lon": 4.886932
+ },
+ {
+ "nodeId": 9343029021,
+ "lat": 45.708122,
+ "lon": 4.887034
+ },
+ {
+ "nodeId": 9343039610,
+ "lat": 45.7080582,
+ "lon": 4.8871201
+ },
+ {
+ "nodeId": 9343039611,
+ "lat": 45.7080427,
+ "lon": 4.8871392
+ },
+ {
+ "nodeId": 2733456858,
+ "lat": 45.7079894,
+ "lon": 4.887205
+ },
+ {
+ "nodeId": 1981104062,
+ "lat": 45.7079331,
+ "lon": 4.8872584
+ },
+ {
+ "nodeId": 2733456853,
+ "lat": 45.7078915,
+ "lon": 4.8872979
+ },
+ {
+ "nodeId": 1981104061,
+ "lat": 45.7078487,
+ "lon": 4.8873335
+ },
+ {
+ "nodeId": 2733456850,
+ "lat": 45.7078287,
+ "lon": 4.8873485
+ },
+ {
+ "nodeId": 2733456843,
+ "lat": 45.7077686,
+ "lon": 4.8873904
+ },
+ {
+ "nodeId": 1981104059,
+ "lat": 45.7076901,
+ "lon": 4.8874364
+ },
+ {
+ "nodeId": 1981104058,
+ "lat": 45.7075251,
+ "lon": 4.8875174
+ },
+ {
+ "nodeId": 2281466877,
+ "lat": 45.7073632,
+ "lon": 4.8875798
+ },
+ {
+ "nodeId": 1981104057,
+ "lat": 45.7072008,
+ "lon": 4.8876312
+ },
+ {
+ "nodeId": 2733456811,
+ "lat": 45.7070717,
+ "lon": 4.8876595
+ },
+ {
+ "nodeId": 2733456800,
+ "lat": 45.7069422,
+ "lon": 4.8876794
+ },
+ {
+ "nodeId": 9343112805,
+ "lat": 45.7069222,
+ "lon": 4.8876831
+ },
+ {
+ "nodeId": 2733456791,
+ "lat": 45.7069008,
+ "lon": 4.887687
+ },
+ {
+ "nodeId": 2733456779,
+ "lat": 45.7068199,
+ "lon": 4.8876911
+ },
+ {
+ "nodeId": 12806851354,
+ "lat": 45.7066819,
+ "lon": 4.8876936
+ },
+ {
+ "nodeId": 12806847791,
+ "lat": 45.7065871,
+ "lon": 4.8876953
+ },
+ {
+ "nodeId": 3298151915,
+ "lat": 45.7064892,
+ "lon": 4.8876971
+ },
+ {
+ "nodeId": 12806847784,
+ "lat": 45.7062576,
+ "lon": 4.8877013
+ },
+ {
+ "nodeId": 12057609715,
+ "lat": 45.7062136,
+ "lon": 4.8877021
+ },
+ {
+ "nodeId": 9343962586,
+ "lat": 45.7059717,
+ "lon": 4.8877065
+ },
+ {
+ "nodeId": 1981142031,
+ "lat": 45.7054197,
+ "lon": 4.8877123
+ },
+ {
+ "nodeId": 9343962603,
+ "lat": 45.7053345,
+ "lon": 4.8877114
+ },
+ {
+ "nodeId": 8832670104,
+ "lat": 45.7637862,
+ "lon": 4.8620317
+ },
+ {
+ "nodeId": 8832666469,
+ "lat": 45.7637296,
+ "lon": 4.8620339
+ },
+ {
+ "nodeId": 8832666471,
+ "lat": 45.7637065,
+ "lon": 4.8620348
+ },
+ {
+ "nodeId": 8832666446,
+ "lat": 45.7636502,
+ "lon": 4.862037
+ },
+ {
+ "nodeId": 8832670112,
+ "lat": 45.7635981,
+ "lon": 4.862039
+ },
+ {
+ "nodeId": 2068604538,
+ "lat": 45.763406,
+ "lon": 4.8620465
+ },
+ {
+ "nodeId": 2068604528,
+ "lat": 45.7630311,
+ "lon": 4.8620279
+ },
+ {
+ "nodeId": 12128703654,
+ "lat": 45.7630134,
+ "lon": 4.862024
+ },
+ {
+ "nodeId": 2068604519,
+ "lat": 45.7629103,
+ "lon": 4.8620058
+ },
+ {
+ "nodeId": 12128703666,
+ "lat": 45.7628286,
+ "lon": 4.8619904
+ },
+ {
+ "nodeId": 2068604509,
+ "lat": 45.7627268,
+ "lon": 4.8619683
+ },
+ {
+ "nodeId": 2068604507,
+ "lat": 45.761755,
+ "lon": 4.8619293
+ },
+ {
+ "nodeId": 16050542,
+ "name": "Desgenettes",
+ "lat": 45.7388311,
+ "lon": 4.89323
+ },
+ {
+ "nodeId": 8165627352,
+ "name": "Grange Blanche",
+ "lat": 45.7425121,
+ "lon": 4.8791641
+ },
+ {
+ "nodeId": 16050515,
+ "name": "Ambroise Paré",
+ "lat": 45.7414928,
+ "lon": 4.8839712
+ },
+ {
+ "nodeId": 16050554,
+ "name": "Essarts-Iris",
+ "lat": 45.7371987,
+ "lon": 4.8981907
+ },
+ {
+ "nodeId": 6919286727,
+ "name": "Beauvisage - Pressensé",
+ "lat": 45.7277125,
+ "lon": 4.8627491
+ },
+ {
+ "nodeId": 6919286725,
+ "name": "Beauvisage - C.I.S.L.",
+ "lat": 45.7291661,
+ "lon": 4.867067
+ },
+ {
+ "nodeId": 2015681701,
+ "name": "Eurexpo",
+ "lat": 45.7318727,
+ "lon": 4.948031
+ },
+ {
+ "nodeId": 6920432629,
+ "name": "Essarts - Laennec",
+ "lat": 45.735539,
+ "lon": 4.890012
+ },
+ {
+ "nodeId": 6920432623,
+ "name": "Desgenettes",
+ "lat": 45.7395528,
+ "lon": 4.8924401
+ },
+ {
+ "nodeId": 6920432645,
+ "name": "Mermoz - Pinel",
+ "lat": 45.7307616,
+ "lon": 4.8868296
+ },
+ {
+ "nodeId": 6551653490,
+ "name": "Mermoz - Moselle",
+ "lat": 45.7321922,
+ "lon": 4.8824109
+ },
+ {
+ "nodeId": 13564916297,
+ "name": "Gare de Villeurbanne",
+ "lat": 45.7552327,
+ "lon": 4.8911873
+ },
+ {
+ "nodeId": 16050568,
+ "name": "Hôtel de Ville - Bron",
+ "lat": 45.7333853,
+ "lon": 4.909094
+ },
+ {
+ "nodeId": 16050561,
+ "name": "Boutasse - Camille Rousset",
+ "lat": 45.7349162,
+ "lon": 4.9044755
+ },
+ {
+ "nodeId": 6920432594,
+ "name": "Vinatier",
+ "lat": 45.742526,
+ "lon": 4.8941278
+ },
+ {
+ "nodeId": 13564886401,
+ "name": "Grandclément",
+ "lat": 45.7590908,
+ "lon": 4.8883151
+ },
+ {
+ "nodeId": 16050570,
+ "name": "Les Alizés",
+ "lat": 45.7315216,
+ "lon": 4.9147395
+ },
+ {
+ "nodeId": 1980994538,
+ "name": "Meyzieu - Z.I.",
+ "lat": 45.7676333,
+ "lon": 5.0316676
+ },
+ {
+ "nodeId": 6920432664,
+ "name": "Grange Rouge - Santy",
+ "lat": 45.7313384,
+ "lon": 4.8734011
+ },
+ {
+ "nodeId": 6919391606,
+ "name": "Petite Guille",
+ "lat": 45.7310097,
+ "lon": 4.8587946
+ },
+ {
+ "nodeId": 6918506362,
+ "name": "Challemel Lacour - Artillerie",
+ "lat": 45.7296535,
+ "lon": 4.8436092
+ },
+ {
+ "nodeId": 2015681705,
+ "name": "Parc du Chêne",
+ "lat": 45.7390015,
+ "lon": 4.9266318
+ },
+ {
+ "nodeId": 13564937414,
+ "name": "Kimmerling - Genêts",
+ "lat": 45.7524354,
+ "lon": 4.8980085
+ },
+ {
+ "nodeId": 6918554831,
+ "name": "Debourg",
+ "lat": 45.7312297,
+ "lon": 4.8346998
+ },
+ {
+ "nodeId": 13564308956,
+ "name": "Gratte-Ciel",
+ "lat": 45.7689187,
+ "lon": 4.8802573
+ },
+ {
+ "nodeId": 6919391617,
+ "name": "Moulin à Vent",
+ "lat": 45.7295275,
+ "lon": 4.8531437
+ },
+ {
+ "nodeId": 13543703156,
+ "name": "Geneviève De Gaulle",
+ "lat": 45.7722779,
+ "lon": 4.8790908
+ },
+ {
+ "nodeId": 2015681700,
+ "name": "De Tassigny - Curial",
+ "lat": 45.7357637,
+ "lon": 4.9170662
+ },
+ {
+ "nodeId": 6920432669,
+ "name": "Mermoz - Californie",
+ "lat": 45.7330628,
+ "lon": 4.8785039
+ },
+ {
+ "nodeId": 2015681703,
+ "name": "Lycée Jean-Paul Sartre",
+ "lat": 45.7380057,
+ "lon": 4.9221983
+ },
+ {
+ "nodeId": 6920432616,
+ "name": "Hôpitaux Est - Pinel",
+ "lat": 45.7475151,
+ "lon": 4.8968185
+ },
+ {
+ "nodeId": 13564363622,
+ "name": "Verlaine - Tolstoï",
+ "lat": 45.7623366,
+ "lon": 4.8807584
+ },
+ {
+ "nodeId": 13564745685,
+ "name": "Saint-Exupéry - Jaurès",
+ "lat": 45.7580079,
+ "lon": 4.8815896
+ },
+ {
+ "nodeId": 13564363623,
+ "name": "Hôtel de Ville - TNP",
+ "lat": 45.7659067,
+ "lon": 4.8803271
+ },
+ {
+ "nodeId": 13543712306,
+ "name": "Roger Planchon",
+ "lat": 45.7764488,
+ "lon": 4.8770555
+ },
+ {
+ "nodeId": 1980843970,
+ "name": "Gare Part-Dieu - Villette",
+ "lat": 45.7602839,
+ "lon": 4.8620314
+ },
+ {
+ "nodeId": 13543695020,
+ "name": "La Doua - Gaston Berger",
+ "lat": 45.7798557,
+ "lon": 4.8720092
+ },
+ {
+ "nodeId": 1980994551,
+ "name": "Vaulx-en-Velin - La Soie",
+ "lat": 45.7610416,
+ "lon": 4.9221686
+ },
+ {
+ "nodeId": 1980994537,
+ "name": "Aéroport Lyon Saint-Éxupéry",
+ "lat": 45.7210571,
+ "lon": 5.0754018
+ },
+ {
+ "nodeId": 2015681770,
+ "lat": 45.738375,
+ "lon": 4.943494
+ },
+ {
+ "nodeId": 4033047732,
+ "lat": 45.738224,
+ "lon": 4.9437786
+ },
+ {
+ "nodeId": 4033047729,
+ "lat": 45.7380686,
+ "lon": 4.9440529
+ },
+ {
+ "nodeId": 2015681754,
+ "lat": 45.7377578,
+ "lon": 4.9445907
+ },
+ {
+ "nodeId": 4033047725,
+ "lat": 45.7376352,
+ "lon": 4.9447643
+ },
+ {
+ "nodeId": 2015681750,
+ "lat": 45.7375032,
+ "lon": 4.9449209
+ },
+ {
+ "nodeId": 2015681747,
+ "lat": 45.7373605,
+ "lon": 4.9450605
+ },
+ {
+ "nodeId": 2015681745,
+ "lat": 45.7372329,
+ "lon": 4.9451648
+ },
+ {
+ "nodeId": 2015681741,
+ "lat": 45.7370834,
+ "lon": 4.9452648
+ },
+ {
+ "nodeId": 2015681739,
+ "lat": 45.7369385,
+ "lon": 4.9453391
+ },
+ {
+ "nodeId": 2015681737,
+ "lat": 45.7363837,
+ "lon": 4.9455772
+ },
+ {
+ "nodeId": 2015681736,
+ "lat": 45.7359034,
+ "lon": 4.9457804
+ },
+ {
+ "nodeId": 4033047718,
+ "lat": 45.7354872,
+ "lon": 4.9459569
+ },
+ {
+ "nodeId": 2197047405,
+ "lat": 45.7352816,
+ "lon": 4.946049
+ },
+ {
+ "nodeId": 2015681735,
+ "lat": 45.735098,
+ "lon": 4.946128
+ },
+ {
+ "nodeId": 2015681732,
+ "lat": 45.7343826,
+ "lon": 4.9464352
+ },
+ {
+ "nodeId": 2015681730,
+ "lat": 45.7342133,
+ "lon": 4.9465079
+ },
+ {
+ "nodeId": 9176467754,
+ "lat": 45.7341583,
+ "lon": 4.9465305
+ },
+ {
+ "nodeId": 2015681728,
+ "lat": 45.7340713,
+ "lon": 4.9465664
+ },
+ {
+ "nodeId": 2197047399,
+ "lat": 45.7336769,
+ "lon": 4.9467424
+ },
+ {
+ "nodeId": 2015681724,
+ "lat": 45.7335926,
+ "lon": 4.9467789
+ },
+ {
+ "nodeId": 9441119689,
+ "lat": 45.7335388,
+ "lon": 4.9468041
+ },
+ {
+ "nodeId": 4033047704,
+ "lat": 45.7334867,
+ "lon": 4.9468332
+ },
+ {
+ "nodeId": 9441119690,
+ "lat": 45.7334476,
+ "lon": 4.9468583
+ },
+ {
+ "nodeId": 12001242721,
+ "lat": 45.7334406,
+ "lon": 4.9468632
+ },
+ {
+ "nodeId": 2015681722,
+ "lat": 45.7333982,
+ "lon": 4.9468931
+ },
+ {
+ "nodeId": 2015681720,
+ "lat": 45.7331569,
+ "lon": 4.9470746
+ },
+ {
+ "nodeId": 4033047754,
+ "lat": 45.739079,
+ "lon": 4.9269799
+ },
+ {
+ "nodeId": 2015681805,
+ "lat": 45.7391281,
+ "lon": 4.9272106
+ },
+ {
+ "nodeId": 243993822,
+ "lat": 45.7391401,
+ "lon": 4.9273292
+ },
+ {
+ "nodeId": 2015681807,
+ "lat": 45.7391283,
+ "lon": 4.9277117
+ },
+ {
+ "nodeId": 1201336229,
+ "lat": 45.7391298,
+ "lon": 4.9278201
+ },
+ {
+ "nodeId": 2015681809,
+ "lat": 45.7391401,
+ "lon": 4.9280849
+ },
+ {
+ "nodeId": 12002326505,
+ "lat": 45.7391485,
+ "lon": 4.928221
+ },
+ {
+ "nodeId": 7993197337,
+ "lat": 45.7391662,
+ "lon": 4.9285086
+ },
+ {
+ "nodeId": 12002326508,
+ "lat": 45.7391696,
+ "lon": 4.9285717
+ },
+ {
+ "nodeId": 2116549679,
+ "lat": 45.7392854,
+ "lon": 4.9307314
+ },
+ {
+ "nodeId": 2015681820,
+ "lat": 45.7393565,
+ "lon": 4.9319061
+ },
+ {
+ "nodeId": 2015681824,
+ "lat": 45.7394784,
+ "lon": 4.9331939
+ },
+ {
+ "nodeId": 2015681826,
+ "lat": 45.7395174,
+ "lon": 4.9335767
+ },
+ {
+ "nodeId": 2015681830,
+ "lat": 45.7395347,
+ "lon": 4.9336653
+ },
+ {
+ "nodeId": 2015681833,
+ "lat": 45.7395732,
+ "lon": 4.9338872
+ },
+ {
+ "nodeId": 2015681834,
+ "lat": 45.7395834,
+ "lon": 4.9340037
+ },
+ {
+ "nodeId": 4033047768,
+ "lat": 45.7395821,
+ "lon": 4.9340999
+ },
+ {
+ "nodeId": 2015681832,
+ "lat": 45.7395709,
+ "lon": 4.9341779
+ },
+ {
+ "nodeId": 2015681829,
+ "lat": 45.7395354,
+ "lon": 4.9342925
+ },
+ {
+ "nodeId": 2015681825,
+ "lat": 45.7394837,
+ "lon": 4.9344094
+ },
+ {
+ "nodeId": 4033047762,
+ "lat": 45.739295,
+ "lon": 4.9348093
+ },
+ {
+ "nodeId": 12887114122,
+ "lat": 45.7392131,
+ "lon": 4.9349918
+ },
+ {
+ "nodeId": 2015681802,
+ "lat": 45.7391134,
+ "lon": 4.9352142
+ },
+ {
+ "nodeId": 2015681799,
+ "lat": 45.7390656,
+ "lon": 4.9353673
+ },
+ {
+ "nodeId": 2015681798,
+ "lat": 45.7390321,
+ "lon": 4.9355103
+ },
+ {
+ "nodeId": 2015681794,
+ "lat": 45.7389454,
+ "lon": 4.9360307
+ },
+ {
+ "nodeId": 2015681792,
+ "lat": 45.7388593,
+ "lon": 4.9363059
+ },
+ {
+ "nodeId": 4033047752,
+ "lat": 45.7388029,
+ "lon": 4.9364364
+ },
+ {
+ "nodeId": 2015681790,
+ "lat": 45.7387329,
+ "lon": 4.9365894
+ },
+ {
+ "nodeId": 33152458,
+ "lat": 45.7386641,
+ "lon": 4.936731
+ },
+ {
+ "nodeId": 2015681772,
+ "lat": 45.7384386,
+ "lon": 4.93723
+ },
+ {
+ "nodeId": 2015681765,
+ "lat": 45.7380645,
+ "lon": 4.9380926
+ },
+ {
+ "nodeId": 2015681759,
+ "lat": 45.7380022,
+ "lon": 4.9383277
+ },
+ {
+ "nodeId": 2015681757,
+ "lat": 45.7379682,
+ "lon": 4.9385405
+ },
+ {
+ "nodeId": 2015681756,
+ "lat": 45.7379442,
+ "lon": 4.938788
+ },
+ {
+ "nodeId": 2015681758,
+ "lat": 45.737956,
+ "lon": 4.9391528
+ },
+ {
+ "nodeId": 2015681763,
+ "lat": 45.7380019,
+ "lon": 4.9394786
+ },
+ {
+ "nodeId": 2015681768,
+ "lat": 45.7382698,
+ "lon": 4.9407401
+ },
+ {
+ "nodeId": 2015681777,
+ "lat": 45.7385049,
+ "lon": 4.9418241
+ },
+ {
+ "nodeId": 2015681780,
+ "lat": 45.7385649,
+ "lon": 4.9421338
+ },
+ {
+ "nodeId": 2015681782,
+ "lat": 45.7385798,
+ "lon": 4.9424078
+ },
+ {
+ "nodeId": 2015681781,
+ "lat": 45.7385706,
+ "lon": 4.9426507
+ },
+ {
+ "nodeId": 2015681779,
+ "lat": 45.7385467,
+ "lon": 4.9429063
+ },
+ {
+ "nodeId": 2015681774,
+ "lat": 45.7384965,
+ "lon": 4.9431452
+ },
+ {
+ "nodeId": 4033047742,
+ "lat": 45.7384432,
+ "lon": 4.943318
+ },
+ {
+ "nodeId": 8164819931,
+ "lat": 45.7333657,
+ "lon": 4.9178803
+ },
+ {
+ "nodeId": 8164819933,
+ "lat": 45.7334122,
+ "lon": 4.9178586
+ },
+ {
+ "nodeId": 8164819930,
+ "lat": 45.73346,
+ "lon": 4.9178364
+ },
+ {
+ "nodeId": 16050577,
+ "lat": 45.7307584,
+ "lon": 4.9170512
+ },
+ {
+ "nodeId": 1977787443,
+ "lat": 45.7307444,
+ "lon": 4.9170972
+ },
+ {
+ "nodeId": 8111455603,
+ "lat": 45.7307384,
+ "lon": 4.9171386
+ },
+ {
+ "nodeId": 1977712697,
+ "lat": 45.7307395,
+ "lon": 4.917156
+ },
+ {
+ "nodeId": 8111499825,
+ "lat": 45.7307396,
+ "lon": 4.9172081
+ },
+ {
+ "nodeId": 1977787441,
+ "lat": 45.7307418,
+ "lon": 4.9172577
+ },
+ {
+ "nodeId": 1977787442,
+ "lat": 45.7307462,
+ "lon": 4.9172879
+ },
+ {
+ "nodeId": 1977787444,
+ "lat": 45.7307576,
+ "lon": 4.9173338
+ },
+ {
+ "nodeId": 1977787445,
+ "lat": 45.7307727,
+ "lon": 4.9173782
+ },
+ {
+ "nodeId": 7414788118,
+ "lat": 45.7307926,
+ "lon": 4.9174227
+ },
+ {
+ "nodeId": 8111499826,
+ "lat": 45.7308067,
+ "lon": 4.9174462
+ },
+ {
+ "nodeId": 1977787446,
+ "lat": 45.730822,
+ "lon": 4.9174649
+ },
+ {
+ "nodeId": 8111455595,
+ "lat": 45.7308366,
+ "lon": 4.9174818
+ },
+ {
+ "nodeId": 1977787447,
+ "lat": 45.730864,
+ "lon": 4.9175158
+ },
+ {
+ "nodeId": 12280055784,
+ "lat": 45.7310191,
+ "lon": 4.917604
+ },
+ {
+ "nodeId": 12278366929,
+ "lat": 45.7314567,
+ "lon": 4.917845
+ },
+ {
+ "nodeId": 1979181182,
+ "lat": 45.7315578,
+ "lon": 4.9179007
+ },
+ {
+ "nodeId": 12278327779,
+ "lat": 45.7316308,
+ "lon": 4.9179393
+ },
+ {
+ "nodeId": 12280055761,
+ "lat": 45.7318741,
+ "lon": 4.9180681
+ },
+ {
+ "nodeId": 1979181187,
+ "lat": 45.7321377,
+ "lon": 4.9182076
+ },
+ {
+ "nodeId": 2015446182,
+ "lat": 45.7322755,
+ "lon": 4.9182529
+ },
+ {
+ "nodeId": 12278366940,
+ "lat": 45.7323447,
+ "lon": 4.9182597
+ },
+ {
+ "nodeId": 2015446190,
+ "lat": 45.7324192,
+ "lon": 4.918267
+ },
+ {
+ "nodeId": 12278327782,
+ "lat": 45.7325314,
+ "lon": 4.9182517
+ },
+ {
+ "nodeId": 2015446193,
+ "lat": 45.7325704,
+ "lon": 4.9182464
+ },
+ {
+ "nodeId": 2015446195,
+ "lat": 45.7327114,
+ "lon": 4.9181993
+ },
+ {
+ "nodeId": 2015446198,
+ "lat": 45.7328867,
+ "lon": 4.9181129
+ },
+ {
+ "nodeId": 2015446200,
+ "lat": 45.7332522,
+ "lon": 4.9179331
+ },
+ {
+ "nodeId": 2015446202,
+ "lat": 45.7335896,
+ "lon": 4.9177761
+ },
+ {
+ "nodeId": 12276878502,
+ "lat": 45.7338297,
+ "lon": 4.9176879
+ },
+ {
+ "nodeId": 12276878403,
+ "lat": 45.7339191,
+ "lon": 4.9176603
+ },
+ {
+ "nodeId": 12276878505,
+ "lat": 45.7344177,
+ "lon": 4.9175064
+ },
+ {
+ "nodeId": 2015446209,
+ "lat": 45.7345044,
+ "lon": 4.9174795
+ },
+ {
+ "nodeId": 12278366926,
+ "lat": 45.7345978,
+ "lon": 4.9174478
+ },
+ {
+ "nodeId": 2015446210,
+ "lat": 45.7350271,
+ "lon": 4.9173016
+ },
+ {
+ "nodeId": 2015446212,
+ "lat": 45.7351258,
+ "lon": 4.9172692
+ },
+ {
+ "nodeId": 12278366922,
+ "lat": 45.7353315,
+ "lon": 4.9172129
+ },
+ {
+ "nodeId": 2015446216,
+ "lat": 45.7354526,
+ "lon": 4.9171797
+ },
+ {
+ "nodeId": 12278366902,
+ "lat": 45.735521,
+ "lon": 4.9171571
+ },
+ {
+ "nodeId": 12278327785,
+ "lat": 45.7360612,
+ "lon": 4.916954
+ },
+ {
+ "nodeId": 2015446223,
+ "lat": 45.736172,
+ "lon": 4.9169122
+ },
+ {
+ "nodeId": 2015446225,
+ "lat": 45.7362591,
+ "lon": 4.9168929
+ },
+ {
+ "nodeId": 2015446226,
+ "lat": 45.7363521,
+ "lon": 4.91689
+ },
+ {
+ "nodeId": 2015446227,
+ "lat": 45.7364754,
+ "lon": 4.9169016
+ },
+ {
+ "nodeId": 2015446232,
+ "lat": 45.7365693,
+ "lon": 4.9169169
+ },
+ {
+ "nodeId": 2015446233,
+ "lat": 45.7366573,
+ "lon": 4.9169546
+ },
+ {
+ "nodeId": 12262764111,
+ "lat": 45.7366771,
+ "lon": 4.9169692
+ },
+ {
+ "nodeId": 2015446236,
+ "lat": 45.7367285,
+ "lon": 4.9170071
+ },
+ {
+ "nodeId": 4600193332,
+ "lat": 45.736791,
+ "lon": 4.9170751
+ },
+ {
+ "nodeId": 2015446238,
+ "lat": 45.7368375,
+ "lon": 4.9171421
+ },
+ {
+ "nodeId": 2015446239,
+ "lat": 45.7368923,
+ "lon": 4.9172711
+ },
+ {
+ "nodeId": 2015446241,
+ "lat": 45.7369353,
+ "lon": 4.9174318
+ },
+ {
+ "nodeId": 12262764125,
+ "lat": 45.7373704,
+ "lon": 4.919368
+ },
+ {
+ "nodeId": 2015446243,
+ "lat": 45.7374098,
+ "lon": 4.9195435
+ },
+ {
+ "nodeId": 11833445376,
+ "lat": 45.7379232,
+ "lon": 4.9218307
+ },
+ {
+ "nodeId": 11833437267,
+ "lat": 45.7380813,
+ "lon": 4.922547
+ },
+ {
+ "nodeId": 2015446246,
+ "lat": 45.7381189,
+ "lon": 4.9227207
+ },
+ {
+ "nodeId": 11833445369,
+ "lat": 45.7381641,
+ "lon": 4.9229295
+ },
+ {
+ "nodeId": 2015446249,
+ "lat": 45.7383379,
+ "lon": 4.9237321
+ },
+ {
+ "nodeId": 2015446253,
+ "lat": 45.7388704,
+ "lon": 4.926062
+ },
+ {
+ "nodeId": 8111455579,
+ "lat": 45.7411564,
+ "lon": 4.8855461
+ },
+ {
+ "nodeId": 1977712749,
+ "lat": 45.7411364,
+ "lon": 4.885673
+ },
+ {
+ "nodeId": 1977712748,
+ "lat": 45.7411134,
+ "lon": 4.8857656
+ },
+ {
+ "nodeId": 1977712747,
+ "lat": 45.7410741,
+ "lon": 4.8858958
+ },
+ {
+ "nodeId": 1977712745,
+ "lat": 45.7409706,
+ "lon": 4.8862149
+ },
+ {
+ "nodeId": 2512682800,
+ "lat": 45.7407475,
+ "lon": 4.8868916
+ },
+ {
+ "nodeId": 8164417171,
+ "lat": 45.7407094,
+ "lon": 4.887007
+ },
+ {
+ "nodeId": 1977712743,
+ "lat": 45.7405294,
+ "lon": 4.8875521
+ },
+ {
+ "nodeId": 8164417163,
+ "lat": 45.7402909,
+ "lon": 4.888276
+ },
+ {
+ "nodeId": 2287545966,
+ "lat": 45.7402386,
+ "lon": 4.8884349
+ },
+ {
+ "nodeId": 8164417167,
+ "lat": 45.7401956,
+ "lon": 4.8885654
+ },
+ {
+ "nodeId": 1977712738,
+ "lat": 45.7397206,
+ "lon": 4.8900077
+ },
+ {
+ "nodeId": 5623868041,
+ "lat": 45.7394418,
+ "lon": 4.8908564
+ },
+ {
+ "nodeId": 5623868047,
+ "lat": 45.7384037,
+ "lon": 4.8945262
+ },
+ {
+ "nodeId": 1977742118,
+ "lat": 45.7382149,
+ "lon": 4.8950976
+ },
+ {
+ "nodeId": 16050550,
+ "lat": 45.7378482,
+ "lon": 4.8962188
+ },
+ {
+ "nodeId": 2733298198,
+ "lat": 45.7377803,
+ "lon": 4.8964249
+ },
+ {
+ "nodeId": 2733298197,
+ "lat": 45.7377642,
+ "lon": 4.8964737
+ },
+ {
+ "nodeId": 2733298188,
+ "lat": 45.7373142,
+ "lon": 4.89784
+ },
+ {
+ "nodeId": 5608789987,
+ "lat": 45.7373091,
+ "lon": 4.8978553
+ },
+ {
+ "nodeId": 11761718124,
+ "lat": 45.7371219,
+ "lon": 4.8984241
+ },
+ {
+ "nodeId": 5608789989,
+ "lat": 45.7370899,
+ "lon": 4.8985212
+ },
+ {
+ "nodeId": 16050558,
+ "lat": 45.7366404,
+ "lon": 4.8998875
+ },
+ {
+ "nodeId": 33065539,
+ "lat": 45.7363421,
+ "lon": 4.9007961
+ },
+ {
+ "nodeId": 2733298175,
+ "lat": 45.7363232,
+ "lon": 4.9008446
+ },
+ {
+ "nodeId": 2733298172,
+ "lat": 45.7362954,
+ "lon": 4.9009156
+ },
+ {
+ "nodeId": 2733298166,
+ "lat": 45.7362758,
+ "lon": 4.9009659
+ },
+ {
+ "nodeId": 657813273,
+ "lat": 45.7362664,
+ "lon": 4.9009878
+ },
+ {
+ "nodeId": 2733298159,
+ "lat": 45.7362562,
+ "lon": 4.901012
+ },
+ {
+ "nodeId": 33065542,
+ "lat": 45.7362286,
+ "lon": 4.9010737
+ },
+ {
+ "nodeId": 2733298151,
+ "lat": 45.7361854,
+ "lon": 4.9011414
+ },
+ {
+ "nodeId": 7809423535,
+ "lat": 45.7361265,
+ "lon": 4.9012327
+ },
+ {
+ "nodeId": 657813254,
+ "lat": 45.7360047,
+ "lon": 4.9014214
+ },
+ {
+ "nodeId": 33065541,
+ "lat": 45.735983,
+ "lon": 4.9014578
+ },
+ {
+ "nodeId": 2733298138,
+ "lat": 45.7359533,
+ "lon": 4.901503
+ },
+ {
+ "nodeId": 1977742115,
+ "lat": 45.7359016,
+ "lon": 4.9015899
+ },
+ {
+ "nodeId": 33065540,
+ "lat": 45.7358551,
+ "lon": 4.9016876
+ },
+ {
+ "nodeId": 2733298131,
+ "lat": 45.7358044,
+ "lon": 4.9018375
+ },
+ {
+ "nodeId": 1977742113,
+ "lat": 45.7354397,
+ "lon": 4.9029171
+ },
+ {
+ "nodeId": 3266667827,
+ "lat": 45.7354277,
+ "lon": 4.9029521
+ },
+ {
+ "nodeId": 2733298122,
+ "lat": 45.7353962,
+ "lon": 4.9030435
+ },
+ {
+ "nodeId": 2733298117,
+ "lat": 45.7353239,
+ "lon": 4.9032536
+ },
+ {
+ "nodeId": 1977742111,
+ "lat": 45.7352273,
+ "lon": 4.9035343
+ },
+ {
+ "nodeId": 2733298107,
+ "lat": 45.7350636,
+ "lon": 4.9040283
+ },
+ {
+ "nodeId": 8162440956,
+ "lat": 45.7350097,
+ "lon": 4.9041913
+ },
+ {
+ "nodeId": 8162430302,
+ "lat": 45.7348305,
+ "lon": 4.9047375
+ },
+ {
+ "nodeId": 1030742705,
+ "lat": 45.7347822,
+ "lon": 4.9048828
+ },
+ {
+ "nodeId": 2733298096,
+ "lat": 45.7347556,
+ "lon": 4.9049584
+ },
+ {
+ "nodeId": 2733298091,
+ "lat": 45.7346746,
+ "lon": 4.9052056
+ },
+ {
+ "nodeId": 1030742632,
+ "lat": 45.7346485,
+ "lon": 4.9052855
+ },
+ {
+ "nodeId": 8111505489,
+ "lat": 45.7346114,
+ "lon": 4.9053994
+ },
+ {
+ "nodeId": 16050564,
+ "lat": 45.7345972,
+ "lon": 4.9054426
+ },
+ {
+ "nodeId": 3760111003,
+ "lat": 45.7336029,
+ "lon": 4.9084331
+ },
+ {
+ "nodeId": 244508807,
+ "lat": 45.7335599,
+ "lon": 4.9085662
+ },
+ {
+ "nodeId": 3760111005,
+ "lat": 45.7334984,
+ "lon": 4.9087589
+ },
+ {
+ "nodeId": 4048211262,
+ "lat": 45.7332849,
+ "lon": 4.9093975
+ },
+ {
+ "nodeId": 1977790616,
+ "lat": 45.7330926,
+ "lon": 4.9099784
+ },
+ {
+ "nodeId": 244509505,
+ "lat": 45.7329984,
+ "lon": 4.9102627
+ },
+ {
+ "nodeId": 3760110999,
+ "lat": 45.7330333,
+ "lon": 4.9101575
+ },
+ {
+ "nodeId": 3760110995,
+ "lat": 45.7329589,
+ "lon": 4.9103792
+ },
+ {
+ "nodeId": 244668102,
+ "lat": 45.7323867,
+ "lon": 4.9121126
+ },
+ {
+ "nodeId": 8162398380,
+ "lat": 45.7323556,
+ "lon": 4.912207
+ },
+ {
+ "nodeId": 3760133419,
+ "lat": 45.7321702,
+ "lon": 4.9127689
+ },
+ {
+ "nodeId": 244668120,
+ "lat": 45.7321128,
+ "lon": 4.9129452
+ },
+ {
+ "nodeId": 8162398364,
+ "lat": 45.7320555,
+ "lon": 4.9131194
+ },
+ {
+ "nodeId": 8162398341,
+ "lat": 45.7316378,
+ "lon": 4.9143874
+ },
+ {
+ "nodeId": 3760133428,
+ "lat": 45.7316121,
+ "lon": 4.9144652
+ },
+ {
+ "nodeId": 3760133432,
+ "lat": 45.7314377,
+ "lon": 4.914994
+ },
+ {
+ "nodeId": 8162398344,
+ "lat": 45.7314071,
+ "lon": 4.9150869
+ },
+ {
+ "nodeId": 7099410071,
+ "lat": 45.7305838,
+ "lon": 4.8366229
+ },
+ {
+ "nodeId": 12002166306,
+ "lat": 45.730865,
+ "lon": 4.9167285
+ },
+ {
+ "nodeId": 9505719293,
+ "lat": 45.7305572,
+ "lon": 4.8366917
+ },
+ {
+ "nodeId": 9505719291,
+ "lat": 45.7305378,
+ "lon": 4.8367362
+ },
+ {
+ "nodeId": 9505719290,
+ "lat": 45.7305217,
+ "lon": 4.8367707
+ },
+ {
+ "nodeId": 9505719292,
+ "lat": 45.7305033,
+ "lon": 4.8368106
+ },
+ {
+ "nodeId": 7099410072,
+ "lat": 45.7304739,
+ "lon": 4.83689
+ },
+ {
+ "nodeId": 8111402597,
+ "lat": 45.7423847,
+ "lon": 4.8799213
+ },
+ {
+ "nodeId": 8111402595,
+ "lat": 45.7423728,
+ "lon": 4.8799934
+ },
+ {
+ "nodeId": 2733253096,
+ "lat": 45.7423667,
+ "lon": 4.880029
+ },
+ {
+ "nodeId": 1977712782,
+ "lat": 45.7422828,
+ "lon": 4.8805263
+ },
+ {
+ "nodeId": 2729043999,
+ "lat": 45.7422679,
+ "lon": 4.8806223
+ },
+ {
+ "nodeId": 2733253091,
+ "lat": 45.7422655,
+ "lon": 4.8806375
+ },
+ {
+ "nodeId": 1977796504,
+ "lat": 45.7421842,
+ "lon": 4.8811469
+ },
+ {
+ "nodeId": 2733253084,
+ "lat": 45.742161,
+ "lon": 4.881296
+ },
+ {
+ "nodeId": 2729043978,
+ "lat": 45.7421586,
+ "lon": 4.8813114
+ },
+ {
+ "nodeId": 2733253083,
+ "lat": 45.7421564,
+ "lon": 4.8813254
+ },
+ {
+ "nodeId": 2733253075,
+ "lat": 45.7420729,
+ "lon": 4.8818596
+ },
+ {
+ "nodeId": 2729043963,
+ "lat": 45.7420672,
+ "lon": 4.8818956
+ },
+ {
+ "nodeId": 2733253071,
+ "lat": 45.7420609,
+ "lon": 4.8819346
+ },
+ {
+ "nodeId": 2733253066,
+ "lat": 45.7420387,
+ "lon": 4.8820686
+ },
+ {
+ "nodeId": 2729043958,
+ "lat": 45.7420324,
+ "lon": 4.8821038
+ },
+ {
+ "nodeId": 2733253061,
+ "lat": 45.7420278,
+ "lon": 4.8821412
+ },
+ {
+ "nodeId": 16050514,
+ "lat": 45.7420236,
+ "lon": 4.8821756
+ },
+ {
+ "nodeId": 2733253052,
+ "lat": 45.7420142,
+ "lon": 4.8822347
+ },
+ {
+ "nodeId": 2733253050,
+ "lat": 45.7420093,
+ "lon": 4.8822654
+ },
+ {
+ "nodeId": 2733253048,
+ "lat": 45.7420044,
+ "lon": 4.882296
+ },
+ {
+ "nodeId": 2733258218,
+ "lat": 45.7419831,
+ "lon": 4.8824302
+ },
+ {
+ "nodeId": 2733253038,
+ "lat": 45.741979,
+ "lon": 4.8824557
+ },
+ {
+ "nodeId": 2733253026,
+ "lat": 45.7419461,
+ "lon": 4.8826619
+ },
+ {
+ "nodeId": 2733258215,
+ "lat": 45.7419434,
+ "lon": 4.8826787
+ },
+ {
+ "nodeId": 2733253023,
+ "lat": 45.7419404,
+ "lon": 4.8826978
+ },
+ {
+ "nodeId": 2733253019,
+ "lat": 45.7419264,
+ "lon": 4.8827901
+ },
+ {
+ "nodeId": 1977712776,
+ "lat": 45.7419188,
+ "lon": 4.8828282
+ },
+ {
+ "nodeId": 2733253017,
+ "lat": 45.7419108,
+ "lon": 4.8828611
+ },
+ {
+ "nodeId": 1977712772,
+ "lat": 45.7418949,
+ "lon": 4.8829261
+ },
+ {
+ "nodeId": 1977712770,
+ "lat": 45.7418555,
+ "lon": 4.8830461
+ },
+ {
+ "nodeId": 1977712767,
+ "lat": 45.7418318,
+ "lon": 4.8831049
+ },
+ {
+ "nodeId": 365090738,
+ "lat": 45.7418075,
+ "lon": 4.8831605
+ },
+ {
+ "nodeId": 2733733173,
+ "lat": 45.7418012,
+ "lon": 4.8831738
+ },
+ {
+ "nodeId": 2733253009,
+ "lat": 45.7417943,
+ "lon": 4.8831869
+ },
+ {
+ "nodeId": 365090739,
+ "lat": 45.7416916,
+ "lon": 4.8834002
+ },
+ {
+ "nodeId": 1977712764,
+ "lat": 45.7416353,
+ "lon": 4.8835429
+ },
+ {
+ "nodeId": 2733253002,
+ "lat": 45.7415962,
+ "lon": 4.8836581
+ },
+ {
+ "nodeId": 2733252991,
+ "lat": 45.7414251,
+ "lon": 4.8841639
+ },
+ {
+ "nodeId": 16050516,
+ "lat": 45.741256,
+ "lon": 4.8846626
+ },
+ {
+ "nodeId": 1977712759,
+ "lat": 45.7412222,
+ "lon": 4.8847973
+ },
+ {
+ "nodeId": 16050517,
+ "lat": 45.7411993,
+ "lon": 4.8849282
+ },
+ {
+ "nodeId": 2733252985,
+ "lat": 45.7411946,
+ "lon": 4.8849883
+ },
+ {
+ "nodeId": 2733733154,
+ "lat": 45.7411914,
+ "lon": 4.8850293
+ },
+ {
+ "nodeId": 1977712755,
+ "lat": 45.7411847,
+ "lon": 4.8851158
+ },
+ {
+ "nodeId": 8111418082,
+ "lat": 45.7411827,
+ "lon": 4.8851655
+ },
+ {
+ "nodeId": 8149111895,
+ "lat": 45.7411781,
+ "lon": 4.8852817
+ },
+ {
+ "nodeId": 16050518,
+ "lat": 45.7411723,
+ "lon": 4.8854295
+ },
+ {
+ "nodeId": 1977712735,
+ "lat": 45.7392233,
+ "lon": 4.8915218
+ },
+ {
+ "nodeId": 12002317616,
+ "lat": 45.7391604,
+ "lon": 4.8917156
+ },
+ {
+ "nodeId": 2512682772,
+ "lat": 45.739099,
+ "lon": 4.8919043
+ },
+ {
+ "nodeId": 1977712732,
+ "lat": 45.7390838,
+ "lon": 4.8919459
+ },
+ {
+ "nodeId": 8795195987,
+ "lat": 45.7390613,
+ "lon": 4.8920219
+ },
+ {
+ "nodeId": 7809423538,
+ "lat": 45.7390454,
+ "lon": 4.8921006
+ },
+ {
+ "nodeId": 7809423541,
+ "lat": 45.7390386,
+ "lon": 4.8921419
+ },
+ {
+ "nodeId": 657813226,
+ "lat": 45.7390328,
+ "lon": 4.8921893
+ },
+ {
+ "nodeId": 12278305315,
+ "lat": 45.7390288,
+ "lon": 4.8922236
+ },
+ {
+ "nodeId": 12673889380,
+ "lat": 45.7390264,
+ "lon": 4.892257
+ },
+ {
+ "nodeId": 16050535,
+ "lat": 45.7390214,
+ "lon": 4.8923275
+ },
+ {
+ "nodeId": 6052908364,
+ "lat": 45.7390087,
+ "lon": 4.8924534
+ },
+ {
+ "nodeId": 1977742122,
+ "lat": 45.7389998,
+ "lon": 4.8925618
+ },
+ {
+ "nodeId": 12673734565,
+ "lat": 45.7389972,
+ "lon": 4.8925967
+ },
+ {
+ "nodeId": 16050538,
+ "lat": 45.7389907,
+ "lon": 4.8926502
+ },
+ {
+ "nodeId": 12673734567,
+ "lat": 45.7389822,
+ "lon": 4.8927027
+ },
+ {
+ "nodeId": 1897237550,
+ "lat": 45.738974,
+ "lon": 4.8927539
+ },
+ {
+ "nodeId": 1977742120,
+ "lat": 45.7389675,
+ "lon": 4.8927856
+ },
+ {
+ "nodeId": 12673889364,
+ "lat": 45.738856,
+ "lon": 4.8931522
+ },
+ {
+ "nodeId": 2733298204,
+ "lat": 45.7387135,
+ "lon": 4.8935871
+ },
+ {
+ "nodeId": 12673889365,
+ "lat": 45.7386596,
+ "lon": 4.8937509
+ },
+ {
+ "nodeId": 16050546,
+ "lat": 45.7385868,
+ "lon": 4.8939718
+ },
+ {
+ "nodeId": 12026362564,
+ "lat": 45.7473128,
+ "lon": 4.8967716
+ },
+ {
+ "nodeId": 12023212744,
+ "lat": 45.747274,
+ "lon": 4.896762
+ },
+ {
+ "nodeId": 12026362565,
+ "lat": 45.7471975,
+ "lon": 4.8967453
+ },
+ {
+ "nodeId": 12026362566,
+ "lat": 45.747132,
+ "lon": 4.8967244
+ },
+ {
+ "nodeId": 12026362567,
+ "lat": 45.7470584,
+ "lon": 4.8966951
+ },
+ {
+ "nodeId": 12026362568,
+ "lat": 45.7469885,
+ "lon": 4.896662
+ },
+ {
+ "nodeId": 12026421069,
+ "lat": 45.7469084,
+ "lon": 4.8966204
+ },
+ {
+ "nodeId": 12026421070,
+ "lat": 45.7467923,
+ "lon": 4.8965565
+ },
+ {
+ "nodeId": 12026421071,
+ "lat": 45.746709,
+ "lon": 4.8965134
+ },
+ {
+ "nodeId": 8137340451,
+ "lat": 45.7466431,
+ "lon": 4.8964788
+ },
+ {
+ "nodeId": 1979441727,
+ "lat": 45.7543357,
+ "lon": 4.8631118
+ },
+ {
+ "nodeId": 8865464717,
+ "lat": 45.7542125,
+ "lon": 4.8633527
+ },
+ {
+ "nodeId": 1979441724,
+ "lat": 45.754186,
+ "lon": 4.8634035
+ },
+ {
+ "nodeId": 13046082683,
+ "lat": 45.7541532,
+ "lon": 4.8634659
+ },
+ {
+ "nodeId": 6185336876,
+ "lat": 45.7541135,
+ "lon": 4.8635376
+ },
+ {
+ "nodeId": 13362551752,
+ "lat": 45.7541023,
+ "lon": 4.8635586
+ },
+ {
+ "nodeId": 1979441721,
+ "lat": 45.75382,
+ "lon": 4.8640895
+ },
+ {
+ "nodeId": 1979441719,
+ "lat": 45.7536342,
+ "lon": 4.8644987
+ },
+ {
+ "nodeId": 3509864390,
+ "lat": 45.7535624,
+ "lon": 4.8646814
+ },
+ {
+ "nodeId": 1979441718,
+ "lat": 45.7534951,
+ "lon": 4.8648816
+ },
+ {
+ "nodeId": 3509864392,
+ "lat": 45.7534246,
+ "lon": 4.8651159
+ },
+ {
+ "nodeId": 1979441715,
+ "lat": 45.7533624,
+ "lon": 4.8653564
+ },
+ {
+ "nodeId": 3509888065,
+ "lat": 45.7533079,
+ "lon": 4.8655899
+ },
+ {
+ "nodeId": 1979441713,
+ "lat": 45.7532659,
+ "lon": 4.8658046
+ },
+ {
+ "nodeId": 1979441712,
+ "lat": 45.7532068,
+ "lon": 4.8662164
+ },
+ {
+ "nodeId": 1979441708,
+ "lat": 45.7529992,
+ "lon": 4.867958
+ },
+ {
+ "nodeId": 8913784076,
+ "lat": 45.7529501,
+ "lon": 4.8683662
+ },
+ {
+ "nodeId": 1979441696,
+ "lat": 45.7529422,
+ "lon": 4.8684317
+ },
+ {
+ "nodeId": 1979441673,
+ "lat": 45.7528444,
+ "lon": 4.8692859
+ },
+ {
+ "nodeId": 2911028269,
+ "lat": 45.7528264,
+ "lon": 4.8694278
+ },
+ {
+ "nodeId": 2026239409,
+ "lat": 45.7528029,
+ "lon": 4.8696065
+ },
+ {
+ "nodeId": 13045343766,
+ "lat": 45.7527905,
+ "lon": 4.8697152
+ },
+ {
+ "nodeId": 2911028289,
+ "lat": 45.752782,
+ "lon": 4.869789
+ },
+ {
+ "nodeId": 1979441756,
+ "lat": 45.7558268,
+ "lon": 4.8915044
+ },
+ {
+ "nodeId": 3770320486,
+ "lat": 45.7558963,
+ "lon": 4.8920083
+ },
+ {
+ "nodeId": 12821047270,
+ "lat": 45.7560963,
+ "lon": 4.8934815
+ },
+ {
+ "nodeId": 1979441760,
+ "lat": 45.7561276,
+ "lon": 4.8937121
+ },
+ {
+ "nodeId": 1979441761,
+ "lat": 45.7561932,
+ "lon": 4.8942054
+ },
+ {
+ "nodeId": 1980843973,
+ "lat": 45.7592305,
+ "lon": 4.8618637
+ },
+ {
+ "nodeId": 1979441810,
+ "lat": 45.7591037,
+ "lon": 4.8618585
+ },
+ {
+ "nodeId": 1979441808,
+ "lat": 45.7590194,
+ "lon": 4.8618544
+ },
+ {
+ "nodeId": 8865464519,
+ "lat": 45.7590098,
+ "lon": 4.861854
+ },
+ {
+ "nodeId": 11926302922,
+ "lat": 45.7589173,
+ "lon": 4.8618506
+ },
+ {
+ "nodeId": 1979441799,
+ "lat": 45.7583001,
+ "lon": 4.8618278
+ },
+ {
+ "nodeId": 1979441791,
+ "lat": 45.7575676,
+ "lon": 4.8618014
+ },
+ {
+ "nodeId": 1979441796,
+ "lat": 45.758174,
+ "lon": 4.9088094
+ },
+ {
+ "nodeId": 1979441797,
+ "lat": 45.7582172,
+ "lon": 4.9091438
+ },
+ {
+ "nodeId": 1979441798,
+ "lat": 45.7582553,
+ "lon": 4.9094137
+ },
+ {
+ "nodeId": 1979441800,
+ "lat": 45.7583167,
+ "lon": 4.909834
+ },
+ {
+ "nodeId": 8913784046,
+ "lat": 45.7583477,
+ "lon": 4.910044
+ },
+ {
+ "nodeId": 8913784047,
+ "lat": 45.7583562,
+ "lon": 4.9101002
+ },
+ {
+ "nodeId": 1979441801,
+ "lat": 45.7584995,
+ "lon": 4.9110663
+ },
+ {
+ "nodeId": 2208068043,
+ "lat": 45.7585419,
+ "lon": 4.9113398
+ },
+ {
+ "nodeId": 1979441802,
+ "lat": 45.7586171,
+ "lon": 4.9118252
+ },
+ {
+ "nodeId": 1979441803,
+ "lat": 45.7586747,
+ "lon": 4.9122037
+ },
+ {
+ "nodeId": 1979441804,
+ "lat": 45.7587309,
+ "lon": 4.9125854
+ },
+ {
+ "nodeId": 1979441805,
+ "lat": 45.7588034,
+ "lon": 4.9130489
+ },
+ {
+ "nodeId": 1979441806,
+ "lat": 45.7588471,
+ "lon": 4.9133015
+ },
+ {
+ "nodeId": 1979441807,
+ "lat": 45.7588921,
+ "lon": 4.9135116
+ },
+ {
+ "nodeId": 1979441809,
+ "lat": 45.759022,
+ "lon": 4.9140843
+ },
+ {
+ "nodeId": 1979441811,
+ "lat": 45.7591589,
+ "lon": 4.9146332
+ },
+ {
+ "nodeId": 1979441812,
+ "lat": 45.7593135,
+ "lon": 4.9152524
+ },
+ {
+ "nodeId": 1979441813,
+ "lat": 45.7594405,
+ "lon": 4.9157491
+ },
+ {
+ "nodeId": 12821043352,
+ "lat": 45.7600213,
+ "lon": 4.9180646
+ },
+ {
+ "nodeId": 1979441815,
+ "lat": 45.76004,
+ "lon": 4.9181393
+ },
+ {
+ "nodeId": 1979441816,
+ "lat": 45.7603378,
+ "lon": 4.9193503
+ },
+ {
+ "nodeId": 1979441818,
+ "lat": 45.7605939,
+ "lon": 4.9203803
+ },
+ {
+ "nodeId": 7512428899,
+ "lat": 45.7606062,
+ "lon": 4.9204318
+ },
+ {
+ "nodeId": 1979441819,
+ "lat": 45.7606266,
+ "lon": 4.920518
+ },
+ {
+ "nodeId": 7512428896,
+ "lat": 45.7606563,
+ "lon": 4.920635
+ },
+ {
+ "nodeId": 4136954837,
+ "lat": 45.7606731,
+ "lon": 4.9207048
+ },
+ {
+ "nodeId": 7512428885,
+ "lat": 45.7606869,
+ "lon": 4.9207565
+ },
+ {
+ "nodeId": 1979441820,
+ "lat": 45.760704,
+ "lon": 4.9208232
+ },
+ {
+ "nodeId": 2469400278,
+ "lat": 45.7574473,
+ "lon": 4.8617972
+ },
+ {
+ "nodeId": 8865464529,
+ "lat": 45.7572289,
+ "lon": 4.8617902
+ },
+ {
+ "nodeId": 8865464536,
+ "lat": 45.7571491,
+ "lon": 4.8617866
+ },
+ {
+ "nodeId": 8865464535,
+ "lat": 45.7570744,
+ "lon": 4.8617852
+ },
+ {
+ "nodeId": 6142285602,
+ "lat": 45.756965,
+ "lon": 4.8617817
+ },
+ {
+ "nodeId": 8865464528,
+ "lat": 45.7569342,
+ "lon": 4.8617813
+ },
+ {
+ "nodeId": 8865464543,
+ "lat": 45.7564282,
+ "lon": 4.8617748
+ },
+ {
+ "nodeId": 2021731283,
+ "lat": 45.7557698,
+ "lon": 4.8617664
+ },
+ {
+ "nodeId": 2000610925,
+ "lat": 45.7556021,
+ "lon": 4.8617647
+ },
+ {
+ "nodeId": 2000610915,
+ "lat": 45.7552174,
+ "lon": 4.8618979
+ },
+ {
+ "nodeId": 8865464600,
+ "lat": 45.7551403,
+ "lon": 4.8619291
+ },
+ {
+ "nodeId": 8498124607,
+ "lat": 45.7550706,
+ "lon": 4.8619573
+ },
+ {
+ "nodeId": 8498124604,
+ "lat": 45.7550293,
+ "lon": 4.8619798
+ },
+ {
+ "nodeId": 8865464743,
+ "lat": 45.7550057,
+ "lon": 4.861996
+ },
+ {
+ "nodeId": 2000610914,
+ "lat": 45.7549888,
+ "lon": 4.8620076
+ },
+ {
+ "nodeId": 8498124602,
+ "lat": 45.7549504,
+ "lon": 4.8620431
+ },
+ {
+ "nodeId": 1979441732,
+ "lat": 45.7549179,
+ "lon": 4.8620775
+ },
+ {
+ "nodeId": 8498124600,
+ "lat": 45.7548859,
+ "lon": 4.8621189
+ },
+ {
+ "nodeId": 2021731291,
+ "lat": 45.7548553,
+ "lon": 4.8621637
+ },
+ {
+ "nodeId": 8498124598,
+ "lat": 45.7548258,
+ "lon": 4.8622132
+ },
+ {
+ "nodeId": 8865464745,
+ "lat": 45.7544009,
+ "lon": 4.8629923
+ },
+ {
+ "nodeId": 8865464724,
+ "lat": 45.7543793,
+ "lon": 4.8630318
+ },
+ {
+ "nodeId": 8865464668,
+ "lat": 45.754362,
+ "lon": 4.8630636
+ },
+ {
+ "nodeId": 2015681719,
+ "lat": 45.7331138,
+ "lon": 4.947106
+ },
+ {
+ "nodeId": 4033047700,
+ "lat": 45.7325716,
+ "lon": 4.9475109
+ },
+ {
+ "nodeId": 12001323204,
+ "lat": 45.7325027,
+ "lon": 4.9475622
+ },
+ {
+ "nodeId": 12001323202,
+ "lat": 45.7320223,
+ "lon": 4.9479197
+ },
+ {
+ "nodeId": 2015681710,
+ "lat": 45.731586,
+ "lon": 4.9482449
+ },
+ {
+ "nodeId": 1980843974,
+ "lat": 45.759428,
+ "lon": 4.8619158
+ },
+ {
+ "nodeId": 1979441831,
+ "lat": 45.7615719,
+ "lon": 4.9242862
+ },
+ {
+ "nodeId": 12883830409,
+ "lat": 45.7616509,
+ "lon": 4.9245982
+ },
+ {
+ "nodeId": 4136967277,
+ "lat": 45.7617743,
+ "lon": 4.9250852
+ },
+ {
+ "nodeId": 7512429026,
+ "lat": 45.7569351,
+ "lon": 4.8996726
+ },
+ {
+ "nodeId": 1979441774,
+ "lat": 45.7569495,
+ "lon": 4.8997773
+ },
+ {
+ "nodeId": 7512429012,
+ "lat": 45.7569639,
+ "lon": 4.8998813
+ },
+ {
+ "nodeId": 1979441779,
+ "lat": 45.757108,
+ "lon": 4.9009019
+ },
+ {
+ "nodeId": 1979441781,
+ "lat": 45.7571824,
+ "lon": 4.9014634
+ },
+ {
+ "nodeId": 1979441782,
+ "lat": 45.7572236,
+ "lon": 4.9017636
+ },
+ {
+ "nodeId": 7512428993,
+ "lat": 45.7572386,
+ "lon": 4.9018834
+ },
+ {
+ "nodeId": 1979441783,
+ "lat": 45.757252,
+ "lon": 4.9019907
+ },
+ {
+ "nodeId": 1979441787,
+ "lat": 45.7574273,
+ "lon": 4.9032589
+ },
+ {
+ "nodeId": 1979441792,
+ "lat": 45.7575998,
+ "lon": 4.904522
+ },
+ {
+ "nodeId": 1979441793,
+ "lat": 45.7578198,
+ "lon": 4.9061659
+ },
+ {
+ "nodeId": 7512428980,
+ "lat": 45.7580212,
+ "lon": 4.9076724
+ },
+ {
+ "nodeId": 1979441794,
+ "lat": 45.7580325,
+ "lon": 4.9077808
+ },
+ {
+ "nodeId": 7512428969,
+ "lat": 45.7580493,
+ "lon": 4.9078772
+ },
+ {
+ "nodeId": 1979441795,
+ "lat": 45.7581322,
+ "lon": 4.9084649
+ },
+ {
+ "nodeId": 8913784069,
+ "lat": 45.752769,
+ "lon": 4.8698853
+ },
+ {
+ "nodeId": 2911028296,
+ "lat": 45.7527652,
+ "lon": 4.8699134
+ },
+ {
+ "nodeId": 1979441655,
+ "lat": 45.7527601,
+ "lon": 4.869959
+ },
+ {
+ "nodeId": 1979441648,
+ "lat": 45.7525578,
+ "lon": 4.8717118
+ },
+ {
+ "nodeId": 1979441646,
+ "lat": 45.75253,
+ "lon": 4.8721305
+ },
+ {
+ "nodeId": 1979441644,
+ "lat": 45.752519,
+ "lon": 4.8725507
+ },
+ {
+ "nodeId": 1979441645,
+ "lat": 45.7525213,
+ "lon": 4.872925
+ },
+ {
+ "nodeId": 11637795332,
+ "lat": 45.752535,
+ "lon": 4.8732287
+ },
+ {
+ "nodeId": 1979441647,
+ "lat": 45.7525438,
+ "lon": 4.8734091
+ },
+ {
+ "nodeId": 1979441649,
+ "lat": 45.7525908,
+ "lon": 4.8742794
+ },
+ {
+ "nodeId": 1979441650,
+ "lat": 45.7526295,
+ "lon": 4.8751478
+ },
+ {
+ "nodeId": 1979441651,
+ "lat": 45.7526748,
+ "lon": 4.8760168
+ },
+ {
+ "nodeId": 9776069879,
+ "lat": 45.7527103,
+ "lon": 4.8768053
+ },
+ {
+ "nodeId": 1979441652,
+ "lat": 45.7527139,
+ "lon": 4.8768797
+ },
+ {
+ "nodeId": 9776069881,
+ "lat": 45.7527185,
+ "lon": 4.8769637
+ },
+ {
+ "nodeId": 1979441662,
+ "lat": 45.7528101,
+ "lon": 4.8786037
+ },
+ {
+ "nodeId": 5683092793,
+ "lat": 45.7528173,
+ "lon": 4.8787236
+ },
+ {
+ "nodeId": 1979441682,
+ "lat": 45.7528547,
+ "lon": 4.8793477
+ },
+ {
+ "nodeId": 1979441687,
+ "lat": 45.7528768,
+ "lon": 4.8798374
+ },
+ {
+ "nodeId": 1979441689,
+ "lat": 45.7528899,
+ "lon": 4.8800752
+ },
+ {
+ "nodeId": 1979441691,
+ "lat": 45.7529028,
+ "lon": 4.8802982
+ },
+ {
+ "nodeId": 1979441694,
+ "lat": 45.7529326,
+ "lon": 4.8807514
+ },
+ {
+ "nodeId": 1979441703,
+ "lat": 45.7529529,
+ "lon": 4.880949
+ },
+ {
+ "nodeId": 1979441706,
+ "lat": 45.752976,
+ "lon": 4.881132
+ },
+ {
+ "nodeId": 1979441709,
+ "lat": 45.7530383,
+ "lon": 4.8815415
+ },
+ {
+ "nodeId": 1979441710,
+ "lat": 45.7531213,
+ "lon": 4.8819401
+ },
+ {
+ "nodeId": 1979441711,
+ "lat": 45.7532021,
+ "lon": 4.8822535
+ },
+ {
+ "nodeId": 1979441714,
+ "lat": 45.7532867,
+ "lon": 4.8825415
+ },
+ {
+ "nodeId": 1979441716,
+ "lat": 45.7533658,
+ "lon": 4.8827653
+ },
+ {
+ "nodeId": 1979441717,
+ "lat": 45.7534999,
+ "lon": 4.8831047
+ },
+ {
+ "nodeId": 1979441720,
+ "lat": 45.7536596,
+ "lon": 4.8834426
+ },
+ {
+ "nodeId": 5683236234,
+ "lat": 45.7538043,
+ "lon": 4.8837362
+ },
+ {
+ "nodeId": 1979441722,
+ "lat": 45.7538364,
+ "lon": 4.8838013
+ },
+ {
+ "nodeId": 5683236221,
+ "lat": 45.753873,
+ "lon": 4.8838664
+ },
+ {
+ "nodeId": 10772674921,
+ "lat": 45.7539787,
+ "lon": 4.8840798
+ },
+ {
+ "nodeId": 10772674922,
+ "lat": 45.7540711,
+ "lon": 4.8842641
+ },
+ {
+ "nodeId": 5683236367,
+ "lat": 45.7541627,
+ "lon": 4.8844536
+ },
+ {
+ "nodeId": 1979441725,
+ "lat": 45.7542067,
+ "lon": 4.8845378
+ },
+ {
+ "nodeId": 1979441726,
+ "lat": 45.7542763,
+ "lon": 4.8846706
+ },
+ {
+ "nodeId": 5683236225,
+ "lat": 45.7543253,
+ "lon": 4.8847671
+ },
+ {
+ "nodeId": 5683236332,
+ "lat": 45.7546908,
+ "lon": 4.8854916
+ },
+ {
+ "nodeId": 9873388348,
+ "lat": 45.7547377,
+ "lon": 4.8855905
+ },
+ {
+ "nodeId": 9873388347,
+ "lat": 45.7547504,
+ "lon": 4.8856161
+ },
+ {
+ "nodeId": 1979441730,
+ "lat": 45.7548029,
+ "lon": 4.8857402
+ },
+ {
+ "nodeId": 1979441731,
+ "lat": 45.7548776,
+ "lon": 4.8859259
+ },
+ {
+ "nodeId": 1979441733,
+ "lat": 45.7549423,
+ "lon": 4.8861075
+ },
+ {
+ "nodeId": 10772674917,
+ "lat": 45.755036,
+ "lon": 4.8863963
+ },
+ {
+ "nodeId": 10772674918,
+ "lat": 45.7550694,
+ "lon": 4.8865036
+ },
+ {
+ "nodeId": 1979441737,
+ "lat": 45.7551149,
+ "lon": 4.8866595
+ },
+ {
+ "nodeId": 1979441738,
+ "lat": 45.7551259,
+ "lon": 4.8866993
+ },
+ {
+ "nodeId": 1979441739,
+ "lat": 45.755136,
+ "lon": 4.8867409
+ },
+ {
+ "nodeId": 10772674919,
+ "lat": 45.7551777,
+ "lon": 4.8869051
+ },
+ {
+ "nodeId": 1979441741,
+ "lat": 45.7552115,
+ "lon": 4.8870652
+ },
+ {
+ "nodeId": 5683236304,
+ "lat": 45.7552547,
+ "lon": 4.887304
+ },
+ {
+ "nodeId": 1979441742,
+ "lat": 45.7552677,
+ "lon": 4.8873762
+ },
+ {
+ "nodeId": 5683236296,
+ "lat": 45.7552762,
+ "lon": 4.8874369
+ },
+ {
+ "nodeId": 12141997600,
+ "lat": 45.7552786,
+ "lon": 4.8874542
+ },
+ {
+ "nodeId": 1979441745,
+ "lat": 45.7553887,
+ "lon": 4.8882448
+ },
+ {
+ "nodeId": 3820348580,
+ "lat": 45.7554867,
+ "lon": 4.8889844
+ },
+ {
+ "nodeId": 1979441751,
+ "lat": 45.7555817,
+ "lon": 4.8896797
+ },
+ {
+ "nodeId": 3820348589,
+ "lat": 45.7556249,
+ "lon": 4.8899977
+ },
+ {
+ "nodeId": 13546412304,
+ "lat": 45.7557541,
+ "lon": 4.8909486
+ },
+ {
+ "nodeId": 12902115115,
+ "lat": 45.7557655,
+ "lon": 4.8910323
+ },
+ {
+ "nodeId": 5683236240,
+ "lat": 45.7557678,
+ "lon": 4.8910489
+ },
+ {
+ "nodeId": 13564918194,
+ "lat": 45.7557717,
+ "lon": 4.8910809
+ },
+ {
+ "nodeId": 12821047265,
+ "lat": 45.7557725,
+ "lon": 4.8910875
+ },
+ {
+ "nodeId": 13564918195,
+ "lat": 45.7557763,
+ "lon": 4.891119
+ },
+ {
+ "nodeId": 12821047267,
+ "lat": 45.7557777,
+ "lon": 4.8911304
+ },
+ {
+ "nodeId": 12141997599,
+ "lat": 45.7557864,
+ "lon": 4.8911977
+ },
+ {
+ "nodeId": 5683236249,
+ "lat": 45.7557962,
+ "lon": 4.8912696
+ },
+ {
+ "nodeId": 8862236587,
+ "lat": 45.7600037,
+ "lon": 4.8620127
+ },
+ {
+ "nodeId": 11173596994,
+ "lat": 45.7599878,
+ "lon": 4.8620117
+ },
+ {
+ "nodeId": 1980843976,
+ "lat": 45.7599223,
+ "lon": 4.8620073
+ },
+ {
+ "nodeId": 1980843975,
+ "lat": 45.7597655,
+ "lon": 4.8619672
+ },
+ {
+ "nodeId": 1979404936,
+ "lat": 45.7595914,
+ "lon": 4.8619224
+ },
+ {
+ "nodeId": 8498124612,
+ "lat": 45.755561,
+ "lon": 4.8617715
+ },
+ {
+ "nodeId": 8498124613,
+ "lat": 45.7555275,
+ "lon": 4.8617811
+ },
+ {
+ "nodeId": 2000610922,
+ "lat": 45.7554559,
+ "lon": 4.8618054
+ },
+ {
+ "nodeId": 12902084446,
+ "lat": 45.7694469,
+ "lon": 4.8803513
+ },
+ {
+ "nodeId": 13543871330,
+ "lat": 45.7694718,
+ "lon": 4.8803559
+ },
+ {
+ "nodeId": 13543871323,
+ "lat": 45.7694969,
+ "lon": 4.880359
+ },
+ {
+ "nodeId": 13543871318,
+ "lat": 45.7695233,
+ "lon": 4.8803612
+ },
+ {
+ "nodeId": 13543871316,
+ "lat": 45.769541,
+ "lon": 4.8803622
+ },
+ {
+ "nodeId": 13543871315,
+ "lat": 45.7695651,
+ "lon": 4.8803634
+ },
+ {
+ "nodeId": 13564737701,
+ "lat": 45.7701745,
+ "lon": 4.8803906
+ },
+ {
+ "nodeId": 12902084448,
+ "lat": 45.7703637,
+ "lon": 4.880399
+ },
+ {
+ "nodeId": 13543871314,
+ "lat": 45.7703999,
+ "lon": 4.8804006
+ },
+ {
+ "nodeId": 13543871312,
+ "lat": 45.7704234,
+ "lon": 4.8804016
+ },
+ {
+ "nodeId": 13543871306,
+ "lat": 45.7704468,
+ "lon": 4.8804018
+ },
+ {
+ "nodeId": 13543871299,
+ "lat": 45.7704641,
+ "lon": 4.8804012
+ },
+ {
+ "nodeId": 13543871291,
+ "lat": 45.7704793,
+ "lon": 4.8803998
+ },
+ {
+ "nodeId": 11834558696,
+ "lat": 45.7704871,
+ "lon": 4.8803987
+ },
+ {
+ "nodeId": 3112828210,
+ "lat": 45.7609493,
+ "lon": 4.9218042
+ },
+ {
+ "nodeId": 6149978728,
+ "lat": 45.7612518,
+ "lon": 4.923011
+ },
+ {
+ "nodeId": 3112829681,
+ "lat": 45.7611287,
+ "lon": 4.9225178
+ },
+ {
+ "nodeId": 1979441826,
+ "lat": 45.7612622,
+ "lon": 4.9230489
+ },
+ {
+ "nodeId": 2722970635,
+ "lat": 45.7612735,
+ "lon": 4.9230947
+ },
+ {
+ "nodeId": 4136967272,
+ "lat": 45.7614256,
+ "lon": 4.9237035
+ },
+ {
+ "nodeId": 13204439602,
+ "lat": 45.7767551,
+ "lon": 4.8765114
+ },
+ {
+ "nodeId": 13543870722,
+ "lat": 45.7767566,
+ "lon": 4.8764838
+ },
+ {
+ "nodeId": 13543870709,
+ "lat": 45.7767568,
+ "lon": 4.8764479
+ },
+ {
+ "nodeId": 13543870700,
+ "lat": 45.7767555,
+ "lon": 4.8764095
+ },
+ {
+ "nodeId": 13543870697,
+ "lat": 45.7767542,
+ "lon": 4.8763856
+ },
+ {
+ "nodeId": 13543870696,
+ "lat": 45.7767527,
+ "lon": 4.8763617
+ },
+ {
+ "nodeId": 13239809984,
+ "lat": 45.7767502,
+ "lon": 4.8763211
+ },
+ {
+ "nodeId": 13239809983,
+ "lat": 45.7767424,
+ "lon": 4.8761968
+ },
+ {
+ "nodeId": 13239809982,
+ "lat": 45.7766924,
+ "lon": 4.8753946
+ },
+ {
+ "nodeId": 13543870695,
+ "lat": 45.7766869,
+ "lon": 4.8753067
+ },
+ {
+ "nodeId": 13543870694,
+ "lat": 45.7766822,
+ "lon": 4.8752319
+ },
+ {
+ "nodeId": 13543870693,
+ "lat": 45.7766802,
+ "lon": 4.875201
+ },
+ {
+ "nodeId": 13543870692,
+ "lat": 45.7766787,
+ "lon": 4.8751772
+ },
+ {
+ "nodeId": 13543870691,
+ "lat": 45.7766774,
+ "lon": 4.8751572
+ },
+ {
+ "nodeId": 13543870690,
+ "lat": 45.7766771,
+ "lon": 4.8751528
+ },
+ {
+ "nodeId": 13543870689,
+ "lat": 45.7766704,
+ "lon": 4.8750569
+ },
+ {
+ "nodeId": 13543870688,
+ "lat": 45.7766701,
+ "lon": 4.8750524
+ },
+ {
+ "nodeId": 13543870687,
+ "lat": 45.7766687,
+ "lon": 4.8750324
+ },
+ {
+ "nodeId": 13543870686,
+ "lat": 45.7766669,
+ "lon": 4.8750087
+ },
+ {
+ "nodeId": 13543870685,
+ "lat": 45.7766646,
+ "lon": 4.8749778
+ },
+ {
+ "nodeId": 13543870684,
+ "lat": 45.7766589,
+ "lon": 4.8749032
+ },
+ {
+ "nodeId": 13543870683,
+ "lat": 45.7766143,
+ "lon": 4.8743172
+ },
+ {
+ "nodeId": 2509469653,
+ "lat": 45.7766134,
+ "lon": 4.8743045
+ },
+ {
+ "nodeId": 13543870681,
+ "lat": 45.7766103,
+ "lon": 4.8742622
+ },
+ {
+ "nodeId": 13543870678,
+ "lat": 45.7766082,
+ "lon": 4.8742302
+ },
+ {
+ "nodeId": 13543870674,
+ "lat": 45.7766067,
+ "lon": 4.8742004
+ },
+ {
+ "nodeId": 13543870669,
+ "lat": 45.7766056,
+ "lon": 4.8741715
+ },
+ {
+ "nodeId": 13543870664,
+ "lat": 45.7766052,
+ "lon": 4.8741473
+ },
+ {
+ "nodeId": 13543870658,
+ "lat": 45.7766052,
+ "lon": 4.8741223
+ },
+ {
+ "nodeId": 13543870652,
+ "lat": 45.7766057,
+ "lon": 4.8741001
+ },
+ {
+ "nodeId": 13543870643,
+ "lat": 45.7766071,
+ "lon": 4.8740705
+ },
+ {
+ "nodeId": 12902084449,
+ "lat": 45.7766093,
+ "lon": 4.8740415
+ },
+ {
+ "nodeId": 13543870629,
+ "lat": 45.7766106,
+ "lon": 4.8740308
+ },
+ {
+ "nodeId": 13543870615,
+ "lat": 45.7766151,
+ "lon": 4.8739981
+ },
+ {
+ "nodeId": 13543870614,
+ "lat": 45.7766224,
+ "lon": 4.8739605
+ },
+ {
+ "nodeId": 13543870613,
+ "lat": 45.7766316,
+ "lon": 4.8739245
+ },
+ {
+ "nodeId": 13543870612,
+ "lat": 45.7766428,
+ "lon": 4.8738896
+ },
+ {
+ "nodeId": 13543870611,
+ "lat": 45.7766559,
+ "lon": 4.8738562
+ },
+ {
+ "nodeId": 13543870610,
+ "lat": 45.7766685,
+ "lon": 4.8738296
+ },
+ {
+ "nodeId": 13543870609,
+ "lat": 45.7766876,
+ "lon": 4.8737945
+ },
+ {
+ "nodeId": 13543870608,
+ "lat": 45.7767059,
+ "lon": 4.8737665
+ },
+ {
+ "nodeId": 13543870605,
+ "lat": 45.7767265,
+ "lon": 4.8737399
+ },
+ {
+ "nodeId": 13543870598,
+ "lat": 45.7767366,
+ "lon": 4.8737284
+ },
+ {
+ "nodeId": 13543870592,
+ "lat": 45.7767461,
+ "lon": 4.8737182
+ },
+ {
+ "nodeId": 13543870586,
+ "lat": 45.7767556,
+ "lon": 4.8737087
+ },
+ {
+ "nodeId": 13543870581,
+ "lat": 45.7767642,
+ "lon": 4.8737007
+ },
+ {
+ "nodeId": 13543870576,
+ "lat": 45.7767735,
+ "lon": 4.8736925
+ },
+ {
+ "nodeId": 13543870571,
+ "lat": 45.7767835,
+ "lon": 4.873684
+ },
+ {
+ "nodeId": 13543870565,
+ "lat": 45.7767969,
+ "lon": 4.8736735
+ },
+ {
+ "nodeId": 13543870547,
+ "lat": 45.7768531,
+ "lon": 4.8736357
+ },
+ {
+ "nodeId": 13543870539,
+ "lat": 45.7769252,
+ "lon": 4.8735955
+ },
+ {
+ "nodeId": 13551431783,
+ "lat": 45.7772593,
+ "lon": 4.8734163
+ },
+ {
+ "nodeId": 13551431777,
+ "lat": 45.7778758,
+ "lon": 4.8730857
+ },
+ {
+ "nodeId": 13543870538,
+ "lat": 45.778065,
+ "lon": 4.8729842
+ },
+ {
+ "nodeId": 13543870537,
+ "lat": 45.7781022,
+ "lon": 4.8729643
+ },
+ {
+ "nodeId": 13543870531,
+ "lat": 45.7781635,
+ "lon": 4.8729324
+ },
+ {
+ "nodeId": 13543870526,
+ "lat": 45.7782166,
+ "lon": 4.8729063
+ },
+ {
+ "nodeId": 13543870519,
+ "lat": 45.7783166,
+ "lon": 4.8728608
+ },
+ {
+ "nodeId": 13543846544,
+ "lat": 45.778717,
+ "lon": 4.8726824
+ },
+ {
+ "nodeId": 13543870518,
+ "lat": 45.7787344,
+ "lon": 4.8726746
+ },
+ {
+ "nodeId": 13543870517,
+ "lat": 45.7787598,
+ "lon": 4.8726632
+ },
+ {
+ "nodeId": 13543870512,
+ "lat": 45.7787965,
+ "lon": 4.872646
+ },
+ {
+ "nodeId": 13543870506,
+ "lat": 45.7788219,
+ "lon": 4.8726329
+ },
+ {
+ "nodeId": 13543870500,
+ "lat": 45.7788739,
+ "lon": 4.8726011
+ },
+ {
+ "nodeId": 13543870494,
+ "lat": 45.7788915,
+ "lon": 4.8725887
+ },
+ {
+ "nodeId": 13543870488,
+ "lat": 45.7789169,
+ "lon": 4.8725693
+ },
+ {
+ "nodeId": 13543870484,
+ "lat": 45.7789455,
+ "lon": 4.8725461
+ },
+ {
+ "nodeId": 13543870483,
+ "lat": 45.7789685,
+ "lon": 4.872527
+ },
+ {
+ "nodeId": 12049065835,
+ "lat": 45.7789793,
+ "lon": 4.872518
+ },
+ {
+ "nodeId": 12049065837,
+ "lat": 45.7790078,
+ "lon": 4.8724942
+ },
+ {
+ "nodeId": 12049065840,
+ "lat": 45.7790882,
+ "lon": 4.872427
+ },
+ {
+ "nodeId": 12875015319,
+ "lat": 45.7791616,
+ "lon": 4.8723657
+ },
+ {
+ "nodeId": 13543870482,
+ "lat": 45.7791752,
+ "lon": 4.8723544
+ },
+ {
+ "nodeId": 12875015320,
+ "lat": 45.7791836,
+ "lon": 4.8723475
+ },
+ {
+ "nodeId": 13543870481,
+ "lat": 45.7791987,
+ "lon": 4.8723349
+ },
+ {
+ "nodeId": 13543870477,
+ "lat": 45.7792279,
+ "lon": 4.8723113
+ },
+ {
+ "nodeId": 13543870472,
+ "lat": 45.7792501,
+ "lon": 4.8722943
+ },
+ {
+ "nodeId": 13543870465,
+ "lat": 45.7792734,
+ "lon": 4.8722777
+ },
+ {
+ "nodeId": 13543870461,
+ "lat": 45.779307,
+ "lon": 4.8722566
+ },
+ {
+ "nodeId": 13543870456,
+ "lat": 45.7793233,
+ "lon": 4.8722475
+ },
+ {
+ "nodeId": 13543870451,
+ "lat": 45.7793433,
+ "lon": 4.8722371
+ },
+ {
+ "nodeId": 13543870446,
+ "lat": 45.7793738,
+ "lon": 4.8722226
+ },
+ {
+ "nodeId": 13543870444,
+ "lat": 45.779409,
+ "lon": 4.8722068
+ },
+ {
+ "nodeId": 12875015316,
+ "lat": 45.7795103,
+ "lon": 4.872162
+ },
+ {
+ "nodeId": 13239809991,
+ "lat": 45.7795758,
+ "lon": 4.8721316
+ },
+ {
+ "nodeId": 13543870443,
+ "lat": 45.7798247,
+ "lon": 4.8720229
+ },
+ {
+ "nodeId": 11181176583,
+ "lat": 45.7594074,
+ "lon": 4.8902424
+ },
+ {
+ "nodeId": 13564337755,
+ "lat": 45.75925,
+ "lon": 4.8891346
+ },
+ {
+ "nodeId": 13564869576,
+ "lat": 45.759234,
+ "lon": 4.8890221
+ },
+ {
+ "nodeId": 13564337821,
+ "lat": 45.7592279,
+ "lon": 4.8889792
+ },
+ {
+ "nodeId": 13564337820,
+ "lat": 45.7592146,
+ "lon": 4.8888944
+ },
+ {
+ "nodeId": 13564337819,
+ "lat": 45.7592032,
+ "lon": 4.888831
+ },
+ {
+ "nodeId": 13564337818,
+ "lat": 45.7591892,
+ "lon": 4.888762
+ },
+ {
+ "nodeId": 13564869574,
+ "lat": 45.7591838,
+ "lon": 4.8887375
+ },
+ {
+ "nodeId": 13564869585,
+ "lat": 45.7591519,
+ "lon": 4.8885925
+ },
+ {
+ "nodeId": 13564869595,
+ "lat": 45.7590117,
+ "lon": 4.887956
+ },
+ {
+ "nodeId": 13564337817,
+ "lat": 45.7589797,
+ "lon": 4.8878109
+ },
+ {
+ "nodeId": 13564337816,
+ "lat": 45.7589586,
+ "lon": 4.8877186
+ },
+ {
+ "nodeId": 13564337815,
+ "lat": 45.7589401,
+ "lon": 4.8876439
+ },
+ {
+ "nodeId": 12902084443,
+ "lat": 45.7588867,
+ "lon": 4.8874479
+ },
+ {
+ "nodeId": 13564279669,
+ "lat": 45.7587609,
+ "lon": 4.8869858
+ },
+ {
+ "nodeId": 13564869570,
+ "lat": 45.7587538,
+ "lon": 4.8869602
+ },
+ {
+ "nodeId": 13564279668,
+ "lat": 45.7586891,
+ "lon": 4.886722
+ },
+ {
+ "nodeId": 13564279667,
+ "lat": 45.7586038,
+ "lon": 4.8864088
+ },
+ {
+ "nodeId": 13564337814,
+ "lat": 45.7583217,
+ "lon": 4.8853729
+ },
+ {
+ "nodeId": 13564279665,
+ "lat": 45.758288,
+ "lon": 4.885255
+ },
+ {
+ "nodeId": 13564337813,
+ "lat": 45.7582815,
+ "lon": 4.8852325
+ },
+ {
+ "nodeId": 12902084440,
+ "lat": 45.7582572,
+ "lon": 4.8851517
+ },
+ {
+ "nodeId": 13564809639,
+ "lat": 45.7582123,
+ "lon": 4.8850024
+ },
+ {
+ "nodeId": 13564279663,
+ "lat": 45.7581888,
+ "lon": 4.8849242
+ },
+ {
+ "nodeId": 13564337812,
+ "lat": 45.7581539,
+ "lon": 4.8848084
+ },
+ {
+ "nodeId": 13564337811,
+ "lat": 45.7581061,
+ "lon": 4.8846363
+ },
+ {
+ "nodeId": 13564337810,
+ "lat": 45.7580665,
+ "lon": 4.8844791
+ },
+ {
+ "nodeId": 12059177214,
+ "lat": 45.7579587,
+ "lon": 4.8840418
+ },
+ {
+ "nodeId": 12059177215,
+ "lat": 45.7578935,
+ "lon": 4.8837778
+ },
+ {
+ "nodeId": 13564337809,
+ "lat": 45.7577598,
+ "lon": 4.8832355
+ },
+ {
+ "nodeId": 13564337808,
+ "lat": 45.7577446,
+ "lon": 4.8831691
+ },
+ {
+ "nodeId": 13564337807,
+ "lat": 45.7577333,
+ "lon": 4.8831134
+ },
+ {
+ "nodeId": 13564337806,
+ "lat": 45.7577266,
+ "lon": 4.8830745
+ },
+ {
+ "nodeId": 12112845152,
+ "lat": 45.7577232,
+ "lon": 4.8830497
+ },
+ {
+ "nodeId": 13564337805,
+ "lat": 45.7577181,
+ "lon": 4.8830122
+ },
+ {
+ "nodeId": 13564337804,
+ "lat": 45.7577123,
+ "lon": 4.8829492
+ },
+ {
+ "nodeId": 13239809935,
+ "lat": 45.7577109,
+ "lon": 4.8829204
+ },
+ {
+ "nodeId": 13564337803,
+ "lat": 45.7577093,
+ "lon": 4.8828859
+ },
+ {
+ "nodeId": 13564337802,
+ "lat": 45.757709,
+ "lon": 4.8828224
+ },
+ {
+ "nodeId": 13564337801,
+ "lat": 45.7577114,
+ "lon": 4.8827589
+ },
+ {
+ "nodeId": 13564337800,
+ "lat": 45.7577165,
+ "lon": 4.8826959
+ },
+ {
+ "nodeId": 13564337799,
+ "lat": 45.7577244,
+ "lon": 4.8826333
+ },
+ {
+ "nodeId": 13564337798,
+ "lat": 45.757735,
+ "lon": 4.8825717
+ },
+ {
+ "nodeId": 13564337797,
+ "lat": 45.7577487,
+ "lon": 4.8825081
+ },
+ {
+ "nodeId": 13564337796,
+ "lat": 45.757766,
+ "lon": 4.8824401
+ },
+ {
+ "nodeId": 13239809934,
+ "lat": 45.757855,
+ "lon": 4.8821274
+ },
+ {
+ "nodeId": 13564337795,
+ "lat": 45.7581906,
+ "lon": 4.8809474
+ },
+ {
+ "nodeId": 13564337794,
+ "lat": 45.7582144,
+ "lon": 4.8808678
+ },
+ {
+ "nodeId": 13564337793,
+ "lat": 45.7582265,
+ "lon": 4.880833
+ },
+ {
+ "nodeId": 13564337792,
+ "lat": 45.7582385,
+ "lon": 4.8808034
+ },
+ {
+ "nodeId": 13564337791,
+ "lat": 45.7582518,
+ "lon": 4.8807753
+ },
+ {
+ "nodeId": 13564337790,
+ "lat": 45.7582653,
+ "lon": 4.8807514
+ },
+ {
+ "nodeId": 13564337789,
+ "lat": 45.7582889,
+ "lon": 4.8807181
+ },
+ {
+ "nodeId": 13564337788,
+ "lat": 45.7583156,
+ "lon": 4.8806899
+ },
+ {
+ "nodeId": 13564337787,
+ "lat": 45.7583449,
+ "lon": 4.8806674
+ },
+ {
+ "nodeId": 13564337786,
+ "lat": 45.7583786,
+ "lon": 4.8806501
+ },
+ {
+ "nodeId": 13564337785,
+ "lat": 45.7584141,
+ "lon": 4.8806399
+ },
+ {
+ "nodeId": 13564337784,
+ "lat": 45.7584544,
+ "lon": 4.8806355
+ },
+ {
+ "nodeId": 13564337783,
+ "lat": 45.7585033,
+ "lon": 4.8806368
+ },
+ {
+ "nodeId": 13239809932,
+ "lat": 45.7589556,
+ "lon": 4.8806791
+ },
+ {
+ "nodeId": 13239809933,
+ "lat": 45.7592896,
+ "lon": 4.8807104
+ },
+ {
+ "nodeId": 13239809941,
+ "lat": 45.7600806,
+ "lon": 4.8807844
+ },
+ {
+ "nodeId": 13546321809,
+ "lat": 45.7601495,
+ "lon": 4.8807909
+ },
+ {
+ "nodeId": 13564337782,
+ "lat": 45.7609509,
+ "lon": 4.8808659
+ },
+ {
+ "nodeId": 13564337781,
+ "lat": 45.7610494,
+ "lon": 4.8808728
+ },
+ {
+ "nodeId": 13564337780,
+ "lat": 45.7611325,
+ "lon": 4.8808736
+ },
+ {
+ "nodeId": 13564337779,
+ "lat": 45.7612008,
+ "lon": 4.8808704
+ },
+ {
+ "nodeId": 13546321808,
+ "lat": 45.7612719,
+ "lon": 4.8808649
+ },
+ {
+ "nodeId": 13564337778,
+ "lat": 45.7612858,
+ "lon": 4.8808638
+ },
+ {
+ "nodeId": 13546321811,
+ "lat": 45.7618562,
+ "lon": 4.8808158
+ },
+ {
+ "nodeId": 13239809945,
+ "lat": 45.761946,
+ "lon": 4.8808073
+ },
+ {
+ "nodeId": 13564337777,
+ "lat": 45.7618947,
+ "lon": 4.8808126
+ },
+ {
+ "nodeId": 13239809946,
+ "lat": 45.7620037,
+ "lon": 4.8808014
+ },
+ {
+ "nodeId": 13564337776,
+ "lat": 45.7620151,
+ "lon": 4.8808002
+ },
+ {
+ "nodeId": 13546318597,
+ "lat": 45.7620618,
+ "lon": 4.8807941
+ },
+ {
+ "nodeId": 13239809944,
+ "lat": 45.7625465,
+ "lon": 4.8807312
+ },
+ {
+ "nodeId": 13239809954,
+ "lat": 45.7637367,
+ "lon": 4.8805766
+ },
+ {
+ "nodeId": 13546318591,
+ "lat": 45.7647058,
+ "lon": 4.8804508
+ },
+ {
+ "nodeId": 13239809953,
+ "lat": 45.7647697,
+ "lon": 4.8804425
+ },
+ {
+ "nodeId": 13546318593,
+ "lat": 45.7648705,
+ "lon": 4.8804294
+ },
+ {
+ "nodeId": 13564337761,
+ "lat": 45.7651016,
+ "lon": 4.8803993
+ },
+ {
+ "nodeId": 13564337775,
+ "lat": 45.7652066,
+ "lon": 4.8803857
+ },
+ {
+ "nodeId": 12057086614,
+ "lat": 45.7653986,
+ "lon": 4.8803626
+ },
+ {
+ "nodeId": 13564337774,
+ "lat": 45.7654267,
+ "lon": 4.8803592
+ },
+ {
+ "nodeId": 13564337773,
+ "lat": 45.7656028,
+ "lon": 4.8803451
+ },
+ {
+ "nodeId": 12057086615,
+ "lat": 45.7658318,
+ "lon": 4.8803315
+ },
+ {
+ "nodeId": 12057086618,
+ "lat": 45.766316,
+ "lon": 4.8803028
+ },
+ {
+ "nodeId": 13564337772,
+ "lat": 45.7663924,
+ "lon": 4.8802983
+ },
+ {
+ "nodeId": 13239809952,
+ "lat": 45.766892,
+ "lon": 4.8802711
+ },
+ {
+ "nodeId": 13564337771,
+ "lat": 45.7673335,
+ "lon": 4.880247
+ },
+ {
+ "nodeId": 13239809959,
+ "lat": 45.767535,
+ "lon": 4.880239
+ },
+ {
+ "nodeId": 13564337770,
+ "lat": 45.7676155,
+ "lon": 4.8802358
+ },
+ {
+ "nodeId": 13564337769,
+ "lat": 45.7678779,
+ "lon": 4.880231
+ },
+ {
+ "nodeId": 13564337768,
+ "lat": 45.7681403,
+ "lon": 4.8802316
+ },
+ {
+ "nodeId": 13239809956,
+ "lat": 45.7682193,
+ "lon": 4.8802334
+ },
+ {
+ "nodeId": 13239809957,
+ "lat": 45.7682917,
+ "lon": 4.8802351
+ },
+ {
+ "nodeId": 13239809958,
+ "lat": 45.7683696,
+ "lon": 4.8802369
+ },
+ {
+ "nodeId": 13564337767,
+ "lat": 45.7684026,
+ "lon": 4.8802377
+ },
+ {
+ "nodeId": 13564337766,
+ "lat": 45.76913,
+ "lon": 4.8802653
+ },
+ {
+ "nodeId": 13564337765,
+ "lat": 45.769176,
+ "lon": 4.8802691
+ },
+ {
+ "nodeId": 13564337764,
+ "lat": 45.7692154,
+ "lon": 4.8802769
+ },
+ {
+ "nodeId": 13564337763,
+ "lat": 45.7692558,
+ "lon": 4.8802889
+ },
+ {
+ "nodeId": 12902084445,
+ "lat": 45.7692931,
+ "lon": 4.8803019
+ },
+ {
+ "nodeId": 110422030,
+ "lat": 45.7693692,
+ "lon": 4.8803284
+ },
+ {
+ "nodeId": 13564337762,
+ "lat": 45.7693795,
+ "lon": 4.880332
+ },
+ {
+ "nodeId": 12029657361,
+ "lat": 45.7311262,
+ "lon": 4.8350499
+ },
+ {
+ "nodeId": 8531342156,
+ "lat": 45.731113,
+ "lon": 4.8350945
+ },
+ {
+ "nodeId": 8531342157,
+ "lat": 45.7310935,
+ "lon": 4.835152
+ },
+ {
+ "nodeId": 6951450962,
+ "lat": 45.7310746,
+ "lon": 4.8351959
+ },
+ {
+ "nodeId": 8531342158,
+ "lat": 45.7310575,
+ "lon": 4.8352322
+ },
+ {
+ "nodeId": 6951450963,
+ "lat": 45.7310342,
+ "lon": 4.8352723
+ },
+ {
+ "nodeId": 8814380935,
+ "lat": 45.7310177,
+ "lon": 4.8352989
+ },
+ {
+ "nodeId": 8531342159,
+ "lat": 45.7309872,
+ "lon": 4.8353403
+ },
+ {
+ "nodeId": 8531342160,
+ "lat": 45.7309764,
+ "lon": 4.8353529
+ },
+ {
+ "nodeId": 4185600625,
+ "lat": 45.7309644,
+ "lon": 4.8353703
+ },
+ {
+ "nodeId": 8531342161,
+ "lat": 45.7309208,
+ "lon": 4.8354966
+ },
+ {
+ "nodeId": 1979441841,
+ "lat": 45.7637574,
+ "lon": 4.9329659
+ },
+ {
+ "nodeId": 11007888683,
+ "lat": 45.7638786,
+ "lon": 4.933457
+ },
+ {
+ "nodeId": 12029657359,
+ "lat": 45.7306241,
+ "lon": 4.8364881
+ },
+ {
+ "nodeId": 12029657360,
+ "lat": 45.7308852,
+ "lon": 4.8356156
+ },
+ {
+ "nodeId": 1979441832,
+ "lat": 45.7621956,
+ "lon": 4.9267628
+ },
+ {
+ "nodeId": 1979441833,
+ "lat": 45.762524,
+ "lon": 4.92808
+ },
+ {
+ "nodeId": 1979441835,
+ "lat": 45.7626904,
+ "lon": 4.9287403
+ },
+ {
+ "nodeId": 7514104802,
+ "lat": 45.7628208,
+ "lon": 4.9292578
+ },
+ {
+ "nodeId": 1979441836,
+ "lat": 45.7628466,
+ "lon": 4.929356
+ },
+ {
+ "nodeId": 11007746785,
+ "lat": 45.7628626,
+ "lon": 4.9294206
+ },
+ {
+ "nodeId": 7514104795,
+ "lat": 45.762886,
+ "lon": 4.9295148
+ },
+ {
+ "nodeId": 1979441837,
+ "lat": 45.7631119,
+ "lon": 4.9303873
+ },
+ {
+ "nodeId": 1979441839,
+ "lat": 45.7633599,
+ "lon": 4.9313789
+ },
+ {
+ "nodeId": 1979455520,
+ "lat": 45.7643155,
+ "lon": 4.9351921
+ },
+ {
+ "nodeId": 5760071386,
+ "lat": 45.7647199,
+ "lon": 4.9368241
+ },
+ {
+ "nodeId": 11014075646,
+ "lat": 45.7647359,
+ "lon": 4.9368882
+ },
+ {
+ "nodeId": 11014075638,
+ "lat": 45.7647547,
+ "lon": 4.9369635
+ },
+ {
+ "nodeId": 5760071389,
+ "lat": 45.7647725,
+ "lon": 4.9370401
+ },
+ {
+ "nodeId": 1979455524,
+ "lat": 45.7652603,
+ "lon": 4.9389993
+ },
+ {
+ "nodeId": 1979455525,
+ "lat": 45.7654377,
+ "lon": 4.9397026
+ },
+ {
+ "nodeId": 1979455526,
+ "lat": 45.765608,
+ "lon": 4.9403954
+ },
+ {
+ "nodeId": 5760071380,
+ "lat": 45.7664291,
+ "lon": 4.9436781
+ },
+ {
+ "nodeId": 11015440389,
+ "lat": 45.7664428,
+ "lon": 4.9437353
+ },
+ {
+ "nodeId": 1979455527,
+ "lat": 45.766458,
+ "lon": 4.9437914
+ },
+ {
+ "nodeId": 5760071379,
+ "lat": 45.7664716,
+ "lon": 4.943846
+ },
+ {
+ "nodeId": 1979455528,
+ "lat": 45.7667039,
+ "lon": 4.9447538
+ },
+ {
+ "nodeId": 1979455530,
+ "lat": 45.7669499,
+ "lon": 4.9457511
+ },
+ {
+ "nodeId": 1979455531,
+ "lat": 45.7671999,
+ "lon": 4.9467398
+ },
+ {
+ "nodeId": 1979455532,
+ "lat": 45.7672662,
+ "lon": 4.9469945
+ },
+ {
+ "nodeId": 1979455533,
+ "lat": 45.767333,
+ "lon": 4.9472381
+ },
+ {
+ "nodeId": 1979455534,
+ "lat": 45.7674796,
+ "lon": 4.9477343
+ },
+ {
+ "nodeId": 1979455535,
+ "lat": 45.7678227,
+ "lon": 4.9486936
+ },
+ {
+ "nodeId": 1979455536,
+ "lat": 45.7680331,
+ "lon": 4.9492086
+ },
+ {
+ "nodeId": 1979455537,
+ "lat": 45.7682539,
+ "lon": 4.9497102
+ },
+ {
+ "nodeId": 1979455538,
+ "lat": 45.7684253,
+ "lon": 4.9500677
+ },
+ {
+ "nodeId": 1979455540,
+ "lat": 45.7686073,
+ "lon": 4.9504152
+ },
+ {
+ "nodeId": 1979455541,
+ "lat": 45.7689845,
+ "lon": 4.9510719
+ },
+ {
+ "nodeId": 5760071373,
+ "lat": 45.7689593,
+ "lon": 4.9510275
+ },
+ {
+ "nodeId": 11020650389,
+ "lat": 45.7690108,
+ "lon": 4.9511168
+ },
+ {
+ "nodeId": 5760071370,
+ "lat": 45.7690307,
+ "lon": 4.9511542
+ },
+ {
+ "nodeId": 1979455542,
+ "lat": 45.7694568,
+ "lon": 4.9518702
+ },
+ {
+ "nodeId": 5760071356,
+ "lat": 45.769902,
+ "lon": 4.9526287
+ },
+ {
+ "nodeId": 11020650612,
+ "lat": 45.7699538,
+ "lon": 4.9527176
+ },
+ {
+ "nodeId": 11020650610,
+ "lat": 45.7700103,
+ "lon": 4.9528144
+ },
+ {
+ "nodeId": 5760071363,
+ "lat": 45.7700543,
+ "lon": 4.9528903
+ },
+ {
+ "nodeId": 1979455544,
+ "lat": 45.7708708,
+ "lon": 4.9542998
+ },
+ {
+ "nodeId": 5760071339,
+ "lat": 45.7716587,
+ "lon": 4.9556384
+ },
+ {
+ "nodeId": 1979455545,
+ "lat": 45.7719966,
+ "lon": 4.9562095
+ },
+ {
+ "nodeId": 5760071260,
+ "lat": 45.7723305,
+ "lon": 4.9567752
+ },
+ {
+ "nodeId": 1979455546,
+ "lat": 45.7723606,
+ "lon": 4.9568242
+ },
+ {
+ "nodeId": 11020851750,
+ "lat": 45.7723945,
+ "lon": 4.9568784
+ },
+ {
+ "nodeId": 5760071256,
+ "lat": 45.7724135,
+ "lon": 4.9569178
+ },
+ {
+ "nodeId": 1979455547,
+ "lat": 45.7726606,
+ "lon": 4.9573426
+ },
+ {
+ "nodeId": 1979455548,
+ "lat": 45.7732563,
+ "lon": 4.9583351
+ },
+ {
+ "nodeId": 1979455554,
+ "lat": 45.7738236,
+ "lon": 4.9593197
+ },
+ {
+ "nodeId": 1979455556,
+ "lat": 45.7739666,
+ "lon": 4.9595479
+ },
+ {
+ "nodeId": 1979455557,
+ "lat": 45.7740995,
+ "lon": 4.9597797
+ },
+ {
+ "nodeId": 1979455561,
+ "lat": 45.7742107,
+ "lon": 4.95998
+ },
+ {
+ "nodeId": 1979455564,
+ "lat": 45.7743136,
+ "lon": 4.9601772
+ },
+ {
+ "nodeId": 1979455567,
+ "lat": 45.7744673,
+ "lon": 4.9604931
+ },
+ {
+ "nodeId": 1979455571,
+ "lat": 45.7747398,
+ "lon": 4.9611107
+ },
+ {
+ "nodeId": 6401350678,
+ "lat": 45.7747951,
+ "lon": 4.9612493
+ },
+ {
+ "nodeId": 1979455573,
+ "lat": 45.7748396,
+ "lon": 4.9613607
+ },
+ {
+ "nodeId": 1979455581,
+ "lat": 45.7759502,
+ "lon": 4.9641162
+ },
+ {
+ "nodeId": 1979455582,
+ "lat": 45.7762293,
+ "lon": 4.9647958
+ },
+ {
+ "nodeId": 1979455585,
+ "lat": 45.7765016,
+ "lon": 4.965483
+ },
+ {
+ "nodeId": 1979455587,
+ "lat": 45.7766432,
+ "lon": 4.9658306
+ },
+ {
+ "nodeId": 1979455589,
+ "lat": 45.7767765,
+ "lon": 4.9661794
+ },
+ {
+ "nodeId": 1979455591,
+ "lat": 45.7769065,
+ "lon": 4.9665259
+ },
+ {
+ "nodeId": 1979455594,
+ "lat": 45.7770282,
+ "lon": 4.9668548
+ },
+ {
+ "nodeId": 3060622538,
+ "lat": 45.7770489,
+ "lon": 4.9669164
+ },
+ {
+ "nodeId": 1979455596,
+ "lat": 45.77712,
+ "lon": 4.9671286
+ },
+ {
+ "nodeId": 1979455598,
+ "lat": 45.777209,
+ "lon": 4.9674186
+ },
+ {
+ "nodeId": 1979455601,
+ "lat": 45.7772872,
+ "lon": 4.9677431
+ },
+ {
+ "nodeId": 1979455602,
+ "lat": 45.7773516,
+ "lon": 4.9680699
+ },
+ {
+ "nodeId": 1979455604,
+ "lat": 45.7773834,
+ "lon": 4.9682628
+ },
+ {
+ "nodeId": 1979455605,
+ "lat": 45.7774039,
+ "lon": 4.9684524
+ },
+ {
+ "nodeId": 1979455610,
+ "lat": 45.7774339,
+ "lon": 4.9688249
+ },
+ {
+ "nodeId": 1979455612,
+ "lat": 45.7774465,
+ "lon": 4.9690565
+ },
+ {
+ "nodeId": 1979455613,
+ "lat": 45.7774479,
+ "lon": 4.9693735
+ },
+ {
+ "nodeId": 1979455608,
+ "lat": 45.7774331,
+ "lon": 4.9696946
+ },
+ {
+ "nodeId": 1979455607,
+ "lat": 45.7774156,
+ "lon": 4.9699638
+ },
+ {
+ "nodeId": 1979455603,
+ "lat": 45.7773702,
+ "lon": 4.9703115
+ },
+ {
+ "nodeId": 1979455600,
+ "lat": 45.7772871,
+ "lon": 4.9707597
+ },
+ {
+ "nodeId": 1979455599,
+ "lat": 45.7772349,
+ "lon": 4.9709838
+ },
+ {
+ "nodeId": 1979455597,
+ "lat": 45.7771801,
+ "lon": 4.9711977
+ },
+ {
+ "nodeId": 1979455595,
+ "lat": 45.7770598,
+ "lon": 4.971567
+ },
+ {
+ "nodeId": 1979455593,
+ "lat": 45.7769928,
+ "lon": 4.9717537
+ },
+ {
+ "nodeId": 1979455592,
+ "lat": 45.7769189,
+ "lon": 4.9719309
+ },
+ {
+ "nodeId": 1979455590,
+ "lat": 45.776824,
+ "lon": 4.9721455
+ },
+ {
+ "nodeId": 1979455588,
+ "lat": 45.7767243,
+ "lon": 4.9723403
+ },
+ {
+ "nodeId": 1979455586,
+ "lat": 45.7766112,
+ "lon": 4.9725446
+ },
+ {
+ "nodeId": 1979455584,
+ "lat": 45.7764946,
+ "lon": 4.9727398
+ },
+ {
+ "nodeId": 1979455583,
+ "lat": 45.776242,
+ "lon": 4.9731296
+ },
+ {
+ "nodeId": 1979455580,
+ "lat": 45.7757142,
+ "lon": 4.9739213
+ },
+ {
+ "nodeId": 1979455579,
+ "lat": 45.7754714,
+ "lon": 4.9742908
+ },
+ {
+ "nodeId": 1979455578,
+ "lat": 45.7752422,
+ "lon": 4.9746586
+ },
+ {
+ "nodeId": 1979455577,
+ "lat": 45.7751561,
+ "lon": 4.9748252
+ },
+ {
+ "nodeId": 1979455576,
+ "lat": 45.7750747,
+ "lon": 4.9749957
+ },
+ {
+ "nodeId": 1979455575,
+ "lat": 45.7749947,
+ "lon": 4.9751762
+ },
+ {
+ "nodeId": 1979455574,
+ "lat": 45.7749275,
+ "lon": 4.9753501
+ },
+ {
+ "nodeId": 8112125548,
+ "lat": 45.7748236,
+ "lon": 4.9756359
+ },
+ {
+ "nodeId": 1979455572,
+ "lat": 45.7747928,
+ "lon": 4.9757193
+ },
+ {
+ "nodeId": 1979455570,
+ "lat": 45.7745848,
+ "lon": 4.9763171
+ },
+ {
+ "nodeId": 1979455569,
+ "lat": 45.7745601,
+ "lon": 4.9763927
+ },
+ {
+ "nodeId": 1979455568,
+ "lat": 45.7744876,
+ "lon": 4.9766171
+ },
+ {
+ "nodeId": 1979455566,
+ "lat": 45.774394,
+ "lon": 4.9769234
+ },
+ {
+ "nodeId": 1979455565,
+ "lat": 45.7743179,
+ "lon": 4.9772395
+ },
+ {
+ "nodeId": 1979455563,
+ "lat": 45.7742848,
+ "lon": 4.9774143
+ },
+ {
+ "nodeId": 1979455562,
+ "lat": 45.7742573,
+ "lon": 4.9775799
+ },
+ {
+ "nodeId": 1979455560,
+ "lat": 45.7742098,
+ "lon": 4.9779296
+ },
+ {
+ "nodeId": 1979455558,
+ "lat": 45.7741146,
+ "lon": 4.9786625
+ },
+ {
+ "nodeId": 1979455555,
+ "lat": 45.7739352,
+ "lon": 4.9800741
+ },
+ {
+ "nodeId": 2973890404,
+ "lat": 45.7738883,
+ "lon": 4.980469
+ },
+ {
+ "nodeId": 13543871271,
+ "lat": 45.7705076,
+ "lon": 4.8803945
+ },
+ {
+ "nodeId": 13543871270,
+ "lat": 45.7705251,
+ "lon": 4.880389
+ },
+ {
+ "nodeId": 13544062572,
+ "lat": 45.770529,
+ "lon": 4.8803874
+ },
+ {
+ "nodeId": 13543871269,
+ "lat": 45.7705423,
+ "lon": 4.8803818
+ },
+ {
+ "nodeId": 13544062591,
+ "lat": 45.7705516,
+ "lon": 4.8803768
+ },
+ {
+ "nodeId": 13543871268,
+ "lat": 45.7705591,
+ "lon": 4.8803728
+ },
+ {
+ "nodeId": 13543871267,
+ "lat": 45.7705754,
+ "lon": 4.8803622
+ },
+ {
+ "nodeId": 13543871266,
+ "lat": 45.7705912,
+ "lon": 4.8803499
+ },
+ {
+ "nodeId": 12902084447,
+ "lat": 45.7706206,
+ "lon": 4.8803208
+ },
+ {
+ "nodeId": 13543871265,
+ "lat": 45.7706063,
+ "lon": 4.8803361
+ },
+ {
+ "nodeId": 13543871263,
+ "lat": 45.7706342,
+ "lon": 4.8803041
+ },
+ {
+ "nodeId": 13543871262,
+ "lat": 45.770647,
+ "lon": 4.8802861
+ },
+ {
+ "nodeId": 13543871261,
+ "lat": 45.7706588,
+ "lon": 4.8802668
+ },
+ {
+ "nodeId": 13543871260,
+ "lat": 45.7706696,
+ "lon": 4.8802463
+ },
+ {
+ "nodeId": 13543871259,
+ "lat": 45.7706794,
+ "lon": 4.8802249
+ },
+ {
+ "nodeId": 13543871258,
+ "lat": 45.7706881,
+ "lon": 4.8802025
+ },
+ {
+ "nodeId": 13543871257,
+ "lat": 45.7706957,
+ "lon": 4.8801793
+ },
+ {
+ "nodeId": 13543871256,
+ "lat": 45.7707021,
+ "lon": 4.8801553
+ },
+ {
+ "nodeId": 13543871255,
+ "lat": 45.7707073,
+ "lon": 4.8801308
+ },
+ {
+ "nodeId": 13543871238,
+ "lat": 45.7707124,
+ "lon": 4.880098
+ },
+ {
+ "nodeId": 13543871229,
+ "lat": 45.7707148,
+ "lon": 4.8800752
+ },
+ {
+ "nodeId": 13543871222,
+ "lat": 45.7707167,
+ "lon": 4.8800526
+ },
+ {
+ "nodeId": 13543871216,
+ "lat": 45.7707182,
+ "lon": 4.8800252
+ },
+ {
+ "nodeId": 13543871213,
+ "lat": 45.7707192,
+ "lon": 4.8800016
+ },
+ {
+ "nodeId": 13543871212,
+ "lat": 45.77072,
+ "lon": 4.8799779
+ },
+ {
+ "nodeId": 13543871211,
+ "lat": 45.7707256,
+ "lon": 4.8798108
+ },
+ {
+ "nodeId": 13543871210,
+ "lat": 45.7707265,
+ "lon": 4.8797836
+ },
+ {
+ "nodeId": 13543871207,
+ "lat": 45.7707276,
+ "lon": 4.8797564
+ },
+ {
+ "nodeId": 13543871201,
+ "lat": 45.7707294,
+ "lon": 4.8797248
+ },
+ {
+ "nodeId": 13543871194,
+ "lat": 45.7707315,
+ "lon": 4.8796987
+ },
+ {
+ "nodeId": 13543871186,
+ "lat": 45.7707341,
+ "lon": 4.8796751
+ },
+ {
+ "nodeId": 13543871177,
+ "lat": 45.7707371,
+ "lon": 4.8796529
+ },
+ {
+ "nodeId": 13543871167,
+ "lat": 45.7707408,
+ "lon": 4.8796316
+ },
+ {
+ "nodeId": 13543871154,
+ "lat": 45.7707459,
+ "lon": 4.8796077
+ },
+ {
+ "nodeId": 13543871139,
+ "lat": 45.7707524,
+ "lon": 4.8795839
+ },
+ {
+ "nodeId": 13543871138,
+ "lat": 45.7707619,
+ "lon": 4.8795563
+ },
+ {
+ "nodeId": 13543871137,
+ "lat": 45.7707732,
+ "lon": 4.87953
+ },
+ {
+ "nodeId": 13543871136,
+ "lat": 45.7707862,
+ "lon": 4.8795054
+ },
+ {
+ "nodeId": 13543871135,
+ "lat": 45.7708008,
+ "lon": 4.8794827
+ },
+ {
+ "nodeId": 13543871134,
+ "lat": 45.7708169,
+ "lon": 4.8794621
+ },
+ {
+ "nodeId": 13543871133,
+ "lat": 45.7708342,
+ "lon": 4.8794438
+ },
+ {
+ "nodeId": 13543871132,
+ "lat": 45.7708527,
+ "lon": 4.879428
+ },
+ {
+ "nodeId": 13543871130,
+ "lat": 45.7708733,
+ "lon": 4.8794141
+ },
+ {
+ "nodeId": 13543871118,
+ "lat": 45.7708866,
+ "lon": 4.8794069
+ },
+ {
+ "nodeId": 13543871106,
+ "lat": 45.7709016,
+ "lon": 4.8794003
+ },
+ {
+ "nodeId": 13543871095,
+ "lat": 45.7709175,
+ "lon": 4.8793947
+ },
+ {
+ "nodeId": 13543871083,
+ "lat": 45.7709381,
+ "lon": 4.8793892
+ },
+ {
+ "nodeId": 13543871074,
+ "lat": 45.7709575,
+ "lon": 4.8793855
+ },
+ {
+ "nodeId": 13543871067,
+ "lat": 45.7709774,
+ "lon": 4.8793829
+ },
+ {
+ "nodeId": 13543871062,
+ "lat": 45.7709983,
+ "lon": 4.879381
+ },
+ {
+ "nodeId": 13543871060,
+ "lat": 45.7710122,
+ "lon": 4.8793801
+ },
+ {
+ "nodeId": 13543871059,
+ "lat": 45.7710313,
+ "lon": 4.8793791
+ },
+ {
+ "nodeId": 13543871058,
+ "lat": 45.7712175,
+ "lon": 4.8793696
+ },
+ {
+ "nodeId": 13543871057,
+ "lat": 45.7714991,
+ "lon": 4.8793553
+ },
+ {
+ "nodeId": 13543871056,
+ "lat": 45.7715183,
+ "lon": 4.8793542
+ },
+ {
+ "nodeId": 13543871052,
+ "lat": 45.7715421,
+ "lon": 4.8793526
+ },
+ {
+ "nodeId": 13543871045,
+ "lat": 45.7715657,
+ "lon": 4.87935
+ },
+ {
+ "nodeId": 13543871037,
+ "lat": 45.771585,
+ "lon": 4.8793468
+ },
+ {
+ "nodeId": 13543871025,
+ "lat": 45.7716065,
+ "lon": 4.8793417
+ },
+ {
+ "nodeId": 13543871024,
+ "lat": 45.7716417,
+ "lon": 4.8793291
+ },
+ {
+ "nodeId": 13543871014,
+ "lat": 45.7716585,
+ "lon": 4.8793211
+ },
+ {
+ "nodeId": 13543871006,
+ "lat": 45.7716755,
+ "lon": 4.8793117
+ },
+ {
+ "nodeId": 13543870999,
+ "lat": 45.7716949,
+ "lon": 4.8792999
+ },
+ {
+ "nodeId": 13543870995,
+ "lat": 45.7717109,
+ "lon": 4.8792894
+ },
+ {
+ "nodeId": 13543870992,
+ "lat": 45.7717409,
+ "lon": 4.8792686
+ },
+ {
+ "nodeId": 13239809968,
+ "lat": 45.7717569,
+ "lon": 4.8792574
+ },
+ {
+ "nodeId": 13239809967,
+ "lat": 45.7718088,
+ "lon": 4.879221
+ },
+ {
+ "nodeId": 13543870991,
+ "lat": 45.7718365,
+ "lon": 4.8792016
+ },
+ {
+ "nodeId": 13543870990,
+ "lat": 45.7718531,
+ "lon": 4.8791901
+ },
+ {
+ "nodeId": 13543870984,
+ "lat": 45.7718805,
+ "lon": 4.8791717
+ },
+ {
+ "nodeId": 13543870975,
+ "lat": 45.7719035,
+ "lon": 4.8791578
+ },
+ {
+ "nodeId": 13543870960,
+ "lat": 45.7719308,
+ "lon": 4.879144
+ },
+ {
+ "nodeId": 13543870952,
+ "lat": 45.7719492,
+ "lon": 4.8791367
+ },
+ {
+ "nodeId": 13543870940,
+ "lat": 45.7719706,
+ "lon": 4.8791302
+ },
+ {
+ "nodeId": 13543870932,
+ "lat": 45.7719889,
+ "lon": 4.879126
+ },
+ {
+ "nodeId": 13543870924,
+ "lat": 45.7720157,
+ "lon": 4.8791214
+ },
+ {
+ "nodeId": 13543703164,
+ "lat": 45.7720525,
+ "lon": 4.8791168
+ },
+ {
+ "nodeId": 13543870919,
+ "lat": 45.7722925,
+ "lon": 4.8790891
+ },
+ {
+ "nodeId": 13543703159,
+ "lat": 45.7724861,
+ "lon": 4.8790667
+ },
+ {
+ "nodeId": 13483930298,
+ "lat": 45.7725708,
+ "lon": 4.8790569
+ },
+ {
+ "nodeId": 13543846552,
+ "lat": 45.772793,
+ "lon": 4.8790312
+ },
+ {
+ "nodeId": 13543870918,
+ "lat": 45.7730003,
+ "lon": 4.8790073
+ },
+ {
+ "nodeId": 13543870917,
+ "lat": 45.7730431,
+ "lon": 4.8790024
+ },
+ {
+ "nodeId": 13543870916,
+ "lat": 45.7730608,
+ "lon": 4.8790004
+ },
+ {
+ "nodeId": 13543870914,
+ "lat": 45.7730859,
+ "lon": 4.8789978
+ },
+ {
+ "nodeId": 13543870911,
+ "lat": 45.7731079,
+ "lon": 4.8789956
+ },
+ {
+ "nodeId": 13543870908,
+ "lat": 45.7731252,
+ "lon": 4.8789939
+ },
+ {
+ "nodeId": 12043646967,
+ "lat": 45.7731542,
+ "lon": 4.8789914
+ },
+ {
+ "nodeId": 13543870905,
+ "lat": 45.7731604,
+ "lon": 4.8789909
+ },
+ {
+ "nodeId": 13544062581,
+ "lat": 45.7732336,
+ "lon": 4.8789853
+ },
+ {
+ "nodeId": 13239809964,
+ "lat": 45.7733164,
+ "lon": 4.878979
+ },
+ {
+ "nodeId": 13543870901,
+ "lat": 45.7733714,
+ "lon": 4.8789749
+ },
+ {
+ "nodeId": 13543870899,
+ "lat": 45.7733985,
+ "lon": 4.8789726
+ },
+ {
+ "nodeId": 13543870895,
+ "lat": 45.7734322,
+ "lon": 4.8789694
+ },
+ {
+ "nodeId": 13543870890,
+ "lat": 45.7734536,
+ "lon": 4.878967
+ },
+ {
+ "nodeId": 13543870887,
+ "lat": 45.7734775,
+ "lon": 4.8789641
+ },
+ {
+ "nodeId": 13543870884,
+ "lat": 45.7735144,
+ "lon": 4.8789591
+ },
+ {
+ "nodeId": 13543870883,
+ "lat": 45.7735513,
+ "lon": 4.8789538
+ },
+ {
+ "nodeId": 13574749408,
+ "lat": 45.7736805,
+ "lon": 4.878935
+ },
+ {
+ "nodeId": 13544062592,
+ "lat": 45.7737167,
+ "lon": 4.8789297
+ },
+ {
+ "nodeId": 13574749410,
+ "lat": 45.7737408,
+ "lon": 4.8789262
+ },
+ {
+ "nodeId": 13577766473,
+ "lat": 45.7743696,
+ "lon": 4.8788348
+ },
+ {
+ "nodeId": 13544062585,
+ "lat": 45.7744151,
+ "lon": 4.8788282
+ },
+ {
+ "nodeId": 13577766469,
+ "lat": 45.7744586,
+ "lon": 4.8788219
+ },
+ {
+ "nodeId": 13544062583,
+ "lat": 45.7750432,
+ "lon": 4.8787368
+ },
+ {
+ "nodeId": 12075159218,
+ "lat": 45.7750843,
+ "lon": 4.8787308
+ },
+ {
+ "nodeId": 13543870882,
+ "lat": 45.7751052,
+ "lon": 4.8787278
+ },
+ {
+ "nodeId": 13543870881,
+ "lat": 45.775121,
+ "lon": 4.8787254
+ },
+ {
+ "nodeId": 13543870878,
+ "lat": 45.7751368,
+ "lon": 4.8787229
+ },
+ {
+ "nodeId": 13544062586,
+ "lat": 45.7751442,
+ "lon": 4.8787214
+ },
+ {
+ "nodeId": 13543870872,
+ "lat": 45.7751551,
+ "lon": 4.8787193
+ },
+ {
+ "nodeId": 13543870866,
+ "lat": 45.7751683,
+ "lon": 4.8787162
+ },
+ {
+ "nodeId": 13543870859,
+ "lat": 45.7751807,
+ "lon": 4.8787126
+ },
+ {
+ "nodeId": 13543870851,
+ "lat": 45.7751926,
+ "lon": 4.8787085
+ },
+ {
+ "nodeId": 13543870842,
+ "lat": 45.7752042,
+ "lon": 4.8787038
+ },
+ {
+ "nodeId": 13543870835,
+ "lat": 45.7752112,
+ "lon": 4.8787005
+ },
+ {
+ "nodeId": 13543870834,
+ "lat": 45.7752329,
+ "lon": 4.878688
+ },
+ {
+ "nodeId": 13543870833,
+ "lat": 45.7752537,
+ "lon": 4.8786725
+ },
+ {
+ "nodeId": 13543870822,
+ "lat": 45.7752644,
+ "lon": 4.878663
+ },
+ {
+ "nodeId": 13543870811,
+ "lat": 45.7752774,
+ "lon": 4.8786499
+ },
+ {
+ "nodeId": 13543870803,
+ "lat": 45.7752884,
+ "lon": 4.8786377
+ },
+ {
+ "nodeId": 13543870797,
+ "lat": 45.7752983,
+ "lon": 4.878626
+ },
+ {
+ "nodeId": 13543870792,
+ "lat": 45.7753086,
+ "lon": 4.878613
+ },
+ {
+ "nodeId": 13543870788,
+ "lat": 45.7753207,
+ "lon": 4.8785971
+ },
+ {
+ "nodeId": 13543870787,
+ "lat": 45.7753255,
+ "lon": 4.8785906
+ },
+ {
+ "nodeId": 13543870786,
+ "lat": 45.775337,
+ "lon": 4.878575
+ },
+ {
+ "nodeId": 13543712311,
+ "lat": 45.7762427,
+ "lon": 4.8773371
+ },
+ {
+ "nodeId": 13543870784,
+ "lat": 45.7766384,
+ "lon": 4.8767964
+ },
+ {
+ "nodeId": 13543870783,
+ "lat": 45.7766505,
+ "lon": 4.8767798
+ },
+ {
+ "nodeId": 13543870780,
+ "lat": 45.7766625,
+ "lon": 4.876763
+ },
+ {
+ "nodeId": 13543870772,
+ "lat": 45.7766783,
+ "lon": 4.8767398
+ },
+ {
+ "nodeId": 13543870761,
+ "lat": 45.7766944,
+ "lon": 4.8767138
+ },
+ {
+ "nodeId": 13543870749,
+ "lat": 45.776706,
+ "lon": 4.8766927
+ },
+ {
+ "nodeId": 13543870742,
+ "lat": 45.776711,
+ "lon": 4.8766825
+ },
+ {
+ "nodeId": 13543870741,
+ "lat": 45.7767272,
+ "lon": 4.876644
+ },
+ {
+ "nodeId": 13544062589,
+ "lat": 45.7767294,
+ "lon": 4.8766369
+ },
+ {
+ "nodeId": 13543870740,
+ "lat": 45.77674,
+ "lon": 4.8766029
+ },
+ {
+ "nodeId": 13543870739,
+ "lat": 45.7767493,
+ "lon": 4.8765599
+ },
+ {
+ "nodeId": 7099410079,
+ "lat": 45.7301841,
+ "lon": 4.8378527
+ },
+ {
+ "nodeId": 8149683524,
+ "lat": 45.7301696,
+ "lon": 4.8378993
+ },
+ {
+ "nodeId": 6951450955,
+ "lat": 45.7301362,
+ "lon": 4.8380187
+ },
+ {
+ "nodeId": 8794404120,
+ "lat": 45.7301172,
+ "lon": 4.8380881
+ },
+ {
+ "nodeId": 3419521334,
+ "lat": 45.7301035,
+ "lon": 4.8381571
+ },
+ {
+ "nodeId": 6951450957,
+ "lat": 45.7300927,
+ "lon": 4.8382154
+ },
+ {
+ "nodeId": 8149683521,
+ "lat": 45.7300857,
+ "lon": 4.8382878
+ },
+ {
+ "nodeId": 3419521335,
+ "lat": 45.7300129,
+ "lon": 4.839026
+ },
+ {
+ "nodeId": 8149666809,
+ "lat": 45.7299655,
+ "lon": 4.8397564
+ },
+ {
+ "nodeId": 8814327017,
+ "lat": 45.729949,
+ "lon": 4.8399599
+ },
+ {
+ "nodeId": 8149666800,
+ "lat": 45.7299322,
+ "lon": 4.8401677
+ },
+ {
+ "nodeId": 8149628719,
+ "lat": 45.7297969,
+ "lon": 4.8418402
+ },
+ {
+ "nodeId": 8814258895,
+ "lat": 45.7297806,
+ "lon": 4.8420394
+ },
+ {
+ "nodeId": 8149628717,
+ "lat": 45.7297663,
+ "lon": 4.8422147
+ },
+ {
+ "nodeId": 8149602203,
+ "lat": 45.7296843,
+ "lon": 4.8432437
+ },
+ {
+ "nodeId": 8149602198,
+ "lat": 45.7296257,
+ "lon": 4.8439801
+ },
+ {
+ "nodeId": 8149602189,
+ "lat": 45.7294879,
+ "lon": 4.8456867
+ },
+ {
+ "nodeId": 8149602185,
+ "lat": 45.7294578,
+ "lon": 4.8460286
+ },
+ {
+ "nodeId": 4737672664,
+ "lat": 45.7293854,
+ "lon": 4.8470177
+ },
+ {
+ "nodeId": 6951450965,
+ "lat": 45.7293766,
+ "lon": 4.8472258
+ },
+ {
+ "nodeId": 8814169960,
+ "lat": 45.729376,
+ "lon": 4.8491862
+ },
+ {
+ "nodeId": 8814169962,
+ "lat": 45.7293861,
+ "lon": 4.8501695
+ },
+ {
+ "nodeId": 6919391628,
+ "lat": 45.7293764,
+ "lon": 4.850486
+ },
+ {
+ "nodeId": 6239303244,
+ "lat": 45.7293848,
+ "lon": 4.8503209
+ },
+ {
+ "nodeId": 8149579149,
+ "lat": 45.7293581,
+ "lon": 4.8506609
+ },
+ {
+ "nodeId": 8814169936,
+ "lat": 45.729351,
+ "lon": 4.8507154
+ },
+ {
+ "nodeId": 8149579154,
+ "lat": 45.7293339,
+ "lon": 4.8508649
+ },
+ {
+ "nodeId": 8149579158,
+ "lat": 45.7293272,
+ "lon": 4.850951
+ },
+ {
+ "nodeId": 8814169963,
+ "lat": 45.7293238,
+ "lon": 4.8510232
+ },
+ {
+ "nodeId": 6919391627,
+ "lat": 45.7293245,
+ "lon": 4.8511309
+ },
+ {
+ "nodeId": 4737672667,
+ "lat": 45.7293356,
+ "lon": 4.8520428
+ },
+ {
+ "nodeId": 4737672668,
+ "lat": 45.7293414,
+ "lon": 4.8522853
+ },
+ {
+ "nodeId": 6919391625,
+ "lat": 45.7293753,
+ "lon": 4.8525456
+ },
+ {
+ "nodeId": 8149517625,
+ "lat": 45.7294257,
+ "lon": 4.8527587
+ },
+ {
+ "nodeId": 8149468693,
+ "lat": 45.729625,
+ "lon": 4.8535076
+ },
+ {
+ "nodeId": 11992621827,
+ "lat": 45.7296332,
+ "lon": 4.8535422
+ },
+ {
+ "nodeId": 12512733580,
+ "lat": 45.7297225,
+ "lon": 4.8539051
+ },
+ {
+ "nodeId": 8814160772,
+ "lat": 45.7296858,
+ "lon": 4.853744
+ },
+ {
+ "nodeId": 12512733581,
+ "lat": 45.7297347,
+ "lon": 4.8539576
+ },
+ {
+ "nodeId": 8149468688,
+ "lat": 45.729729,
+ "lon": 4.8539338
+ },
+ {
+ "nodeId": 6919391613,
+ "lat": 45.7298361,
+ "lon": 4.8543812
+ },
+ {
+ "nodeId": 1663985762,
+ "lat": 45.729917,
+ "lon": 4.8546997
+ },
+ {
+ "nodeId": 12512733582,
+ "lat": 45.7301192,
+ "lon": 4.8554494
+ },
+ {
+ "nodeId": 6503273336,
+ "lat": 45.7301257,
+ "lon": 4.8554734
+ },
+ {
+ "nodeId": 12512733583,
+ "lat": 45.7301322,
+ "lon": 4.8554974
+ },
+ {
+ "nodeId": 6503273332,
+ "lat": 45.730424,
+ "lon": 4.8565819
+ },
+ {
+ "nodeId": 8814126873,
+ "lat": 45.7304546,
+ "lon": 4.856699
+ },
+ {
+ "nodeId": 6503273328,
+ "lat": 45.730489,
+ "lon": 4.8568244
+ },
+ {
+ "nodeId": 12512733584,
+ "lat": 45.7309155,
+ "lon": 4.8584384
+ },
+ {
+ "nodeId": 8149446586,
+ "lat": 45.7309233,
+ "lon": 4.8584679
+ },
+ {
+ "nodeId": 12512733585,
+ "lat": 45.7309325,
+ "lon": 4.8585026
+ },
+ {
+ "nodeId": 1663985770,
+ "lat": 45.7311238,
+ "lon": 4.8592269
+ },
+ {
+ "nodeId": 12512733586,
+ "lat": 45.7311274,
+ "lon": 4.8592437
+ },
+ {
+ "nodeId": 6919391599,
+ "lat": 45.7311338,
+ "lon": 4.8592739
+ },
+ {
+ "nodeId": 12512733587,
+ "lat": 45.7311383,
+ "lon": 4.8592989
+ },
+ {
+ "nodeId": 8814092249,
+ "lat": 45.7311502,
+ "lon": 4.8593657
+ },
+ {
+ "nodeId": 8814092254,
+ "lat": 45.7311514,
+ "lon": 4.8594138
+ },
+ {
+ "nodeId": 4737672671,
+ "lat": 45.7311469,
+ "lon": 4.8594574
+ },
+ {
+ "nodeId": 5456383763,
+ "lat": 45.7311395,
+ "lon": 4.8595051
+ },
+ {
+ "nodeId": 8814092258,
+ "lat": 45.731132,
+ "lon": 4.8595337
+ },
+ {
+ "nodeId": 8814092255,
+ "lat": 45.7311289,
+ "lon": 4.8595456
+ },
+ {
+ "nodeId": 8814092260,
+ "lat": 45.731125,
+ "lon": 4.8595555
+ },
+ {
+ "nodeId": 4737672672,
+ "lat": 45.7311109,
+ "lon": 4.8595914
+ },
+ {
+ "nodeId": 8814060563,
+ "lat": 45.7310811,
+ "lon": 4.8596398
+ },
+ {
+ "nodeId": 8814060562,
+ "lat": 45.7310518,
+ "lon": 4.8596723
+ },
+ {
+ "nodeId": 8149395035,
+ "lat": 45.7309944,
+ "lon": 4.8597088
+ },
+ {
+ "nodeId": 4737672673,
+ "lat": 45.7309767,
+ "lon": 4.8597157
+ },
+ {
+ "nodeId": 4737672674,
+ "lat": 45.7308742,
+ "lon": 4.8597582
+ },
+ {
+ "nodeId": 8814057613,
+ "lat": 45.7307134,
+ "lon": 4.859825
+ },
+ {
+ "nodeId": 8149395030,
+ "lat": 45.7306259,
+ "lon": 4.8598614
+ },
+ {
+ "nodeId": 6480606965,
+ "lat": 45.7304692,
+ "lon": 4.8599315
+ },
+ {
+ "nodeId": 4737672676,
+ "lat": 45.7303835,
+ "lon": 4.8599734
+ },
+ {
+ "nodeId": 5456383762,
+ "lat": 45.7302201,
+ "lon": 4.8600477
+ },
+ {
+ "nodeId": 6480606980,
+ "lat": 45.730086,
+ "lon": 4.8601325
+ },
+ {
+ "nodeId": 6480606982,
+ "lat": 45.7295764,
+ "lon": 4.8604761
+ },
+ {
+ "nodeId": 6480606983,
+ "lat": 45.7293321,
+ "lon": 4.8606355
+ },
+ {
+ "nodeId": 4737672678,
+ "lat": 45.7292475,
+ "lon": 4.8606907
+ },
+ {
+ "nodeId": 6480607185,
+ "lat": 45.7290737,
+ "lon": 4.8608052
+ },
+ {
+ "nodeId": 6480607186,
+ "lat": 45.7289938,
+ "lon": 4.8608613
+ },
+ {
+ "nodeId": 4737672679,
+ "lat": 45.7286317,
+ "lon": 4.8611403
+ },
+ {
+ "nodeId": 4737672680,
+ "lat": 45.7277765,
+ "lon": 4.8617268
+ },
+ {
+ "nodeId": 4737672681,
+ "lat": 45.7276883,
+ "lon": 4.8617836
+ },
+ {
+ "nodeId": 8811275897,
+ "lat": 45.7276371,
+ "lon": 4.8618227
+ },
+ {
+ "nodeId": 6480607193,
+ "lat": 45.7275995,
+ "lon": 4.8618612
+ },
+ {
+ "nodeId": 8149358828,
+ "lat": 45.7275674,
+ "lon": 4.8619049
+ },
+ {
+ "nodeId": 6919286741,
+ "lat": 45.7275483,
+ "lon": 4.8619501
+ },
+ {
+ "nodeId": 8111754950,
+ "lat": 45.7275423,
+ "lon": 4.8619713
+ },
+ {
+ "nodeId": 6919286743,
+ "lat": 45.7275275,
+ "lon": 4.8620242
+ },
+ {
+ "nodeId": 8149345793,
+ "lat": 45.7275224,
+ "lon": 4.862081
+ },
+ {
+ "nodeId": 4737672684,
+ "lat": 45.7275231,
+ "lon": 4.8621312
+ },
+ {
+ "nodeId": 12299494762,
+ "lat": 45.7275278,
+ "lon": 4.8621735
+ },
+ {
+ "nodeId": 6919286735,
+ "lat": 45.7275344,
+ "lon": 4.8622083
+ },
+ {
+ "nodeId": 8149345792,
+ "lat": 45.7278268,
+ "lon": 4.8631039
+ },
+ {
+ "nodeId": 6919286736,
+ "lat": 45.7278635,
+ "lon": 4.863204
+ },
+ {
+ "nodeId": 6919286737,
+ "lat": 45.7279709,
+ "lon": 4.8634849
+ },
+ {
+ "nodeId": 8149345788,
+ "lat": 45.7282353,
+ "lon": 4.8642742
+ },
+ {
+ "nodeId": 6608872944,
+ "lat": 45.7285902,
+ "lon": 4.8653054
+ },
+ {
+ "nodeId": 6919286745,
+ "lat": 45.7286401,
+ "lon": 4.8654601
+ },
+ {
+ "nodeId": 6919286747,
+ "lat": 45.7287103,
+ "lon": 4.8656747
+ },
+ {
+ "nodeId": 8149345783,
+ "lat": 45.7287234,
+ "lon": 4.8657159
+ },
+ {
+ "nodeId": 8111754952,
+ "lat": 45.7287633,
+ "lon": 4.8658536
+ },
+ {
+ "nodeId": 6919286749,
+ "lat": 45.728799,
+ "lon": 4.8659613
+ },
+ {
+ "nodeId": 8804294853,
+ "lat": 45.7289757,
+ "lon": 4.8664901
+ },
+ {
+ "nodeId": 8149345759,
+ "lat": 45.7290433,
+ "lon": 4.8666922
+ },
+ {
+ "nodeId": 8804278163,
+ "lat": 45.7292792,
+ "lon": 4.8673943
+ },
+ {
+ "nodeId": 11344923657,
+ "lat": 45.7293004,
+ "lon": 4.8674612
+ },
+ {
+ "nodeId": 8804278156,
+ "lat": 45.7293174,
+ "lon": 4.867515
+ },
+ {
+ "nodeId": 8804278157,
+ "lat": 45.7293457,
+ "lon": 4.8675986
+ },
+ {
+ "nodeId": 8804278153,
+ "lat": 45.7293579,
+ "lon": 4.8676329
+ },
+ {
+ "nodeId": 8804278158,
+ "lat": 45.7293856,
+ "lon": 4.8677084
+ },
+ {
+ "nodeId": 11344923618,
+ "lat": 45.7294035,
+ "lon": 4.8677622
+ },
+ {
+ "nodeId": 6485855736,
+ "lat": 45.7294287,
+ "lon": 4.8678336
+ },
+ {
+ "nodeId": 6480734536,
+ "lat": 45.7296561,
+ "lon": 4.8684891
+ },
+ {
+ "nodeId": 6480734537,
+ "lat": 45.7296962,
+ "lon": 4.8686086
+ },
+ {
+ "nodeId": 6480734538,
+ "lat": 45.7297386,
+ "lon": 4.8687296
+ },
+ {
+ "nodeId": 4737672691,
+ "lat": 45.7298208,
+ "lon": 4.8689779
+ },
+ {
+ "nodeId": 8111754948,
+ "lat": 45.7299941,
+ "lon": 4.8694799
+ },
+ {
+ "nodeId": 8149198023,
+ "lat": 45.7305935,
+ "lon": 4.8712661
+ },
+ {
+ "nodeId": 4737672693,
+ "lat": 45.7306655,
+ "lon": 4.8714765
+ },
+ {
+ "nodeId": 8149198026,
+ "lat": 45.7307301,
+ "lon": 4.8716663
+ },
+ {
+ "nodeId": 8803580623,
+ "lat": 45.7312191,
+ "lon": 4.8730444
+ },
+ {
+ "nodeId": 8149173375,
+ "lat": 45.7314446,
+ "lon": 4.8737172
+ },
+ {
+ "nodeId": 8801809150,
+ "lat": 45.7314953,
+ "lon": 4.8738707
+ },
+ {
+ "nodeId": 8801809173,
+ "lat": 45.7315348,
+ "lon": 4.8739903
+ },
+ {
+ "nodeId": 8149173364,
+ "lat": 45.7315803,
+ "lon": 4.874128
+ },
+ {
+ "nodeId": 6541872236,
+ "lat": 45.7318682,
+ "lon": 4.8750172
+ },
+ {
+ "nodeId": 8111370649,
+ "lat": 45.7320566,
+ "lon": 4.875557
+ },
+ {
+ "nodeId": 6541872239,
+ "lat": 45.7321031,
+ "lon": 4.8756944
+ },
+ {
+ "nodeId": 8111370650,
+ "lat": 45.7321617,
+ "lon": 4.8758735
+ },
+ {
+ "nodeId": 8149160168,
+ "lat": 45.7329401,
+ "lon": 4.8781363
+ },
+ {
+ "nodeId": 7236461487,
+ "lat": 45.7331858,
+ "lon": 4.8788617
+ },
+ {
+ "nodeId": 8798310310,
+ "lat": 45.7332261,
+ "lon": 4.8789798
+ },
+ {
+ "nodeId": 8798316225,
+ "lat": 45.7332342,
+ "lon": 4.8790235
+ },
+ {
+ "nodeId": 6920464286,
+ "lat": 45.7332366,
+ "lon": 4.8790652
+ },
+ {
+ "nodeId": 8798310312,
+ "lat": 45.7332379,
+ "lon": 4.8791433
+ },
+ {
+ "nodeId": 8798316223,
+ "lat": 45.7332349,
+ "lon": 4.8791633
+ },
+ {
+ "nodeId": 7435169476,
+ "lat": 45.7332331,
+ "lon": 4.8791749
+ },
+ {
+ "nodeId": 6920464285,
+ "lat": 45.7332192,
+ "lon": 4.8792386
+ },
+ {
+ "nodeId": 7236461488,
+ "lat": 45.7331927,
+ "lon": 4.8793388
+ },
+ {
+ "nodeId": 8798213880,
+ "lat": 45.732699,
+ "lon": 4.8808702
+ },
+ {
+ "nodeId": 8798213881,
+ "lat": 45.7326251,
+ "lon": 4.881076
+ },
+ {
+ "nodeId": 7236461489,
+ "lat": 45.732602,
+ "lon": 4.8811438
+ },
+ {
+ "nodeId": 6762402503,
+ "lat": 45.7325527,
+ "lon": 4.8812898
+ },
+ {
+ "nodeId": 6920432656,
+ "lat": 45.7324994,
+ "lon": 4.8814515
+ },
+ {
+ "nodeId": 7435169462,
+ "lat": 45.7320732,
+ "lon": 4.882781
+ },
+ {
+ "nodeId": 8797918161,
+ "lat": 45.7320237,
+ "lon": 4.8829381
+ },
+ {
+ "nodeId": 7435169471,
+ "lat": 45.7319662,
+ "lon": 4.8831209
+ },
+ {
+ "nodeId": 6920432659,
+ "lat": 45.7319334,
+ "lon": 4.883225
+ },
+ {
+ "nodeId": 7236461490,
+ "lat": 45.7313634,
+ "lon": 4.8849784
+ },
+ {
+ "nodeId": 7236461492,
+ "lat": 45.7311225,
+ "lon": 4.8857357
+ },
+ {
+ "nodeId": 6551653498,
+ "lat": 45.7310681,
+ "lon": 4.885899
+ },
+ {
+ "nodeId": 7236461493,
+ "lat": 45.7310182,
+ "lon": 4.8860499
+ },
+ {
+ "nodeId": 12029144965,
+ "lat": 45.7306776,
+ "lon": 4.8871068
+ },
+ {
+ "nodeId": 12163739410,
+ "lat": 45.7306485,
+ "lon": 4.8872025
+ },
+ {
+ "nodeId": 8795490770,
+ "lat": 45.73064,
+ "lon": 4.8872307
+ },
+ {
+ "nodeId": 10916150327,
+ "lat": 45.7306353,
+ "lon": 4.887244
+ },
+ {
+ "nodeId": 6551653503,
+ "lat": 45.7305922,
+ "lon": 4.8873723
+ },
+ {
+ "nodeId": 8795544912,
+ "lat": 45.7305775,
+ "lon": 4.8874508
+ },
+ {
+ "nodeId": 6920432649,
+ "lat": 45.7305776,
+ "lon": 4.887526
+ },
+ {
+ "nodeId": 8795544916,
+ "lat": 45.7305875,
+ "lon": 4.8875905
+ },
+ {
+ "nodeId": 6551653502,
+ "lat": 45.7306087,
+ "lon": 4.8876626
+ },
+ {
+ "nodeId": 8795544915,
+ "lat": 45.7306303,
+ "lon": 4.8877089
+ },
+ {
+ "nodeId": 6920432651,
+ "lat": 45.7306585,
+ "lon": 4.8877548
+ },
+ {
+ "nodeId": 4737672701,
+ "lat": 45.7306846,
+ "lon": 4.8877828
+ },
+ {
+ "nodeId": 6762402500,
+ "lat": 45.7307309,
+ "lon": 4.887822
+ },
+ {
+ "nodeId": 4737672702,
+ "lat": 45.7307558,
+ "lon": 4.8878363
+ },
+ {
+ "nodeId": 12587051629,
+ "lat": 45.7307967,
+ "lon": 4.8878551
+ },
+ {
+ "nodeId": 12029198479,
+ "lat": 45.7308744,
+ "lon": 4.887884
+ },
+ {
+ "nodeId": 12029144964,
+ "lat": 45.7312926,
+ "lon": 4.8880184
+ },
+ {
+ "nodeId": 8138138072,
+ "lat": 45.7313236,
+ "lon": 4.8880283
+ },
+ {
+ "nodeId": 6608872938,
+ "lat": 45.7316816,
+ "lon": 4.8881476
+ },
+ {
+ "nodeId": 8138092055,
+ "lat": 45.7319143,
+ "lon": 4.888225
+ },
+ {
+ "nodeId": 12670412903,
+ "lat": 45.7319336,
+ "lon": 4.8882311
+ },
+ {
+ "nodeId": 8795490760,
+ "lat": 45.7320506,
+ "lon": 4.8882684
+ },
+ {
+ "nodeId": 6608872939,
+ "lat": 45.7322653,
+ "lon": 4.8883364
+ },
+ {
+ "nodeId": 8795490724,
+ "lat": 45.732634,
+ "lon": 4.8884643
+ },
+ {
+ "nodeId": 1315984626,
+ "lat": 45.7330877,
+ "lon": 4.8886769
+ },
+ {
+ "nodeId": 8138092044,
+ "lat": 45.7337202,
+ "lon": 4.8890034
+ },
+ {
+ "nodeId": 8795490726,
+ "lat": 45.734718,
+ "lon": 4.8895364
+ },
+ {
+ "nodeId": 8138092025,
+ "lat": 45.735048,
+ "lon": 4.8897096
+ },
+ {
+ "nodeId": 8795490648,
+ "lat": 45.735151,
+ "lon": 4.8897709
+ },
+ {
+ "nodeId": 8137913167,
+ "lat": 45.7352548,
+ "lon": 4.8898364
+ },
+ {
+ "nodeId": 8137913165,
+ "lat": 45.7357501,
+ "lon": 4.8901435
+ },
+ {
+ "nodeId": 1313906640,
+ "lat": 45.7361858,
+ "lon": 4.8904093
+ },
+ {
+ "nodeId": 12670412901,
+ "lat": 45.7357704,
+ "lon": 4.8901555
+ },
+ {
+ "nodeId": 8137913148,
+ "lat": 45.7369239,
+ "lon": 4.8908611
+ },
+ {
+ "nodeId": 1313906773,
+ "lat": 45.7369272,
+ "lon": 4.8908635
+ },
+ {
+ "nodeId": 8137913135,
+ "lat": 45.7370096,
+ "lon": 4.8909143
+ },
+ {
+ "nodeId": 8137913143,
+ "lat": 45.7371161,
+ "lon": 4.8909805
+ },
+ {
+ "nodeId": 12673163226,
+ "lat": 45.7371393,
+ "lon": 4.8909947
+ },
+ {
+ "nodeId": 6551653524,
+ "lat": 45.7386631,
+ "lon": 4.8919293
+ },
+ {
+ "nodeId": 12002317615,
+ "lat": 45.7386837,
+ "lon": 4.8919411
+ },
+ {
+ "nodeId": 6052908352,
+ "lat": 45.7388076,
+ "lon": 4.8920123
+ },
+ {
+ "nodeId": 7201725762,
+ "lat": 45.7388849,
+ "lon": 4.892055
+ },
+ {
+ "nodeId": 12673517111,
+ "lat": 45.7389153,
+ "lon": 4.8920724
+ },
+ {
+ "nodeId": 8795195994,
+ "lat": 45.7389595,
+ "lon": 4.8920946
+ },
+ {
+ "nodeId": 12278305317,
+ "lat": 45.7390219,
+ "lon": 4.8921304
+ },
+ {
+ "nodeId": 12278305314,
+ "lat": 45.7390685,
+ "lon": 4.8921604
+ },
+ {
+ "nodeId": 12278275959,
+ "lat": 45.7391363,
+ "lon": 4.8921984
+ },
+ {
+ "nodeId": 7809423523,
+ "lat": 45.7391686,
+ "lon": 4.8922162
+ },
+ {
+ "nodeId": 8138011061,
+ "lat": 45.7397825,
+ "lon": 4.8925656
+ },
+ {
+ "nodeId": 8369670174,
+ "lat": 45.740025,
+ "lon": 4.8927007
+ },
+ {
+ "nodeId": 13235119558,
+ "lat": 45.7403983,
+ "lon": 4.8928767
+ },
+ {
+ "nodeId": 6608872943,
+ "lat": 45.7407402,
+ "lon": 4.8930571
+ },
+ {
+ "nodeId": 6920432611,
+ "lat": 45.7415309,
+ "lon": 4.8934764
+ },
+ {
+ "nodeId": 6920432604,
+ "lat": 45.7417509,
+ "lon": 4.8936001
+ },
+ {
+ "nodeId": 8137551817,
+ "lat": 45.7418169,
+ "lon": 4.8936421
+ },
+ {
+ "nodeId": 7809484945,
+ "lat": 45.741855,
+ "lon": 4.8936731
+ },
+ {
+ "nodeId": 6920432602,
+ "lat": 45.7419883,
+ "lon": 4.893794
+ },
+ {
+ "nodeId": 8795169938,
+ "lat": 45.7420683,
+ "lon": 4.8938596
+ },
+ {
+ "nodeId": 7809423521,
+ "lat": 45.7420981,
+ "lon": 4.893885
+ },
+ {
+ "nodeId": 6951450973,
+ "lat": 45.7421416,
+ "lon": 4.8939208
+ },
+ {
+ "nodeId": 6920432610,
+ "lat": 45.7422444,
+ "lon": 4.8939769
+ },
+ {
+ "nodeId": 8137523940,
+ "lat": 45.7428176,
+ "lon": 4.8942837
+ },
+ {
+ "nodeId": 8369670166,
+ "lat": 45.7430001,
+ "lon": 4.8943845
+ },
+ {
+ "nodeId": 6951450976,
+ "lat": 45.7431842,
+ "lon": 4.8945123
+ },
+ {
+ "nodeId": 4737672710,
+ "lat": 45.7432952,
+ "lon": 4.8946061
+ },
+ {
+ "nodeId": 6951450978,
+ "lat": 45.7434301,
+ "lon": 4.8947156
+ },
+ {
+ "nodeId": 6951450981,
+ "lat": 45.7435454,
+ "lon": 4.8948065
+ },
+ {
+ "nodeId": 8369670163,
+ "lat": 45.7436588,
+ "lon": 4.8948861
+ },
+ {
+ "nodeId": 6951450982,
+ "lat": 45.7437747,
+ "lon": 4.8949496
+ },
+ {
+ "nodeId": 8369670162,
+ "lat": 45.7438953,
+ "lon": 4.8950175
+ },
+ {
+ "nodeId": 8369670160,
+ "lat": 45.7446908,
+ "lon": 4.8954542
+ },
+ {
+ "nodeId": 8794834995,
+ "lat": 45.7448829,
+ "lon": 4.8955401
+ },
+ {
+ "nodeId": 8369670158,
+ "lat": 45.7453306,
+ "lon": 4.8957784
+ },
+ {
+ "nodeId": 12029130543,
+ "lat": 45.7460922,
+ "lon": 4.8961838
+ },
+ {
+ "nodeId": 8794834990,
+ "lat": 45.7461876,
+ "lon": 4.8962347
+ },
+ {
+ "nodeId": 8137302955,
+ "lat": 45.746259,
+ "lon": 4.8962727
+ },
+ {
+ "nodeId": 8137340453,
+ "lat": 45.7464238,
+ "lon": 4.8963603
+ },
+ {
+ "nodeId": 13564892738,
+ "lat": 45.7477725,
+ "lon": 4.8968802
+ },
+ {
+ "nodeId": 13564937407,
+ "lat": 45.7477807,
+ "lon": 4.8968819
+ },
+ {
+ "nodeId": 13564892737,
+ "lat": 45.747812,
+ "lon": 4.8968882
+ },
+ {
+ "nodeId": 13564937408,
+ "lat": 45.7478384,
+ "lon": 4.8968919
+ },
+ {
+ "nodeId": 13564892736,
+ "lat": 45.7478444,
+ "lon": 4.8968928
+ },
+ {
+ "nodeId": 13564892735,
+ "lat": 45.7478769,
+ "lon": 4.896895
+ },
+ {
+ "nodeId": 13564892734,
+ "lat": 45.7479137,
+ "lon": 4.8968951
+ },
+ {
+ "nodeId": 13239809920,
+ "lat": 45.747969,
+ "lon": 4.8968922
+ },
+ {
+ "nodeId": 13239809921,
+ "lat": 45.7480706,
+ "lon": 4.896887
+ },
+ {
+ "nodeId": 13564892733,
+ "lat": 45.7481034,
+ "lon": 4.8968853
+ },
+ {
+ "nodeId": 13564892732,
+ "lat": 45.7481573,
+ "lon": 4.8968838
+ },
+ {
+ "nodeId": 13239809922,
+ "lat": 45.7482041,
+ "lon": 4.8968855
+ },
+ {
+ "nodeId": 13564892731,
+ "lat": 45.7482121,
+ "lon": 4.8968858
+ },
+ {
+ "nodeId": 13564892730,
+ "lat": 45.7482757,
+ "lon": 4.8968929
+ },
+ {
+ "nodeId": 13564892729,
+ "lat": 45.748826,
+ "lon": 4.8969718
+ },
+ {
+ "nodeId": 13239809923,
+ "lat": 45.7498607,
+ "lon": 4.897133
+ },
+ {
+ "nodeId": 13564892728,
+ "lat": 45.7499159,
+ "lon": 4.8971416
+ },
+ {
+ "nodeId": 13239809924,
+ "lat": 45.749924,
+ "lon": 4.897143
+ },
+ {
+ "nodeId": 13564892727,
+ "lat": 45.7500384,
+ "lon": 4.8971624
+ },
+ {
+ "nodeId": 13564892726,
+ "lat": 45.7501295,
+ "lon": 4.8971837
+ },
+ {
+ "nodeId": 13564892725,
+ "lat": 45.7501953,
+ "lon": 4.8972033
+ },
+ {
+ "nodeId": 13564892724,
+ "lat": 45.7502339,
+ "lon": 4.8972165
+ },
+ {
+ "nodeId": 13239809912,
+ "lat": 45.7503743,
+ "lon": 4.8972702
+ },
+ {
+ "nodeId": 13564892723,
+ "lat": 45.7505351,
+ "lon": 4.8973318
+ },
+ {
+ "nodeId": 13564892722,
+ "lat": 45.7505898,
+ "lon": 4.8973508
+ },
+ {
+ "nodeId": 13564892721,
+ "lat": 45.7506462,
+ "lon": 4.8973678
+ },
+ {
+ "nodeId": 13564892720,
+ "lat": 45.7507352,
+ "lon": 4.89739
+ },
+ {
+ "nodeId": 13564892719,
+ "lat": 45.7512067,
+ "lon": 4.897494
+ },
+ {
+ "nodeId": 13239809925,
+ "lat": 45.751254,
+ "lon": 4.8975077
+ },
+ {
+ "nodeId": 13564892718,
+ "lat": 45.751286,
+ "lon": 4.8975169
+ },
+ {
+ "nodeId": 13564892717,
+ "lat": 45.7513827,
+ "lon": 4.8975516
+ },
+ {
+ "nodeId": 12587706740,
+ "lat": 45.7516448,
+ "lon": 4.8976496
+ },
+ {
+ "nodeId": 13564892716,
+ "lat": 45.7518661,
+ "lon": 4.8977323
+ },
+ {
+ "nodeId": 13564892715,
+ "lat": 45.7519514,
+ "lon": 4.897767
+ },
+ {
+ "nodeId": 13564892714,
+ "lat": 45.7520194,
+ "lon": 4.8977994
+ },
+ {
+ "nodeId": 13564892713,
+ "lat": 45.7526829,
+ "lon": 4.8981329
+ },
+ {
+ "nodeId": 11181176554,
+ "lat": 45.7526994,
+ "lon": 4.8981406
+ },
+ {
+ "nodeId": 13564892712,
+ "lat": 45.7527142,
+ "lon": 4.8981476
+ },
+ {
+ "nodeId": 13239809926,
+ "lat": 45.7527325,
+ "lon": 4.8981548
+ },
+ {
+ "nodeId": 13564892711,
+ "lat": 45.7527428,
+ "lon": 4.8981589
+ },
+ {
+ "nodeId": 13564892710,
+ "lat": 45.7527683,
+ "lon": 4.8981664
+ },
+ {
+ "nodeId": 13239809927,
+ "lat": 45.7527755,
+ "lon": 4.8981677
+ },
+ {
+ "nodeId": 13564892709,
+ "lat": 45.7527917,
+ "lon": 4.8981706
+ },
+ {
+ "nodeId": 13239809928,
+ "lat": 45.7528141,
+ "lon": 4.8981721
+ },
+ {
+ "nodeId": 13564892707,
+ "lat": 45.7528364,
+ "lon": 4.8981713
+ },
+ {
+ "nodeId": 13564892706,
+ "lat": 45.7528587,
+ "lon": 4.8981681
+ },
+ {
+ "nodeId": 13564892705,
+ "lat": 45.7528807,
+ "lon": 4.8981625
+ },
+ {
+ "nodeId": 13564892704,
+ "lat": 45.7529024,
+ "lon": 4.8981547
+ },
+ {
+ "nodeId": 13564892703,
+ "lat": 45.7529236,
+ "lon": 4.8981445
+ },
+ {
+ "nodeId": 13564892702,
+ "lat": 45.7529443,
+ "lon": 4.8981321
+ },
+ {
+ "nodeId": 12589970577,
+ "lat": 45.752953,
+ "lon": 4.8981258
+ },
+ {
+ "nodeId": 13564892701,
+ "lat": 45.7529642,
+ "lon": 4.8981176
+ },
+ {
+ "nodeId": 13564892700,
+ "lat": 45.7529833,
+ "lon": 4.898101
+ },
+ {
+ "nodeId": 13564892699,
+ "lat": 45.7530015,
+ "lon": 4.8980825
+ },
+ {
+ "nodeId": 13046107838,
+ "lat": 45.7530187,
+ "lon": 4.898062
+ },
+ {
+ "nodeId": 13564892697,
+ "lat": 45.7530348,
+ "lon": 4.8980398
+ },
+ {
+ "nodeId": 13564892696,
+ "lat": 45.7530497,
+ "lon": 4.8980159
+ },
+ {
+ "nodeId": 13564892695,
+ "lat": 45.7530633,
+ "lon": 4.8979906
+ },
+ {
+ "nodeId": 13564892694,
+ "lat": 45.7530755,
+ "lon": 4.8979638
+ },
+ {
+ "nodeId": 13564892693,
+ "lat": 45.753086,
+ "lon": 4.8979371
+ },
+ {
+ "nodeId": 13564892692,
+ "lat": 45.7530986,
+ "lon": 4.897899
+ },
+ {
+ "nodeId": 13564892691,
+ "lat": 45.7531133,
+ "lon": 4.8978474
+ },
+ {
+ "nodeId": 13564892690,
+ "lat": 45.7533435,
+ "lon": 4.8969814
+ },
+ {
+ "nodeId": 13564892689,
+ "lat": 45.7533664,
+ "lon": 4.8968874
+ },
+ {
+ "nodeId": 13564892688,
+ "lat": 45.7533896,
+ "lon": 4.8967801
+ },
+ {
+ "nodeId": 12589978282,
+ "lat": 45.7536956,
+ "lon": 4.8952907
+ },
+ {
+ "nodeId": 13564892687,
+ "lat": 45.7538402,
+ "lon": 4.8945871
+ },
+ {
+ "nodeId": 13564892686,
+ "lat": 45.753874,
+ "lon": 4.8944185
+ },
+ {
+ "nodeId": 13564892685,
+ "lat": 45.7539814,
+ "lon": 4.8938215
+ },
+ {
+ "nodeId": 13564892684,
+ "lat": 45.7539876,
+ "lon": 4.8937824
+ },
+ {
+ "nodeId": 13564892683,
+ "lat": 45.754,
+ "lon": 4.8936885
+ },
+ {
+ "nodeId": 13564892682,
+ "lat": 45.7540092,
+ "lon": 4.8935938
+ },
+ {
+ "nodeId": 12589978288,
+ "lat": 45.7540109,
+ "lon": 4.893566
+ },
+ {
+ "nodeId": 13564892681,
+ "lat": 45.7540184,
+ "lon": 4.8934401
+ },
+ {
+ "nodeId": 13564892680,
+ "lat": 45.7541062,
+ "lon": 4.891713
+ },
+ {
+ "nodeId": 13564892679,
+ "lat": 45.7541123,
+ "lon": 4.8916344
+ },
+ {
+ "nodeId": 13564892678,
+ "lat": 45.7541198,
+ "lon": 4.8915848
+ },
+ {
+ "nodeId": 13564892677,
+ "lat": 45.7541293,
+ "lon": 4.8915448
+ },
+ {
+ "nodeId": 12059177185,
+ "lat": 45.7541397,
+ "lon": 4.8915131
+ },
+ {
+ "nodeId": 13564892676,
+ "lat": 45.7541419,
+ "lon": 4.8915065
+ },
+ {
+ "nodeId": 13564892675,
+ "lat": 45.7541572,
+ "lon": 4.8914704
+ },
+ {
+ "nodeId": 13564892674,
+ "lat": 45.7541753,
+ "lon": 4.8914369
+ },
+ {
+ "nodeId": 13564892673,
+ "lat": 45.7541958,
+ "lon": 4.8914064
+ },
+ {
+ "nodeId": 13564942002,
+ "lat": 45.7542,
+ "lon": 4.8914014
+ },
+ {
+ "nodeId": 13564892672,
+ "lat": 45.7542185,
+ "lon": 4.8913794
+ },
+ {
+ "nodeId": 13564892671,
+ "lat": 45.7542432,
+ "lon": 4.891356
+ },
+ {
+ "nodeId": 9879343643,
+ "lat": 45.7542655,
+ "lon": 4.8913395
+ },
+ {
+ "nodeId": 13564892670,
+ "lat": 45.7542695,
+ "lon": 4.8913366
+ },
+ {
+ "nodeId": 13564892669,
+ "lat": 45.7543043,
+ "lon": 4.8913181
+ },
+ {
+ "nodeId": 13564892668,
+ "lat": 45.7543276,
+ "lon": 4.8913091
+ },
+ {
+ "nodeId": 13564892667,
+ "lat": 45.7543548,
+ "lon": 4.8913012
+ },
+ {
+ "nodeId": 13564892666,
+ "lat": 45.754387,
+ "lon": 4.8912944
+ },
+ {
+ "nodeId": 13564892665,
+ "lat": 45.7544231,
+ "lon": 4.891289
+ },
+ {
+ "nodeId": 13564876105,
+ "lat": 45.754941,
+ "lon": 4.8912239
+ },
+ {
+ "nodeId": 12902085993,
+ "lat": 45.75558,
+ "lon": 4.8911437
+ },
+ {
+ "nodeId": 12588117753,
+ "lat": 45.7556178,
+ "lon": 4.8911389
+ },
+ {
+ "nodeId": 12588117750,
+ "lat": 45.7557062,
+ "lon": 4.8911278
+ },
+ {
+ "nodeId": 13564918196,
+ "lat": 45.755802,
+ "lon": 4.8911158
+ },
+ {
+ "nodeId": 12842926471,
+ "lat": 45.7558671,
+ "lon": 4.8911077
+ },
+ {
+ "nodeId": 13546412301,
+ "lat": 45.7559234,
+ "lon": 4.8911007
+ },
+ {
+ "nodeId": 12588117743,
+ "lat": 45.7560766,
+ "lon": 4.8910814
+ },
+ {
+ "nodeId": 13546393763,
+ "lat": 45.75613,
+ "lon": 4.8910747
+ },
+ {
+ "nodeId": 13546393756,
+ "lat": 45.7568152,
+ "lon": 4.8909887
+ },
+ {
+ "nodeId": 13546393753,
+ "lat": 45.7569453,
+ "lon": 4.8909724
+ },
+ {
+ "nodeId": 13546393745,
+ "lat": 45.7579958,
+ "lon": 4.8908405
+ },
+ {
+ "nodeId": 13546393742,
+ "lat": 45.7581245,
+ "lon": 4.8908244
+ },
+ {
+ "nodeId": 13564892664,
+ "lat": 45.7582414,
+ "lon": 4.8908097
+ },
+ {
+ "nodeId": 13564892663,
+ "lat": 45.7582974,
+ "lon": 4.8908044
+ },
+ {
+ "nodeId": 13564892662,
+ "lat": 45.7583452,
+ "lon": 4.8908021
+ },
+ {
+ "nodeId": 13564892661,
+ "lat": 45.7585814,
+ "lon": 4.8908019
+ },
+ {
+ "nodeId": 13564892660,
+ "lat": 45.7586559,
+ "lon": 4.8907986
+ },
+ {
+ "nodeId": 13564892659,
+ "lat": 45.7587205,
+ "lon": 4.8907918
+ },
+ {
+ "nodeId": 13564892658,
+ "lat": 45.7591567,
+ "lon": 4.8907353
+ },
+ {
+ "nodeId": 13564892657,
+ "lat": 45.759188,
+ "lon": 4.8907299
+ },
+ {
+ "nodeId": 13564892656,
+ "lat": 45.7592138,
+ "lon": 4.8907234
+ },
+ {
+ "nodeId": 13564892655,
+ "lat": 45.7592366,
+ "lon": 4.8907151
+ },
+ {
+ "nodeId": 13564892654,
+ "lat": 45.7592585,
+ "lon": 4.8907042
+ },
+ {
+ "nodeId": 13564892653,
+ "lat": 45.7592767,
+ "lon": 4.8906926
+ },
+ {
+ "nodeId": 13564892651,
+ "lat": 45.7593109,
+ "lon": 4.8906634
+ },
+ {
+ "nodeId": 13564892652,
+ "lat": 45.7592942,
+ "lon": 4.890679
+ },
+ {
+ "nodeId": 13546393734,
+ "lat": 45.7593149,
+ "lon": 4.8906591
+ },
+ {
+ "nodeId": 13564892650,
+ "lat": 45.7593267,
+ "lon": 4.8906461
+ },
+ {
+ "nodeId": 12495638670,
+ "lat": 45.7593352,
+ "lon": 4.8906352
+ },
+ {
+ "nodeId": 13564892649,
+ "lat": 45.7593415,
+ "lon": 4.890627
+ },
+ {
+ "nodeId": 13564892648,
+ "lat": 45.7593552,
+ "lon": 4.8906063
+ },
+ {
+ "nodeId": 13564892647,
+ "lat": 45.7593677,
+ "lon": 4.8905842
+ },
+ {
+ "nodeId": 13564892646,
+ "lat": 45.759379,
+ "lon": 4.8905607
+ },
+ {
+ "nodeId": 13564892645,
+ "lat": 45.7593889,
+ "lon": 4.890536
+ },
+ {
+ "nodeId": 13564892644,
+ "lat": 45.7593975,
+ "lon": 4.8905103
+ },
+ {
+ "nodeId": 13564892643,
+ "lat": 45.7594046,
+ "lon": 4.8904837
+ },
+ {
+ "nodeId": 13564892642,
+ "lat": 45.7594102,
+ "lon": 4.8904564
+ },
+ {
+ "nodeId": 13564892641,
+ "lat": 45.7594144,
+ "lon": 4.8904285
+ },
+ {
+ "nodeId": 13564892640,
+ "lat": 45.759417,
+ "lon": 4.8904003
+ },
+ {
+ "nodeId": 13564892639,
+ "lat": 45.7594179,
+ "lon": 4.8903596
+ },
+ {
+ "nodeId": 13564892638,
+ "lat": 45.7594158,
+ "lon": 4.8903153
+ },
+ {
+ "nodeId": 1980844024,
+ "lat": 45.7718196,
+ "lon": 4.9974156
+ },
+ {
+ "nodeId": 11048673695,
+ "lat": 45.7717607,
+ "lon": 4.9979089
+ },
+ {
+ "nodeId": 8112230010,
+ "lat": 45.7716806,
+ "lon": 4.9985563
+ },
+ {
+ "nodeId": 8112230006,
+ "lat": 45.7715804,
+ "lon": 4.9993033
+ },
+ {
+ "nodeId": 11048673663,
+ "lat": 45.7715137,
+ "lon": 4.99993
+ },
+ {
+ "nodeId": 1980844019,
+ "lat": 45.7714588,
+ "lon": 5.0003605
+ },
+ {
+ "nodeId": 10047230182,
+ "lat": 45.7714152,
+ "lon": 5.0007162
+ },
+ {
+ "nodeId": 1980844017,
+ "lat": 45.7714069,
+ "lon": 5.0007775
+ },
+ {
+ "nodeId": 11049740994,
+ "lat": 45.7713989,
+ "lon": 5.000837
+ },
+ {
+ "nodeId": 10047230183,
+ "lat": 45.7713921,
+ "lon": 5.0008869
+ },
+ {
+ "nodeId": 1980844016,
+ "lat": 45.7712271,
+ "lon": 5.00221
+ },
+ {
+ "nodeId": 1980844015,
+ "lat": 45.771141,
+ "lon": 5.0029211
+ },
+ {
+ "nodeId": 1980844014,
+ "lat": 45.7710997,
+ "lon": 5.0032776
+ },
+ {
+ "nodeId": 11057503523,
+ "lat": 45.7710652,
+ "lon": 5.0035585
+ },
+ {
+ "nodeId": 1980844008,
+ "lat": 45.7710583,
+ "lon": 5.0036151
+ },
+ {
+ "nodeId": 1980844006,
+ "lat": 45.7706807,
+ "lon": 5.0066796
+ },
+ {
+ "nodeId": 1980844004,
+ "lat": 45.7704947,
+ "lon": 5.0082035
+ },
+ {
+ "nodeId": 1980844003,
+ "lat": 45.7703993,
+ "lon": 5.008967
+ },
+ {
+ "nodeId": 1980844002,
+ "lat": 45.7703074,
+ "lon": 5.0097374
+ },
+ {
+ "nodeId": 12180236269,
+ "lat": 45.7699712,
+ "lon": 5.0125404
+ },
+ {
+ "nodeId": 13363638555,
+ "lat": 45.7699557,
+ "lon": 5.0126703
+ },
+ {
+ "nodeId": 12141752448,
+ "lat": 45.7699435,
+ "lon": 5.0127726
+ },
+ {
+ "nodeId": 12179923944,
+ "lat": 45.7699316,
+ "lon": 5.012873
+ },
+ {
+ "nodeId": 11049870637,
+ "lat": 45.7697607,
+ "lon": 5.0143247
+ },
+ {
+ "nodeId": 11049870639,
+ "lat": 45.7692775,
+ "lon": 5.0182877
+ },
+ {
+ "nodeId": 11049870635,
+ "lat": 45.768799,
+ "lon": 5.022191
+ },
+ {
+ "nodeId": 1980843996,
+ "lat": 45.7685588,
+ "lon": 5.0241057
+ },
+ {
+ "nodeId": 9505848535,
+ "lat": 45.7684708,
+ "lon": 5.0248266
+ },
+ {
+ "nodeId": 9505848538,
+ "lat": 45.7684425,
+ "lon": 5.0250532
+ },
+ {
+ "nodeId": 1980843994,
+ "lat": 45.7682183,
+ "lon": 5.0268985
+ },
+ {
+ "nodeId": 1980843992,
+ "lat": 45.7680855,
+ "lon": 5.0279805
+ },
+ {
+ "nodeId": 1980843990,
+ "lat": 45.7680417,
+ "lon": 5.0283387
+ },
+ {
+ "nodeId": 1980994764,
+ "lat": 45.7679368,
+ "lon": 5.0291863
+ },
+ {
+ "nodeId": 12164086158,
+ "lat": 45.7678353,
+ "lon": 5.0300088
+ },
+ {
+ "nodeId": 11070905775,
+ "lat": 45.7678281,
+ "lon": 5.0300674
+ },
+ {
+ "nodeId": 11070905779,
+ "lat": 45.7678206,
+ "lon": 5.0301284
+ },
+ {
+ "nodeId": 10800179560,
+ "lat": 45.7678105,
+ "lon": 5.0301966
+ },
+ {
+ "nodeId": 3112802854,
+ "lat": 45.7676776,
+ "lon": 5.0313028
+ },
+ {
+ "nodeId": 3112802849,
+ "lat": 45.7675899,
+ "lon": 5.0320215
+ },
+ {
+ "nodeId": 4136967284,
+ "lat": 45.7675713,
+ "lon": 5.0321734
+ },
+ {
+ "nodeId": 2052803555,
+ "lat": 45.7675319,
+ "lon": 5.032507
+ },
+ {
+ "nodeId": 3720163609,
+ "lat": 45.76751,
+ "lon": 5.0327076
+ },
+ {
+ "nodeId": 1324450722,
+ "lat": 45.7674796,
+ "lon": 5.0329938
+ },
+ {
+ "nodeId": 9505941584,
+ "lat": 45.7674626,
+ "lon": 5.0331639
+ },
+ {
+ "nodeId": 2052803548,
+ "lat": 45.7674422,
+ "lon": 5.0333715
+ },
+ {
+ "nodeId": 1980994756,
+ "lat": 45.7674073,
+ "lon": 5.033702
+ },
+ {
+ "nodeId": 1979455549,
+ "lat": 45.7734102,
+ "lon": 4.9841733
+ },
+ {
+ "nodeId": 1980844044,
+ "lat": 45.7733218,
+ "lon": 4.9849235
+ },
+ {
+ "nodeId": 9378934789,
+ "lat": 45.7224879,
+ "lon": 5.0756363
+ },
+ {
+ "nodeId": 936743618,
+ "lat": 45.7230754,
+ "lon": 5.075732
+ },
+ {
+ "nodeId": 12944386652,
+ "lat": 45.7233969,
+ "lon": 5.0757842
+ },
+ {
+ "nodeId": 12944386657,
+ "lat": 45.7236721,
+ "lon": 5.0758231
+ },
+ {
+ "nodeId": 9082214344,
+ "lat": 45.7242105,
+ "lon": 5.0759149
+ },
+ {
+ "nodeId": 936743532,
+ "lat": 45.7253033,
+ "lon": 5.0760868
+ },
+ {
+ "nodeId": 1980994564,
+ "lat": 45.7274069,
+ "lon": 5.0764146
+ },
+ {
+ "nodeId": 12944386687,
+ "lat": 45.7263582,
+ "lon": 5.0762589
+ },
+ {
+ "nodeId": 7919574576,
+ "lat": 45.7738456,
+ "lon": 4.9808168
+ },
+ {
+ "nodeId": 1979455553,
+ "lat": 45.7737989,
+ "lon": 4.9811497
+ },
+ {
+ "nodeId": 4107880444,
+ "lat": 45.7737569,
+ "lon": 4.9815252
+ },
+ {
+ "nodeId": 2973890403,
+ "lat": 45.7737111,
+ "lon": 4.9818729
+ },
+ {
+ "nodeId": 1980844043,
+ "lat": 45.7731446,
+ "lon": 4.986489
+ },
+ {
+ "nodeId": 11048304542,
+ "lat": 45.7730675,
+ "lon": 4.9871586
+ },
+ {
+ "nodeId": 1980844032,
+ "lat": 45.772708,
+ "lon": 4.9900883
+ },
+ {
+ "nodeId": 11048341917,
+ "lat": 45.7726942,
+ "lon": 4.990197
+ },
+ {
+ "nodeId": 1980844031,
+ "lat": 45.7726859,
+ "lon": 4.9902623
+ },
+ {
+ "nodeId": 11048304519,
+ "lat": 45.7726763,
+ "lon": 4.9903382
+ },
+ {
+ "nodeId": 11048341919,
+ "lat": 45.7726685,
+ "lon": 4.9903994
+ },
+ {
+ "nodeId": 11048341922,
+ "lat": 45.7725703,
+ "lon": 4.9912228
+ },
+ {
+ "nodeId": 1980844029,
+ "lat": 45.772414,
+ "lon": 4.9924857
+ },
+ {
+ "nodeId": 8112230001,
+ "lat": 45.7721583,
+ "lon": 4.99458
+ },
+ {
+ "nodeId": 1980844025,
+ "lat": 45.7719849,
+ "lon": 4.9960738
+ },
+ {
+ "nodeId": 1980994563,
+ "lat": 45.7223177,
+ "lon": 5.0756138
+ },
+ {
+ "nodeId": 9378914952,
+ "lat": 45.7223251,
+ "lon": 5.0756147
+ },
+ {
+ "nodeId": 9378934802,
+ "lat": 45.7222719,
+ "lon": 5.0755986
+ },
+ {
+ "nodeId": 10042570777,
+ "lat": 45.7736946,
+ "lon": 4.9820067
+ },
+ {
+ "nodeId": 10042570782,
+ "lat": 45.7736847,
+ "lon": 4.9820983
+ },
+ {
+ "nodeId": 11025952403,
+ "lat": 45.7736708,
+ "lon": 4.982213
+ },
+ {
+ "nodeId": 1979455551,
+ "lat": 45.7736515,
+ "lon": 4.9823558
+ },
+ {
+ "nodeId": 10042570790,
+ "lat": 45.7736486,
+ "lon": 4.9823826
+ },
+ {
+ "nodeId": 1979455550,
+ "lat": 45.7735439,
+ "lon": 4.9831637
+ },
+ {
+ "nodeId": 1324457056,
+ "lat": 45.7671328,
+ "lon": 5.035979
+ },
+ {
+ "nodeId": 1980994755,
+ "lat": 45.7670975,
+ "lon": 5.0362699
+ },
+ {
+ "nodeId": 1980994753,
+ "lat": 45.7669598,
+ "lon": 5.037395
+ },
+ {
+ "nodeId": 1980994752,
+ "lat": 45.766874,
+ "lon": 5.0380428
+ },
+ {
+ "nodeId": 1980994751,
+ "lat": 45.7668069,
+ "lon": 5.0384838
+ },
+ {
+ "nodeId": 1980994750,
+ "lat": 45.7667452,
+ "lon": 5.0388235
+ },
+ {
+ "nodeId": 1980994748,
+ "lat": 45.7666762,
+ "lon": 5.0391357
+ },
+ {
+ "nodeId": 1980994747,
+ "lat": 45.766588,
+ "lon": 5.0394683
+ },
+ {
+ "nodeId": 1980994746,
+ "lat": 45.7664328,
+ "lon": 5.040001
+ },
+ {
+ "nodeId": 1980994744,
+ "lat": 45.7663158,
+ "lon": 5.0403419
+ },
+ {
+ "nodeId": 1980994743,
+ "lat": 45.7662258,
+ "lon": 5.0405655
+ },
+ {
+ "nodeId": 1980994741,
+ "lat": 45.7660616,
+ "lon": 5.0409375
+ },
+ {
+ "nodeId": 1980994740,
+ "lat": 45.7659712,
+ "lon": 5.0411224
+ },
+ {
+ "nodeId": 1980994739,
+ "lat": 45.7658539,
+ "lon": 5.0413536
+ },
+ {
+ "nodeId": 9176667266,
+ "lat": 45.7657841,
+ "lon": 5.0414849
+ },
+ {
+ "nodeId": 1980994737,
+ "lat": 45.7657367,
+ "lon": 5.041574
+ },
+ {
+ "nodeId": 1980994735,
+ "lat": 45.7656282,
+ "lon": 5.0417562
+ },
+ {
+ "nodeId": 1980994734,
+ "lat": 45.7654988,
+ "lon": 5.0419565
+ },
+ {
+ "nodeId": 1980994733,
+ "lat": 45.765387,
+ "lon": 5.0421214
+ },
+ {
+ "nodeId": 1980994731,
+ "lat": 45.7652396,
+ "lon": 5.0423203
+ },
+ {
+ "nodeId": 1980994729,
+ "lat": 45.7650707,
+ "lon": 5.0425361
+ },
+ {
+ "nodeId": 1980994727,
+ "lat": 45.7649428,
+ "lon": 5.0426861
+ },
+ {
+ "nodeId": 1980994726,
+ "lat": 45.7647994,
+ "lon": 5.0428503
+ },
+ {
+ "nodeId": 1980994724,
+ "lat": 45.7646319,
+ "lon": 5.0430178
+ },
+ {
+ "nodeId": 1980994722,
+ "lat": 45.764518,
+ "lon": 5.043125
+ },
+ {
+ "nodeId": 1980994721,
+ "lat": 45.7643686,
+ "lon": 5.0432603
+ },
+ {
+ "nodeId": 1980994719,
+ "lat": 45.7641656,
+ "lon": 5.0434258
+ },
+ {
+ "nodeId": 1980994718,
+ "lat": 45.7640457,
+ "lon": 5.0435142
+ },
+ {
+ "nodeId": 1980994717,
+ "lat": 45.7639928,
+ "lon": 5.0435557
+ },
+ {
+ "nodeId": 1980994716,
+ "lat": 45.7638447,
+ "lon": 5.0436542
+ },
+ {
+ "nodeId": 1980994714,
+ "lat": 45.7636784,
+ "lon": 5.0437606
+ },
+ {
+ "nodeId": 1980994713,
+ "lat": 45.7634197,
+ "lon": 5.0439004
+ },
+ {
+ "nodeId": 1980994712,
+ "lat": 45.7631809,
+ "lon": 5.0440131
+ },
+ {
+ "nodeId": 1980994710,
+ "lat": 45.7629317,
+ "lon": 5.0441098
+ },
+ {
+ "nodeId": 1980994708,
+ "lat": 45.7626181,
+ "lon": 5.0442092
+ },
+ {
+ "nodeId": 1980994707,
+ "lat": 45.762378,
+ "lon": 5.0442638
+ },
+ {
+ "nodeId": 1980994705,
+ "lat": 45.7621203,
+ "lon": 5.0443083
+ },
+ {
+ "nodeId": 1980994703,
+ "lat": 45.7617395,
+ "lon": 5.0443405
+ },
+ {
+ "nodeId": 1980994702,
+ "lat": 45.7613423,
+ "lon": 5.0443401
+ },
+ {
+ "nodeId": 1980994701,
+ "lat": 45.7605038,
+ "lon": 5.0443225
+ },
+ {
+ "nodeId": 1980994700,
+ "lat": 45.7598393,
+ "lon": 5.0442996
+ },
+ {
+ "nodeId": 1980994698,
+ "lat": 45.7597275,
+ "lon": 5.0443063
+ },
+ {
+ "nodeId": 1980994697,
+ "lat": 45.7596214,
+ "lon": 5.0443224
+ },
+ {
+ "nodeId": 1980994696,
+ "lat": 45.7591985,
+ "lon": 5.0443695
+ },
+ {
+ "nodeId": 1980994695,
+ "lat": 45.758674,
+ "lon": 5.044472
+ },
+ {
+ "nodeId": 1980994694,
+ "lat": 45.7582667,
+ "lon": 5.0445872
+ },
+ {
+ "nodeId": 1980994693,
+ "lat": 45.757996,
+ "lon": 5.0446783
+ },
+ {
+ "nodeId": 1980994691,
+ "lat": 45.7577361,
+ "lon": 5.0447855
+ },
+ {
+ "nodeId": 1980994690,
+ "lat": 45.7572403,
+ "lon": 5.0450106
+ },
+ {
+ "nodeId": 1980994688,
+ "lat": 45.7567996,
+ "lon": 5.045268
+ },
+ {
+ "nodeId": 1980994687,
+ "lat": 45.7565343,
+ "lon": 5.0454404
+ },
+ {
+ "nodeId": 1980994685,
+ "lat": 45.7558739,
+ "lon": 5.0459397
+ },
+ {
+ "nodeId": 1980994686,
+ "lat": 45.7562595,
+ "lon": 5.0456394
+ },
+ {
+ "nodeId": 1980994684,
+ "lat": 45.7556474,
+ "lon": 5.0461387
+ },
+ {
+ "nodeId": 1980994682,
+ "lat": 45.755186,
+ "lon": 5.0465897
+ },
+ {
+ "nodeId": 1980994681,
+ "lat": 45.75481,
+ "lon": 5.0470247
+ },
+ {
+ "nodeId": 1980994680,
+ "lat": 45.7523553,
+ "lon": 5.0501562
+ },
+ {
+ "nodeId": 1980994679,
+ "lat": 45.7497241,
+ "lon": 5.0535219
+ },
+ {
+ "nodeId": 1980994678,
+ "lat": 45.7447054,
+ "lon": 5.0599556
+ },
+ {
+ "nodeId": 1980994676,
+ "lat": 45.7440915,
+ "lon": 5.0607643
+ },
+ {
+ "nodeId": 1980994675,
+ "lat": 45.7438549,
+ "lon": 5.0611121
+ },
+ {
+ "nodeId": 1980994674,
+ "lat": 45.7437352,
+ "lon": 5.0612983
+ },
+ {
+ "nodeId": 1980994672,
+ "lat": 45.7435644,
+ "lon": 5.0615703
+ },
+ {
+ "nodeId": 1980994670,
+ "lat": 45.7433761,
+ "lon": 5.0619006
+ },
+ {
+ "nodeId": 1980994669,
+ "lat": 45.7431825,
+ "lon": 5.0622631
+ },
+ {
+ "nodeId": 1980994667,
+ "lat": 45.7430579,
+ "lon": 5.0625176
+ },
+ {
+ "nodeId": 1980994665,
+ "lat": 45.7428498,
+ "lon": 5.0629509
+ },
+ {
+ "nodeId": 1980994664,
+ "lat": 45.7426594,
+ "lon": 5.0633924
+ },
+ {
+ "nodeId": 1980994662,
+ "lat": 45.7424505,
+ "lon": 5.0639233
+ },
+ {
+ "nodeId": 1980994660,
+ "lat": 45.742266,
+ "lon": 5.0644699
+ },
+ {
+ "nodeId": 1980994659,
+ "lat": 45.7421365,
+ "lon": 5.0648777
+ },
+ {
+ "nodeId": 1980994658,
+ "lat": 45.7419522,
+ "lon": 5.0655542
+ },
+ {
+ "nodeId": 1980994657,
+ "lat": 45.7417507,
+ "lon": 5.0664354
+ },
+ {
+ "nodeId": 1980994655,
+ "lat": 45.7414509,
+ "lon": 5.0680955
+ },
+ {
+ "nodeId": 1980994653,
+ "lat": 45.7413531,
+ "lon": 5.0686142
+ },
+ {
+ "nodeId": 1980994652,
+ "lat": 45.7412386,
+ "lon": 5.0691349
+ },
+ {
+ "nodeId": 1980994648,
+ "lat": 45.741124,
+ "lon": 5.0696445
+ },
+ {
+ "nodeId": 1980994647,
+ "lat": 45.7409835,
+ "lon": 5.0701429
+ },
+ {
+ "nodeId": 1980994645,
+ "lat": 45.7408198,
+ "lon": 5.0706669
+ },
+ {
+ "nodeId": 1980994642,
+ "lat": 45.7407287,
+ "lon": 5.0709242
+ },
+ {
+ "nodeId": 1980994640,
+ "lat": 45.7406346,
+ "lon": 5.0711771
+ },
+ {
+ "nodeId": 1980994636,
+ "lat": 45.7404333,
+ "lon": 5.0716627
+ },
+ {
+ "nodeId": 1980994634,
+ "lat": 45.7402244,
+ "lon": 5.072121
+ },
+ {
+ "nodeId": 1980994630,
+ "lat": 45.7400144,
+ "lon": 5.0725474
+ },
+ {
+ "nodeId": 1980994628,
+ "lat": 45.7397846,
+ "lon": 5.0729587
+ },
+ {
+ "nodeId": 1980994624,
+ "lat": 45.7396746,
+ "lon": 5.0731567
+ },
+ {
+ "nodeId": 1980994622,
+ "lat": 45.739559,
+ "lon": 5.0733431
+ },
+ {
+ "nodeId": 11182866806,
+ "lat": 45.7394509,
+ "lon": 5.0735097
+ },
+ {
+ "nodeId": 1980994617,
+ "lat": 45.7392094,
+ "lon": 5.0738608
+ },
+ {
+ "nodeId": 11182866804,
+ "lat": 45.7390763,
+ "lon": 5.0740442
+ },
+ {
+ "nodeId": 1980994615,
+ "lat": 45.7388603,
+ "lon": 5.0743217
+ },
+ {
+ "nodeId": 11182866802,
+ "lat": 45.7386865,
+ "lon": 5.074532
+ },
+ {
+ "nodeId": 1980994609,
+ "lat": 45.7384697,
+ "lon": 5.0747765
+ },
+ {
+ "nodeId": 11182866800,
+ "lat": 45.7383109,
+ "lon": 5.0749454
+ },
+ {
+ "nodeId": 1980994608,
+ "lat": 45.7379951,
+ "lon": 5.0752534
+ },
+ {
+ "nodeId": 11182866798,
+ "lat": 45.7377573,
+ "lon": 5.0754665
+ },
+ {
+ "nodeId": 1980994607,
+ "lat": 45.737513,
+ "lon": 5.0756721
+ },
+ {
+ "nodeId": 11182866796,
+ "lat": 45.7373314,
+ "lon": 5.0758123
+ },
+ {
+ "nodeId": 1980994605,
+ "lat": 45.7371503,
+ "lon": 5.0759479
+ },
+ {
+ "nodeId": 1980994603,
+ "lat": 45.7368762,
+ "lon": 5.0761296
+ },
+ {
+ "nodeId": 1980994601,
+ "lat": 45.7367059,
+ "lon": 5.0762373
+ },
+ {
+ "nodeId": 1980994597,
+ "lat": 45.7364558,
+ "lon": 5.0763821
+ },
+ {
+ "nodeId": 11182866793,
+ "lat": 45.7362734,
+ "lon": 5.0764805
+ },
+ {
+ "nodeId": 1980994595,
+ "lat": 45.7359513,
+ "lon": 5.0766335
+ },
+ {
+ "nodeId": 1980994591,
+ "lat": 45.7356394,
+ "lon": 5.0767621
+ },
+ {
+ "nodeId": 11182866791,
+ "lat": 45.7354495,
+ "lon": 5.0768312
+ },
+ {
+ "nodeId": 1980994589,
+ "lat": 45.7352615,
+ "lon": 5.0768891
+ },
+ {
+ "nodeId": 11182866789,
+ "lat": 45.7350037,
+ "lon": 5.0769652
+ },
+ {
+ "nodeId": 1980994588,
+ "lat": 45.7347472,
+ "lon": 5.0770274
+ },
+ {
+ "nodeId": 11182866787,
+ "lat": 45.734609,
+ "lon": 5.0770578
+ },
+ {
+ "nodeId": 1980994584,
+ "lat": 45.7344604,
+ "lon": 5.0770864
+ },
+ {
+ "nodeId": 11182866785,
+ "lat": 45.7343156,
+ "lon": 5.0771108
+ },
+ {
+ "nodeId": 11182866783,
+ "lat": 45.7341459,
+ "lon": 5.0771365
+ },
+ {
+ "nodeId": 1980994582,
+ "lat": 45.7339782,
+ "lon": 5.0771575
+ },
+ {
+ "nodeId": 11182866781,
+ "lat": 45.7338203,
+ "lon": 5.0771715
+ },
+ {
+ "nodeId": 1980994571,
+ "lat": 45.7336501,
+ "lon": 5.0771855
+ },
+ {
+ "nodeId": 11182866779,
+ "lat": 45.7334554,
+ "lon": 5.0771931
+ },
+ {
+ "nodeId": 11182866777,
+ "lat": 45.7333182,
+ "lon": 5.0771973
+ },
+ {
+ "nodeId": 1980994570,
+ "lat": 45.7331068,
+ "lon": 5.0771971
+ },
+ {
+ "nodeId": 11182866775,
+ "lat": 45.7329026,
+ "lon": 5.0771903
+ },
+ {
+ "nodeId": 1980994569,
+ "lat": 45.7326977,
+ "lon": 5.077177
+ },
+ {
+ "nodeId": 9082214354,
+ "lat": 45.7325068,
+ "lon": 5.0771615
+ },
+ {
+ "nodeId": 1980994567,
+ "lat": 45.732326,
+ "lon": 5.0771394
+ },
+ {
+ "nodeId": 1980994566,
+ "lat": 45.7319188,
+ "lon": 5.0770845
+ },
+ {
+ "nodeId": 9082214345,
+ "lat": 45.7298454,
+ "lon": 5.0767746
+ },
+ {
+ "nodeId": 1980994565,
+ "lat": 45.7277759,
+ "lon": 5.0764601
+ },
+ {
+ "nodeId": 4136510281,
+ "lat": 45.7207226,
+ "lon": 5.0753565
+ },
+ {
+ "nodeId": 2663065511,
+ "lat": 45.7216387,
+ "lon": 5.0754961
+ },
+ {
+ "nodeId": 4554812225,
+ "name": "Décines - OL Vallée",
+ "lat": 45.7687115,
+ "lon": 4.9813787
+ },
+ {
+ "nodeId": 8016735910,
+ "name": "Vaulx-en-Velin - La Soie",
+ "lat": 45.7614301,
+ "lon": 4.9234127
+ },
+ {
+ "nodeId": 1077647024,
+ "name": "Décines Grand Large",
+ "lat": 45.7747283,
+ "lon": 4.9760016
+ },
+ {
+ "nodeId": 29627791,
+ "name": "Décines Centre",
+ "lat": 45.7718491,
+ "lon": 4.9558949
+ },
+ {
+ "nodeId": 1979404966,
+ "name": "Décines Roosevelt",
+ "lat": 45.764933,
+ "lon": 4.9375951
+ },
+ {
+ "nodeId": 4107880270,
+ "lat": 45.7700928,
+ "lon": 4.981318
+ },
+ {
+ "nodeId": 4107880275,
+ "lat": 45.7706155,
+ "lon": 4.9812951
+ },
+ {
+ "nodeId": 4107880286,
+ "lat": 45.7708716,
+ "lon": 4.9812819
+ },
+ {
+ "nodeId": 4036072270,
+ "lat": 45.770981,
+ "lon": 4.9812587
+ },
+ {
+ "nodeId": 8016735904,
+ "lat": 45.7709903,
+ "lon": 4.9812553
+ },
+ {
+ "nodeId": 3496090013,
+ "lat": 45.7710511,
+ "lon": 4.9812321
+ },
+ {
+ "nodeId": 4107880403,
+ "lat": 45.7710889,
+ "lon": 4.9812133
+ },
+ {
+ "nodeId": 9505777463,
+ "lat": 45.7711351,
+ "lon": 4.9811884
+ },
+ {
+ "nodeId": 4107880409,
+ "lat": 45.7711864,
+ "lon": 4.9811583
+ },
+ {
+ "nodeId": 4107880414,
+ "lat": 45.7712806,
+ "lon": 4.9810927
+ },
+ {
+ "nodeId": 9505777464,
+ "lat": 45.7713149,
+ "lon": 4.9810723
+ },
+ {
+ "nodeId": 4036072280,
+ "lat": 45.7713393,
+ "lon": 4.9810603
+ },
+ {
+ "nodeId": 9505837184,
+ "lat": 45.7713679,
+ "lon": 4.9810468
+ },
+ {
+ "nodeId": 8989302100,
+ "lat": 45.7714007,
+ "lon": 4.9810349
+ },
+ {
+ "nodeId": 9505837183,
+ "lat": 45.7714438,
+ "lon": 4.981024
+ },
+ {
+ "nodeId": 3496090023,
+ "lat": 45.7714756,
+ "lon": 4.9810188
+ },
+ {
+ "nodeId": 9505837182,
+ "lat": 45.7715045,
+ "lon": 4.9810173
+ },
+ {
+ "nodeId": 5618158354,
+ "lat": 45.7715978,
+ "lon": 4.9810161
+ },
+ {
+ "nodeId": 4107880426,
+ "lat": 45.7723133,
+ "lon": 4.9810228
+ },
+ {
+ "nodeId": 2973890397,
+ "lat": 45.7733656,
+ "lon": 4.981059
+ },
+ {
+ "nodeId": 11025950110,
+ "lat": 45.773416,
+ "lon": 4.9810611
+ },
+ {
+ "nodeId": 4107880433,
+ "lat": 45.7735491,
+ "lon": 4.9810665
+ },
+ {
+ "nodeId": 4107880434,
+ "lat": 45.7735989,
+ "lon": 4.981065
+ },
+ {
+ "nodeId": 4107880437,
+ "lat": 45.7736298,
+ "lon": 4.9810597
+ },
+ {
+ "nodeId": 4107880438,
+ "lat": 45.7736615,
+ "lon": 4.9810484
+ },
+ {
+ "nodeId": 9505806048,
+ "lat": 45.7736889,
+ "lon": 4.9810344
+ },
+ {
+ "nodeId": 4107880441,
+ "lat": 45.7737228,
+ "lon": 4.9810115
+ },
+ {
+ "nodeId": 9505806047,
+ "lat": 45.7737481,
+ "lon": 4.980989
+ },
+ {
+ "nodeId": 4107880445,
+ "lat": 45.7737731,
+ "lon": 4.9809604
+ },
+ {
+ "nodeId": 9505806046,
+ "lat": 45.7738031,
+ "lon": 4.980917
+ },
+ {
+ "nodeId": 4107880446,
+ "lat": 45.773825,
+ "lon": 4.9808743
+ },
+ {
+ "nodeId": 7919574576,
+ "lat": 45.7738456,
+ "lon": 4.9808168
+ },
+ {
+ "nodeId": 4107880447,
+ "lat": 45.7738743,
+ "lon": 4.9807112
+ },
+ {
+ "nodeId": 9505806045,
+ "lat": 45.7738929,
+ "lon": 4.9806224
+ },
+ {
+ "nodeId": 4107880448,
+ "lat": 45.7739119,
+ "lon": 4.980506
+ },
+ {
+ "nodeId": 4107880250,
+ "lat": 45.769025,
+ "lon": 4.9813646
+ },
+ {
+ "nodeId": 4107880244,
+ "lat": 45.7689931,
+ "lon": 4.9813661
+ },
+ {
+ "nodeId": 4107880266,
+ "lat": 45.769861,
+ "lon": 4.9813283
+ },
+ {
+ "nodeId": 1979405073,
+ "lat": 45.7739635,
+ "lon": 4.9800707
+ },
+ {
+ "nodeId": 1979455559,
+ "lat": 45.7741928,
+ "lon": 4.9782789
+ },
+ {
+ "nodeId": 21721490,
+ "lat": 45.7742381,
+ "lon": 4.9779249
+ },
+ {
+ "nodeId": 1979405077,
+ "lat": 45.7742868,
+ "lon": 4.9775757
+ },
+ {
+ "nodeId": 1979405078,
+ "lat": 45.7743135,
+ "lon": 4.9774088
+ },
+ {
+ "nodeId": 1075813832,
+ "lat": 45.7743486,
+ "lon": 4.9772337
+ },
+ {
+ "nodeId": 1979405079,
+ "lat": 45.7744263,
+ "lon": 4.97692
+ },
+ {
+ "nodeId": 1075813872,
+ "lat": 45.7745187,
+ "lon": 4.9766077
+ },
+ {
+ "nodeId": 1677339990,
+ "lat": 45.7745894,
+ "lon": 4.9763994
+ },
+ {
+ "nodeId": 21721489,
+ "lat": 45.7746142,
+ "lon": 4.9763231
+ },
+ {
+ "nodeId": 1979405081,
+ "lat": 45.77483,
+ "lon": 4.9757102
+ },
+ {
+ "nodeId": 8112125547,
+ "lat": 45.7748524,
+ "lon": 4.975654
+ },
+ {
+ "nodeId": 21721488,
+ "lat": 45.7749646,
+ "lon": 4.9753386
+ },
+ {
+ "nodeId": 1979405082,
+ "lat": 45.7750315,
+ "lon": 4.9751656
+ },
+ {
+ "nodeId": 1979405084,
+ "lat": 45.7751114,
+ "lon": 4.9749907
+ },
+ {
+ "nodeId": 21721487,
+ "lat": 45.7752833,
+ "lon": 4.9746536
+ },
+ {
+ "nodeId": 1979405086,
+ "lat": 45.7755126,
+ "lon": 4.9742858
+ },
+ {
+ "nodeId": 21721486,
+ "lat": 45.7757557,
+ "lon": 4.9739142
+ },
+ {
+ "nodeId": 21721485,
+ "lat": 45.7762832,
+ "lon": 4.9731246
+ },
+ {
+ "nodeId": 1979405107,
+ "lat": 45.7765357,
+ "lon": 4.9727348
+ },
+ {
+ "nodeId": 1979405109,
+ "lat": 45.7766523,
+ "lon": 4.9725395
+ },
+ {
+ "nodeId": 1075813896,
+ "lat": 45.7767654,
+ "lon": 4.9723353
+ },
+ {
+ "nodeId": 1979405114,
+ "lat": 45.7768606,
+ "lon": 4.9721365
+ },
+ {
+ "nodeId": 21721484,
+ "lat": 45.7769572,
+ "lon": 4.9719157
+ },
+ {
+ "nodeId": 1979405116,
+ "lat": 45.7770277,
+ "lon": 4.9717424
+ },
+ {
+ "nodeId": 1979405118,
+ "lat": 45.7770952,
+ "lon": 4.9715557
+ },
+ {
+ "nodeId": 21721483,
+ "lat": 45.7772111,
+ "lon": 4.9711915
+ },
+ {
+ "nodeId": 1979405121,
+ "lat": 45.7772675,
+ "lon": 4.9709765
+ },
+ {
+ "nodeId": 1075813824,
+ "lat": 45.7773164,
+ "lon": 4.9707524
+ },
+ {
+ "nodeId": 21721482,
+ "lat": 45.7773994,
+ "lon": 4.9703076
+ },
+ {
+ "nodeId": 1979405124,
+ "lat": 45.7774431,
+ "lon": 4.9699582
+ },
+ {
+ "nodeId": 21721481,
+ "lat": 45.7774623,
+ "lon": 4.9696918
+ },
+ {
+ "nodeId": 1979405129,
+ "lat": 45.777472,
+ "lon": 4.9693696
+ },
+ {
+ "nodeId": 21721480,
+ "lat": 45.7774723,
+ "lon": 4.969052
+ },
+ {
+ "nodeId": 1979405125,
+ "lat": 45.7774636,
+ "lon": 4.9688198
+ },
+ {
+ "nodeId": 1075813888,
+ "lat": 45.777432,
+ "lon": 4.9684468
+ },
+ {
+ "nodeId": 1979405123,
+ "lat": 45.7774092,
+ "lon": 4.968255
+ },
+ {
+ "nodeId": 1075813962,
+ "lat": 45.7773785,
+ "lon": 4.9680643
+ },
+ {
+ "nodeId": 1979405122,
+ "lat": 45.7773141,
+ "lon": 4.9677381
+ },
+ {
+ "nodeId": 1979405120,
+ "lat": 45.7772382,
+ "lon": 4.9674124
+ },
+ {
+ "nodeId": 1979405119,
+ "lat": 45.7771515,
+ "lon": 4.967123
+ },
+ {
+ "nodeId": 3060622539,
+ "lat": 45.7770751,
+ "lon": 4.9668994
+ },
+ {
+ "nodeId": 1979405117,
+ "lat": 45.7770544,
+ "lon": 4.9668388
+ },
+ {
+ "nodeId": 1979405115,
+ "lat": 45.7769368,
+ "lon": 4.966518
+ },
+ {
+ "nodeId": 1979405113,
+ "lat": 45.7768029,
+ "lon": 4.966171
+ },
+ {
+ "nodeId": 1979405111,
+ "lat": 45.7766713,
+ "lon": 4.965825
+ },
+ {
+ "nodeId": 1979405104,
+ "lat": 45.7765319,
+ "lon": 4.9654808
+ },
+ {
+ "nodeId": 1979405102,
+ "lat": 45.7762585,
+ "lon": 4.9647896
+ },
+ {
+ "nodeId": 1979405087,
+ "lat": 45.775978,
+ "lon": 4.9641067
+ },
+ {
+ "nodeId": 1677340001,
+ "lat": 45.7748686,
+ "lon": 4.9613529
+ },
+ {
+ "nodeId": 6401350679,
+ "lat": 45.7748211,
+ "lon": 4.9612346
+ },
+ {
+ "nodeId": 21721496,
+ "lat": 45.7747676,
+ "lon": 4.9611013
+ },
+ {
+ "nodeId": 1979405080,
+ "lat": 45.774498,
+ "lon": 4.960487
+ },
+ {
+ "nodeId": 1077551411,
+ "lat": 45.7743425,
+ "lon": 4.9601668
+ },
+ {
+ "nodeId": 1979405076,
+ "lat": 45.7742411,
+ "lon": 4.9599678
+ },
+ {
+ "nodeId": 1979405075,
+ "lat": 45.7741316,
+ "lon": 4.95977
+ },
+ {
+ "nodeId": 1979405074,
+ "lat": 45.773994,
+ "lon": 4.9595296
+ },
+ {
+ "nodeId": 21721497,
+ "lat": 45.7738648,
+ "lon": 4.9593147
+ },
+ {
+ "nodeId": 1979405069,
+ "lat": 45.7732849,
+ "lon": 4.9583207
+ },
+ {
+ "nodeId": 1077551381,
+ "lat": 45.7726978,
+ "lon": 4.9573343
+ },
+ {
+ "nodeId": 5760071257,
+ "lat": 45.7724384,
+ "lon": 4.9568963
+ },
+ {
+ "nodeId": 11020851751,
+ "lat": 45.7724158,
+ "lon": 4.9568537
+ },
+ {
+ "nodeId": 60871029,
+ "lat": 45.7723827,
+ "lon": 4.9567977
+ },
+ {
+ "nodeId": 5760071261,
+ "lat": 45.7723517,
+ "lon": 4.9567495
+ },
+ {
+ "nodeId": 1077631915,
+ "lat": 45.772018,
+ "lon": 4.9561815
+ },
+ {
+ "nodeId": 5760071340,
+ "lat": 45.7716813,
+ "lon": 4.9556119
+ },
+ {
+ "nodeId": 1979405015,
+ "lat": 45.7708962,
+ "lon": 4.9542807
+ },
+ {
+ "nodeId": 5760071364,
+ "lat": 45.7700553,
+ "lon": 4.9528305
+ },
+ {
+ "nodeId": 11020650611,
+ "lat": 45.770005,
+ "lon": 4.9527406
+ },
+ {
+ "nodeId": 11020650613,
+ "lat": 45.769946,
+ "lon": 4.9526394
+ },
+ {
+ "nodeId": 5760071357,
+ "lat": 45.7698993,
+ "lon": 4.9525594
+ },
+ {
+ "nodeId": 1979405006,
+ "lat": 45.7694858,
+ "lon": 4.9518564
+ },
+ {
+ "nodeId": 5760071371,
+ "lat": 45.7690555,
+ "lon": 4.9511281
+ },
+ {
+ "nodeId": 11020650390,
+ "lat": 45.7690343,
+ "lon": 4.9510913
+ },
+ {
+ "nodeId": 565386839,
+ "lat": 45.7690082,
+ "lon": 4.9510451
+ },
+ {
+ "nodeId": 5760071374,
+ "lat": 45.7689832,
+ "lon": 4.9510042
+ },
+ {
+ "nodeId": 1077656971,
+ "lat": 45.7686337,
+ "lon": 4.9503986
+ },
+ {
+ "nodeId": 1979455539,
+ "lat": 45.7684527,
+ "lon": 4.9500533
+ },
+ {
+ "nodeId": 21721499,
+ "lat": 45.7682802,
+ "lon": 4.9496944
+ },
+ {
+ "nodeId": 1077656966,
+ "lat": 45.768058,
+ "lon": 4.9491917
+ },
+ {
+ "nodeId": 1077656950,
+ "lat": 45.767847,
+ "lon": 4.9486784
+ },
+ {
+ "nodeId": 21721500,
+ "lat": 45.7675078,
+ "lon": 4.9477221
+ },
+ {
+ "nodeId": 1979404976,
+ "lat": 45.7673619,
+ "lon": 4.947231
+ },
+ {
+ "nodeId": 1979404975,
+ "lat": 45.7672919,
+ "lon": 4.9469834
+ },
+ {
+ "nodeId": 1979404973,
+ "lat": 45.767228,
+ "lon": 4.9467323
+ },
+ {
+ "nodeId": 1979404970,
+ "lat": 45.7669767,
+ "lon": 4.9457422
+ },
+ {
+ "nodeId": 1979455529,
+ "lat": 45.7667321,
+ "lon": 4.9447513
+ },
+ {
+ "nodeId": 5760071378,
+ "lat": 45.7665008,
+ "lon": 4.9438462
+ },
+ {
+ "nodeId": 60955419,
+ "lat": 45.7664868,
+ "lon": 4.9437869
+ },
+ {
+ "nodeId": 11015440390,
+ "lat": 45.7664719,
+ "lon": 4.9437311
+ },
+ {
+ "nodeId": 5760071381,
+ "lat": 45.7664592,
+ "lon": 4.9436795
+ },
+ {
+ "nodeId": 1077656964,
+ "lat": 45.7656371,
+ "lon": 4.940391
+ },
+ {
+ "nodeId": 1979404969,
+ "lat": 45.7654639,
+ "lon": 4.9396924
+ },
+ {
+ "nodeId": 1979404967,
+ "lat": 45.7652894,
+ "lon": 4.9389931
+ },
+ {
+ "nodeId": 1979404965,
+ "lat": 45.7648365,
+ "lon": 4.9371829
+ },
+ {
+ "nodeId": 5760071390,
+ "lat": 45.7647993,
+ "lon": 4.9370317
+ },
+ {
+ "nodeId": 11014075639,
+ "lat": 45.7647821,
+ "lon": 4.9369629
+ },
+ {
+ "nodeId": 11014075648,
+ "lat": 45.7647637,
+ "lon": 4.9368877
+ },
+ {
+ "nodeId": 5760071387,
+ "lat": 45.7647449,
+ "lon": 4.9368116
+ },
+ {
+ "nodeId": 1979404964,
+ "lat": 45.7643449,
+ "lon": 4.9351932
+ },
+ {
+ "nodeId": 1642187608,
+ "lat": 45.7639099,
+ "lon": 4.9334511
+ },
+ {
+ "nodeId": 4107880260,
+ "lat": 45.7698298,
+ "lon": 4.9813296
+ },
+ {
+ "nodeId": 8112218475,
+ "lat": 45.7695772,
+ "lon": 4.9813416
+ },
+ {
+ "nodeId": 4107880254,
+ "lat": 45.7692575,
+ "lon": 4.9813544
+ },
+ {
+ "nodeId": 4136967276,
+ "lat": 45.7616785,
+ "lon": 4.9245849
+ },
+ {
+ "nodeId": 1979404958,
+ "lat": 45.7616239,
+ "lon": 4.9243704
+ },
+ {
+ "nodeId": 1642187606,
+ "lat": 45.7637868,
+ "lon": 4.9329591
+ },
+ {
+ "nodeId": 1077659311,
+ "lat": 45.7633864,
+ "lon": 4.931371
+ },
+ {
+ "nodeId": 1979404963,
+ "lat": 45.7631393,
+ "lon": 4.9303827
+ },
+ {
+ "nodeId": 7514104796,
+ "lat": 45.7629126,
+ "lon": 4.9295037
+ },
+ {
+ "nodeId": 11007746784,
+ "lat": 45.7628923,
+ "lon": 4.9294237
+ },
+ {
+ "nodeId": 243219323,
+ "lat": 45.7628738,
+ "lon": 4.9293581
+ },
+ {
+ "nodeId": 7514104801,
+ "lat": 45.7628469,
+ "lon": 4.9292454
+ },
+ {
+ "nodeId": 1979404962,
+ "lat": 45.7627178,
+ "lon": 4.9287284
+ },
+ {
+ "nodeId": 1979404961,
+ "lat": 45.7625489,
+ "lon": 4.9280705
+ },
+ {
+ "nodeId": 1979404960,
+ "lat": 45.7622213,
+ "lon": 4.9267517
+ },
+ {
+ "nodeId": 12883830408,
+ "lat": 45.7617998,
+ "lon": 4.925069
+ },
+ {
+ "nodeId": 9505741601,
+ "lat": 45.7615548,
+ "lon": 4.924067
+ },
+ {
+ "nodeId": 1979404956,
+ "lat": 45.7615269,
+ "lon": 4.9239232
+ },
+ {
+ "nodeId": 1979404954,
+ "lat": 45.7614739,
+ "lon": 4.9236356
+ },
+ {
+ "nodeId": 9505741600,
+ "lat": 45.761453,
+ "lon": 4.9235286
+ },
+ {
+ "nodeId": 9505741599,
+ "lat": 45.7614045,
+ "lon": 4.9232944
+ },
+ {
+ "nodeId": 1979404952,
+ "lat": 45.7613764,
+ "lon": 4.923176
+ },
+ {
+ "nodeId": 2722970627,
+ "lat": 45.7613466,
+ "lon": 4.9230555
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/lyon/icon.ico b/src/app/(game)/lyon/icon.ico
new file mode 100644
index 0000000..7e42426
Binary files /dev/null and b/src/app/(game)/lyon/icon.ico differ
diff --git a/src/app/(game)/lyon/opengraph-image.jpg b/src/app/(game)/lyon/opengraph-image.jpg
new file mode 100644
index 0000000..c60b72b
Binary files /dev/null and b/src/app/(game)/lyon/opengraph-image.jpg differ
diff --git a/src/app/(game)/lyon/page.tsx b/src/app/(game)/lyon/page.tsx
new file mode 100644
index 0000000..2b1e286
--- /dev/null
+++ b/src/app/(game)/lyon/page.tsx
@@ -0,0 +1,34 @@
+import GamePage from '@/components/GamePage'
+import Main from '@/components/Main'
+import { Provider } from '@/lib/configContext'
+import { DataFeatureCollection, RoutesFeatureCollection } from '@/lib/types'
+import 'mapbox-gl/dist/mapbox-gl.css'
+import { Inter } from 'next/font/google'
+import 'react-circular-progressbar/dist/styles.css'
+import config from './config'
+import data from './data/features.json'
+import routes from './data/routes.json'
+
+const font = Inter({
+ subsets: ['latin'],
+ display: 'swap',
+})
+
+const fc = {
+ ...data,
+ features: data.features.filter((f) => !!config.LINES[f.properties.line]),
+} as DataFeatureCollection
+
+const routesFc = routes as RoutesFeatureCollection
+
+export const metadata = config.METADATA
+
+export default function Toulouse() {
+ return (
+
+
+
+
+
+ )
+}
diff --git a/src/app/(game)/marseille/config.ts b/src/app/(game)/marseille/config.ts
new file mode 100644
index 0000000..17186e6
--- /dev/null
+++ b/src/app/(game)/marseille/config.ts
@@ -0,0 +1,88 @@
+import { Config, Line } from '@/lib/types'
+import { MapboxOptions } from 'mapbox-gl'
+import { Metadata } from 'next'
+
+export const BEG_THRESHOLD = 0.5
+
+export const LINES: {
+ [name: string]: Line
+} = {
+ MarseilleM1: {
+ name: 'M1',
+ color: '#5281B0',
+ backgroundColor: '#003A5F',
+ textColor: '#FFFFFF',
+ order: 1,
+ },
+ MarseilleM2: {
+ name: 'M2',
+ color: '#F3664F',
+ backgroundColor: '#720309',
+ textColor: '#FFFFFF',
+ order: 2,
+ },
+ MarseilleT1: {
+ name: 'T1',
+ color: '#F18F00',
+ backgroundColor: '#784700',
+ textColor: '#FFFFFF',
+ order: 3,
+ },
+ MarseilleT2: {
+ name: 'T2',
+ color: '#FEDB09',
+ backgroundColor: '#807705',
+ textColor: '#FFFFFF',
+ order: 4,
+ },
+ MarseilleT3: {
+ name: 'T3',
+ color: '#8BC965',
+ backgroundColor: '#4B5F07',
+ textColor: '#FFFFFF',
+ order: 5,
+ },
+}
+
+export const METADATA: Metadata = {
+ title: 'Marseille Metro Memory',
+ description: 'Combien de stations de métro de Marseille connaissez-vous ?',
+ openGraph: {
+ title: 'Marseille Metro Memory',
+ description:
+ 'Combien de stations de Metro pouvez-vous nommer par cœur ? Jouez au Metro Memory de Marseille et découvrez-le !',
+ type: 'website',
+ locale: 'fr_FR',
+ url: 'https://metro-memory.com/marseille',
+ },
+}
+
+export const MAP_CONFIG: MapboxOptions = {
+ container: 'map',
+ style: 'mapbox://styles/benjamintd/cls4h02hy019201qygvumc0nb',
+ minZoom: 6,
+ fadeDuration: 50,
+ dragRotate: false,
+}
+
+export const STRIPE_LINK = 'https://buy.stripe.com/cN2aFb0nI1rI9bi5km'
+
+export const CITY_NAME = 'marseille'
+
+export const LOCALE = 'fr'
+
+export const MAP_FROM_DATA = true
+
+const config: Config = {
+ GAUGE_COLORS: 'default',
+ MAP_FROM_DATA,
+ LOCALE,
+ STRIPE_LINK,
+ CITY_NAME,
+ MAP_CONFIG,
+ METADATA,
+ LINES,
+ BEG_THRESHOLD,
+}
+
+export default config
diff --git a/src/app/(game)/marseille/data/download-osm-raw-data.ts b/src/app/(game)/marseille/data/download-osm-raw-data.ts
new file mode 100644
index 0000000..ce6ceff
--- /dev/null
+++ b/src/app/(game)/marseille/data/download-osm-raw-data.ts
@@ -0,0 +1,291 @@
+import axios from 'axios'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+const osmApi = axios.create({
+ baseURL: 'https://www.openstreetmap.org/api/0.6/',
+})
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ MarseilleM1: {
+ name: 'M1',
+ osm: {
+ relationIds: [6274530],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#0075be',
+ },
+ MarseilleM2: {
+ name: 'M2',
+ osm: {
+ relationIds: [6274532],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#e30513',
+ },
+ MarseilleT1: {
+ name: 'T1',
+ osm: {
+ relationIds: [2452277],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#f18e00',
+ },
+ MarseilleT2: {
+ name: 'T2',
+ osm: {
+ relationIds: [2449752],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#f5e615',
+ },
+ MarseilleT3: {
+ name: 'T3',
+ osm: {
+ relationIds: [5296537],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#96be0d',
+ },
+}
+
+
+/**
+ * Retrieve IDs of stations (node in OSM) and routes (path of the line; way in OSM) for a given relation ID.
+ * If the relation includes child relations (e.g., relation is a route_master and includes multiple routes),
+ * those are retrieved as well (recursively).
+ */
+async function getOsmRelationsDetails(relationIds: number[]): Promise<
+ {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+> {
+ const relationsDetails: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[] = []
+ await Promise.all(
+ relationIds.map(async (relationId) => {
+ const stationsNodeIds: number[] = []
+ const routesWayIds: number[] = []
+ const response = await osmApi.get(`relation/${relationId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'relation' || element.id !== relationId) continue
+ for (const member of element.members as {
+ type: string
+ ref: number
+ role: string
+ }[]) {
+ if (member.type === 'relation') {
+ const relationDetails = await getOsmRelationsDetails([member.ref])
+ relationsDetails.push(...relationDetails)
+ } else if (member.type === 'node' && member.role.startsWith('stop')) {
+ stationsNodeIds.push(member.ref)
+ } else if (member.type === 'way' && member.role === '') {
+ // we ignore ways with role platform*
+ routesWayIds.push(member.ref)
+ }
+ }
+ }
+ relationsDetails.push({ relationId, stationsNodeIds, routesWayIds })
+ }),
+ )
+ return relationsDetails
+}
+
+/**
+ * Retrieve details (name, lat, lon) for each station in a list of stations (OSM node IDs)
+ */
+async function getOsmStationsDetails(
+ stationsNodeIds: number[],
+): Promise<{ nodeId: number; name: string; lat: number; lon: number }[]> {
+ const stationsDetails: {
+ nodeId: number
+ name: string
+ lat: number
+ lon: number
+ }[] = []
+ await Promise.all(
+ stationsNodeIds.map(async (nodeId) => {
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ stationsDetails.push({
+ nodeId,
+ name: element.tags.name,
+ lat: element.lat,
+ lon: element.lon,
+ })
+ }
+ }),
+ )
+ return stationsDetails
+}
+
+/**
+ * Retrieve list of coordinates (lat, lon) for each way in a list of OSM way IDs
+ */
+async function getOsmWaysDetails(wayIds: number[]): Promise<{
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; lat: number; lon: number }[]
+}> {
+ const ways: {
+ wayId: number
+ nodeIds: number[]
+ }[] = []
+ await Promise.all(
+ wayIds.map(async (wayId) => {
+ const response = await osmApi.get(`way/${wayId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'way' || element.id !== wayId) continue
+ ways.push({ wayId, nodeIds: element.nodes })
+ }
+ }),
+ )
+
+ const uniqueNodeIds = [...new Set(ways.map((way) => way.nodeIds).flat())]
+ console.debug(
+ `Fetched node IDs for ${ways.length} ways, now fetching details for ${uniqueNodeIds.length} nodes ...`,
+ )
+ const nodes: { nodeId: number; lat: number; lon: number }[] = []
+ await Promise.all(
+ uniqueNodeIds.map(async (nodeId, ix) => {
+ // very naive DoS protection: wait a bit for each request, to have max ~30 req/second
+ await wait(30 * ix)
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ const { lat, lon } = element
+ nodes.push({ nodeId, lat, lon })
+ }
+ if ((ix + 1) % 10 === 0)
+ console.debug(` Finished request #${ix + 1}/${uniqueNodeIds.length}`)
+ }),
+ )
+ return { ways, nodes }
+}
+
+async function wait(ms: number): Promise {
+ return new Promise((resolve) => setTimeout(resolve, ms))
+}
+
+const main = async () => {
+ // get OSM IDs of stops and routes
+ console.debug(
+ `Fetching stations and routes for ${
+ Object.keys(linesMetadata).length
+ } lines...`,
+ )
+ const relationsDetailsPerLine: SourceJson['lines'] = await Promise.all(
+ Object.entries(linesMetadata).map(async ([lineId, lineMetadata]) => {
+ const relations = await getOsmRelationsDetails(
+ lineMetadata.osm.relationIds,
+ )
+ return {
+ lineId,
+ relations,
+ extraStationNodeIds: lineMetadata.osm.extraStationNodeIds ?? [],
+ extraRouteWayIds: lineMetadata.osm.extraRouteWayIds ?? [],
+ }
+ }),
+ )
+
+ const uniqueStationsNodeIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...lineDetails.extraStationNodeIds,
+ ])
+ .flat(),
+ ),
+ ]
+ const uniqueRoutesWayIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.routesWayIds)
+ .flat(),
+ ...lineDetails.extraRouteWayIds,
+ ])
+ .flat(),
+ ),
+ ]
+ console.debug(
+ `Fetched ${uniqueStationsNodeIds.length} unique station node IDs and ${uniqueRoutesWayIds.length} route way IDs`,
+ )
+
+ // get details of stations and routes
+ console.debug(`Fetching details for ${uniqueStationsNodeIds.length} nodes...`)
+ const stationsDetails = await getOsmStationsDetails(uniqueStationsNodeIds)
+ console.debug(`Fetched details for ${uniqueStationsNodeIds.length} nodes`)
+
+ console.debug(`Fetching details for ${uniqueRoutesWayIds.length} ways...`)
+ const waysDetails = await getOsmWaysDetails(uniqueRoutesWayIds)
+ console.debug(`Fetched details for ${uniqueRoutesWayIds.length} ways`)
+
+ console.debug(`Saving data...`)
+
+ // store station node IDs for easier lookup
+ const setStationNodeIds = new Set(
+ stationsDetails.map((station) => station.nodeId),
+ )
+
+ // save data to source.json
+ const sourceData: SourceJson = {
+ lines: relationsDetailsPerLine,
+ ways: waysDetails.ways,
+ nodes: [
+ ...stationsDetails,
+ ...waysDetails.nodes.filter(
+ (node) => setStationNodeIds.has(node.nodeId) === false,
+ ),
+ ],
+ }
+ await fs.writeFile(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/marseille/data', './source.json'),
+ JSON.stringify(sourceData, null, 2),
+ 'utf8',
+ )
+}
+
+main()
diff --git a/src/app/(game)/marseille/data/features.json b/src/app/(game)/marseille/data/features.json
new file mode 100644
index 0000000..309b321
--- /dev/null
+++ b/src/app/(game)/marseille/data/features.json
@@ -0,0 +1,1245 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4241016, 43.3038348]
+ },
+ "properties": {
+ "id": 1,
+ "name": "La Fourragère",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 1
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4187884, 43.303331]
+ },
+ "properties": {
+ "id": 2,
+ "name": "Saint-Barnabé",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 2
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4135481, 43.2999805]
+ },
+ "properties": {
+ "id": 3,
+ "name": "Louis Armand",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 3
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4061939, 43.2955624]
+ },
+ "properties": {
+ "id": 4,
+ "name": "La Blancarde",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 4
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.400394, 43.2911443]
+ },
+ "properties": {
+ "id": 5,
+ "name": "La Timone",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 5
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3919658, 43.2881308]
+ },
+ "properties": {
+ "id": 6,
+ "name": "Baille",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 6
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3846402, 43.2862621]
+ },
+ "properties": {
+ "id": 7,
+ "name": "Castellane",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 7
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3780653, 43.2901774]
+ },
+ "properties": {
+ "id": 8,
+ "name": "Estrangin - Préfecture",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 8
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3743705, 43.295575]
+ },
+ "properties": {
+ "id": 9,
+ "name": "Vieux Port",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 9
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3744314, 43.3002742]
+ },
+ "properties": {
+ "id": 10,
+ "name": "Colbert",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 10
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3800594, 43.3024033]
+ },
+ "properties": {
+ "id": 11,
+ "name": "Saint-Charles",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 11
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3863422, 43.3004056]
+ },
+ "properties": {
+ "id": 12,
+ "name": "Réformés - Canebière",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 12
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3963231, 43.3040802]
+ },
+ "properties": {
+ "id": 13,
+ "name": "Cinq Avenues Longchamp",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 13
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4014815, 43.309129]
+ },
+ "properties": {
+ "id": 14,
+ "name": "Chartreux",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 14
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4064408, 43.3154374]
+ },
+ "properties": {
+ "id": 15,
+ "name": "Saint-Just",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 15
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4165033, 43.3209501]
+ },
+ "properties": {
+ "id": 16,
+ "name": "Malpassé",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 16
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4231965, 43.3254689]
+ },
+ "properties": {
+ "id": 17,
+ "name": "Frais Vallon",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 17
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4297167, 43.33313]
+ },
+ "properties": {
+ "id": 18,
+ "name": "La Rose",
+ "alternateNames": [],
+ "line": "MarseilleM1",
+ "order": 1
+ },
+ "id": 18
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3672688, 43.3279531]
+ },
+ "properties": {
+ "id": 19,
+ "name": "Capitaine Gèze",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 19
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3713918, 43.3208381]
+ },
+ "properties": {
+ "id": 20,
+ "name": "Bougainville",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 20
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3730413, 43.3151574]
+ },
+ "properties": {
+ "id": 21,
+ "name": "National",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 21
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3722212, 43.3093212]
+ },
+ "properties": {
+ "id": 22,
+ "name": "Désirée Clary",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 22
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3679329, 43.3038754]
+ },
+ "properties": {
+ "id": 23,
+ "name": "Joliette",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 23
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3740003, 43.3019393]
+ },
+ "properties": {
+ "id": 24,
+ "name": "Jules Guesde",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 24
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.380036, 43.3023898]
+ },
+ "properties": {
+ "id": 25,
+ "name": "Saint-Charles",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 25
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3811767, 43.2968361]
+ },
+ "properties": {
+ "id": 26,
+ "name": "Noailles",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 26
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.383698, 43.2924994]
+ },
+ "properties": {
+ "id": 27,
+ "name": "Notre-Dame-du-Mont - Cours Julien",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 27
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.384501, 43.2849532]
+ },
+ "properties": {
+ "id": 28,
+ "name": "Castellane",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 28
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3875983, 43.2794419]
+ },
+ "properties": {
+ "id": 29,
+ "name": "Périer",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 29
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3926491, 43.2713258]
+ },
+ "properties": {
+ "id": 30,
+ "name": "Rond-Point du Prado",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 30
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4021969, 43.2705828]
+ },
+ "properties": {
+ "id": 31,
+ "name": "Sainte-Marguerite Dromel",
+ "alternateNames": [],
+ "line": "MarseilleM2",
+ "order": 2
+ },
+ "id": 31
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4439295, 43.29471]
+ },
+ "properties": {
+ "id": 32,
+ "name": "Les Caillols",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 32
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4368228, 43.2926684]
+ },
+ "properties": {
+ "id": 33,
+ "name": "William Booth",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 33
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4323021, 43.2946285]
+ },
+ "properties": {
+ "id": 34,
+ "name": "La Grognarde",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 34
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4290416, 43.2943117]
+ },
+ "properties": {
+ "id": 35,
+ "name": "Air-Bel",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 35
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4224915, 43.2949586]
+ },
+ "properties": {
+ "id": 36,
+ "name": "La Boiseraie",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 36
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4192399, 43.2950161]
+ },
+ "properties": {
+ "id": 37,
+ "name": "La Parette",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 37
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4139656, 43.2918376]
+ },
+ "properties": {
+ "id": 38,
+ "name": "Saint-Pierre",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 38
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4096197, 43.2940334]
+ },
+ "properties": {
+ "id": 39,
+ "name": "Sainte-Thérèse",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 39
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4062693, 43.295768]
+ },
+ "properties": {
+ "id": 40,
+ "name": "La Blancarde",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 40
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4017061, 43.2959021]
+ },
+ "properties": {
+ "id": 41,
+ "name": "Jean Martin",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 41
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3971378, 43.2956296]
+ },
+ "properties": {
+ "id": 42,
+ "name": "George",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 42
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.393118, 43.2953879]
+ },
+ "properties": {
+ "id": 43,
+ "name": "Camas",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 43
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3896054, 43.2951803]
+ },
+ "properties": {
+ "id": 44,
+ "name": "Eugène Pierre",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 44
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3812901, 43.2967683]
+ },
+ "properties": {
+ "id": 45,
+ "name": "Noailles",
+ "alternateNames": [],
+ "line": "MarseilleT1",
+ "order": 3
+ },
+ "id": 45
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3680981, 43.313316]
+ },
+ "properties": {
+ "id": 46,
+ "name": "Arenc Euroméditerranée",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 46
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3681527, 43.3086914]
+ },
+ "properties": {
+ "id": 47,
+ "name": "Euroméditerranée Le Silo",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 47
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3671651, 43.3054034]
+ },
+ "properties": {
+ "id": 48,
+ "name": "Joliette",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 48
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3693102, 43.3021684]
+ },
+ "properties": {
+ "id": 49,
+ "name": "République Dames",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 49
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.371182, 43.2998792]
+ },
+ "properties": {
+ "id": 50,
+ "name": "Sadi Carnot",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 50
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3766236, 43.298491]
+ },
+ "properties": {
+ "id": 51,
+ "name": "Belsunce Alcazar",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 51
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.379024, 43.2968006]
+ },
+ "properties": {
+ "id": 52,
+ "name": "Canebière Capucins",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 52
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3816519, 43.2977469]
+ },
+ "properties": {
+ "id": 53,
+ "name": "Noailles",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 53
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3855097, 43.300026]
+ },
+ "properties": {
+ "id": 54,
+ "name": "Réformés Canebière",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 54
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.388612, 43.3015219]
+ },
+ "properties": {
+ "id": 55,
+ "name": "Longchamp National",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 55
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3923612, 43.3032649]
+ },
+ "properties": {
+ "id": 56,
+ "name": "Palais Longchamp",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 56
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3970663, 43.302318]
+ },
+ "properties": {
+ "id": 57,
+ "name": "Cinq Avenues",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 57
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4000754, 43.3003121]
+ },
+ "properties": {
+ "id": 58,
+ "name": "Foch Sakakini",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 58
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4032764, 43.298135]
+ },
+ "properties": {
+ "id": 59,
+ "name": "Foch Boisson",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 59
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4054783, 43.2966075]
+ },
+ "properties": {
+ "id": 60,
+ "name": "La Blancarde",
+ "alternateNames": [],
+ "line": "MarseilleT2",
+ "order": 4
+ },
+ "id": 60
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3662172, 43.3270499]
+ },
+ "properties": {
+ "id": 61,
+ "name": "Gèze",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 61
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3675607, 43.3216174]
+ },
+ "properties": {
+ "id": 62,
+ "name": "Salengro Cougit",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 62
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3687144, 43.317333]
+ },
+ "properties": {
+ "id": 63,
+ "name": "Salengro Bachas",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 63
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3680981, 43.313316]
+ },
+ "properties": {
+ "id": 64,
+ "name": "Arenc Euroméditerranée",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 64
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3681527, 43.3086914]
+ },
+ "properties": {
+ "id": 65,
+ "name": "Euroméditerranée Le Silo",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 65
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3671651, 43.3054034]
+ },
+ "properties": {
+ "id": 66,
+ "name": "Joliette",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 66
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3693102, 43.3021684]
+ },
+ "properties": {
+ "id": 67,
+ "name": "République Dames",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 67
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.371182, 43.2998792]
+ },
+ "properties": {
+ "id": 68,
+ "name": "Sadi Carnot",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 68
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3766236, 43.298491]
+ },
+ "properties": {
+ "id": 69,
+ "name": "Belsunce Alcazar",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 69
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3779983, 43.2960427]
+ },
+ "properties": {
+ "id": 70,
+ "name": "Cours Saint-Louis",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 70
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3794162, 43.2935614]
+ },
+ "properties": {
+ "id": 71,
+ "name": "Rome Davso",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 71
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3806747, 43.2913409]
+ },
+ "properties": {
+ "id": 72,
+ "name": "Place de Rome",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 72
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3819845, 43.2890471]
+ },
+ "properties": {
+ "id": 73,
+ "name": "Rome Dragon",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 73
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3847886, 43.2853535]
+ },
+ "properties": {
+ "id": 74,
+ "name": "Castellane",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 74
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3903134, 43.2823533]
+ },
+ "properties": {
+ "id": 75,
+ "name": "Parc du 26e Centenaire",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 75
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3948588, 43.2798682]
+ },
+ "properties": {
+ "id": 76,
+ "name": "Cantini Rouet",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 76
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.3992589, 43.276922]
+ },
+ "properties": {
+ "id": 77,
+ "name": "Place Ferrié",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 77
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4020617, 43.2712022]
+ },
+ "properties": {
+ "id": 78,
+ "name": "Sainte-Marguerite Dromel",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 78
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4028973, 43.2664102]
+ },
+ "properties": {
+ "id": 79,
+ "name": "Aubert Ganay",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 79
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4047726, 43.2618926]
+ },
+ "properties": {
+ "id": 80,
+ "name": "Parc Sévigné",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 80
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4087571, 43.2594167]
+ },
+ "properties": {
+ "id": 81,
+ "name": "Hôpital Sainte-Marguerite",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 81
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [5.4109656, 43.2567917]
+ },
+ "properties": {
+ "id": 82,
+ "name": "La Gaye",
+ "alternateNames": [],
+ "line": "MarseilleT3",
+ "order": 5
+ },
+ "id": 82
+ }
+ ],
+ "properties": {
+ "totalStations": 67,
+ "stationsPerLine": {
+ "MarseilleM1": 18,
+ "MarseilleM2": 13,
+ "MarseilleT1": 14,
+ "MarseilleT2": 15,
+ "MarseilleT3": 22
+ }
+ }
+}
diff --git a/src/app/(game)/marseille/data/lines.json b/src/app/(game)/marseille/data/lines.json
new file mode 100644
index 0000000..6486b02
--- /dev/null
+++ b/src/app/(game)/marseille/data/lines.json
@@ -0,0 +1,37 @@
+{
+ "MarseilleM1": {
+ "name": "M1",
+ "color": "#0075be",
+ "backgroundColor": "#003A5F",
+ "textColor": "#FFFFFF",
+ "order": 1
+ },
+ "MarseilleM2": {
+ "name": "M2",
+ "color": "#e30513",
+ "backgroundColor": "#720309",
+ "textColor": "#FFFFFF",
+ "order": 2
+ },
+ "MarseilleT1": {
+ "name": "T1",
+ "color": "#f18e00",
+ "backgroundColor": "#784700",
+ "textColor": "#FFFFFF",
+ "order": 3
+ },
+ "MarseilleT2": {
+ "name": "T2",
+ "color": "#f5e615",
+ "backgroundColor": "#807705",
+ "textColor": "#FFFFFF",
+ "order": 4
+ },
+ "MarseilleT3": {
+ "name": "T3",
+ "color": "#96be0d",
+ "backgroundColor": "#4B5F07",
+ "textColor": "#FFFFFF",
+ "order": 5
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/marseille/data/preprocess.ts b/src/app/(game)/marseille/data/preprocess.ts
new file mode 100644
index 0000000..6847648
--- /dev/null
+++ b/src/app/(game)/marseille/data/preprocess.ts
@@ -0,0 +1,526 @@
+import Color from 'color'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ MarseilleM1: {
+ name: 'M1',
+ osm: {
+ relationIds: [6274530],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#0075be',
+ },
+ MarseilleM2: {
+ name: 'M2',
+ osm: {
+ relationIds: [6274532],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#e30513',
+ },
+ MarseilleT1: {
+ name: 'T1',
+ osm: {
+ relationIds: [2452277],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#f18e00',
+ },
+ MarseilleT2: {
+ name: 'T2',
+ osm: {
+ relationIds: [2449752],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#f5e615',
+ },
+ MarseilleT3: {
+ name: 'T3',
+ osm: {
+ relationIds: [5296537],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#96be0d',
+ },
+}
+
+const Bun = {
+ file(path: string) {
+ return {
+ async json() {
+ return JSON.parse(await fs.readFile(path, 'utf8'))
+ },
+ }
+ },
+
+ async write(path: string, content: string) {
+ await fs.writeFile(path, content, 'utf8')
+ },
+}
+
+type StationsFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'Point'
+ coordinates: [number, number]
+ }
+ properties: {
+ id: number
+ name: string
+ alternate_names?: string[]
+ line: string
+ order: number
+ }
+ id: number
+ }[]
+ properties: {
+ totalStations: number
+ stationsPerLine: {
+ [lineId: string]: number
+ }
+ nextStationId?: number
+ }
+}
+
+type RoutesFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'LineString'
+ coordinates: [number, number][]
+ }
+ properties: {
+ line: string
+ name: string
+ color: string
+ order: number
+ }
+ }[]
+}
+
+function getStationMapKeyByLineIdAndName(args: {
+ lineId: string
+ name: string
+}): string {
+ return `${args.lineId}::${args.name}`
+}
+
+function getStationMapKeyByLineIdAndNodeId(args: {
+ lineId: string
+ nodeId: number
+}): string {
+ return `${args.lineId}::${args.nodeId}`
+}
+
+async function parseOldStationsAndCreateStationIdGetter(): Promise<
+ (args: { lineId: string; name: string }) => number
+> {
+ const oldStationsIdMap = new Map()
+ let maxStationId = 0
+ try {
+ const oldFeatureCollection = Bun.file(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/marseille/data', './features.json'),
+ )
+ const { features, properties } =
+ (await oldFeatureCollection.json()) as StationsFeatureCollection
+ maxStationId = (properties.nextStationId ?? 1) - 1
+ for (const feature of features) {
+ const { name, line, id } = feature.properties
+ oldStationsIdMap.set(
+ getStationMapKeyByLineIdAndName({
+ lineId: line,
+ name,
+ }),
+ id,
+ )
+ maxStationId = Math.max(maxStationId, id)
+ }
+ } catch (err) {
+ console.warn(
+ 'Could not find or parse old features.json',
+ (err as Error).message,
+ )
+ }
+ let nextStationId = maxStationId + 1
+
+ function getStationId(args: { lineId: string; name: string }): number {
+ const mapKey = getStationMapKeyByLineIdAndName(args)
+ return oldStationsIdMap.get(mapKey) ?? nextStationId++
+ }
+ return getStationId
+}
+
+function toMap(
+ array: T[],
+ keyPropertyName: K,
+): Map {
+ const map = new Map()
+ for (const item of array) {
+ map.set(item[keyPropertyName], item)
+ }
+ return map
+}
+
+function isDefined(arg: T): arg is Exclude {
+ return arg !== null && typeof arg !== 'undefined'
+}
+
+const main = async () => {
+ const data = Bun.file(path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/marseille/data', './source.json'))
+ const { lines, nodes, ways } = (await data.json()) as SourceJson
+
+ const getStationId = await parseOldStationsAndCreateStationIdGetter()
+ const waysMap = toMap(ways, 'wayId')
+ const nodesMap = toMap(nodes, 'nodeId')
+
+ // lines
+ const augmentedLinesMetadataMap = new Map<
+ string,
+ (typeof linesMetadata)[string] & {
+ id: string
+ order: number
+ latLonOffset: number
+ }
+ >()
+ const sortedLineIds = Object.entries(linesMetadata)
+ .sort(([, lineMetadata1], [, lineMetadata2]) =>
+ lineMetadata1.name.localeCompare(lineMetadata2.name),
+ )
+ .map(([lineId, lineMetadata], ix, arr): string => {
+ const numLines = arr.length
+ augmentedLinesMetadataMap.set(lineId, {
+ ...lineMetadata,
+ id: lineId,
+ order: ix + 1,
+ latLonOffset: (ix / (numLines - 1) - 0.5) * 0.000_015,
+ })
+ return lineId
+ })
+
+ console.debug(`Writing ${sortedLineIds.length} lines to lines.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/marseille/data', './lines.json'),
+ JSON.stringify(
+ sortedLineIds.reduce(
+ (acc, lineId) => {
+ const lineMetadata = augmentedLinesMetadataMap.get(lineId)!
+ acc[lineId] = {
+ name: lineMetadata.name,
+ color: lineMetadata.color,
+ backgroundColor: Color(lineMetadata.color).darken(0.5).hex(),
+ textColor: '#FFFFFF',
+ order: lineMetadata.order,
+ }
+ return acc
+ },
+ {} as {
+ [lineId: string]: {
+ name: string
+ color: string
+ backgroundColor: string
+ textColor: string
+ order: number
+ }
+ },
+ ),
+ null,
+ 2,
+ ),
+ )
+
+ // stations
+ type StationDetails = {
+ name: string
+ coords: {
+ lat: number
+ lon: number
+ lineIds: Map
+ nodeIds: { lineId: string; nodeId: number }[]
+ }[]
+ stationIdByLineId: Map
+ alternateNames: string[]
+ }
+ /**
+ * Get station details but ensure we have each station only once (per line), i.e. usually a station has at least two
+ * nodes (one for each direction of the line) but we only want to have one.
+ * As we want to access it by lineId/nodeId later, we eventually build another map for that purpose.
+ */
+ function getUniqueStationsByLineIdAndNodeId(): Map {
+ const mapUniqueStationsByName = new Map()
+ for (const line of lines) {
+ for (const stationNodeId of line.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat()
+ .concat(...line.extraStationNodeIds)) {
+ const stationNode = nodesMap.get(stationNodeId)!
+ if (!stationNode.name)
+ throw new Error(
+ `Unknown name for station with node id ${stationNodeId}`,
+ )
+ const existingStation = mapUniqueStationsByName.get(stationNode.name)
+ if (existingStation === undefined) {
+ mapUniqueStationsByName.set(stationNode.name, {
+ name: stationNode.name,
+ coords: [
+ {
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ },
+ ],
+ stationIdByLineId: new Map([
+ [
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ ],
+ ]),
+ alternateNames: [],
+ })
+ } else {
+ if (existingStation.stationIdByLineId.has(line.lineId) === false) {
+ existingStation.stationIdByLineId.set(
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ )
+ }
+ const existingCoords = existingStation.coords.find(
+ (c) => c.lat === stationNode.lat && c.lon === stationNode.lon,
+ )
+ if (existingCoords) {
+ existingCoords.lineIds.set(line.lineId, true)
+ existingCoords.nodeIds.push({
+ lineId: line.lineId,
+ nodeId: stationNodeId,
+ })
+ } else {
+ existingStation.coords.push({
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ })
+ }
+ }
+ }
+ }
+ const mapUniqueStationsByLineIdAndNodeId = new Map()
+ for (const stationDetails of mapUniqueStationsByName.values()) {
+ // sort nodes by which node covers more lines -> ideally first node covers all lines and only in rare cases we need to use 2nd+ node for some lines (if there's no node matching all lines)
+ stationDetails.coords.sort(
+ (c1, c2) =>
+ c2.lineIds.size - c1.lineIds.size ||
+ c1.lat - c2.lat ||
+ c1.lon - c2.lon,
+ )
+ for (const coords of stationDetails.coords) {
+ for (const { lineId, nodeId } of coords.nodeIds) {
+ mapUniqueStationsByLineIdAndNodeId.set(
+ getStationMapKeyByLineIdAndNodeId({ lineId, nodeId }),
+ stationDetails,
+ )
+ }
+ }
+ }
+
+ // print unique station names a-z (for easier review where alternate names are missing / might be helpful)
+ const stationSortedAtoZ = [...mapUniqueStationsByName.values()].sort(
+ (s1, s2) => s1.name.localeCompare(s2.name),
+ )
+ console.debug(`Stations (a-z, ${stationSortedAtoZ.length}):`)
+ for (const station of stationSortedAtoZ) {
+ console.debug(
+ ` ${station.name}${
+ station.alternateNames.length > 0
+ ? ` (${station.alternateNames.join('; ')})`
+ : ''
+ }`,
+ )
+ }
+
+ return mapUniqueStationsByLineIdAndNodeId
+ }
+ const mapUniqueStationsByLineIdAndNodeId =
+ getUniqueStationsByLineIdAndNodeId()
+ const mapStationsUsed = new Map()
+ const stationFeatures: StationsFeatureCollection['features'] = lines
+ .map((line) => {
+ const nodeIds = [
+ // we sort relations by length to get most-complete list of stations so that order of station names in output is closest to actual order and stations are not too scattered
+ ...line.relations
+ .sort((r1, r2) =>
+ r1.stationsNodeIds.length !== r2.stationsNodeIds.length
+ ? r2.stationsNodeIds.length - r1.stationsNodeIds.length
+ : r1.relationId - r2.relationId,
+ )
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...line.extraStationNodeIds,
+ ]
+ return nodeIds
+ .map((nodeId) => {
+ const stationDetails = mapUniqueStationsByLineIdAndNodeId.get(
+ getStationMapKeyByLineIdAndNodeId({
+ lineId: line.lineId,
+ nodeId,
+ }),
+ )!
+ const coords = stationDetails.coords.find((c) =>
+ c.lineIds.has(line.lineId),
+ )!
+ // we check if we already have station with that name at those coordinates for that line
+ const mapKey = `${line.lineId}::${stationDetails.name}::${coords.lat}::${coords.lon}`
+ if (mapStationsUsed.has(mapKey)) {
+ // we already have this station in the output => skip
+ return undefined
+ } else {
+ mapStationsUsed.set(mapKey, true)
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'Point' as const,
+ coordinates: [coords.lon, coords.lat] as [number, number],
+ },
+ properties: {
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ name: stationDetails.name,
+ alternateNames: [],
+ line: line.lineId,
+ order: augmentedLinesMetadataMap.get(line.lineId)!.order,
+ },
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ }
+ }
+ })
+ .filter(isDefined)
+ })
+ .flat()
+ const mapStationsNamesUsed = new Map()
+ const mapStationsNamesUsedByLine = new Map()
+ const stations: StationsFeatureCollection = {
+ type: 'FeatureCollection',
+ features: stationFeatures,
+ properties: {
+ ...stationFeatures.reduce(
+ (properties, station) => {
+ if (mapStationsNamesUsed.has(station.properties.name) === false) {
+ mapStationsNamesUsed.set(station.properties.name, true)
+ properties.totalStations += 1
+ }
+ const mapKey = getStationMapKeyByLineIdAndName({
+ lineId: station.properties.line,
+ name: station.properties.name,
+ })
+ if (mapStationsNamesUsedByLine.has(mapKey) === false) {
+ mapStationsNamesUsedByLine.set(mapKey, true)
+ properties.stationsPerLine[station.properties.line] += 1
+ }
+ return properties
+ },
+ {
+ totalStations: 0,
+ stationsPerLine: Object.fromEntries(
+ lines.map((line) => [line.lineId, 0]),
+ ),
+ },
+ ),
+ // using a non-existant line/station to get next station id
+ nextStationId: getStationId({ lineId: '', name: '' }),
+ },
+ }
+
+ console.debug(
+ `Writing ${stations.features.length} stations to features.json ...`,
+ )
+ stationFeatures.forEach((station) =>
+ console.debug(` ${station.properties.line} ${station.properties.name}`),
+ )
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/marseille/data', './features.json'),
+ JSON.stringify(stations, null, 2),
+ )
+
+ // routes
+ const routes: RoutesFeatureCollection = {
+ type: 'FeatureCollection',
+ features: lines
+ .map((line) => {
+ const wayIds = [
+ ...line.relations.map((relation) => relation.routesWayIds).flat(),
+ ...line.extraRouteWayIds,
+ ]
+ const uniqueWayIds = [...new Set(wayIds)].sort((w1, w2) => w1 - w2)
+ return uniqueWayIds.map((wayId) => {
+ const nodeIds = waysMap.get(wayId)!.nodeIds
+ const nodes = nodeIds.map((nodeId) => nodesMap.get(nodeId)!)
+ const { latLonOffset, name, color, order } =
+ augmentedLinesMetadataMap.get(line.lineId)!
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'LineString' as const,
+ coordinates: nodes.map(
+ (node) =>
+ [node.lon + latLonOffset, node.lat + latLonOffset] as [
+ number,
+ number,
+ ],
+ ),
+ },
+ properties: {
+ line: line.lineId,
+ name,
+ color,
+ order,
+ },
+ }
+ })
+ })
+ .flat(),
+ }
+
+ console.debug(`Writing ${routes.features.length} paths to routes.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/marseille/data', './routes.json'),
+ JSON.stringify(routes, null, 2),
+ )
+}
+
+main()
diff --git a/src/app/(game)/marseille/data/routes.json b/src/app/(game)/marseille/data/routes.json
new file mode 100644
index 0000000..1cab07f
--- /dev/null
+++ b/src/app/(game)/marseille/data/routes.json
@@ -0,0 +1,7163 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3773356,
+ 43.303188399999996
+ ],
+ [
+ 5.3777591000000005,
+ 43.3032683
+ ],
+ [
+ 5.378096,
+ 43.3033053
+ ],
+ [
+ 5.3784377,
+ 43.3033024
+ ],
+ [
+ 5.3788966,
+ 43.3032019
+ ],
+ [
+ 5.3791539,
+ 43.303106299999996
+ ],
+ [
+ 5.3795522,
+ 43.3028437
+ ],
+ [
+ 5.379738000000001,
+ 43.3026699
+ ],
+ [
+ 5.3798677,
+ 43.302548599999994
+ ],
+ [
+ 5.380051900000001,
+ 43.3023958
+ ],
+ [
+ 5.3802174,
+ 43.3022585
+ ],
+ [
+ 5.3802895,
+ 43.3021963
+ ],
+ [
+ 5.380349000000001,
+ 43.302144299999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.380349000000001,
+ 43.302144299999995
+ ],
+ [
+ 5.380623900000001,
+ 43.301887799999996
+ ],
+ [
+ 5.3811726,
+ 43.301337
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4233566,
+ 43.303805
+ ],
+ [
+ 5.4230431,
+ 43.30379
+ ],
+ [
+ 5.4216465000000005,
+ 43.303661999999996
+ ],
+ [
+ 5.4202010000000005,
+ 43.3035139
+ ],
+ [
+ 5.4191210000000005,
+ 43.303372499999995
+ ],
+ [
+ 5.418780900000001,
+ 43.3033235
+ ],
+ [
+ 5.418432,
+ 43.303273999999995
+ ],
+ [
+ 5.418201300000001,
+ 43.3032367
+ ],
+ [
+ 5.417843400000001,
+ 43.303168899999996
+ ],
+ [
+ 5.4170651,
+ 43.302949899999994
+ ],
+ [
+ 5.4158836,
+ 43.3025381
+ ],
+ [
+ 5.4152237,
+ 43.302217299999995
+ ],
+ [
+ 5.4150336,
+ 43.3020545
+ ],
+ [
+ 5.4148293,
+ 43.3018796
+ ],
+ [
+ 5.4145795,
+ 43.3014837
+ ],
+ [
+ 5.4144122,
+ 43.300994499999995
+ ],
+ [
+ 5.4141657,
+ 43.300545199999995
+ ],
+ [
+ 5.4137996,
+ 43.3001757
+ ],
+ [
+ 5.4135406,
+ 43.299972999999994
+ ],
+ [
+ 5.4132898,
+ 43.299774
+ ],
+ [
+ 5.4123415,
+ 43.2991435
+ ],
+ [
+ 5.4091104,
+ 43.2972294
+ ],
+ [
+ 5.407880700000001,
+ 43.296522499999995
+ ],
+ [
+ 5.4066481,
+ 43.2958131
+ ],
+ [
+ 5.4061864,
+ 43.2955549
+ ],
+ [
+ 5.40589,
+ 43.2953919
+ ],
+ [
+ 5.4053731,
+ 43.2951
+ ],
+ [
+ 5.4042200000000005,
+ 43.294259999999994
+ ],
+ [
+ 5.4031243,
+ 43.293383
+ ],
+ [
+ 5.4016124,
+ 43.292353899999995
+ ],
+ [
+ 5.4008985,
+ 43.291691199999995
+ ],
+ [
+ 5.4005779,
+ 43.2913603
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4240941000000005,
+ 43.303827299999995
+ ],
+ [
+ 5.423712,
+ 43.303819499999996
+ ],
+ [
+ 5.4233566,
+ 43.303805
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3745507,
+ 43.3006062
+ ],
+ [
+ 5.374759,
+ 43.3012187
+ ],
+ [
+ 5.374876,
+ 43.3015226
+ ],
+ [
+ 5.374998300000001,
+ 43.3017233
+ ],
+ [
+ 5.3753439,
+ 43.3021264
+ ],
+ [
+ 5.3756719,
+ 43.302412499999996
+ ],
+ [
+ 5.376038,
+ 43.3026653
+ ],
+ [
+ 5.3764113,
+ 43.3028942
+ ],
+ [
+ 5.3768725,
+ 43.3030908
+ ],
+ [
+ 5.3773356,
+ 43.303188399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3811726,
+ 43.301337
+ ],
+ [
+ 5.3815740000000005,
+ 43.300934
+ ],
+ [
+ 5.3819827,
+ 43.3006367
+ ],
+ [
+ 5.3829627,
+ 43.3000962
+ ],
+ [
+ 5.3835557000000005,
+ 43.2998846
+ ],
+ [
+ 5.3840338,
+ 43.2997721
+ ],
+ [
+ 5.3843001,
+ 43.2997551
+ ],
+ [
+ 5.384571800000001,
+ 43.299760799999994
+ ],
+ [
+ 5.3848224,
+ 43.2998067
+ ],
+ [
+ 5.385015500000001,
+ 43.2998744
+ ],
+ [
+ 5.3853475,
+ 43.299998099999996
+ ],
+ [
+ 5.3859708,
+ 43.3002396
+ ],
+ [
+ 5.3863347,
+ 43.300398099999995
+ ],
+ [
+ 5.386688400000001,
+ 43.3005548
+ ],
+ [
+ 5.3928267000000005,
+ 43.303440699999996
+ ],
+ [
+ 5.393263800000001,
+ 43.3035886
+ ],
+ [
+ 5.3936168,
+ 43.303658299999995
+ ],
+ [
+ 5.3959881,
+ 43.3040254
+ ],
+ [
+ 5.3963156,
+ 43.3040727
+ ],
+ [
+ 5.3966417,
+ 43.3041187
+ ],
+ [
+ 5.3973835,
+ 43.3042418
+ ],
+ [
+ 5.3982231,
+ 43.3044733
+ ],
+ [
+ 5.398728500000001,
+ 43.304680999999995
+ ],
+ [
+ 5.3991618,
+ 43.304966699999994
+ ],
+ [
+ 5.3995742,
+ 43.3054488
+ ],
+ [
+ 5.3998537,
+ 43.3059612
+ ],
+ [
+ 5.4005335,
+ 43.3073741
+ ],
+ [
+ 5.4009881,
+ 43.3082557
+ ],
+ [
+ 5.4010506000000005,
+ 43.308357
+ ],
+ [
+ 5.4013242,
+ 43.3088708
+ ],
+ [
+ 5.401474,
+ 43.309121499999996
+ ],
+ [
+ 5.4016386,
+ 43.3093942
+ ],
+ [
+ 5.4020004,
+ 43.3103148
+ ],
+ [
+ 5.4022049,
+ 43.3108838
+ ],
+ [
+ 5.402661800000001,
+ 43.31202
+ ],
+ [
+ 5.4029769000000005,
+ 43.3124786
+ ],
+ [
+ 5.403309500000001,
+ 43.312954
+ ],
+ [
+ 5.4037401,
+ 43.3135553
+ ],
+ [
+ 5.4039744,
+ 43.3138898
+ ],
+ [
+ 5.403984,
+ 43.313903499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4188484,
+ 43.322924099999994
+ ],
+ [
+ 5.4192917000000005,
+ 43.323249
+ ],
+ [
+ 5.4195911,
+ 43.3234552
+ ],
+ [
+ 5.4199091,
+ 43.323664799999996
+ ],
+ [
+ 5.4202614,
+ 43.323893
+ ],
+ [
+ 5.420639700000001,
+ 43.3241308
+ ],
+ [
+ 5.4210364,
+ 43.324356099999996
+ ],
+ [
+ 5.4213687,
+ 43.324543299999995
+ ],
+ [
+ 5.421993700000001,
+ 43.3248679
+ ],
+ [
+ 5.4227713,
+ 43.3252509
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.424049200000001,
+ 43.3258971
+ ],
+ [
+ 5.424420700000001,
+ 43.3260833
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4272857000000005,
+ 43.327977
+ ],
+ [
+ 5.4273791000000005,
+ 43.3281206
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4152626,
+ 43.319857899999995
+ ],
+ [
+ 5.4158187,
+ 43.3203568
+ ],
+ [
+ 5.4162,
+ 43.320688499999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4075343,
+ 43.315657099999996
+ ],
+ [
+ 5.4084433,
+ 43.3158471
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.427523600000001,
+ 43.328986699999994
+ ],
+ [
+ 5.4274927,
+ 43.3292936
+ ],
+ [
+ 5.427440000000001,
+ 43.3296901
+ ],
+ [
+ 5.4274177,
+ 43.3299058
+ ],
+ [
+ 5.4274212,
+ 43.3300719
+ ],
+ [
+ 5.4274263000000005,
+ 43.330202
+ ],
+ [
+ 5.4274472000000005,
+ 43.330335299999994
+ ],
+ [
+ 5.4274966000000004,
+ 43.330483099999995
+ ],
+ [
+ 5.4275608,
+ 43.3306179
+ ],
+ [
+ 5.4276409,
+ 43.3307523
+ ],
+ [
+ 5.4277261,
+ 43.3308685
+ ],
+ [
+ 5.4278182,
+ 43.3309807
+ ],
+ [
+ 5.4281117000000005,
+ 43.3313111
+ ],
+ [
+ 5.4284577,
+ 43.3316443
+ ],
+ [
+ 5.4287435,
+ 43.331941699999994
+ ],
+ [
+ 5.4289176,
+ 43.3321427
+ ],
+ [
+ 5.429063,
+ 43.3323213
+ ],
+ [
+ 5.4293972,
+ 43.3327217
+ ],
+ [
+ 5.429475200000001,
+ 43.3328267
+ ],
+ [
+ 5.4297092000000005,
+ 43.333122499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4227713,
+ 43.3252509
+ ],
+ [
+ 5.4228423,
+ 43.3252867
+ ],
+ [
+ 5.423189000000001,
+ 43.325461399999995
+ ],
+ [
+ 5.42354,
+ 43.325638299999994
+ ],
+ [
+ 5.4239299,
+ 43.325834799999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4172966,
+ 43.321641799999995
+ ],
+ [
+ 5.4178961,
+ 43.322168
+ ],
+ [
+ 5.4183037,
+ 43.3225079
+ ],
+ [
+ 5.4188484,
+ 43.322924099999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4162,
+ 43.320688499999996
+ ],
+ [
+ 5.4164958,
+ 43.320942599999995
+ ],
+ [
+ 5.416781,
+ 43.3211908
+ ],
+ [
+ 5.4172966,
+ 43.321641799999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.424420700000001,
+ 43.3260833
+ ],
+ [
+ 5.426800200000001,
+ 43.327538399999995
+ ],
+ [
+ 5.4271104,
+ 43.3277751
+ ],
+ [
+ 5.4272857000000005,
+ 43.327977
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4061239,
+ 43.3153672
+ ],
+ [
+ 5.406433300000001,
+ 43.3154299
+ ],
+ [
+ 5.406912500000001,
+ 43.3155272
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.403984,
+ 43.313903499999995
+ ],
+ [
+ 5.4040231,
+ 43.3139445
+ ],
+ [
+ 5.4040819,
+ 43.3140061
+ ],
+ [
+ 5.4042415,
+ 43.3142248
+ ],
+ [
+ 5.4045733,
+ 43.314670899999996
+ ],
+ [
+ 5.4048279,
+ 43.3149071
+ ],
+ [
+ 5.4052146,
+ 43.3151242
+ ],
+ [
+ 5.4054455,
+ 43.3152085
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4273791000000005,
+ 43.3281206
+ ],
+ [
+ 5.4274687,
+ 43.3283389
+ ],
+ [
+ 5.427508700000001,
+ 43.3284958
+ ],
+ [
+ 5.4275278,
+ 43.3286352
+ ],
+ [
+ 5.427539400000001,
+ 43.328823199999995
+ ],
+ [
+ 5.427523600000001,
+ 43.328986699999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4084433,
+ 43.3158471
+ ],
+ [
+ 5.408996,
+ 43.315977999999994
+ ],
+ [
+ 5.4094218000000005,
+ 43.316109
+ ],
+ [
+ 5.410002100000001,
+ 43.3163452
+ ],
+ [
+ 5.4104377,
+ 43.3165439
+ ],
+ [
+ 5.410910400000001,
+ 43.3167926
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.410910400000001,
+ 43.3167926
+ ],
+ [
+ 5.4116247,
+ 43.3171908
+ ],
+ [
+ 5.412105,
+ 43.317481799999996
+ ],
+ [
+ 5.412599200000001,
+ 43.3177886
+ ],
+ [
+ 5.4131394,
+ 43.318149
+ ],
+ [
+ 5.4137113,
+ 43.318575599999996
+ ],
+ [
+ 5.414192900000001,
+ 43.3189551
+ ],
+ [
+ 5.4146358,
+ 43.3193221
+ ],
+ [
+ 5.4152626,
+ 43.319857899999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.385188,
+ 43.286414199999996
+ ],
+ [
+ 5.3846327,
+ 43.2862546
+ ],
+ [
+ 5.3840379,
+ 43.2860783
+ ],
+ [
+ 5.383399300000001,
+ 43.285923999999994
+ ],
+ [
+ 5.383090200000001,
+ 43.2858728
+ ],
+ [
+ 5.3827847,
+ 43.285840099999994
+ ],
+ [
+ 5.382302,
+ 43.2858355
+ ],
+ [
+ 5.381827400000001,
+ 43.2858735
+ ],
+ [
+ 5.3812743,
+ 43.2859439
+ ],
+ [
+ 5.3807003,
+ 43.2861189
+ ],
+ [
+ 5.3803065000000005,
+ 43.2862868
+ ],
+ [
+ 5.3800091000000005,
+ 43.2864708
+ ],
+ [
+ 5.3797448,
+ 43.2867396
+ ],
+ [
+ 5.3795056,
+ 43.2871635
+ ],
+ [
+ 5.3792279,
+ 43.287889799999995
+ ],
+ [
+ 5.378953500000001,
+ 43.2884919
+ ],
+ [
+ 5.3785403,
+ 43.2892192
+ ],
+ [
+ 5.3782807,
+ 43.2896876
+ ],
+ [
+ 5.3781738,
+ 43.2898577
+ ],
+ [
+ 5.3780578000000006,
+ 43.290169899999995
+ ],
+ [
+ 5.377943800000001,
+ 43.2904929
+ ],
+ [
+ 5.377625,
+ 43.2911222
+ ],
+ [
+ 5.3772954,
+ 43.2914472
+ ],
+ [
+ 5.3768724,
+ 43.2917345
+ ],
+ [
+ 5.3761668,
+ 43.2920805
+ ],
+ [
+ 5.375647600000001,
+ 43.292398399999996
+ ],
+ [
+ 5.3755107,
+ 43.2924831
+ ],
+ [
+ 5.3750672,
+ 43.292732799999996
+ ],
+ [
+ 5.3748408,
+ 43.292893899999996
+ ],
+ [
+ 5.3747129000000005,
+ 43.2929853
+ ],
+ [
+ 5.3744255,
+ 43.2933137
+ ],
+ [
+ 5.3743068,
+ 43.293610799999996
+ ],
+ [
+ 5.374276500000001,
+ 43.293822999999996
+ ],
+ [
+ 5.3742976,
+ 43.294045399999995
+ ],
+ [
+ 5.3744746,
+ 43.294714
+ ],
+ [
+ 5.3744332,
+ 43.2951425
+ ],
+ [
+ 5.374363000000001,
+ 43.2955675
+ ],
+ [
+ 5.3743084,
+ 43.2959898
+ ],
+ [
+ 5.3742064,
+ 43.296623999999994
+ ],
+ [
+ 5.374191300000001,
+ 43.296824
+ ],
+ [
+ 5.3741705,
+ 43.297100199999996
+ ],
+ [
+ 5.374151100000001,
+ 43.297588
+ ],
+ [
+ 5.3741772,
+ 43.298543599999995
+ ],
+ [
+ 5.3741840000000005,
+ 43.298792199999994
+ ],
+ [
+ 5.3741840000000005,
+ 43.2991098
+ ],
+ [
+ 5.3742162,
+ 43.299471999999994
+ ],
+ [
+ 5.3743131,
+ 43.2999277
+ ],
+ [
+ 5.3744239,
+ 43.300266699999995
+ ],
+ [
+ 5.3745507,
+ 43.3006062
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4005779,
+ 43.2913603
+ ],
+ [
+ 5.400386500000001,
+ 43.2911368
+ ],
+ [
+ 5.4002091000000005,
+ 43.2909248
+ ],
+ [
+ 5.39958,
+ 43.2903288
+ ],
+ [
+ 5.3994697,
+ 43.2902346
+ ],
+ [
+ 5.399325,
+ 43.2901361
+ ],
+ [
+ 5.399079400000001,
+ 43.2900274
+ ],
+ [
+ 5.3963204000000005,
+ 43.2892892
+ ],
+ [
+ 5.394597200000001,
+ 43.2888284
+ ],
+ [
+ 5.391958300000001,
+ 43.288123299999995
+ ],
+ [
+ 5.387926,
+ 43.287059899999996
+ ],
+ [
+ 5.3857347,
+ 43.2865349
+ ],
+ [
+ 5.385188,
+ 43.286414199999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4239299,
+ 43.325834799999996
+ ],
+ [
+ 5.424049200000001,
+ 43.3258971
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4054455,
+ 43.3152085
+ ],
+ [
+ 5.4059704,
+ 43.315336099999996
+ ],
+ [
+ 5.4060332,
+ 43.315348799999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4060332,
+ 43.315348799999995
+ ],
+ [
+ 5.4061239,
+ 43.3153672
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.406912500000001,
+ 43.3155272
+ ],
+ [
+ 5.407102500000001,
+ 43.315566399999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.407102500000001,
+ 43.315566399999994
+ ],
+ [
+ 5.4075343,
+ 43.315657099999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM1",
+ "name": "M1",
+ "color": "#0075be",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3730955499999995,
+ 43.31650625
+ ],
+ [
+ 5.373151549999999,
+ 43.31622395
+ ],
+ [
+ 5.37316915,
+ 43.31586775
+ ],
+ [
+ 5.37310605,
+ 43.31549115
+ ],
+ [
+ 5.373037549999999,
+ 43.31515365
+ ],
+ [
+ 5.3729726499999995,
+ 43.31483205
+ ],
+ [
+ 5.37292465,
+ 43.31457385
+ ],
+ [
+ 5.3729213499999995,
+ 43.314236050000005
+ ],
+ [
+ 5.3729571499999995,
+ 43.31392785
+ ],
+ [
+ 5.3730933499999995,
+ 43.31316905
+ ],
+ [
+ 5.37335755,
+ 43.31238055
+ ],
+ [
+ 5.37362845,
+ 43.31155115
+ ],
+ [
+ 5.373791349999999,
+ 43.31103825
+ ],
+ [
+ 5.373814749999999,
+ 43.310694350000006
+ ],
+ [
+ 5.37376805,
+ 43.310477850000005
+ ],
+ [
+ 5.373639649999999,
+ 43.310189050000005
+ ],
+ [
+ 5.373528749999999,
+ 43.31002345
+ ],
+ [
+ 5.37339115,
+ 43.309872850000005
+ ],
+ [
+ 5.37319385,
+ 43.309742150000005
+ ],
+ [
+ 5.37288285,
+ 43.309602250000005
+ ],
+ [
+ 5.37221745,
+ 43.30931745
+ ],
+ [
+ 5.37167705,
+ 43.30908375
+ ],
+ [
+ 5.370817949999999,
+ 43.308752150000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39881125,
+ 43.269710950000004
+ ],
+ [
+ 5.39899125,
+ 43.269731750000005
+ ],
+ [
+ 5.39921485,
+ 43.269746350000005
+ ],
+ [
+ 5.39970855,
+ 43.26976465
+ ],
+ [
+ 5.399785049999999,
+ 43.26976925
+ ],
+ [
+ 5.39991665,
+ 43.26977715
+ ],
+ [
+ 5.40003705,
+ 43.26978445
+ ],
+ [
+ 5.40013875,
+ 43.26979725
+ ],
+ [
+ 5.400257949999999,
+ 43.26981225
+ ],
+ [
+ 5.40029765,
+ 43.26981955
+ ],
+ [
+ 5.40043145,
+ 43.26984405
+ ],
+ [
+ 5.40047765,
+ 43.26985255
+ ],
+ [
+ 5.40062655,
+ 43.26989445
+ ],
+ [
+ 5.40083075,
+ 43.26996385
+ ],
+ [
+ 5.40105125,
+ 43.27005115
+ ],
+ [
+ 5.401361349999999,
+ 43.27019275
+ ],
+ [
+ 5.40177265,
+ 43.27039115
+ ],
+ [
+ 5.4021931499999996,
+ 43.27057905
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.371308249999999,
+ 43.32151865
+ ],
+ [
+ 5.37134895,
+ 43.32117065
+ ],
+ [
+ 5.371388049999999,
+ 43.320834350000005
+ ],
+ [
+ 5.37142655,
+ 43.32050925
+ ],
+ [
+ 5.371438449999999,
+ 43.32036655
+ ],
+ [
+ 5.37150235,
+ 43.31984285
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.369766149999999,
+ 43.324407050000005
+ ],
+ [
+ 5.3700322499999995,
+ 43.32398965
+ ],
+ [
+ 5.37019065,
+ 43.32374335
+ ],
+ [
+ 5.37034975,
+ 43.32349405
+ ],
+ [
+ 5.37067055,
+ 43.323078550000005
+ ],
+ [
+ 5.37088685,
+ 43.32280715
+ ],
+ [
+ 5.37102435,
+ 43.322622450000004
+ ],
+ [
+ 5.37112275,
+ 43.32239425
+ ],
+ [
+ 5.37119305,
+ 43.322216850000004
+ ],
+ [
+ 5.37123845,
+ 43.322055850000005
+ ],
+ [
+ 5.37126955,
+ 43.321816250000005
+ ],
+ [
+ 5.371308249999999,
+ 43.32151865
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.38105265,
+ 43.298462650000005
+ ],
+ [
+ 5.38097525,
+ 43.297656450000005
+ ],
+ [
+ 5.38107975,
+ 43.29710165
+ ],
+ [
+ 5.38117295,
+ 43.29683235
+ ],
+ [
+ 5.38126345,
+ 43.296566750000004
+ ],
+ [
+ 5.38132175,
+ 43.296375950000005
+ ],
+ [
+ 5.3817682499999995,
+ 43.295547850000005
+ ],
+ [
+ 5.382125449999999,
+ 43.295056550000005
+ ],
+ [
+ 5.38250505,
+ 43.29471225
+ ],
+ [
+ 5.38281365,
+ 43.29443235
+ ],
+ [
+ 5.38303945,
+ 43.29416495
+ ],
+ [
+ 5.38329595,
+ 43.293678650000004
+ ],
+ [
+ 5.38357645,
+ 43.29283135
+ ],
+ [
+ 5.38369425,
+ 43.29249565
+ ],
+ [
+ 5.38379035,
+ 43.29219685
+ ],
+ [
+ 5.38379185,
+ 43.29219235
+ ],
+ [
+ 5.38391075,
+ 43.29183925
+ ],
+ [
+ 5.384022949999999,
+ 43.29136615
+ ],
+ [
+ 5.38406585,
+ 43.29080675
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.38123875,
+ 43.30088525
+ ],
+ [
+ 5.38131745,
+ 43.300332950000005
+ ],
+ [
+ 5.381253549999999,
+ 43.29961135
+ ],
+ [
+ 5.38105265,
+ 43.298462650000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39546585,
+ 43.26867885
+ ],
+ [
+ 5.39568715,
+ 43.26863985
+ ],
+ [
+ 5.39592165,
+ 43.26861615
+ ],
+ [
+ 5.39619405,
+ 43.26861695
+ ],
+ [
+ 5.39633745,
+ 43.26863565
+ ],
+ [
+ 5.396498449999999,
+ 43.26865895
+ ],
+ [
+ 5.39667755,
+ 43.26870255
+ ],
+ [
+ 5.39687995,
+ 43.26876695
+ ],
+ [
+ 5.39705865,
+ 43.26883935
+ ],
+ [
+ 5.3971902499999995,
+ 43.268910350000006
+ ],
+ [
+ 5.3972697499999995,
+ 43.26895675
+ ],
+ [
+ 5.39736485,
+ 43.269017950000006
+ ],
+ [
+ 5.39748435,
+ 43.26909715
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39355105,
+ 43.26991675
+ ],
+ [
+ 5.39381195,
+ 43.26962855
+ ],
+ [
+ 5.39405575,
+ 43.26941655
+ ],
+ [
+ 5.39420655,
+ 43.26930335
+ ],
+ [
+ 5.39437985,
+ 43.26918885
+ ],
+ [
+ 5.394692249999999,
+ 43.26898545
+ ],
+ [
+ 5.394885749999999,
+ 43.268887150000005
+ ],
+ [
+ 5.39515965,
+ 43.26875985
+ ],
+ [
+ 5.39529185,
+ 43.26871795
+ ],
+ [
+ 5.39546585,
+ 43.26867885
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39238325,
+ 43.27173065
+ ],
+ [
+ 5.39264535,
+ 43.27132205
+ ],
+ [
+ 5.39293775,
+ 43.270864350000004
+ ],
+ [
+ 5.393145049999999,
+ 43.27054245
+ ],
+ [
+ 5.39338815,
+ 43.27014895
+ ],
+ [
+ 5.39355105,
+ 43.26991675
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39748435,
+ 43.26909715
+ ],
+ [
+ 5.39776005,
+ 43.26928135
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3868658499999995,
+ 43.28073255
+ ],
+ [
+ 5.38741035,
+ 43.27976425
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39175095,
+ 43.272544950000004
+ ],
+ [
+ 5.39211995,
+ 43.27209415
+ ],
+ [
+ 5.39238325,
+ 43.27173065
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.38375255,
+ 43.287286050000006
+ ],
+ [
+ 5.38371615,
+ 43.28652425
+ ],
+ [
+ 5.38374375,
+ 43.286341650000004
+ ],
+ [
+ 5.38382605,
+ 43.28614395
+ ],
+ [
+ 5.38408795,
+ 43.28567685
+ ],
+ [
+ 5.38426165,
+ 43.28536715
+ ],
+ [
+ 5.38449725,
+ 43.28494945
+ ],
+ [
+ 5.38471725,
+ 43.284552950000005
+ ],
+ [
+ 5.38481975,
+ 43.28437075
+ ],
+ [
+ 5.3868658499999995,
+ 43.28073255
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.38741035,
+ 43.27976425
+ ],
+ [
+ 5.387594549999999,
+ 43.279438150000004
+ ],
+ [
+ 5.38777075,
+ 43.27912615
+ ],
+ [
+ 5.39105715,
+ 43.27342615
+ ],
+ [
+ 5.39130695,
+ 43.27307065
+ ],
+ [
+ 5.391515249999999,
+ 43.27281595
+ ],
+ [
+ 5.39175095,
+ 43.272544950000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.367144649999999,
+ 43.30493665
+ ],
+ [
+ 5.36765515,
+ 43.304240150000005
+ ],
+ [
+ 5.367929149999999,
+ 43.303871650000005
+ ],
+ [
+ 5.36818495,
+ 43.30352285
+ ],
+ [
+ 5.36880415,
+ 43.30277865
+ ],
+ [
+ 5.36896655,
+ 43.30261135
+ ],
+ [
+ 5.3691381499999995,
+ 43.30249905
+ ],
+ [
+ 5.369365149999999,
+ 43.30243165
+ ],
+ [
+ 5.3700303499999995,
+ 43.30227045
+ ],
+ [
+ 5.37146045,
+ 43.30194755
+ ],
+ [
+ 5.372065849999999,
+ 43.30181975
+ ],
+ [
+ 5.37239835,
+ 43.30176615
+ ],
+ [
+ 5.37283055,
+ 43.30174995
+ ],
+ [
+ 5.373209849999999,
+ 43.30177475
+ ],
+ [
+ 5.373501549999999,
+ 43.30182485
+ ],
+ [
+ 5.373996549999999,
+ 43.30193555
+ ],
+ [
+ 5.37439065,
+ 43.302021950000004
+ ],
+ [
+ 5.37508875,
+ 43.30225035
+ ],
+ [
+ 5.375509849999999,
+ 43.30249435
+ ],
+ [
+ 5.37586795,
+ 43.30274325
+ ],
+ [
+ 5.37627425,
+ 43.30301455
+ ],
+ [
+ 5.37680675,
+ 43.303218550000004
+ ],
+ [
+ 5.3772692499999994,
+ 43.30332275
+ ],
+ [
+ 5.37774005,
+ 43.303345150000006
+ ],
+ [
+ 5.37808495,
+ 43.30330905
+ ],
+ [
+ 5.378416049999999,
+ 43.30323885
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.37970215,
+ 43.302650750000005
+ ],
+ [
+ 5.37984535,
+ 43.30253935
+ ],
+ [
+ 5.380032249999999,
+ 43.30238605
+ ],
+ [
+ 5.38020135,
+ 43.30224735
+ ],
+ [
+ 5.38031265,
+ 43.30213255
+ ],
+ [
+ 5.38067375,
+ 43.30176015
+ ],
+ [
+ 5.38087515,
+ 43.30154075
+ ],
+ [
+ 5.38105885,
+ 43.30128555
+ ],
+ [
+ 5.38123875,
+ 43.30088525
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.370817949999999,
+ 43.308752150000004
+ ],
+ [
+ 5.37004165,
+ 43.30844305
+ ],
+ [
+ 5.36817175,
+ 43.307668650000004
+ ],
+ [
+ 5.36802335,
+ 43.30759055
+ ],
+ [
+ 5.36792145,
+ 43.30751935
+ ],
+ [
+ 5.3677873499999995,
+ 43.30740705
+ ],
+ [
+ 5.36764085,
+ 43.30727445
+ ],
+ [
+ 5.36753115,
+ 43.307156250000006
+ ],
+ [
+ 5.36740875,
+ 43.306963350000004
+ ],
+ [
+ 5.36727665,
+ 43.30659705
+ ],
+ [
+ 5.36700165,
+ 43.305553350000004
+ ],
+ [
+ 5.3670012499999995,
+ 43.305275050000006
+ ],
+ [
+ 5.36706715,
+ 43.30509145
+ ],
+ [
+ 5.367144649999999,
+ 43.30493665
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3717070499999995,
+ 43.31863055
+ ],
+ [
+ 5.37176015,
+ 43.318478850000005
+ ],
+ [
+ 5.37180695,
+ 43.318370050000006
+ ],
+ [
+ 5.37187095,
+ 43.31823235
+ ],
+ [
+ 5.37196315,
+ 43.31805915
+ ],
+ [
+ 5.372039549999999,
+ 43.31792635
+ ],
+ [
+ 5.37217595,
+ 43.31770935
+ ],
+ [
+ 5.37247215,
+ 43.31735055
+ ],
+ [
+ 5.37292775,
+ 43.316844950000004
+ ],
+ [
+ 5.37304025,
+ 43.31664835
+ ],
+ [
+ 5.3730955499999995,
+ 43.31650625
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.38406585,
+ 43.29080675
+ ],
+ [
+ 5.383915249999999,
+ 43.28854115
+ ],
+ [
+ 5.38375255,
+ 43.287286050000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.378416049999999,
+ 43.30323885
+ ],
+ [
+ 5.37886815,
+ 43.30313925
+ ],
+ [
+ 5.37908925,
+ 43.30304755
+ ],
+ [
+ 5.37949965,
+ 43.30280845
+ ],
+ [
+ 5.37970215,
+ 43.302650750000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.36774405,
+ 43.326903650000006
+ ],
+ [
+ 5.36787995,
+ 43.326765050000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.36923085,
+ 43.32527485
+ ],
+ [
+ 5.36942805,
+ 43.324959050000004
+ ],
+ [
+ 5.369633449999999,
+ 43.324614450000006
+ ],
+ [
+ 5.369766149999999,
+ 43.324407050000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.36787995,
+ 43.326765050000006
+ ],
+ [
+ 5.36853835,
+ 43.32606495
+ ],
+ [
+ 5.36885865,
+ 43.32573095
+ ],
+ [
+ 5.36908795,
+ 43.32547455
+ ],
+ [
+ 5.36923085,
+ 43.32527485
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.37150235,
+ 43.31984285
+ ],
+ [
+ 5.371560049999999,
+ 43.31936985
+ ],
+ [
+ 5.371588849999999,
+ 43.319150050000005
+ ],
+ [
+ 5.37160805,
+ 43.31902565
+ ],
+ [
+ 5.37162705,
+ 43.318923250000005
+ ],
+ [
+ 5.3716443499999995,
+ 43.31883985
+ ],
+ [
+ 5.371664249999999,
+ 43.31876655
+ ],
+ [
+ 5.371690549999999,
+ 43.31868055
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.36736555,
+ 43.32762365
+ ],
+ [
+ 5.36744135,
+ 43.32736965
+ ],
+ [
+ 5.367581449999999,
+ 43.327124350000005
+ ],
+ [
+ 5.36774405,
+ 43.326903650000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.367265049999999,
+ 43.327949350000004
+ ],
+ [
+ 5.36736555,
+ 43.32762365
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.39776005,
+ 43.26928135
+ ],
+ [
+ 5.3978911499999995,
+ 43.26936525
+ ],
+ [
+ 5.397946849999999,
+ 43.26939895
+ ],
+ [
+ 5.39801095,
+ 43.269434350000004
+ ],
+ [
+ 5.3980596499999995,
+ 43.269461150000005
+ ],
+ [
+ 5.398119149999999,
+ 43.26949295
+ ],
+ [
+ 5.39819525,
+ 43.26952995
+ ],
+ [
+ 5.39828995,
+ 43.26956985
+ ],
+ [
+ 5.3983684499999995,
+ 43.269602250000005
+ ],
+ [
+ 5.39844205,
+ 43.26962635
+ ],
+ [
+ 5.39863105,
+ 43.26967545
+ ],
+ [
+ 5.39881125,
+ 43.269710950000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.371690549999999,
+ 43.31868055
+ ],
+ [
+ 5.3717070499999995,
+ 43.31863055
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleM2",
+ "name": "M2",
+ "color": "#e30513",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.38829,
+ 43.2950977
+ ],
+ [
+ 5.3872102,
+ 43.2950372
+ ],
+ [
+ 5.3870358,
+ 43.2950666
+ ],
+ [
+ 5.3868191,
+ 43.2951416
+ ],
+ [
+ 5.3860612,
+ 43.2953216
+ ],
+ [
+ 5.3859187,
+ 43.2953302
+ ],
+ [
+ 5.3857775,
+ 43.2953175
+ ],
+ [
+ 5.3840812,
+ 43.2950488
+ ],
+ [
+ 5.3839499,
+ 43.2950432
+ ],
+ [
+ 5.383844,
+ 43.2950666
+ ],
+ [
+ 5.3837201,
+ 43.2951286
+ ],
+ [
+ 5.3828149,
+ 43.2955671
+ ],
+ [
+ 5.3825806,
+ 43.2956416
+ ],
+ [
+ 5.3823855,
+ 43.2957041
+ ],
+ [
+ 5.3822109,
+ 43.2957759
+ ],
+ [
+ 5.3817163,
+ 43.29601
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4175516,
+ 43.292936
+ ],
+ [
+ 5.4171017,
+ 43.2917225
+ ],
+ [
+ 5.4170903,
+ 43.2916983
+ ],
+ [
+ 5.4170795,
+ 43.29168
+ ],
+ [
+ 5.4170572,
+ 43.2916489
+ ],
+ [
+ 5.4170381,
+ 43.291625
+ ],
+ [
+ 5.4170109,
+ 43.291599
+ ],
+ [
+ 5.4169758,
+ 43.2915756
+ ],
+ [
+ 5.416935,
+ 43.2915557
+ ],
+ [
+ 5.4168954,
+ 43.2915425
+ ],
+ [
+ 5.4168512,
+ 43.2915337
+ ],
+ [
+ 5.4168048,
+ 43.2915286
+ ],
+ [
+ 5.4167554,
+ 43.2915287
+ ],
+ [
+ 5.416703,
+ 43.2915334
+ ],
+ [
+ 5.4166464,
+ 43.2915428
+ ],
+ [
+ 5.4149134,
+ 43.2918396
+ ],
+ [
+ 5.4148587,
+ 43.2918482
+ ],
+ [
+ 5.4148025,
+ 43.291856
+ ],
+ [
+ 5.4147477,
+ 43.2918606
+ ],
+ [
+ 5.4146961,
+ 43.291863
+ ],
+ [
+ 5.4146507,
+ 43.2918636
+ ],
+ [
+ 5.4146019,
+ 43.2918624
+ ],
+ [
+ 5.4145552,
+ 43.2918604
+ ],
+ [
+ 5.4139656,
+ 43.2918376
+ ],
+ [
+ 5.4138949,
+ 43.2918349
+ ],
+ [
+ 5.4138487,
+ 43.2918341
+ ],
+ [
+ 5.4138155,
+ 43.2918349
+ ],
+ [
+ 5.4137783,
+ 43.2918381
+ ],
+ [
+ 5.4137432,
+ 43.2918452
+ ],
+ [
+ 5.4137052,
+ 43.2918552
+ ],
+ [
+ 5.4136712,
+ 43.2918683
+ ],
+ [
+ 5.4136376,
+ 43.2918829
+ ],
+ [
+ 5.4135124,
+ 43.2919467
+ ],
+ [
+ 5.4133979,
+ 43.2920044
+ ],
+ [
+ 5.413282,
+ 43.2920632
+ ],
+ [
+ 5.4118985,
+ 43.29277
+ ],
+ [
+ 5.4117098,
+ 43.2928649
+ ],
+ [
+ 5.4116739,
+ 43.2928789
+ ],
+ [
+ 5.4116371,
+ 43.2928903
+ ],
+ [
+ 5.4115901,
+ 43.2929023
+ ],
+ [
+ 5.4115367,
+ 43.2929105
+ ],
+ [
+ 5.4114944,
+ 43.2929155
+ ],
+ [
+ 5.4114385,
+ 43.2929159
+ ],
+ [
+ 5.411392,
+ 43.2929137
+ ],
+ [
+ 5.4110209,
+ 43.2928854
+ ],
+ [
+ 5.410565,
+ 43.292841
+ ],
+ [
+ 5.4101501,
+ 43.2928119
+ ],
+ [
+ 5.4100798,
+ 43.292814
+ ],
+ [
+ 5.410025,
+ 43.2928224
+ ],
+ [
+ 5.4099725,
+ 43.2928392
+ ],
+ [
+ 5.4099316,
+ 43.2928575
+ ],
+ [
+ 5.4098873,
+ 43.2928856
+ ],
+ [
+ 5.4098642,
+ 43.2929083
+ ],
+ [
+ 5.4098382,
+ 43.2929398
+ ],
+ [
+ 5.4098151,
+ 43.2929802
+ ],
+ [
+ 5.409794,
+ 43.2930416
+ ],
+ [
+ 5.4097751,
+ 43.2931444
+ ],
+ [
+ 5.4097422,
+ 43.2933526
+ ],
+ [
+ 5.4097267,
+ 43.2934503
+ ],
+ [
+ 5.4096955,
+ 43.2936498
+ ],
+ [
+ 5.4096653,
+ 43.2938025
+ ],
+ [
+ 5.4096197,
+ 43.2940334
+ ],
+ [
+ 5.4095674,
+ 43.2942855
+ ],
+ [
+ 5.4095625,
+ 43.294309
+ ],
+ [
+ 5.4095473,
+ 43.2943409
+ ],
+ [
+ 5.4095272,
+ 43.2943705
+ ],
+ [
+ 5.4095071,
+ 43.2943922
+ ],
+ [
+ 5.409477,
+ 43.2944155
+ ],
+ [
+ 5.4094417,
+ 43.2944368
+ ],
+ [
+ 5.4094071,
+ 43.2944526
+ ],
+ [
+ 5.4093678,
+ 43.2944668
+ ],
+ [
+ 5.4093227,
+ 43.294479
+ ],
+ [
+ 5.4091405,
+ 43.2945269
+ ],
+ [
+ 5.409051,
+ 43.2945485
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.417643,
+ 43.2931787
+ ],
+ [
+ 5.4175516,
+ 43.292936
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4060799,
+ 43.2960045
+ ],
+ [
+ 5.4060465,
+ 43.29603
+ ],
+ [
+ 5.4060124,
+ 43.2960537
+ ],
+ [
+ 5.4060028,
+ 43.2960594
+ ],
+ [
+ 5.4059815,
+ 43.2960722
+ ],
+ [
+ 5.4059414,
+ 43.2960916
+ ],
+ [
+ 5.4058932,
+ 43.296108
+ ],
+ [
+ 5.4058512,
+ 43.2961187
+ ],
+ [
+ 5.4058065,
+ 43.2961267
+ ],
+ [
+ 5.4057677,
+ 43.2961302
+ ],
+ [
+ 5.4057571,
+ 43.2961311
+ ],
+ [
+ 5.4056984,
+ 43.2961308
+ ],
+ [
+ 5.4042356,
+ 43.296049
+ ],
+ [
+ 5.402342,
+ 43.2959413
+ ],
+ [
+ 5.4022058,
+ 43.2959335
+ ],
+ [
+ 5.4020576,
+ 43.2959242
+ ],
+ [
+ 5.4017061,
+ 43.2959021
+ ],
+ [
+ 5.4014079,
+ 43.2958848
+ ],
+ [
+ 5.4013513,
+ 43.2958815
+ ],
+ [
+ 5.4012461,
+ 43.2958768
+ ],
+ [
+ 5.4006643,
+ 43.295841
+ ],
+ [
+ 5.4005334,
+ 43.2958321
+ ],
+ [
+ 5.400383,
+ 43.2958227
+ ],
+ [
+ 5.4002498,
+ 43.2958146
+ ],
+ [
+ 5.4001201,
+ 43.2958067
+ ],
+ [
+ 5.3980257,
+ 43.2956808
+ ],
+ [
+ 5.3978684,
+ 43.2956713
+ ],
+ [
+ 5.3977235,
+ 43.2956633
+ ],
+ [
+ 5.3971378,
+ 43.2956296
+ ],
+ [
+ 5.3967532,
+ 43.2956041
+ ],
+ [
+ 5.3966781,
+ 43.2955999
+ ],
+ [
+ 5.3965175,
+ 43.2955909
+ ],
+ [
+ 5.3941081,
+ 43.295451
+ ],
+ [
+ 5.3939673,
+ 43.2954428
+ ],
+ [
+ 5.3936519,
+ 43.2954238
+ ],
+ [
+ 5.3934644,
+ 43.2954129
+ ],
+ [
+ 5.393118,
+ 43.2953879
+ ],
+ [
+ 5.3927443,
+ 43.2953678
+ ],
+ [
+ 5.392693,
+ 43.295365
+ ],
+ [
+ 5.3924739,
+ 43.2953531
+ ],
+ [
+ 5.3909369,
+ 43.295258
+ ],
+ [
+ 5.3907994,
+ 43.2952496
+ ],
+ [
+ 5.3896054,
+ 43.2951803
+ ],
+ [
+ 5.3892548,
+ 43.2951654
+ ],
+ [
+ 5.389164,
+ 43.2951507
+ ],
+ [
+ 5.3890775,
+ 43.2951387
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4069711,
+ 43.2954029
+ ],
+ [
+ 5.4069078,
+ 43.2954151
+ ],
+ [
+ 5.4067735,
+ 43.2954408
+ ],
+ [
+ 5.4066407,
+ 43.2954679
+ ],
+ [
+ 5.4065897,
+ 43.2954802
+ ],
+ [
+ 5.406534,
+ 43.2954995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3890775,
+ 43.2951387
+ ],
+ [
+ 5.3888578,
+ 43.2951262
+ ],
+ [
+ 5.38829,
+ 43.2950977
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.406534,
+ 43.2954995
+ ],
+ [
+ 5.4064853,
+ 43.2955217
+ ],
+ [
+ 5.4064514,
+ 43.2955452
+ ],
+ [
+ 5.4064148,
+ 43.2955763
+ ],
+ [
+ 5.4063876,
+ 43.2956122
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4334589,
+ 43.2945374
+ ],
+ [
+ 5.4333972,
+ 43.2946199
+ ],
+ [
+ 5.4333714,
+ 43.2946572
+ ],
+ [
+ 5.4333516,
+ 43.2946765
+ ],
+ [
+ 5.4333078,
+ 43.2947118
+ ],
+ [
+ 5.4332878,
+ 43.2947281
+ ],
+ [
+ 5.4332627,
+ 43.2947428
+ ],
+ [
+ 5.4332193,
+ 43.2947681
+ ],
+ [
+ 5.4332031,
+ 43.2947746
+ ],
+ [
+ 5.433141,
+ 43.2947985
+ ],
+ [
+ 5.4330981,
+ 43.2948088
+ ],
+ [
+ 5.4330597,
+ 43.2948186
+ ],
+ [
+ 5.4329955,
+ 43.294829
+ ],
+ [
+ 5.4329422,
+ 43.2948325
+ ],
+ [
+ 5.4328634,
+ 43.2948293
+ ],
+ [
+ 5.4327909,
+ 43.2948199
+ ],
+ [
+ 5.4327229,
+ 43.294804
+ ],
+ [
+ 5.4326509,
+ 43.2947784
+ ],
+ [
+ 5.4326023,
+ 43.2947575
+ ],
+ [
+ 5.4323021,
+ 43.2946285
+ ],
+ [
+ 5.4320393,
+ 43.2945174
+ ],
+ [
+ 5.4320092,
+ 43.2945048
+ ],
+ [
+ 5.4319125,
+ 43.2944645
+ ],
+ [
+ 5.4317636,
+ 43.2944024
+ ],
+ [
+ 5.4316033,
+ 43.2943479
+ ],
+ [
+ 5.4314285,
+ 43.2942999
+ ],
+ [
+ 5.4313356,
+ 43.2942805
+ ],
+ [
+ 5.4312267,
+ 43.2942594
+ ],
+ [
+ 5.4311072,
+ 43.2942429
+ ],
+ [
+ 5.4310323,
+ 43.2942331
+ ],
+ [
+ 5.4308492,
+ 43.2942213
+ ],
+ [
+ 5.4303722,
+ 43.2942013
+ ],
+ [
+ 5.4301452,
+ 43.2941944
+ ],
+ [
+ 5.4299148,
+ 43.2941977
+ ],
+ [
+ 5.4298007,
+ 43.2942049
+ ],
+ [
+ 5.4296565,
+ 43.2942206
+ ],
+ [
+ 5.4295219,
+ 43.2942394
+ ],
+ [
+ 5.4293625,
+ 43.2942628
+ ],
+ [
+ 5.4293519,
+ 43.2942643
+ ],
+ [
+ 5.4290416,
+ 43.2943117
+ ],
+ [
+ 5.428711,
+ 43.2943631
+ ],
+ [
+ 5.4285728,
+ 43.2943846
+ ],
+ [
+ 5.4284715,
+ 43.2944045
+ ],
+ [
+ 5.4283833,
+ 43.2944285
+ ],
+ [
+ 5.4283021,
+ 43.2944545
+ ],
+ [
+ 5.4281851,
+ 43.2944992
+ ],
+ [
+ 5.427792,
+ 43.2946924
+ ],
+ [
+ 5.4273134,
+ 43.29493
+ ],
+ [
+ 5.4272516,
+ 43.2949597
+ ],
+ [
+ 5.4270956,
+ 43.2950346
+ ],
+ [
+ 5.4269704,
+ 43.2950884
+ ],
+ [
+ 5.4269462,
+ 43.2950977
+ ],
+ [
+ 5.4268459,
+ 43.2951361
+ ],
+ [
+ 5.4266851,
+ 43.295186
+ ],
+ [
+ 5.4264,
+ 43.2952647
+ ],
+ [
+ 5.4262748,
+ 43.2952956
+ ],
+ [
+ 5.42615,
+ 43.2953238
+ ],
+ [
+ 5.4260093,
+ 43.2953481
+ ],
+ [
+ 5.4258645,
+ 43.29537
+ ],
+ [
+ 5.4257163,
+ 43.2953877
+ ],
+ [
+ 5.4255653,
+ 43.2953997
+ ],
+ [
+ 5.4253494,
+ 43.2954083
+ ],
+ [
+ 5.4251421,
+ 43.2954071
+ ],
+ [
+ 5.4250373,
+ 43.2954034
+ ],
+ [
+ 5.4248386,
+ 43.2953914
+ ],
+ [
+ 5.4244243,
+ 43.2953723
+ ],
+ [
+ 5.4242957,
+ 43.2953635
+ ],
+ [
+ 5.4242494,
+ 43.2953604
+ ],
+ [
+ 5.4241338,
+ 43.2953509
+ ],
+ [
+ 5.4240715,
+ 43.2953414
+ ],
+ [
+ 5.4240266,
+ 43.2953317
+ ],
+ [
+ 5.4239925,
+ 43.2953243
+ ],
+ [
+ 5.4238808,
+ 43.2952923
+ ],
+ [
+ 5.4238012,
+ 43.2952629
+ ],
+ [
+ 5.4236636,
+ 43.295202
+ ],
+ [
+ 5.4235087,
+ 43.2951358
+ ],
+ [
+ 5.4233714,
+ 43.2950861
+ ],
+ [
+ 5.4232645,
+ 43.295057
+ ],
+ [
+ 5.4231756,
+ 43.2950396
+ ],
+ [
+ 5.4230908,
+ 43.2950253
+ ],
+ [
+ 5.4229791,
+ 43.2950129
+ ],
+ [
+ 5.4228609,
+ 43.2949997
+ ],
+ [
+ 5.4224915,
+ 43.2949586
+ ],
+ [
+ 5.4221763,
+ 43.2949239
+ ],
+ [
+ 5.4220398,
+ 43.2949088
+ ],
+ [
+ 5.4218899,
+ 43.294894
+ ],
+ [
+ 5.42174,
+ 43.2948852
+ ],
+ [
+ 5.4216093,
+ 43.2948847
+ ],
+ [
+ 5.4215071,
+ 43.2948877
+ ],
+ [
+ 5.4213595,
+ 43.2948985
+ ],
+ [
+ 5.4211761,
+ 43.2949147
+ ],
+ [
+ 5.4210079,
+ 43.2949279
+ ],
+ [
+ 5.4207143,
+ 43.2949483
+ ],
+ [
+ 5.4198395,
+ 43.2949897
+ ],
+ [
+ 5.4192399,
+ 43.2950161
+ ],
+ [
+ 5.4189704,
+ 43.2950284
+ ],
+ [
+ 5.41889,
+ 43.2950312
+ ],
+ [
+ 5.4188353,
+ 43.2950331
+ ],
+ [
+ 5.4187097,
+ 43.2950331
+ ],
+ [
+ 5.4186257,
+ 43.2950185
+ ],
+ [
+ 5.4185562,
+ 43.2949932
+ ],
+ [
+ 5.4185011,
+ 43.2949605
+ ],
+ [
+ 5.418472,
+ 43.2949338
+ ],
+ [
+ 5.4184516,
+ 43.2949153
+ ],
+ [
+ 5.4184066,
+ 43.2948515
+ ],
+ [
+ 5.4183758,
+ 43.2947852
+ ],
+ [
+ 5.4181729,
+ 43.2943788
+ ],
+ [
+ 5.4179665,
+ 43.2939657
+ ],
+ [
+ 5.4178994,
+ 43.2938303
+ ],
+ [
+ 5.4178664,
+ 43.293763
+ ],
+ [
+ 5.4178213,
+ 43.2936525
+ ],
+ [
+ 5.417643,
+ 43.2931787
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3817163,
+ 43.29601
+ ],
+ [
+ 5.3815882,
+ 43.2961257
+ ],
+ [
+ 5.3815013,
+ 43.2962239
+ ],
+ [
+ 5.3813772,
+ 43.2964846
+ ],
+ [
+ 5.3812901,
+ 43.2967683
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4063876,
+ 43.2956122
+ ],
+ [
+ 5.4062693,
+ 43.295768
+ ],
+ [
+ 5.406111,
+ 43.2959661
+ ],
+ [
+ 5.4060799,
+ 43.2960045
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.409051,
+ 43.2945485
+ ],
+ [
+ 5.4089017,
+ 43.2945943
+ ],
+ [
+ 5.4087705,
+ 43.2946408
+ ],
+ [
+ 5.4086141,
+ 43.2947036
+ ],
+ [
+ 5.4081812,
+ 43.294905
+ ],
+ [
+ 5.4075916,
+ 43.295179
+ ],
+ [
+ 5.4073088,
+ 43.2953104
+ ],
+ [
+ 5.4072576,
+ 43.29533
+ ],
+ [
+ 5.4071988,
+ 43.2953498
+ ],
+ [
+ 5.4071304,
+ 43.295369
+ ],
+ [
+ 5.4069711,
+ 43.2954029
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.4439295,
+ 43.29471
+ ],
+ [
+ 5.4437271,
+ 43.2946431
+ ],
+ [
+ 5.4435186,
+ 43.2945739
+ ],
+ [
+ 5.4434262,
+ 43.2945543
+ ],
+ [
+ 5.4433728,
+ 43.2945469
+ ],
+ [
+ 5.4433265,
+ 43.2945472
+ ],
+ [
+ 5.4432572,
+ 43.2945467
+ ],
+ [
+ 5.4431579,
+ 43.2945452
+ ],
+ [
+ 5.4430782,
+ 43.2945399
+ ],
+ [
+ 5.4430137,
+ 43.2945265
+ ],
+ [
+ 5.4429461,
+ 43.2945101
+ ],
+ [
+ 5.4425378,
+ 43.2943652
+ ],
+ [
+ 5.4424363,
+ 43.2943316
+ ],
+ [
+ 5.4423002,
+ 43.2942865
+ ],
+ [
+ 5.4421225,
+ 43.2942276
+ ],
+ [
+ 5.4417465,
+ 43.2941082
+ ],
+ [
+ 5.441354,
+ 43.2939879
+ ],
+ [
+ 5.441163,
+ 43.293928
+ ],
+ [
+ 5.4410635,
+ 43.2938955
+ ],
+ [
+ 5.4409726,
+ 43.2938578
+ ],
+ [
+ 5.4409339,
+ 43.2938406
+ ],
+ [
+ 5.4408875,
+ 43.2938199
+ ],
+ [
+ 5.4408049,
+ 43.2937783
+ ],
+ [
+ 5.4407359,
+ 43.2937423
+ ],
+ [
+ 5.4405165,
+ 43.2936202
+ ],
+ [
+ 5.440309,
+ 43.2935089
+ ],
+ [
+ 5.4401821,
+ 43.2934512
+ ],
+ [
+ 5.4400758,
+ 43.2934098
+ ],
+ [
+ 5.439958,
+ 43.2933726
+ ],
+ [
+ 5.439853,
+ 43.2933419
+ ],
+ [
+ 5.4397268,
+ 43.2933069
+ ],
+ [
+ 5.4396141,
+ 43.2932756
+ ],
+ [
+ 5.439401,
+ 43.2932195
+ ],
+ [
+ 5.4392759,
+ 43.2931885
+ ],
+ [
+ 5.4391716,
+ 43.2931666
+ ],
+ [
+ 5.4389421,
+ 43.2931193
+ ],
+ [
+ 5.4388601,
+ 43.2931029
+ ],
+ [
+ 5.4387942,
+ 43.2930903
+ ],
+ [
+ 5.4387374,
+ 43.2930782
+ ],
+ [
+ 5.4383487,
+ 43.2929955
+ ],
+ [
+ 5.4381654,
+ 43.2929555
+ ],
+ [
+ 5.4373211,
+ 43.292776
+ ],
+ [
+ 5.4371744,
+ 43.2927443
+ ],
+ [
+ 5.4368228,
+ 43.2926684
+ ],
+ [
+ 5.4365911,
+ 43.292617
+ ],
+ [
+ 5.436509,
+ 43.2925984
+ ],
+ [
+ 5.4364602,
+ 43.2925873
+ ],
+ [
+ 5.4363694,
+ 43.2925631
+ ],
+ [
+ 5.4362783,
+ 43.2925343
+ ],
+ [
+ 5.4361911,
+ 43.2924972
+ ],
+ [
+ 5.4359202,
+ 43.2923795
+ ],
+ [
+ 5.4358042,
+ 43.2923277
+ ],
+ [
+ 5.4356787,
+ 43.2922791
+ ],
+ [
+ 5.4356149,
+ 43.2922584
+ ],
+ [
+ 5.4355774,
+ 43.2922489
+ ],
+ [
+ 5.4355506,
+ 43.2922439
+ ],
+ [
+ 5.4355275,
+ 43.2922406
+ ],
+ [
+ 5.435484,
+ 43.2922374
+ ],
+ [
+ 5.4354193,
+ 43.2922386
+ ],
+ [
+ 5.4353877,
+ 43.2922418
+ ],
+ [
+ 5.4353604,
+ 43.2922464
+ ],
+ [
+ 5.4352609,
+ 43.2922759
+ ],
+ [
+ 5.4351992,
+ 43.2923082
+ ],
+ [
+ 5.4351568,
+ 43.2923387
+ ],
+ [
+ 5.4351069,
+ 43.2923928
+ ],
+ [
+ 5.43502,
+ 43.292511
+ ],
+ [
+ 5.4349156,
+ 43.29266
+ ],
+ [
+ 5.4347529,
+ 43.2928837
+ ],
+ [
+ 5.4346078,
+ 43.2930743
+ ],
+ [
+ 5.4345473,
+ 43.2931503
+ ],
+ [
+ 5.4342899,
+ 43.2934736
+ ],
+ [
+ 5.4339744,
+ 43.2938714
+ ],
+ [
+ 5.433821,
+ 43.2940664
+ ],
+ [
+ 5.4336703,
+ 43.294258
+ ],
+ [
+ 5.4335187,
+ 43.2944526
+ ],
+ [
+ 5.4334589,
+ 43.2945374
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT1",
+ "name": "T1",
+ "color": "#f18e00",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.36703195,
+ 43.31522395
+ ],
+ [
+ 5.36747495,
+ 43.31443685
+ ],
+ [
+ 5.36757565,
+ 43.31425875
+ ],
+ [
+ 5.36769185,
+ 43.314053349999995
+ ],
+ [
+ 5.36779165,
+ 43.31387685
+ ],
+ [
+ 5.367833650000001,
+ 43.31380245
+ ],
+ [
+ 5.36786015,
+ 43.31375565
+ ],
+ [
+ 5.36790695,
+ 43.31367115
+ ],
+ [
+ 5.36793235,
+ 43.31362525
+ ],
+ [
+ 5.36810185,
+ 43.31331975
+ ],
+ [
+ 5.36824675,
+ 43.31306925
+ ],
+ [
+ 5.36839185,
+ 43.312818449999995
+ ],
+ [
+ 5.36854425,
+ 43.31255495
+ ],
+ [
+ 5.368587150000001,
+ 43.312479149999994
+ ],
+ [
+ 5.368651450000001,
+ 43.31236645
+ ],
+ [
+ 5.368706250000001,
+ 43.31226665
+ ],
+ [
+ 5.36874595,
+ 43.31219425
+ ],
+ [
+ 5.368824050000001,
+ 43.312027449999995
+ ],
+ [
+ 5.368867450000001,
+ 43.31194075
+ ],
+ [
+ 5.3689234500000005,
+ 43.31174435
+ ],
+ [
+ 5.36894655,
+ 43.31152805
+ ],
+ [
+ 5.36894295,
+ 43.31136195
+ ],
+ [
+ 5.36891835,
+ 43.31120225
+ ],
+ [
+ 5.36882105,
+ 43.31083855
+ ],
+ [
+ 5.368458550000001,
+ 43.30969955
+ ],
+ [
+ 5.36832975,
+ 43.30926675
+ ],
+ [
+ 5.368301150000001,
+ 43.30917305
+ ],
+ [
+ 5.36823315,
+ 43.30894645
+ ],
+ [
+ 5.368156450000001,
+ 43.30869515
+ ],
+ [
+ 5.36812085,
+ 43.30857675
+ ],
+ [
+ 5.368081050000001,
+ 43.30844515
+ ],
+ [
+ 5.36797925,
+ 43.30812965
+ ],
+ [
+ 5.36789155,
+ 43.307812649999995
+ ],
+ [
+ 5.367855550000001,
+ 43.30769125
+ ],
+ [
+ 5.36780935,
+ 43.307538449999996
+ ],
+ [
+ 5.36746865,
+ 43.306400249999996
+ ],
+ [
+ 5.36736485,
+ 43.30605895
+ ],
+ [
+ 5.36732145,
+ 43.30591165
+ ],
+ [
+ 5.36724985,
+ 43.30567515
+ ],
+ [
+ 5.3671688500000005,
+ 43.30540715
+ ],
+ [
+ 5.36713045,
+ 43.30527575
+ ],
+ [
+ 5.367088150000001,
+ 43.305134949999996
+ ],
+ [
+ 5.367077050000001,
+ 43.30509525
+ ],
+ [
+ 5.367071650000001,
+ 43.305065549999995
+ ],
+ [
+ 5.36706835,
+ 43.305045449999994
+ ],
+ [
+ 5.36706705,
+ 43.30500995
+ ],
+ [
+ 5.36706855,
+ 43.30499705
+ ],
+ [
+ 5.36707055,
+ 43.30498065
+ ],
+ [
+ 5.367077650000001,
+ 43.30494725
+ ],
+ [
+ 5.367096350000001,
+ 43.30490055
+ ],
+ [
+ 5.36710285,
+ 43.30488895
+ ],
+ [
+ 5.367107150000001,
+ 43.304881349999995
+ ],
+ [
+ 5.36711135,
+ 43.304874149999996
+ ],
+ [
+ 5.36712125,
+ 43.30485845
+ ],
+ [
+ 5.367139450000001,
+ 43.304835149999995
+ ],
+ [
+ 5.36716455,
+ 43.30480375
+ ],
+ [
+ 5.367283250000001,
+ 43.30465855
+ ],
+ [
+ 5.36735435,
+ 43.304570649999995
+ ],
+ [
+ 5.36741945,
+ 43.30449055
+ ],
+ [
+ 5.36755185,
+ 43.30432955
+ ],
+ [
+ 5.36762045,
+ 43.304244249999996
+ ],
+ [
+ 5.36783645,
+ 43.30397955
+ ],
+ [
+ 5.36794425,
+ 43.30384745
+ ],
+ [
+ 5.36825985,
+ 43.303462149999994
+ ],
+ [
+ 5.36883175,
+ 43.30275965
+ ],
+ [
+ 5.36892335,
+ 43.30265005
+ ],
+ [
+ 5.36900625,
+ 43.30254635
+ ],
+ [
+ 5.369140750000001,
+ 43.30238265
+ ],
+ [
+ 5.3693139500000004,
+ 43.30217215
+ ],
+ [
+ 5.36948615,
+ 43.30196075
+ ],
+ [
+ 5.3697041500000005,
+ 43.30169505
+ ],
+ [
+ 5.36977345,
+ 43.301611949999995
+ ],
+ [
+ 5.3704234500000005,
+ 43.300814249999995
+ ],
+ [
+ 5.37047155,
+ 43.30075575
+ ],
+ [
+ 5.3710359500000004,
+ 43.30006605
+ ],
+ [
+ 5.37118575,
+ 43.29988295
+ ],
+ [
+ 5.37139185,
+ 43.299631749999996
+ ],
+ [
+ 5.3714445500000005,
+ 43.29956755
+ ],
+ [
+ 5.37147675,
+ 43.29952795
+ ],
+ [
+ 5.371489850000001,
+ 43.29951175
+ ],
+ [
+ 5.37153155,
+ 43.29946825
+ ],
+ [
+ 5.371555150000001,
+ 43.29944605
+ ],
+ [
+ 5.3715984500000005,
+ 43.29941665
+ ],
+ [
+ 5.371667250000001,
+ 43.299384149999995
+ ],
+ [
+ 5.37171965,
+ 43.29936885
+ ],
+ [
+ 5.371792950000001,
+ 43.29936075
+ ],
+ [
+ 5.3718201500000005,
+ 43.299358149999996
+ ],
+ [
+ 5.37197755,
+ 43.29934695
+ ],
+ [
+ 5.372530650000001,
+ 43.299307649999996
+ ],
+ [
+ 5.373345550000001,
+ 43.29924945
+ ],
+ [
+ 5.37375465,
+ 43.29922085
+ ],
+ [
+ 5.37402905,
+ 43.29920155
+ ],
+ [
+ 5.3741540500000005,
+ 43.299192749999996
+ ],
+ [
+ 5.37466195,
+ 43.299159249999995
+ ],
+ [
+ 5.37491755,
+ 43.29914205
+ ],
+ [
+ 5.3751713500000005,
+ 43.29912565
+ ],
+ [
+ 5.37542265,
+ 43.29910915
+ ],
+ [
+ 5.3756692500000005,
+ 43.299092449999996
+ ],
+ [
+ 5.37576105,
+ 43.29908595
+ ],
+ [
+ 5.37607395,
+ 43.29906535
+ ],
+ [
+ 5.37618055,
+ 43.29904845
+ ],
+ [
+ 5.376240350000001,
+ 43.299029049999994
+ ],
+ [
+ 5.37626265,
+ 43.29902015
+ ],
+ [
+ 5.37629845,
+ 43.299001249999996
+ ],
+ [
+ 5.37631425,
+ 43.298990149999995
+ ],
+ [
+ 5.376331250000001,
+ 43.29897785
+ ],
+ [
+ 5.37636595,
+ 43.29894675
+ ],
+ [
+ 5.37639245,
+ 43.298915449999996
+ ],
+ [
+ 5.37652685,
+ 43.298674649999995
+ ],
+ [
+ 5.376530750000001,
+ 43.29866775
+ ],
+ [
+ 5.376627350000001,
+ 43.298494749999996
+ ],
+ [
+ 5.3767302500000005,
+ 43.29831815
+ ],
+ [
+ 5.37673625,
+ 43.29830785
+ ],
+ [
+ 5.376914650000001,
+ 43.29799025
+ ],
+ [
+ 5.377066350000001,
+ 43.29771965
+ ],
+ [
+ 5.37721855,
+ 43.297446449999995
+ ],
+ [
+ 5.37739375,
+ 43.29713475
+ ],
+ [
+ 5.37752195,
+ 43.29690855
+ ],
+ [
+ 5.37761315,
+ 43.29674455
+ ],
+ [
+ 5.377653250000001,
+ 43.29667275
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT2",
+ "name": "T2",
+ "color": "#f5e615",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.37839725,
+ 43.29658595
+ ],
+ [
+ 5.37845825,
+ 43.296603149999996
+ ],
+ [
+ 5.3786473500000005,
+ 43.296667049999996
+ ],
+ [
+ 5.378688250000001,
+ 43.296680849999994
+ ],
+ [
+ 5.37880275,
+ 43.29672255
+ ],
+ [
+ 5.3790277500000006,
+ 43.296804349999995
+ ],
+ [
+ 5.379260550000001,
+ 43.29688845
+ ],
+ [
+ 5.37933825,
+ 43.29691725
+ ],
+ [
+ 5.3797327500000005,
+ 43.29706005
+ ],
+ [
+ 5.37992845,
+ 43.29713115
+ ],
+ [
+ 5.38013905,
+ 43.297206349999996
+ ],
+ [
+ 5.38059475,
+ 43.297373549999996
+ ],
+ [
+ 5.38082945,
+ 43.297459749999994
+ ],
+ [
+ 5.38096715,
+ 43.29750955
+ ],
+ [
+ 5.38101985,
+ 43.29752865
+ ],
+ [
+ 5.381109250000001,
+ 43.297562549999995
+ ],
+ [
+ 5.38114425,
+ 43.297574649999994
+ ],
+ [
+ 5.38132055,
+ 43.29763535
+ ],
+ [
+ 5.38165565,
+ 43.29775065
+ ],
+ [
+ 5.38196035,
+ 43.29785275
+ ],
+ [
+ 5.382070850000001,
+ 43.297889749999996
+ ],
+ [
+ 5.38232525,
+ 43.29797505
+ ],
+ [
+ 5.38325735,
+ 43.29829185
+ ],
+ [
+ 5.38406125,
+ 43.298567649999995
+ ],
+ [
+ 5.38525455,
+ 43.298973149999995
+ ],
+ [
+ 5.385274450000001,
+ 43.298985449999996
+ ],
+ [
+ 5.3853209500000006,
+ 43.29901535
+ ],
+ [
+ 5.385367250000001,
+ 43.29906475
+ ],
+ [
+ 5.38537885,
+ 43.29907925
+ ],
+ [
+ 5.38539715,
+ 43.299128249999995
+ ],
+ [
+ 5.38540055,
+ 43.29915655
+ ],
+ [
+ 5.38539875,
+ 43.299195649999994
+ ],
+ [
+ 5.38538445,
+ 43.299239449999995
+ ],
+ [
+ 5.385374850000001,
+ 43.29925855
+ ],
+ [
+ 5.385346950000001,
+ 43.29929815
+ ],
+ [
+ 5.38531095,
+ 43.29933965
+ ],
+ [
+ 5.38528435,
+ 43.299368349999995
+ ],
+ [
+ 5.38527625,
+ 43.29937715
+ ],
+ [
+ 5.385224050000001,
+ 43.299435349999996
+ ],
+ [
+ 5.385162650000001,
+ 43.29950245
+ ],
+ [
+ 5.38511835,
+ 43.29955285
+ ],
+ [
+ 5.38510045,
+ 43.29957655
+ ],
+ [
+ 5.3850862500000005,
+ 43.29959745
+ ],
+ [
+ 5.38507595,
+ 43.29961975
+ ],
+ [
+ 5.38507095,
+ 43.29963275
+ ],
+ [
+ 5.38506805,
+ 43.29964045
+ ],
+ [
+ 5.38506055,
+ 43.29967285
+ ],
+ [
+ 5.385060350000001,
+ 43.299700449999996
+ ],
+ [
+ 5.3850656500000005,
+ 43.299732049999996
+ ],
+ [
+ 5.38507385,
+ 43.29975605
+ ],
+ [
+ 5.3850808500000005,
+ 43.299771549999996
+ ],
+ [
+ 5.38509445,
+ 43.299792149999995
+ ],
+ [
+ 5.38511215,
+ 43.29981435
+ ],
+ [
+ 5.38513805,
+ 43.299839649999996
+ ],
+ [
+ 5.38516095,
+ 43.299855949999994
+ ],
+ [
+ 5.38518465,
+ 43.29987075
+ ],
+ [
+ 5.38523855,
+ 43.29989875
+ ],
+ [
+ 5.38528065,
+ 43.29991855
+ ],
+ [
+ 5.38551345,
+ 43.30002975
+ ],
+ [
+ 5.38571455,
+ 43.30012095
+ ],
+ [
+ 5.38579845,
+ 43.300159449999995
+ ],
+ [
+ 5.385886350000001,
+ 43.30019985
+ ],
+ [
+ 5.38597005,
+ 43.30023945
+ ],
+ [
+ 5.3860677500000005,
+ 43.300285249999995
+ ],
+ [
+ 5.386235650000001,
+ 43.30036225
+ ],
+ [
+ 5.38631745,
+ 43.30040285
+ ],
+ [
+ 5.38636055,
+ 43.30042545
+ ],
+ [
+ 5.3863974500000005,
+ 43.300445849999996
+ ],
+ [
+ 5.38647585,
+ 43.30049165
+ ],
+ [
+ 5.38651965,
+ 43.300518149999995
+ ],
+ [
+ 5.38654185,
+ 43.300531649999996
+ ],
+ [
+ 5.38655975,
+ 43.30054235
+ ],
+ [
+ 5.3866888500000005,
+ 43.30061935
+ ],
+ [
+ 5.3867721500000005,
+ 43.300665949999996
+ ],
+ [
+ 5.38685975,
+ 43.300709649999995
+ ],
+ [
+ 5.38689735,
+ 43.30072715
+ ],
+ [
+ 5.387893050000001,
+ 43.30119165
+ ],
+ [
+ 5.38793115,
+ 43.30120805
+ ],
+ [
+ 5.38838945,
+ 43.30141605
+ ],
+ [
+ 5.3886157500000005,
+ 43.301525649999995
+ ],
+ [
+ 5.38885275,
+ 43.301636349999995
+ ],
+ [
+ 5.3889980500000005,
+ 43.30170395
+ ],
+ [
+ 5.39039365,
+ 43.30235305
+ ],
+ [
+ 5.392043050000001,
+ 43.30311955
+ ],
+ [
+ 5.39214575,
+ 43.30316715
+ ],
+ [
+ 5.39236495,
+ 43.30326865
+ ],
+ [
+ 5.39260635,
+ 43.303381349999995
+ ],
+ [
+ 5.39265355,
+ 43.303403349999996
+ ],
+ [
+ 5.39290375,
+ 43.303513849999995
+ ],
+ [
+ 5.392922550000001,
+ 43.30352215
+ ],
+ [
+ 5.3929478500000005,
+ 43.303533349999995
+ ],
+ [
+ 5.39297235,
+ 43.30354045
+ ],
+ [
+ 5.39300225,
+ 43.30354755
+ ],
+ [
+ 5.39303735,
+ 43.303553349999994
+ ],
+ [
+ 5.39307665,
+ 43.303558249999995
+ ],
+ [
+ 5.39315145,
+ 43.303560649999994
+ ],
+ [
+ 5.3931793500000005,
+ 43.303560649999994
+ ],
+ [
+ 5.39320365,
+ 43.30355815
+ ],
+ [
+ 5.39323045,
+ 43.303554549999994
+ ],
+ [
+ 5.39329895,
+ 43.303541949999996
+ ],
+ [
+ 5.39333445,
+ 43.30353365
+ ],
+ [
+ 5.39370185,
+ 43.30344775
+ ],
+ [
+ 5.3941304500000005,
+ 43.303346749999996
+ ],
+ [
+ 5.395234250000001,
+ 43.30308755
+ ],
+ [
+ 5.39539305,
+ 43.30304955
+ ],
+ [
+ 5.39616525,
+ 43.30286495
+ ],
+ [
+ 5.39621655,
+ 43.302850549999995
+ ],
+ [
+ 5.39626785,
+ 43.30283385
+ ],
+ [
+ 5.39631065,
+ 43.30281695
+ ],
+ [
+ 5.396339650000001,
+ 43.30280355
+ ],
+ [
+ 5.396353250000001,
+ 43.30279755
+ ],
+ [
+ 5.39641075,
+ 43.302765949999994
+ ],
+ [
+ 5.39646575,
+ 43.30273235
+ ],
+ [
+ 5.39654685,
+ 43.302677349999996
+ ],
+ [
+ 5.39680445,
+ 43.302502249999996
+ ],
+ [
+ 5.39707005,
+ 43.30232175
+ ],
+ [
+ 5.39738655,
+ 43.302118449999995
+ ],
+ [
+ 5.39778715,
+ 43.301849649999994
+ ],
+ [
+ 5.39780625,
+ 43.301838249999996
+ ],
+ [
+ 5.397876650000001,
+ 43.30179635
+ ],
+ [
+ 5.39818235,
+ 43.301609649999996
+ ],
+ [
+ 5.398607350000001,
+ 43.30132035
+ ],
+ [
+ 5.39946105,
+ 43.30073565
+ ],
+ [
+ 5.399602150000001,
+ 43.30064175
+ ],
+ [
+ 5.400079150000001,
+ 43.30031585
+ ],
+ [
+ 5.40050865,
+ 43.30002705
+ ],
+ [
+ 5.40058195,
+ 43.29997775
+ ],
+ [
+ 5.40075665,
+ 43.29986305
+ ],
+ [
+ 5.400859550000001,
+ 43.29979015
+ ],
+ [
+ 5.400951350000001,
+ 43.29972855
+ ],
+ [
+ 5.4009858500000005,
+ 43.299705349999996
+ ],
+ [
+ 5.40118425,
+ 43.29956525
+ ],
+ [
+ 5.40127165,
+ 43.299506449999996
+ ],
+ [
+ 5.401458450000001,
+ 43.29937895
+ ],
+ [
+ 5.40183865,
+ 43.29911925
+ ],
+ [
+ 5.401992450000001,
+ 43.29901485
+ ],
+ [
+ 5.40212295,
+ 43.29892595
+ ],
+ [
+ 5.402284150000001,
+ 43.29881585
+ ],
+ [
+ 5.40234485,
+ 43.298774449999996
+ ],
+ [
+ 5.40243175,
+ 43.29871515
+ ],
+ [
+ 5.40300225,
+ 43.298327549999996
+ ],
+ [
+ 5.4032801500000005,
+ 43.29813875
+ ],
+ [
+ 5.40351005,
+ 43.29798065
+ ],
+ [
+ 5.403875350000001,
+ 43.29772955
+ ],
+ [
+ 5.40399445,
+ 43.297648249999995
+ ],
+ [
+ 5.40412185,
+ 43.29756155
+ ],
+ [
+ 5.404359550000001,
+ 43.297399649999996
+ ],
+ [
+ 5.40466145,
+ 43.29719265
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT2",
+ "name": "T2",
+ "color": "#f5e615",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.40466145,
+ 43.29719265
+ ],
+ [
+ 5.40481515,
+ 43.29708845
+ ],
+ [
+ 5.40489965,
+ 43.29702615
+ ],
+ [
+ 5.40503015,
+ 43.296924049999994
+ ],
+ [
+ 5.405118750000001,
+ 43.29685515
+ ],
+ [
+ 5.40521645,
+ 43.29678955
+ ],
+ [
+ 5.405482050000001,
+ 43.29661125
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT2",
+ "name": "T2",
+ "color": "#f5e615",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.377653250000001,
+ 43.29667275
+ ],
+ [
+ 5.37766865,
+ 43.296650549999995
+ ],
+ [
+ 5.377687750000001,
+ 43.29662845
+ ],
+ [
+ 5.37771295,
+ 43.29660395
+ ],
+ [
+ 5.37774765,
+ 43.29657665
+ ],
+ [
+ 5.37775635,
+ 43.29657115
+ ],
+ [
+ 5.37776365,
+ 43.296566549999994
+ ],
+ [
+ 5.3777741500000005,
+ 43.29656035
+ ],
+ [
+ 5.37779725,
+ 43.296546649999996
+ ],
+ [
+ 5.37783735,
+ 43.296528849999994
+ ],
+ [
+ 5.37786145,
+ 43.29652175
+ ],
+ [
+ 5.377892350000001,
+ 43.29651475
+ ],
+ [
+ 5.3779198500000005,
+ 43.29650975
+ ],
+ [
+ 5.377957250000001,
+ 43.29650735
+ ],
+ [
+ 5.37797605,
+ 43.29650615
+ ],
+ [
+ 5.37801445,
+ 43.296508349999996
+ ],
+ [
+ 5.37803985,
+ 43.29650855
+ ],
+ [
+ 5.37805095,
+ 43.29650865
+ ],
+ [
+ 5.3781038500000005,
+ 43.29652335
+ ],
+ [
+ 5.378129250000001,
+ 43.29652785
+ ],
+ [
+ 5.378171050000001,
+ 43.29653545
+ ],
+ [
+ 5.37824965,
+ 43.29655095
+ ],
+ [
+ 5.378278750000001,
+ 43.296556949999996
+ ],
+ [
+ 5.37839725,
+ 43.29658595
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT2",
+ "name": "T2",
+ "color": "#f5e615",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3670357,
+ 43.3152277
+ ],
+ [
+ 5.3674786999999995,
+ 43.314440600000005
+ ],
+ [
+ 5.3675793999999994,
+ 43.314262500000005
+ ],
+ [
+ 5.367695599999999,
+ 43.3140571
+ ],
+ [
+ 5.367795399999999,
+ 43.313880600000005
+ ],
+ [
+ 5.3678374,
+ 43.3138062
+ ],
+ [
+ 5.3678639,
+ 43.3137594
+ ],
+ [
+ 5.3679106999999995,
+ 43.3136749
+ ],
+ [
+ 5.3679361,
+ 43.313629000000006
+ ],
+ [
+ 5.3681056,
+ 43.3133235
+ ],
+ [
+ 5.368250499999999,
+ 43.313073
+ ],
+ [
+ 5.3683955999999995,
+ 43.3128222
+ ],
+ [
+ 5.368548,
+ 43.312558700000004
+ ],
+ [
+ 5.3685909,
+ 43.3124829
+ ],
+ [
+ 5.3686552,
+ 43.312370200000004
+ ],
+ [
+ 5.36871,
+ 43.3122704
+ ],
+ [
+ 5.3687496999999995,
+ 43.312198
+ ],
+ [
+ 5.3688278,
+ 43.3120312
+ ],
+ [
+ 5.3688712,
+ 43.3119445
+ ],
+ [
+ 5.3689272,
+ 43.3117481
+ ],
+ [
+ 5.3689503,
+ 43.311531800000004
+ ],
+ [
+ 5.3689466999999995,
+ 43.3113657
+ ],
+ [
+ 5.3689221,
+ 43.311206000000006
+ ],
+ [
+ 5.3688248,
+ 43.310842300000004
+ ],
+ [
+ 5.3684623,
+ 43.3097033
+ ],
+ [
+ 5.368333499999999,
+ 43.309270500000004
+ ],
+ [
+ 5.3683049,
+ 43.3091768
+ ],
+ [
+ 5.368236899999999,
+ 43.308950200000005
+ ],
+ [
+ 5.3681602,
+ 43.3086989
+ ],
+ [
+ 5.3681246,
+ 43.308580500000005
+ ],
+ [
+ 5.3680848,
+ 43.3084489
+ ],
+ [
+ 5.367983,
+ 43.3081334
+ ],
+ [
+ 5.3678953,
+ 43.3078164
+ ],
+ [
+ 5.3678593,
+ 43.307695
+ ],
+ [
+ 5.367813099999999,
+ 43.3075422
+ ],
+ [
+ 5.3674724,
+ 43.306404
+ ],
+ [
+ 5.3673686,
+ 43.306062700000005
+ ],
+ [
+ 5.3673252,
+ 43.3059154
+ ],
+ [
+ 5.3672536,
+ 43.305678900000004
+ ],
+ [
+ 5.3671726,
+ 43.305410900000005
+ ],
+ [
+ 5.3671342,
+ 43.305279500000005
+ ],
+ [
+ 5.3670919,
+ 43.3051387
+ ],
+ [
+ 5.3670808,
+ 43.305099000000006
+ ],
+ [
+ 5.3670754,
+ 43.3050693
+ ],
+ [
+ 5.3670721,
+ 43.3050492
+ ],
+ [
+ 5.3670708,
+ 43.3050137
+ ],
+ [
+ 5.367072299999999,
+ 43.3050008
+ ],
+ [
+ 5.3670743,
+ 43.3049844
+ ],
+ [
+ 5.3670814,
+ 43.304951
+ ],
+ [
+ 5.3671001,
+ 43.304904300000004
+ ],
+ [
+ 5.3671066,
+ 43.3048927
+ ],
+ [
+ 5.3671109,
+ 43.3048851
+ ],
+ [
+ 5.3671150999999995,
+ 43.3048779
+ ],
+ [
+ 5.367125,
+ 43.3048622
+ ],
+ [
+ 5.3671432,
+ 43.3048389
+ ],
+ [
+ 5.3671682999999994,
+ 43.3048075
+ ],
+ [
+ 5.367287,
+ 43.304662300000004
+ ],
+ [
+ 5.3673581,
+ 43.3045744
+ ],
+ [
+ 5.367423199999999,
+ 43.3044943
+ ],
+ [
+ 5.367555599999999,
+ 43.3043333
+ ],
+ [
+ 5.3676242,
+ 43.304248
+ ],
+ [
+ 5.3678402,
+ 43.303983300000006
+ ],
+ [
+ 5.367947999999999,
+ 43.303851200000004
+ ],
+ [
+ 5.3682636,
+ 43.3034659
+ ],
+ [
+ 5.368835499999999,
+ 43.3027634
+ ],
+ [
+ 5.3689271,
+ 43.3026538
+ ],
+ [
+ 5.369009999999999,
+ 43.302550100000005
+ ],
+ [
+ 5.3691445,
+ 43.3023864
+ ],
+ [
+ 5.3693177,
+ 43.3021759
+ ],
+ [
+ 5.3694899,
+ 43.301964500000004
+ ],
+ [
+ 5.3697079,
+ 43.301698800000004
+ ],
+ [
+ 5.3697772,
+ 43.3016157
+ ],
+ [
+ 5.3704272,
+ 43.300818
+ ],
+ [
+ 5.3704753,
+ 43.300759500000005
+ ],
+ [
+ 5.3710397,
+ 43.3000698
+ ],
+ [
+ 5.3711895,
+ 43.2998867
+ ],
+ [
+ 5.3713956,
+ 43.2996355
+ ],
+ [
+ 5.3714483,
+ 43.299571300000004
+ ],
+ [
+ 5.3714805,
+ 43.2995317
+ ],
+ [
+ 5.3714936,
+ 43.299515500000005
+ ],
+ [
+ 5.3715353,
+ 43.299472
+ ],
+ [
+ 5.3715589,
+ 43.299449800000005
+ ],
+ [
+ 5.3716022,
+ 43.2994204
+ ],
+ [
+ 5.371671,
+ 43.2993879
+ ],
+ [
+ 5.3717234,
+ 43.299372600000005
+ ],
+ [
+ 5.3717967,
+ 43.2993645
+ ],
+ [
+ 5.3718239,
+ 43.2993619
+ ],
+ [
+ 5.3719813,
+ 43.299350700000005
+ ],
+ [
+ 5.3725344,
+ 43.2993114
+ ],
+ [
+ 5.3733493,
+ 43.2992532
+ ],
+ [
+ 5.3737584,
+ 43.2992246
+ ],
+ [
+ 5.374032799999999,
+ 43.299205300000004
+ ],
+ [
+ 5.3741578,
+ 43.2991965
+ ],
+ [
+ 5.3746656999999995,
+ 43.299163
+ ],
+ [
+ 5.3749213,
+ 43.299145800000005
+ ],
+ [
+ 5.3751751,
+ 43.299129400000005
+ ],
+ [
+ 5.375426399999999,
+ 43.299112900000004
+ ],
+ [
+ 5.375673,
+ 43.2990962
+ ],
+ [
+ 5.3757648,
+ 43.2990897
+ ],
+ [
+ 5.3760777,
+ 43.299069100000004
+ ],
+ [
+ 5.376184299999999,
+ 43.299052200000006
+ ],
+ [
+ 5.3762441,
+ 43.2990328
+ ],
+ [
+ 5.3762664,
+ 43.2990239
+ ],
+ [
+ 5.3763022,
+ 43.299005
+ ],
+ [
+ 5.3763179999999995,
+ 43.2989939
+ ],
+ [
+ 5.376335,
+ 43.298981600000005
+ ],
+ [
+ 5.3763697,
+ 43.298950500000004
+ ],
+ [
+ 5.376396199999999,
+ 43.2989192
+ ],
+ [
+ 5.3765306,
+ 43.2986784
+ ],
+ [
+ 5.3765345,
+ 43.298671500000005
+ ],
+ [
+ 5.3766311,
+ 43.2984985
+ ],
+ [
+ 5.376734,
+ 43.298321900000005
+ ],
+ [
+ 5.37674,
+ 43.298311600000005
+ ],
+ [
+ 5.3769184,
+ 43.297994
+ ],
+ [
+ 5.3770701,
+ 43.2977234
+ ],
+ [
+ 5.3772223,
+ 43.2974502
+ ],
+ [
+ 5.3773975,
+ 43.2971385
+ ],
+ [
+ 5.3775257,
+ 43.2969123
+ ],
+ [
+ 5.3776169,
+ 43.296748300000004
+ ],
+ [
+ 5.377657,
+ 43.296676500000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3779208999999994,
+ 43.296202900000004
+ ],
+ [
+ 5.3780057999999995,
+ 43.2960502
+ ],
+ [
+ 5.378105499999999,
+ 43.2958823
+ ],
+ [
+ 5.378164399999999,
+ 43.2957832
+ ],
+ [
+ 5.3781842,
+ 43.295748800000005
+ ],
+ [
+ 5.3782824,
+ 43.295578400000004
+ ],
+ [
+ 5.3783929,
+ 43.2953728
+ ],
+ [
+ 5.3784873,
+ 43.2952132
+ ],
+ [
+ 5.3785088,
+ 43.2951769
+ ],
+ [
+ 5.3786885,
+ 43.2948576
+ ],
+ [
+ 5.378978,
+ 43.2943431
+ ],
+ [
+ 5.379261199999999,
+ 43.2938446
+ ],
+ [
+ 5.379423699999999,
+ 43.293568900000004
+ ],
+ [
+ 5.379514899999999,
+ 43.2934062
+ ],
+ [
+ 5.379565299999999,
+ 43.2933162
+ ],
+ [
+ 5.3798353,
+ 43.292834400000004
+ ],
+ [
+ 5.3802901,
+ 43.2920339
+ ],
+ [
+ 5.3806005,
+ 43.2914893
+ ],
+ [
+ 5.3806822,
+ 43.291348400000004
+ ],
+ [
+ 5.3807613,
+ 43.2912048
+ ],
+ [
+ 5.3809442999999995,
+ 43.2908783
+ ],
+ [
+ 5.3809776,
+ 43.2908241
+ ],
+ [
+ 5.381028199999999,
+ 43.2907348
+ ],
+ [
+ 5.3814421,
+ 43.2900067
+ ],
+ [
+ 5.3814500999999995,
+ 43.2899927
+ ],
+ [
+ 5.381754,
+ 43.2894574
+ ],
+ [
+ 5.3817888,
+ 43.2893963
+ ],
+ [
+ 5.3818247,
+ 43.289335900000005
+ ],
+ [
+ 5.381991999999999,
+ 43.2890546
+ ],
+ [
+ 5.3821647,
+ 43.2887379
+ ],
+ [
+ 5.3822038999999995,
+ 43.288666
+ ],
+ [
+ 5.3822559,
+ 43.288574700000005
+ ],
+ [
+ 5.3827251,
+ 43.287751400000005
+ ],
+ [
+ 5.383081,
+ 43.2871377
+ ],
+ [
+ 5.3832040999999995,
+ 43.2869173
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3832040999999995,
+ 43.2869173
+ ],
+ [
+ 5.3833036,
+ 43.2867423
+ ],
+ [
+ 5.3835254,
+ 43.286351200000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.377657,
+ 43.296676500000004
+ ],
+ [
+ 5.3777197,
+ 43.2965646
+ ],
+ [
+ 5.3777291,
+ 43.2965473
+ ],
+ [
+ 5.377779899999999,
+ 43.296454100000005
+ ],
+ [
+ 5.3777963,
+ 43.296424200000004
+ ],
+ [
+ 5.3778695,
+ 43.296294200000006
+ ],
+ [
+ 5.377914199999999,
+ 43.2962148
+ ],
+ [
+ 5.3779208999999994,
+ 43.296202900000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3835254,
+ 43.286351200000006
+ ],
+ [
+ 5.3835295,
+ 43.286343900000006
+ ],
+ [
+ 5.383584,
+ 43.2862481
+ ],
+ [
+ 5.383642999999999,
+ 43.286194
+ ],
+ [
+ 5.3837408,
+ 43.2861512
+ ],
+ [
+ 5.3838463,
+ 43.2861198
+ ],
+ [
+ 5.3839749999999995,
+ 43.2860279
+ ],
+ [
+ 5.3840235,
+ 43.2859769
+ ],
+ [
+ 5.3840736,
+ 43.2858875
+ ],
+ [
+ 5.3841461,
+ 43.2857579
+ ],
+ [
+ 5.384208999999999,
+ 43.2856929
+ ],
+ [
+ 5.384269799999999,
+ 43.2856547
+ ],
+ [
+ 5.3843872,
+ 43.285589200000004
+ ],
+ [
+ 5.3847961,
+ 43.285361
+ ],
+ [
+ 5.3851092,
+ 43.2851863
+ ],
+ [
+ 5.3851987999999995,
+ 43.285136300000005
+ ],
+ [
+ 5.3864507,
+ 43.284437700000005
+ ],
+ [
+ 5.3871899999999995,
+ 43.2840252
+ ],
+ [
+ 5.387289099999999,
+ 43.2839699
+ ],
+ [
+ 5.3874251,
+ 43.2838938
+ ],
+ [
+ 5.387548799999999,
+ 43.283825400000005
+ ],
+ [
+ 5.388495499999999,
+ 43.283301900000005
+ ],
+ [
+ 5.3888525,
+ 43.2831247
+ ],
+ [
+ 5.3888894,
+ 43.2831064
+ ],
+ [
+ 5.389374999999999,
+ 43.282865300000005
+ ],
+ [
+ 5.3900163,
+ 43.282524300000006
+ ],
+ [
+ 5.3903209,
+ 43.2823608
+ ],
+ [
+ 5.3907742,
+ 43.2821129
+ ],
+ [
+ 5.3931491,
+ 43.280814500000005
+ ],
+ [
+ 5.394556199999999,
+ 43.280045300000005
+ ],
+ [
+ 5.3948662999999994,
+ 43.279875700000005
+ ],
+ [
+ 5.395213,
+ 43.2796858
+ ],
+ [
+ 5.395912699999999,
+ 43.2793026
+ ],
+ [
+ 5.398758,
+ 43.2777438
+ ],
+ [
+ 5.3988228,
+ 43.277707400000004
+ ],
+ [
+ 5.398858499999999,
+ 43.277687400000005
+ ],
+ [
+ 5.398926899999999,
+ 43.277649000000004
+ ],
+ [
+ 5.3990193,
+ 43.2775806
+ ],
+ [
+ 5.3990917,
+ 43.277505500000004
+ ],
+ [
+ 5.3991636,
+ 43.2773398
+ ],
+ [
+ 5.3991824,
+ 43.277244
+ ],
+ [
+ 5.3991948,
+ 43.277199100000004
+ ],
+ [
+ 5.3992664,
+ 43.2769295
+ ],
+ [
+ 5.3993218,
+ 43.2767208
+ ],
+ [
+ 5.3994963,
+ 43.2760632
+ ],
+ [
+ 5.3997433,
+ 43.275132500000005
+ ],
+ [
+ 5.3998047,
+ 43.274918500000005
+ ],
+ [
+ 5.3998745999999995,
+ 43.274723300000005
+ ],
+ [
+ 5.399917299999999,
+ 43.2746216
+ ],
+ [
+ 5.3999432,
+ 43.2745653
+ ],
+ [
+ 5.400014499999999,
+ 43.2744367
+ ],
+ [
+ 5.4000322999999995,
+ 43.2744045
+ ],
+ [
+ 5.4002213999999995,
+ 43.274106
+ ],
+ [
+ 5.4003735,
+ 43.273865900000004
+ ],
+ [
+ 5.4008717,
+ 43.2730836
+ ],
+ [
+ 5.4012072,
+ 43.2725566
+ ],
+ [
+ 5.401217,
+ 43.2725412
+ ],
+ [
+ 5.401535699999999,
+ 43.2720433
+ ],
+ [
+ 5.4016483,
+ 43.271867300000004
+ ],
+ [
+ 5.4020692,
+ 43.2712097
+ ],
+ [
+ 5.402247099999999,
+ 43.2709355
+ ],
+ [
+ 5.4022697,
+ 43.270900600000004
+ ],
+ [
+ 5.4025865,
+ 43.2704121
+ ],
+ [
+ 5.4027218,
+ 43.2702035
+ ],
+ [
+ 5.4027628,
+ 43.2701403
+ ],
+ [
+ 5.402928999999999,
+ 43.269757500000004
+ ],
+ [
+ 5.4029659,
+ 43.2696245
+ ],
+ [
+ 5.4030184,
+ 43.2694354
+ ],
+ [
+ 5.4030304,
+ 43.269312400000004
+ ],
+ [
+ 5.4030289,
+ 43.2691566
+ ],
+ [
+ 5.4030192,
+ 43.269063200000005
+ ],
+ [
+ 5.403014199999999,
+ 43.269015100000004
+ ],
+ [
+ 5.4030106,
+ 43.269002
+ ],
+ [
+ 5.4029959,
+ 43.2689491
+ ],
+ [
+ 5.4029767,
+ 43.268880200000005
+ ],
+ [
+ 5.4029295,
+ 43.2687478
+ ],
+ [
+ 5.4028667,
+ 43.2686282
+ ],
+ [
+ 5.4026844,
+ 43.2683392
+ ],
+ [
+ 5.402510599999999,
+ 43.2680637
+ ],
+ [
+ 5.402359499999999,
+ 43.267825
+ ],
+ [
+ 5.4023286,
+ 43.267740800000006
+ ],
+ [
+ 5.4023252,
+ 43.2676205
+ ],
+ [
+ 5.4023531,
+ 43.2675135
+ ],
+ [
+ 5.4026596,
+ 43.266881000000005
+ ],
+ [
+ 5.4027797,
+ 43.266654100000004
+ ],
+ [
+ 5.4029048,
+ 43.266417700000005
+ ],
+ [
+ 5.4031179,
+ 43.266015200000005
+ ],
+ [
+ 5.4033856,
+ 43.2655095
+ ],
+ [
+ 5.4033957,
+ 43.265489800000005
+ ],
+ [
+ 5.4036691,
+ 43.264957700000004
+ ],
+ [
+ 5.4037663,
+ 43.2647685
+ ],
+ [
+ 5.4038349,
+ 43.264635000000006
+ ],
+ [
+ 5.404206299999999,
+ 43.2639122
+ ],
+ [
+ 5.4042905999999995,
+ 43.2636698
+ ],
+ [
+ 5.4043946,
+ 43.2633548
+ ],
+ [
+ 5.404435899999999,
+ 43.263252
+ ],
+ [
+ 5.404514799999999,
+ 43.2629548
+ ],
+ [
+ 5.4045065999999995,
+ 43.2629177
+ ],
+ [
+ 5.404496399999999,
+ 43.2628712
+ ],
+ [
+ 5.4044745,
+ 43.2627715
+ ],
+ [
+ 5.404459699999999,
+ 43.262704400000004
+ ],
+ [
+ 5.404383,
+ 43.262355500000005
+ ],
+ [
+ 5.404370699999999,
+ 43.2622499
+ ],
+ [
+ 5.404382699999999,
+ 43.2621984
+ ],
+ [
+ 5.4044039999999995,
+ 43.262155
+ ],
+ [
+ 5.4044722,
+ 43.262080600000004
+ ],
+ [
+ 5.4045214,
+ 43.262050200000004
+ ],
+ [
+ 5.4047801,
+ 43.261900100000005
+ ],
+ [
+ 5.405101999999999,
+ 43.261711500000004
+ ],
+ [
+ 5.405157,
+ 43.261677500000005
+ ],
+ [
+ 5.405188,
+ 43.2616584
+ ],
+ [
+ 5.405200499999999,
+ 43.2616506
+ ],
+ [
+ 5.405721,
+ 43.261329
+ ],
+ [
+ 5.4064157999999995,
+ 43.2608997
+ ],
+ [
+ 5.406581699999999,
+ 43.260795200000004
+ ],
+ [
+ 5.4067202,
+ 43.2607079
+ ],
+ [
+ 5.407466599999999,
+ 43.260232300000006
+ ],
+ [
+ 5.4075327,
+ 43.2601923
+ ],
+ [
+ 5.4081275,
+ 43.259832800000005
+ ],
+ [
+ 5.4087646,
+ 43.259424200000005
+ ],
+ [
+ 5.408910499999999,
+ 43.259330600000006
+ ],
+ [
+ 5.4091114,
+ 43.2591954
+ ],
+ [
+ 5.4091936,
+ 43.259129300000005
+ ],
+ [
+ 5.409215199999999,
+ 43.2591097
+ ],
+ [
+ 5.409254,
+ 43.259074600000005
+ ],
+ [
+ 5.409468599999999,
+ 43.2588044
+ ],
+ [
+ 5.4099061,
+ 43.258211800000005
+ ],
+ [
+ 5.4099740999999995,
+ 43.2581222
+ ],
+ [
+ 5.4100190999999995,
+ 43.258062900000006
+ ],
+ [
+ 5.4101278,
+ 43.2579197
+ ],
+ [
+ 5.4102067,
+ 43.2578158
+ ],
+ [
+ 5.4107148,
+ 43.2571463
+ ],
+ [
+ 5.4107297,
+ 43.2571267
+ ],
+ [
+ 5.4109731,
+ 43.2567992
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.3690045,
+ 43.316720700000005
+ ],
+ [
+ 5.368983999999999,
+ 43.316686600000004
+ ],
+ [
+ 5.3689727,
+ 43.316668
+ ],
+ [
+ 5.3689599,
+ 43.3166467
+ ],
+ [
+ 5.3689206,
+ 43.3166154
+ ],
+ [
+ 5.368862699999999,
+ 43.316592400000005
+ ],
+ [
+ 5.368408,
+ 43.3164552
+ ],
+ [
+ 5.3669066,
+ 43.3160024
+ ],
+ [
+ 5.3668197,
+ 43.3159578
+ ],
+ [
+ 5.3667815999999995,
+ 43.315916
+ ],
+ [
+ 5.3667478,
+ 43.315857300000005
+ ],
+ [
+ 5.3667387,
+ 43.315802000000005
+ ],
+ [
+ 5.3667571999999995,
+ 43.315717400000004
+ ],
+ [
+ 5.3667603,
+ 43.315703
+ ],
+ [
+ 5.3670357,
+ 43.3152277
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 5.365764899999999,
+ 43.3283761
+ ],
+ [
+ 5.3661343,
+ 43.327314
+ ],
+ [
+ 5.3662247,
+ 43.3270574
+ ],
+ [
+ 5.366265299999999,
+ 43.3269382
+ ],
+ [
+ 5.3669462,
+ 43.324963000000004
+ ],
+ [
+ 5.3670892,
+ 43.324548300000004
+ ],
+ [
+ 5.3673525,
+ 43.3237868
+ ],
+ [
+ 5.3675039,
+ 43.323333600000005
+ ],
+ [
+ 5.367629,
+ 43.3229555
+ ],
+ [
+ 5.3676653,
+ 43.322830200000006
+ ],
+ [
+ 5.3676366,
+ 43.322329
+ ],
+ [
+ 5.3675961999999995,
+ 43.3218839
+ ],
+ [
+ 5.3675682,
+ 43.3216249
+ ],
+ [
+ 5.3674919,
+ 43.320857600000004
+ ],
+ [
+ 5.3674611,
+ 43.3205177
+ ],
+ [
+ 5.3674146,
+ 43.320020500000005
+ ],
+ [
+ 5.3673706,
+ 43.319543800000005
+ ],
+ [
+ 5.3673711,
+ 43.3194814
+ ],
+ [
+ 5.367385,
+ 43.319411200000005
+ ],
+ [
+ 5.3674839,
+ 43.3191682
+ ],
+ [
+ 5.367534999999999,
+ 43.319096900000005
+ ],
+ [
+ 5.3675426999999996,
+ 43.3190861
+ ],
+ [
+ 5.3675869,
+ 43.3190244
+ ],
+ [
+ 5.3676452,
+ 43.3189566
+ ],
+ [
+ 5.3676732,
+ 43.318924100000004
+ ],
+ [
+ 5.367700699999999,
+ 43.3188922
+ ],
+ [
+ 5.3678047,
+ 43.3187519
+ ],
+ [
+ 5.3683231,
+ 43.3179512
+ ],
+ [
+ 5.3683914999999995,
+ 43.317845500000004
+ ],
+ [
+ 5.3687219,
+ 43.3173405
+ ],
+ [
+ 5.3689754999999995,
+ 43.3169393
+ ],
+ [
+ 5.3690009,
+ 43.3168999
+ ],
+ [
+ 5.3690115,
+ 43.316856900000005
+ ],
+ [
+ 5.369016299999999,
+ 43.316794300000005
+ ],
+ [
+ 5.3690045,
+ 43.316720700000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "MarseilleT3",
+ "name": "T3",
+ "color": "#96be0d",
+ "order": 5
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/marseille/data/source.json b/src/app/(game)/marseille/data/source.json
new file mode 100644
index 0000000..ccd323a
--- /dev/null
+++ b/src/app/(game)/marseille/data/source.json
@@ -0,0 +1,8693 @@
+{
+ "lines": [
+ {
+ "lineId": "MarseilleM1",
+ "relations": [
+ {
+ "relationId": 6274530,
+ "stationsNodeIds": [
+ 4202988254,
+ 4203127807,
+ 4205802259,
+ 4179422415,
+ 4207714396,
+ 4207714395,
+ 4194130677,
+ 4209784177,
+ 4209784181,
+ 4211263268,
+ 4177271458,
+ 4212950335,
+ 4212953839,
+ 4212953838,
+ 4213798798,
+ 4213798794,
+ 4213798790,
+ 4213798791
+ ],
+ "routesWayIds": [
+ 420371081,
+ 420359088,
+ 520787070,
+ 520786892,
+ 421354647,
+ 417106540,
+ 419547758,
+ 421373004,
+ 421631028,
+ 895869436,
+ 895869437,
+ 421631026,
+ 1110231741,
+ 1110231743,
+ 421631014,
+ 421631030,
+ 421631032,
+ 421631012,
+ 421631023,
+ 421631020,
+ 421630989,
+ 421631019,
+ 878692772,
+ 421631009,
+ 421631024,
+ 421631011,
+ 421631029,
+ 421631017
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "MarseilleM2",
+ "relations": [
+ {
+ "relationId": 6274532,
+ "stationsNodeIds": [
+ 4218047711,
+ 409924361,
+ 409923588,
+ 2691453040,
+ 409926334,
+ 409927719,
+ 4177271457,
+ 409931942,
+ 409931926,
+ 4194131896,
+ 4194128683,
+ 343594872,
+ 4192181091
+ ],
+ "routesWayIds": [
+ 755489117,
+ 427074739,
+ 422075697,
+ 422075715,
+ 422075707,
+ 34932773,
+ 30281218,
+ 427074696,
+ 818118603,
+ 420028872,
+ 22911777,
+ 420028868,
+ 419952896,
+ 421354649,
+ 419952903,
+ 417106556,
+ 55445398,
+ 420103234,
+ 419323796,
+ 419323786,
+ 419323803,
+ 419323789,
+ 419049949,
+ 419049921,
+ 419035072,
+ 419055155,
+ 818117434,
+ 24401709
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "MarseilleT1",
+ "relations": [
+ {
+ "relationId": 2452277,
+ "stationsNodeIds": [
+ 410340546,
+ 1037207651,
+ 410340137,
+ 410340147,
+ 410340162,
+ 410340179,
+ 410340201,
+ 410340222,
+ 1921658638,
+ 410334785,
+ 410334473,
+ 1886599699,
+ 410330384,
+ 4195860248
+ ],
+ "routesWayIds": [
+ 867319137,
+ 222563368,
+ 51069859,
+ 51069854,
+ 423388319,
+ 176496820,
+ 186634381,
+ 420622801,
+ 176496819,
+ 181736293,
+ 34965766,
+ 419542837
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "MarseilleT2",
+ "relations": [
+ {
+ "relationId": 2449752,
+ "stationsNodeIds": [
+ 807695968,
+ 1574593082,
+ 1574593098,
+ 288467683,
+ 288467681,
+ 391323474,
+ 1920052943,
+ 410318187,
+ 410318111,
+ 521681641,
+ 288467671,
+ 410314224,
+ 410314354,
+ 410314977,
+ 288467666
+ ],
+ "routesWayIds": [
+ 42032455,
+ 419547761,
+ 42032457,
+ 417386246
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "MarseilleT3",
+ "relations": [
+ {
+ "relationId": 5296537,
+ "stationsNodeIds": [
+ 13432801188,
+ 13432801186,
+ 13432801183,
+ 807695968,
+ 1574593082,
+ 1574593098,
+ 288467683,
+ 288467681,
+ 391323474,
+ 3544780769,
+ 3544780773,
+ 3544780771,
+ 3544780775,
+ 3544780767,
+ 12337454518,
+ 13408944501,
+ 13404998275,
+ 12292382674,
+ 13404998279,
+ 13404998281,
+ 13404998283,
+ 13404998285
+ ],
+ "routesWayIds": [
+ 1465104012,
+ 1276739917,
+ 42032455,
+ 419547762,
+ 138199872,
+ 348347093,
+ 1085867756
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ }
+ ],
+ "ways": [
+ {
+ "wayId": 421631028,
+ "nodeIds": [
+ 4213798809,
+ 8201210902,
+ 8280630861,
+ 8280630862,
+ 4213798822,
+ 4213798825,
+ 4213798828,
+ 4213798831
+ ]
+ },
+ {
+ "wayId": 421373004,
+ "nodeIds": [
+ 4211417729,
+ 4212950381,
+ 4212950380,
+ 4212950357,
+ 4212950348,
+ 4212953995,
+ 4212953992,
+ 4212953993,
+ 4212953997,
+ 4212950347,
+ 4212954002,
+ 4212950365,
+ 4212950335,
+ 4212950377,
+ 4212950382,
+ 4212950384,
+ 4212953847,
+ 4212953853,
+ 4212953839,
+ 4212953857,
+ 4212954242,
+ 4212954244,
+ 4212954245,
+ 4212954247,
+ 4212954248,
+ 4212954250,
+ 4212954251,
+ 4212954252,
+ 4213798799,
+ 4212954257,
+ 4212953838,
+ 4212954271,
+ 4213798800,
+ 4213798801,
+ 4213798802,
+ 4213798803,
+ 4213798804,
+ 4213798805,
+ 8815093646,
+ 4213798809
+ ]
+ },
+ {
+ "wayId": 421631030,
+ "nodeIds": [
+ 4213799402,
+ 4213799405,
+ 4213799412,
+ 4213799418,
+ 4213799420,
+ 4213799421
+ ]
+ },
+ {
+ "wayId": 895869437,
+ "nodeIds": [
+ 8327500735,
+ 8327500734
+ ]
+ },
+ {
+ "wayId": 422075707,
+ "nodeIds": [
+ 4218052276,
+ 4218052274,
+ 4218052269,
+ 3186314175
+ ]
+ },
+ {
+ "wayId": 420371081,
+ "nodeIds": [
+ 4202988254,
+ 4202989329,
+ 4203128923
+ ]
+ },
+ {
+ "wayId": 895869436,
+ "nodeIds": [
+ 4213798831,
+ 4213799332,
+ 8327500735
+ ]
+ },
+ {
+ "wayId": 417106540,
+ "nodeIds": [
+ 4211262602,
+ 4177273127,
+ 4211262605,
+ 4177272220,
+ 4211262603,
+ 4177272211,
+ 4177273122,
+ 4211258902,
+ 4177273111,
+ 4177271458,
+ 4177270952,
+ 4177270665,
+ 4177270657
+ ]
+ },
+ {
+ "wayId": 421631026,
+ "nodeIds": [
+ 8327500734,
+ 4213798798,
+ 4213796980
+ ]
+ },
+ {
+ "wayId": 1110231743,
+ "nodeIds": [
+ 10156529076,
+ 10156529078
+ ]
+ },
+ {
+ "wayId": 420359088,
+ "nodeIds": [
+ 4203128923,
+ 4203128921,
+ 4203117150,
+ 4203117149,
+ 4203128278,
+ 4203127807,
+ 4203128261,
+ 4205802397,
+ 4205802396,
+ 4205802395,
+ 4205802393,
+ 4205802391,
+ 4205802389,
+ 4205802387,
+ 4205802386,
+ 4205802384,
+ 4205802383,
+ 4205802376,
+ 4205802259,
+ 4205802273,
+ 4205802265,
+ 4205802263,
+ 4205802262,
+ 4179434102,
+ 4179422415,
+ 4179428383,
+ 4207714892,
+ 4207714891,
+ 4207714889,
+ 4207714888,
+ 4207714884,
+ 4207714851
+ ]
+ },
+ {
+ "wayId": 1110231741,
+ "nodeIds": [
+ 4213796980,
+ 10156529076
+ ]
+ },
+ {
+ "wayId": 421631014,
+ "nodeIds": [
+ 10156529078,
+ 4213799402
+ ]
+ },
+ {
+ "wayId": 421354647,
+ "nodeIds": [
+ 4211263344,
+ 4211262995,
+ 4211262996,
+ 4211262998,
+ 4211263412,
+ 4211263383,
+ 4211258901,
+ 4211258907,
+ 4211258909,
+ 4211262602
+ ]
+ },
+ {
+ "wayId": 419952903,
+ "nodeIds": [
+ 4211263458,
+ 4177273110,
+ 4177271457,
+ 4177270944,
+ 4195898164,
+ 4177271467,
+ 4177271464,
+ 4177271463,
+ 4177271461
+ ]
+ },
+ {
+ "wayId": 421631017,
+ "nodeIds": [
+ 4213799519,
+ 4213799520,
+ 4213799521,
+ 4213799522,
+ 4213799523,
+ 4213799524,
+ 4213799525,
+ 4213799526,
+ 4213799527,
+ 4213799528,
+ 4213799529,
+ 4213799530,
+ 4213799531,
+ 4213799532,
+ 4213799533,
+ 4213798840,
+ 4213798841,
+ 4213798843,
+ 4213799538,
+ 4213798791
+ ]
+ },
+ {
+ "wayId": 421354649,
+ "nodeIds": [
+ 4177272218,
+ 4211262600,
+ 4177273125,
+ 4177273120,
+ 4211263458
+ ]
+ },
+ {
+ "wayId": 417106556,
+ "nodeIds": [
+ 4177271461,
+ 452659420,
+ 452659419,
+ 452659418
+ ]
+ },
+ {
+ "wayId": 419952896,
+ "nodeIds": [
+ 2185516524,
+ 4199394452,
+ 409926334,
+ 4199393715,
+ 2185516522,
+ 4199393702,
+ 4199393699,
+ 2185516519,
+ 452659403,
+ 452659405,
+ 4199393259,
+ 4199393257,
+ 2185516510,
+ 452659404,
+ 4199393260,
+ 409927719,
+ 4199393373,
+ 4199393694,
+ 4199393697,
+ 4199393701,
+ 4199393706,
+ 4199393710,
+ 4177273133,
+ 4177273131,
+ 4211262604,
+ 4177272218
+ ]
+ },
+ {
+ "wayId": 421631020,
+ "nodeIds": [
+ 4213799367,
+ 4213799368,
+ 4213799369,
+ 4213799370
+ ]
+ },
+ {
+ "wayId": 421631032,
+ "nodeIds": [
+ 4213799421,
+ 4213799422,
+ 4213799423,
+ 4213799424,
+ 4213799425,
+ 4213799426,
+ 4213799427,
+ 4213799428,
+ 4213799429
+ ]
+ },
+ {
+ "wayId": 186634381,
+ "nodeIds": [
+ 1921658598,
+ 410340247,
+ 1921658602,
+ 1280779798,
+ 4205802261
+ ]
+ },
+ {
+ "wayId": 420622801,
+ "nodeIds": [
+ 4205802261,
+ 1921658638,
+ 1921658641,
+ 410315746
+ ]
+ },
+ {
+ "wayId": 818118603,
+ "nodeIds": [
+ 7640777173,
+ 333737818
+ ]
+ },
+ {
+ "wayId": 421631023,
+ "nodeIds": [
+ 4213799494,
+ 4213798794,
+ 4213799363,
+ 4213799367
+ ]
+ },
+ {
+ "wayId": 419547758,
+ "nodeIds": [
+ 4177270657,
+ 4211417731,
+ 4211417729
+ ]
+ },
+ {
+ "wayId": 520786892,
+ "nodeIds": [
+ 4194129180,
+ 4194130677,
+ 4194128087,
+ 4194133203,
+ 4209784185,
+ 4209784184,
+ 4209784182,
+ 4209784186,
+ 4209784187,
+ 4209784188,
+ 4209785189,
+ 4209785191,
+ 4209785192,
+ 4209785193,
+ 4209785194,
+ 4209785195,
+ 4209785196,
+ 4209785198,
+ 4209785203,
+ 4209784177,
+ 4209785651,
+ 4209785657,
+ 4209785658,
+ 4209785659,
+ 4209785660,
+ 4209785662,
+ 4522255039,
+ 4209785672,
+ 4522255036,
+ 4209785676,
+ 4209785990,
+ 4209786003,
+ 4522255042,
+ 4209786006,
+ 4209768363,
+ 4209768377,
+ 4209784181,
+ 4209785162,
+ 4211263269,
+ 817598382,
+ 4211263270,
+ 4211263271,
+ 4231401291,
+ 4211263272,
+ 4211263273,
+ 4211263275,
+ 4211263276,
+ 4211263268,
+ 4211263344
+ ]
+ },
+ {
+ "wayId": 34932773,
+ "nodeIds": [
+ 3186314175,
+ 333737838,
+ 1838732326,
+ 333737836,
+ 333737833,
+ 333737831,
+ 4200151900,
+ 333737828,
+ 4200151897,
+ 333737826,
+ 4200151892,
+ 333737824
+ ]
+ },
+ {
+ "wayId": 55445398,
+ "nodeIds": [
+ 452659418,
+ 2185516509,
+ 4195858459,
+ 409931942,
+ 4195860535,
+ 4195858410,
+ 2185516507,
+ 2185516506,
+ 2185516504,
+ 2185516502,
+ 2185516500,
+ 2185516497,
+ 4195860496,
+ 409931926,
+ 4195860258,
+ 10101431115,
+ 452659416,
+ 2185516494,
+ 452659417
+ ]
+ },
+ {
+ "wayId": 420028868,
+ "nodeIds": [
+ 4200151419,
+ 2185516528,
+ 452659410,
+ 4397549014,
+ 4397549012,
+ 4397549011,
+ 452659407,
+ 4397549009,
+ 2185516526,
+ 2185516525,
+ 452659411,
+ 452659408,
+ 4199392844,
+ 2185516524
+ ]
+ },
+ {
+ "wayId": 419055155,
+ "nodeIds": [
+ 246674122,
+ 1671229221
+ ]
+ },
+ {
+ "wayId": 421631029,
+ "nodeIds": [
+ 4213799621,
+ 4213799514,
+ 4213799515,
+ 4213799516,
+ 4213799518,
+ 4213799519
+ ]
+ },
+ {
+ "wayId": 419049949,
+ "nodeIds": [
+ 4192265992,
+ 343594872,
+ 246675592,
+ 2185516462,
+ 412850530,
+ 246675591
+ ]
+ },
+ {
+ "wayId": 421631012,
+ "nodeIds": [
+ 4213799429,
+ 4213798797,
+ 4213799494
+ ]
+ },
+ {
+ "wayId": 42032457,
+ "nodeIds": [
+ 288467728,
+ 1920052937,
+ 6320967088,
+ 1920052941,
+ 6320967089,
+ 1920052943,
+ 6320967090,
+ 288467727,
+ 1920052951,
+ 1920052953,
+ 1597336059,
+ 1920052956,
+ 1920052957,
+ 4231928624,
+ 1597336073,
+ 4225950106,
+ 9929575735,
+ 10287737819,
+ 410318187,
+ 10287737822,
+ 6320967091,
+ 1597336076,
+ 1889696671,
+ 1889696674,
+ 1281893691,
+ 9929575725,
+ 1889696682,
+ 521681664,
+ 1889696685,
+ 1889696693,
+ 521681667,
+ 1889696709,
+ 521681663,
+ 1920053009,
+ 521681661,
+ 1920053013,
+ 4405959265,
+ 521681657,
+ 288467724,
+ 1920053016,
+ 521681655,
+ 1920053024,
+ 1920053025,
+ 8503697831,
+ 1920053027,
+ 521681651,
+ 1920053028,
+ 1920053030,
+ 521681647,
+ 1920053032,
+ 1920053034,
+ 1920053035,
+ 308849444,
+ 1920053038,
+ 1920053040,
+ 308849443,
+ 1920053045,
+ 1920053047,
+ 410318111,
+ 1920053055,
+ 9929575736,
+ 1920053058,
+ 1920053060,
+ 1597336155,
+ 1920053065,
+ 1920053068,
+ 1920053070,
+ 1274867043,
+ 1920053074,
+ 9929575737,
+ 1889696716,
+ 9929575738,
+ 1920053078,
+ 1920053080,
+ 1274867031,
+ 9929575739,
+ 1889696718,
+ 11816502953,
+ 6320967092,
+ 521681641,
+ 6320967093,
+ 1889696722,
+ 1889696726,
+ 1889696755,
+ 6320967094,
+ 288467671,
+ 6320967095,
+ 4396418904,
+ 1282168904,
+ 519063839,
+ 1889696763,
+ 1889696767,
+ 1889696769,
+ 1889696771,
+ 1889696774,
+ 1282168893,
+ 1920067712,
+ 4365110851,
+ 1920067709,
+ 519063832,
+ 6320967096,
+ 1920067704,
+ 1889696762,
+ 410294865,
+ 8419462327,
+ 519063838,
+ 1889696731,
+ 1889696729,
+ 1920067694,
+ 4396417683,
+ 528588249,
+ 1920067692,
+ 1282168945,
+ 1920067690,
+ 6320967097,
+ 410314224,
+ 3074797558,
+ 3074795012,
+ 6320967098,
+ 528588251,
+ 3074795011,
+ 3074795010,
+ 3074795009,
+ 1282168880,
+ 410314354,
+ 8754781598,
+ 1889731009,
+ 1886625975,
+ 1886625973,
+ 12431258397,
+ 6320967100,
+ 1889731005,
+ 288467722,
+ 1920073531,
+ 1889696691,
+ 1920073526,
+ 1889696681,
+ 1889696678,
+ 6320967101,
+ 288467282,
+ 6320967102,
+ 410314977,
+ 6320967103,
+ 1889696670,
+ 1282168932,
+ 4179433055,
+ 751152698,
+ 1920073522
+ ]
+ },
+ {
+ "wayId": 420028872,
+ "nodeIds": [
+ 333737818,
+ 409925181,
+ 7640777175,
+ 409925183,
+ 7640777178,
+ 4200151687,
+ 409925184,
+ 409925186,
+ 409925160,
+ 4200151679,
+ 2191521647
+ ]
+ },
+ {
+ "wayId": 419049921,
+ "nodeIds": [
+ 246675591,
+ 2185516452,
+ 246675590,
+ 2185516448,
+ 2185516444,
+ 246675589,
+ 4192265826,
+ 246674113,
+ 2185516433,
+ 246674114
+ ]
+ },
+ {
+ "wayId": 22911777,
+ "nodeIds": [
+ 2191521647,
+ 4200151675,
+ 2185516549,
+ 4200151672,
+ 409923588,
+ 4200151256,
+ 2185516546,
+ 4200151608,
+ 2185516543,
+ 4200151605,
+ 4200151231,
+ 4200151224,
+ 2185516541,
+ 2185516539,
+ 2185516537,
+ 2185516535,
+ 2185516533,
+ 2185516531,
+ 4200151217,
+ 2185516529,
+ 2691453040,
+ 452659409,
+ 4200151419
+ ]
+ },
+ {
+ "wayId": 181736293,
+ "nodeIds": [
+ 1882081968,
+ 4230026830,
+ 410338306
+ ]
+ },
+ {
+ "wayId": 878692772,
+ "nodeIds": [
+ 8174339146,
+ 4213799606
+ ]
+ },
+ {
+ "wayId": 42032455,
+ "nodeIds": [
+ 1574593124,
+ 1574593113,
+ 4173059599,
+ 4173059594,
+ 4173059589,
+ 9423153383,
+ 1574593137,
+ 4173059083,
+ 9423153385,
+ 807695968,
+ 6344879202,
+ 4173059298,
+ 1281696980,
+ 6344879203,
+ 1889721782,
+ 6344879204,
+ 3509321413,
+ 1889696786,
+ 807695970,
+ 1796802726,
+ 807695971,
+ 807695960,
+ 807695963,
+ 807695964,
+ 1281696931,
+ 1281696908,
+ 1920086299,
+ 3509321623,
+ 1574593082,
+ 1920086262,
+ 1281696806,
+ 1920086243,
+ 1697985730,
+ 1889696784,
+ 1697985716,
+ 1697985714,
+ 1281696781,
+ 1281697032,
+ 1281696832,
+ 1574593098,
+ 1889712873,
+ 1281697002,
+ 1920086235,
+ 1920086230,
+ 1281696947,
+ 1889696782,
+ 6344879205,
+ 1889696779,
+ 340047969,
+ 1920086220,
+ 6344879206,
+ 1889696778,
+ 1889712872,
+ 1920086218,
+ 1281696907,
+ 1280771822,
+ 1281696978,
+ 1920086209,
+ 1920086207,
+ 1920086203,
+ 1920086199,
+ 6344879207,
+ 1920086197,
+ 1920086191,
+ 4222595902,
+ 1889712865,
+ 4222595836,
+ 4222594587,
+ 288467683,
+ 4222595778,
+ 4222595772,
+ 1889696720,
+ 6344879195,
+ 1281696911,
+ 6344879196,
+ 288467681,
+ 6344879197,
+ 1889712863,
+ 6344879198,
+ 1984259707,
+ 1889712859,
+ 452662583,
+ 452662578,
+ 452662579,
+ 1920086164,
+ 1889721698,
+ 1984259704,
+ 6344879199,
+ 1889696711,
+ 1920053008,
+ 1920053005,
+ 8825275500,
+ 1889696710,
+ 1920052999,
+ 1920052998,
+ 1889696696,
+ 1920052995,
+ 1889696688,
+ 1597336104,
+ 288467730,
+ 1156295039,
+ 1920052983,
+ 452662575,
+ 452662577,
+ 1920052978,
+ 452662576,
+ 1920052974,
+ 288467679,
+ 10294978653,
+ 6344879200,
+ 391323474,
+ 6344879201,
+ 849081547,
+ 849081545,
+ 1920052960,
+ 849081555,
+ 849081553,
+ 849081550,
+ 1920052944,
+ 288467729
+ ]
+ },
+ {
+ "wayId": 520787070,
+ "nodeIds": [
+ 4207714851,
+ 4207714396,
+ 4207714708,
+ 4207714603,
+ 4207714597,
+ 4207714594,
+ 4207714590,
+ 4207714488,
+ 4207714487,
+ 4207714395,
+ 4207714398,
+ 4207714397,
+ 4194129180
+ ]
+ },
+ {
+ "wayId": 222563368,
+ "nodeIds": [
+ 8084753974,
+ 8084753973,
+ 1037221898,
+ 1921675320,
+ 410340135,
+ 1921675322,
+ 1921675323,
+ 1921675324,
+ 7002844888,
+ 1037221933,
+ 1921675326,
+ 1921675327,
+ 1921675329,
+ 1037207633,
+ 1921675330,
+ 1921675328,
+ 1921675325,
+ 1037221906,
+ 8084753959,
+ 410340137,
+ 1921675309,
+ 8084753958,
+ 8084753957,
+ 410340140,
+ 1921675298,
+ 1921675297,
+ 1921675296,
+ 1921675295,
+ 1037221901,
+ 1921675289,
+ 1921675286,
+ 410340143,
+ 1921675282,
+ 1921675283,
+ 1037221892,
+ 1921675284,
+ 1921675291,
+ 8084753956,
+ 410340145,
+ 410340147,
+ 8084753955,
+ 1921675300,
+ 1921675301,
+ 1921675302,
+ 1037221935,
+ 410340150,
+ 1921675321,
+ 410340153,
+ 8084753950,
+ 1921675345,
+ 1921675350,
+ 8084753954,
+ 1921675355,
+ 1280764301,
+ 1921675362,
+ 1921675365,
+ 410340155,
+ 1921675367,
+ 1921675369,
+ 1921675371,
+ 1280764461,
+ 1921675374,
+ 1921675373,
+ 410340158,
+ 1921675372,
+ 1921675370,
+ 6310758470,
+ 1921675368,
+ 410340159,
+ 1037221888,
+ 7575452906,
+ 1921675366,
+ 1921675364,
+ 1037207713,
+ 1921675357,
+ 1921675354,
+ 1921675349,
+ 1037221890,
+ 1921675346,
+ 1037221919,
+ 8084753953,
+ 8084753952,
+ 410340162,
+ 8084753951,
+ 1921675336,
+ 1921675335,
+ 410340169,
+ 1921675334,
+ 410340172,
+ 410340174,
+ 1921675337,
+ 1921675338,
+ 1037207625,
+ 410340177,
+ 410340179,
+ 1921675343,
+ 6677801014,
+ 1921675344,
+ 1037207638,
+ 1921675342,
+ 1037207677,
+ 1921675339,
+ 6310758434,
+ 410340182,
+ 1921675332,
+ 410340185,
+ 1921675299,
+ 1921675274,
+ 1921675267,
+ 1921675263,
+ 1921675262,
+ 651350516
+ ]
+ },
+ {
+ "wayId": 867319137,
+ "nodeIds": [
+ 410340546,
+ 1921675319,
+ 1037207600,
+ 1921675317,
+ 1280502319,
+ 1921675316,
+ 1921675315,
+ 1037221923,
+ 1921675313,
+ 1037207692,
+ 1037221922,
+ 1280764617,
+ 2315173854,
+ 11473076047,
+ 1921675288,
+ 1921675281,
+ 1921675280,
+ 1921675272,
+ 1921675270,
+ 410340547,
+ 11473076044,
+ 1921675265,
+ 1921675264,
+ 1280764645,
+ 410340548,
+ 1921675261,
+ 1921675259,
+ 1921675258,
+ 1037207655,
+ 1921675257,
+ 11473076043,
+ 1921675256,
+ 1037207681,
+ 1921675255,
+ 1921675254,
+ 410340549,
+ 1280764397,
+ 1037207699,
+ 11473076041,
+ 1280764678,
+ 410340550,
+ 1280764425,
+ 11473076038,
+ 1037207651,
+ 1921675251,
+ 11473076034,
+ 1921675250,
+ 1921675249,
+ 1037207653,
+ 1037207584,
+ 1037207702,
+ 1921675246,
+ 1037207636,
+ 1921675244,
+ 1921675243,
+ 1921675240,
+ 1921675238,
+ 1921675237,
+ 1037207691,
+ 1921675239,
+ 1921675241,
+ 410340124,
+ 1921675245,
+ 1921675247,
+ 410340127,
+ 1921675248,
+ 410340130,
+ 1921675252,
+ 410340132,
+ 11473076033,
+ 1921675260,
+ 1921675268,
+ 8084753976,
+ 1921675293,
+ 1921675303,
+ 8084753974
+ ]
+ },
+ {
+ "wayId": 419542837,
+ "nodeIds": [
+ 747035379,
+ 4195898163,
+ 4195860598,
+ 4195860530,
+ 4195860248
+ ]
+ },
+ {
+ "wayId": 420103234,
+ "nodeIds": [
+ 452659417,
+ 452659415,
+ 2185516492
+ ]
+ },
+ {
+ "wayId": 419035072,
+ "nodeIds": [
+ 246674114,
+ 246674115,
+ 246674116,
+ 246674117,
+ 2185516428,
+ 246674118,
+ 4192265945,
+ 246674119,
+ 246674120,
+ 7640772302,
+ 7640772305,
+ 2185516434,
+ 246674122
+ ]
+ },
+ {
+ "wayId": 51069859,
+ "nodeIds": [
+ 651350516,
+ 651350517
+ ]
+ },
+ {
+ "wayId": 427074739,
+ "nodeIds": [
+ 4263169214,
+ 4218047701,
+ 4218039778,
+ 4218039766
+ ]
+ },
+ {
+ "wayId": 419547761,
+ "nodeIds": [
+ 288467729,
+ 1920052939,
+ 1920052936,
+ 1920052934,
+ 1920052930,
+ 3544483674,
+ 452662586,
+ 12559034457,
+ 1920052922,
+ 452662584,
+ 1920052919,
+ 1920052918,
+ 452662585,
+ 6938461034,
+ 1920052917,
+ 1597336025,
+ 12559034464,
+ 3544483670,
+ 3544483672,
+ 6324299970,
+ 1920052920,
+ 6324299968,
+ 3544483673,
+ 288467728
+ ]
+ },
+ {
+ "wayId": 419323789,
+ "nodeIds": [
+ 4194128687,
+ 4194128686,
+ 4192265992
+ ]
+ },
+ {
+ "wayId": 421631009,
+ "nodeIds": [
+ 4213799606,
+ 4213799613
+ ]
+ },
+ {
+ "wayId": 419323786,
+ "nodeIds": [
+ 4194132601,
+ 4194132597
+ ]
+ },
+ {
+ "wayId": 1276739917,
+ "nodeIds": [
+ 11853940799,
+ 13437413027,
+ 13437413026,
+ 10779993968,
+ 12334766546,
+ 9952210380,
+ 13437413025,
+ 9952210379,
+ 9952210377,
+ 10776051365,
+ 9952210375,
+ 9952210374,
+ 13437413021,
+ 9952210373,
+ 1574593124
+ ]
+ },
+ {
+ "wayId": 34965766,
+ "nodeIds": [
+ 410338306,
+ 410329103,
+ 4195898159,
+ 2162463040,
+ 2162463045,
+ 4195898160,
+ 2162463043,
+ 2162463038,
+ 4195898157,
+ 4195898158,
+ 666267281,
+ 3992287116,
+ 4195898161,
+ 3771237229,
+ 2162463047,
+ 747035379
+ ]
+ },
+ {
+ "wayId": 176496820,
+ "nodeIds": [
+ 1870132803,
+ 410340243,
+ 410340245,
+ 1921658595,
+ 1921658596,
+ 1921658598
+ ]
+ },
+ {
+ "wayId": 423388319,
+ "nodeIds": [
+ 1921658554,
+ 410340238,
+ 1921658556,
+ 1921658559,
+ 1921658578,
+ 4230026835,
+ 410340240,
+ 1921658588,
+ 1921658591,
+ 1921658593,
+ 1870132803
+ ]
+ },
+ {
+ "wayId": 30281218,
+ "nodeIds": [
+ 333737824,
+ 409924472,
+ 409924361,
+ 4200151831,
+ 4200151816,
+ 333737821
+ ]
+ },
+ {
+ "wayId": 417386246,
+ "nodeIds": [
+ 1920073522,
+ 1920073511,
+ 751077211,
+ 1889696668,
+ 1889696665,
+ 12676167786,
+ 288467666
+ ]
+ },
+ {
+ "wayId": 24401709,
+ "nodeIds": [
+ 246674124,
+ 4192180718,
+ 246674125,
+ 246674126,
+ 5662087589,
+ 5662087590,
+ 246674127,
+ 4040379431,
+ 2185516456,
+ 2508026708,
+ 2508026711,
+ 246674128,
+ 2185516457,
+ 246674129,
+ 4192180720,
+ 246674130,
+ 2185516459,
+ 4192181091
+ ]
+ },
+ {
+ "wayId": 421631011,
+ "nodeIds": [
+ 4213799620,
+ 4213799621
+ ]
+ },
+ {
+ "wayId": 422075697,
+ "nodeIds": [
+ 4218039766,
+ 4218039757
+ ]
+ },
+ {
+ "wayId": 1465104012,
+ "nodeIds": [
+ 12334766559,
+ 13504553583,
+ 13432801188,
+ 13438076056,
+ 13438076049,
+ 13437413044,
+ 13437413045,
+ 13437413048,
+ 13437413053,
+ 12334766558,
+ 13437413051,
+ 13437413050,
+ 13432801186,
+ 12334766554,
+ 13437413047,
+ 13438076060,
+ 10776051358,
+ 12334766552,
+ 12334766551,
+ 11117012783,
+ 812873754,
+ 13437413046,
+ 12334766553,
+ 13437413049,
+ 13437413052,
+ 10776051359,
+ 12334766550,
+ 13437413054,
+ 12334766549,
+ 13432801183,
+ 13437413055,
+ 12334766548,
+ 12334766547,
+ 11853940798,
+ 11853940799
+ ]
+ },
+ {
+ "wayId": 818117434,
+ "nodeIds": [
+ 1671229221,
+ 4192180710,
+ 7640772301,
+ 7640772299,
+ 7640772300,
+ 4192180712,
+ 7640772298,
+ 2185516451,
+ 7640772297,
+ 246674123,
+ 2185516453,
+ 246674124
+ ]
+ },
+ {
+ "wayId": 176496819,
+ "nodeIds": [
+ 410315746,
+ 1921658644,
+ 410335408,
+ 12676167792,
+ 3876695385,
+ 1921658650,
+ 1921658652,
+ 410335407,
+ 1921658657,
+ 6326448707,
+ 1921658663,
+ 1921658660,
+ 6326448710,
+ 6326448711,
+ 269351315,
+ 4230027499,
+ 410334785,
+ 4230027597,
+ 4230027596,
+ 269351946,
+ 1921658616,
+ 6326448712,
+ 2459474580,
+ 2459474578,
+ 6326448713,
+ 6326448719,
+ 33781155,
+ 4230026888,
+ 410334473,
+ 4230027367,
+ 4230027366,
+ 33781154,
+ 8104018822,
+ 33781149,
+ 33781150,
+ 4230027348,
+ 1886599699,
+ 12146117937,
+ 4230027326,
+ 4230026862,
+ 11473076048,
+ 33781148,
+ 410330384,
+ 410334260,
+ 1921658580,
+ 1882081968
+ ]
+ },
+ {
+ "wayId": 421630989,
+ "nodeIds": [
+ 4213799370,
+ 4213799371,
+ 4213799372,
+ 4213799373,
+ 4213799374,
+ 4213799376,
+ 4213799377,
+ 4213799378,
+ 4213799379,
+ 4213799381
+ ]
+ },
+ {
+ "wayId": 419323803,
+ "nodeIds": [
+ 4194132597,
+ 4194128683,
+ 4194132389,
+ 4194132291,
+ 4194132290,
+ 4194128688,
+ 4194128687
+ ]
+ },
+ {
+ "wayId": 419323796,
+ "nodeIds": [
+ 2185516492,
+ 452659414,
+ 4195860250,
+ 2185516490,
+ 4195860083,
+ 4194129159,
+ 4194131896,
+ 4194132231,
+ 4195860080,
+ 4194132601
+ ]
+ },
+ {
+ "wayId": 421631019,
+ "nodeIds": [
+ 4213799381,
+ 8174339151,
+ 4213798790,
+ 8174339148,
+ 8174339146
+ ]
+ },
+ {
+ "wayId": 421631024,
+ "nodeIds": [
+ 4213799613,
+ 4213799617,
+ 4213799619,
+ 4213799620
+ ]
+ },
+ {
+ "wayId": 138199872,
+ "nodeIds": [
+ 3544483658,
+ 3544780769,
+ 12365369138,
+ 3544483656,
+ 12365369134,
+ 3544483655,
+ 3544483653,
+ 4225949882,
+ 3544483651,
+ 4225949880,
+ 3544483648,
+ 3544483646,
+ 3544780773,
+ 12365369139,
+ 12917070490,
+ 3544483644,
+ 3544483642,
+ 3544483640,
+ 3544780771,
+ 3544483638,
+ 3544483636,
+ 3544483634,
+ 6323330845,
+ 3544483628,
+ 13432885852,
+ 6323330846,
+ 3544483626,
+ 6323330847,
+ 3544780775,
+ 12524032508,
+ 3544483624,
+ 12524032507,
+ 3544483622,
+ 3544483620,
+ 3544483609
+ ]
+ },
+ {
+ "wayId": 427074696,
+ "nodeIds": [
+ 333737821,
+ 333737820,
+ 7640777183,
+ 7640777182,
+ 4200151692,
+ 7640777181,
+ 7640777172,
+ 7640777173
+ ]
+ },
+ {
+ "wayId": 755489117,
+ "nodeIds": [
+ 4218047711,
+ 4263169214
+ ]
+ },
+ {
+ "wayId": 422075715,
+ "nodeIds": [
+ 4218039757,
+ 4218039737,
+ 4218053493,
+ 4218052280,
+ 4218052276
+ ]
+ },
+ {
+ "wayId": 51069854,
+ "nodeIds": [
+ 651350517,
+ 1037221893,
+ 9906432304,
+ 9504467008,
+ 1921675234,
+ 1037221904,
+ 1921675232,
+ 9906432303,
+ 1921675231,
+ 1921675229,
+ 410340187,
+ 1921675227,
+ 1037221944,
+ 9504467007,
+ 410340190,
+ 1921658478,
+ 9504463526,
+ 1037221948,
+ 9504463525,
+ 1921658482,
+ 410340195,
+ 1921658480,
+ 9906433109,
+ 410340201,
+ 1037221940,
+ 6677805543,
+ 1921658475,
+ 9504463524,
+ 1037221900,
+ 9504463523,
+ 1921658484,
+ 9906476980,
+ 1280728858,
+ 2369301677,
+ 1037221950,
+ 6677805540,
+ 1921658492,
+ 9907783639,
+ 1921658518,
+ 9504467006,
+ 1921658524,
+ 1921658526,
+ 410340204,
+ 410340206,
+ 1921658520,
+ 6677805544,
+ 410340209,
+ 1921658488,
+ 1921658490,
+ 410340212,
+ 1921658498,
+ 1921658522,
+ 1281070612,
+ 1921658529,
+ 410340214,
+ 1921658531,
+ 1921658533,
+ 410340217,
+ 410340220,
+ 1921658535,
+ 6677850064,
+ 410340222,
+ 6677850065,
+ 1921658537,
+ 1921658539,
+ 410340235,
+ 1921658541,
+ 1921658543,
+ 1921658544,
+ 1921658546,
+ 1921658548,
+ 1281070499,
+ 1921658551,
+ 1921658554
+ ]
+ },
+ {
+ "wayId": 419547762,
+ "nodeIds": [
+ 288467729,
+ 1920052926,
+ 12559034456,
+ 12365369129,
+ 1514975401,
+ 12559034460,
+ 6324299974,
+ 3544483658
+ ]
+ },
+ {
+ "wayId": 348347093,
+ "nodeIds": [
+ 3544483609,
+ 4194133700,
+ 3544483605
+ ]
+ },
+ {
+ "wayId": 1085867756,
+ "nodeIds": [
+ 3544483605,
+ 13183662779,
+ 12337454529,
+ 12337454528,
+ 12337454527,
+ 12337454526,
+ 12337454525,
+ 12337454524,
+ 13183662782,
+ 12337454523,
+ 12337454522,
+ 12337454521,
+ 13183662783,
+ 3544780767,
+ 13437306364,
+ 13437306365,
+ 13437306366,
+ 13448200114,
+ 13437306367,
+ 13437306368,
+ 13452825174,
+ 13437306369,
+ 13448200124,
+ 13541334254,
+ 13437306372,
+ 13437306373,
+ 12337454518,
+ 13437306374,
+ 13452825197,
+ 13452825191,
+ 13408944501,
+ 13437306375,
+ 13452825158,
+ 13437306376,
+ 13541334256,
+ 13541334262,
+ 13437306377,
+ 12337454516,
+ 12337454515,
+ 12337454514,
+ 13437306378,
+ 13437306379,
+ 13404998275,
+ 13446498028,
+ 13437306380,
+ 12337440500,
+ 11853940793,
+ 13437413015,
+ 13437413016,
+ 9949824549,
+ 13437306381,
+ 9949824550,
+ 13437306382,
+ 9949824551,
+ 11932786640,
+ 11853940792,
+ 13437413022,
+ 13452221292,
+ 13452221291,
+ 12292382674,
+ 13460680029,
+ 13437413062,
+ 13437413063,
+ 13437413065,
+ 9949824552,
+ 9949824553,
+ 13437413069,
+ 9949824554,
+ 9949824555,
+ 12292382675,
+ 13437413068,
+ 9949824556,
+ 13437413067,
+ 13437413066,
+ 9957253802,
+ 9949824557,
+ 11853940790,
+ 13437413064,
+ 10207638431,
+ 9949824559,
+ 9949824560,
+ 12641552898,
+ 13545553430,
+ 9949824563,
+ 12641552899,
+ 13404998279,
+ 13418425100,
+ 10816629057,
+ 13437413070,
+ 13437413071,
+ 13437413073,
+ 13437413072,
+ 9949824566,
+ 13437413074,
+ 13526738986,
+ 11853940788,
+ 9949824567,
+ 13437413079,
+ 13437413078,
+ 13437413077,
+ 13437413076,
+ 12416491255,
+ 12416491253,
+ 11853940787,
+ 13184713013,
+ 9949824572,
+ 13437413075,
+ 13404998281,
+ 9949824574,
+ 13437413080,
+ 13437413082,
+ 13437413081,
+ 13437413083,
+ 9949824575,
+ 13437413084,
+ 11853940786,
+ 9949824578,
+ 13437413085,
+ 9949824580,
+ 13404998283,
+ 9949824581,
+ 12416491258,
+ 9949824583,
+ 13437413086,
+ 12416491256,
+ 9949824584,
+ 9949824585,
+ 13437413088,
+ 13437413087,
+ 13437413089,
+ 13437413090,
+ 13437413019,
+ 9949780131,
+ 13404998285
+ ]
+ }
+ ],
+ "nodes": [
+ {
+ "nodeId": 4207714396,
+ "name": "La Timone",
+ "lat": 43.2911443,
+ "lon": 5.400394
+ },
+ {
+ "nodeId": 4179422415,
+ "name": "La Blancarde",
+ "lat": 43.2955624,
+ "lon": 5.4061939
+ },
+ {
+ "nodeId": 4203127807,
+ "name": "Saint-Barnabé",
+ "lat": 43.303331,
+ "lon": 5.4187884
+ },
+ {
+ "nodeId": 4205802259,
+ "name": "Louis Armand",
+ "lat": 43.2999805,
+ "lon": 5.4135481
+ },
+ {
+ "nodeId": 4202988254,
+ "name": "La Fourragère",
+ "lat": 43.3038348,
+ "lon": 5.4241016
+ },
+ {
+ "nodeId": 4207714395,
+ "name": "Baille",
+ "lat": 43.2881308,
+ "lon": 5.3919658
+ },
+ {
+ "nodeId": 409927719,
+ "name": "Jules Guesde",
+ "lat": 43.3019393,
+ "lon": 5.3740003
+ },
+ {
+ "nodeId": 4209784181,
+ "name": "Vieux Port",
+ "lat": 43.295575,
+ "lon": 5.3743705
+ },
+ {
+ "nodeId": 409924361,
+ "name": "Bougainville",
+ "lat": 43.3208381,
+ "lon": 5.3713918
+ },
+ {
+ "nodeId": 2691453040,
+ "name": "Désirée Clary",
+ "lat": 43.3093212,
+ "lon": 5.3722212
+ },
+ {
+ "nodeId": 4213798790,
+ "name": "Frais Vallon",
+ "lat": 43.3254689,
+ "lon": 5.4231965
+ },
+ {
+ "nodeId": 4218047711,
+ "name": "Capitaine Gèze",
+ "lat": 43.3279531,
+ "lon": 5.3672688
+ },
+ {
+ "nodeId": 409923588,
+ "name": "National",
+ "lat": 43.3151574,
+ "lon": 5.3730413
+ },
+ {
+ "nodeId": 409931926,
+ "name": "Notre-Dame-du-Mont - Cours Julien",
+ "lat": 43.2924994,
+ "lon": 5.383698
+ },
+ {
+ "nodeId": 409931942,
+ "name": "Noailles",
+ "lat": 43.2968361,
+ "lon": 5.3811767
+ },
+ {
+ "nodeId": 409926334,
+ "name": "Joliette",
+ "lat": 43.3038754,
+ "lon": 5.3679329
+ },
+ {
+ "nodeId": 4211263268,
+ "name": "Colbert",
+ "lat": 43.3002742,
+ "lon": 5.3744314
+ },
+ {
+ "nodeId": 4194128683,
+ "name": "Périer",
+ "lat": 43.2794419,
+ "lon": 5.3875983
+ },
+ {
+ "nodeId": 1037207651,
+ "name": "William Booth",
+ "lat": 43.2926684,
+ "lon": 5.4368228
+ },
+ {
+ "nodeId": 4209784177,
+ "name": "Estrangin - Préfecture",
+ "lat": 43.2901774,
+ "lon": 5.3780653
+ },
+ {
+ "nodeId": 4194130677,
+ "name": "Castellane",
+ "lat": 43.2862621,
+ "lon": 5.3846402
+ },
+ {
+ "nodeId": 4194131896,
+ "name": "Castellane",
+ "lat": 43.2849532,
+ "lon": 5.384501
+ },
+ {
+ "nodeId": 410340179,
+ "name": "La Parette",
+ "lat": 43.2950161,
+ "lon": 5.4192399
+ },
+ {
+ "nodeId": 410340162,
+ "name": "La Boiseraie",
+ "lat": 43.2949586,
+ "lon": 5.4224915
+ },
+ {
+ "nodeId": 4213798794,
+ "name": "Malpassé",
+ "lat": 43.3209501,
+ "lon": 5.4165033
+ },
+ {
+ "nodeId": 4212950335,
+ "name": "Réformés - Canebière",
+ "lat": 43.3004056,
+ "lon": 5.3863422
+ },
+ {
+ "nodeId": 4177271458,
+ "name": "Saint-Charles",
+ "lat": 43.3024033,
+ "lon": 5.3800594
+ },
+ {
+ "nodeId": 4213798798,
+ "name": "Saint-Just",
+ "lat": 43.3154374,
+ "lon": 5.4064408
+ },
+ {
+ "nodeId": 4212953838,
+ "name": "Chartreux",
+ "lat": 43.309129,
+ "lon": 5.4014815
+ },
+ {
+ "nodeId": 4212953839,
+ "name": "Cinq Avenues Longchamp",
+ "lat": 43.3040802,
+ "lon": 5.3963231
+ },
+ {
+ "nodeId": 410340201,
+ "name": "Saint-Pierre",
+ "lat": 43.2918376,
+ "lon": 5.4139656
+ },
+ {
+ "nodeId": 4177271457,
+ "name": "Saint-Charles",
+ "lat": 43.3023898,
+ "lon": 5.380036
+ },
+ {
+ "nodeId": 4192181091,
+ "name": "Sainte-Marguerite Dromel",
+ "lat": 43.2705828,
+ "lon": 5.4021969
+ },
+ {
+ "nodeId": 410340546,
+ "name": "Les Caillols",
+ "lat": 43.29471,
+ "lon": 5.4439295
+ },
+ {
+ "nodeId": 4195860248,
+ "name": "Noailles",
+ "lat": 43.2967683,
+ "lon": 5.3812901
+ },
+ {
+ "nodeId": 410334785,
+ "name": "Jean Martin",
+ "lat": 43.2959021,
+ "lon": 5.4017061
+ },
+ {
+ "nodeId": 410340222,
+ "name": "Sainte-Thérèse",
+ "lat": 43.2940334,
+ "lon": 5.4096197
+ },
+ {
+ "nodeId": 1574593082,
+ "name": "Euroméditerranée Le Silo",
+ "lat": 43.3086914,
+ "lon": 5.3681527
+ },
+ {
+ "nodeId": 1921658638,
+ "name": "La Blancarde",
+ "lat": 43.295768,
+ "lon": 5.4062693
+ },
+ {
+ "nodeId": 410340137,
+ "name": "La Grognarde",
+ "lat": 43.2946285,
+ "lon": 5.4323021
+ },
+ {
+ "nodeId": 410340147,
+ "name": "Air-Bel",
+ "lat": 43.2943117,
+ "lon": 5.4290416
+ },
+ {
+ "nodeId": 4213798791,
+ "name": "La Rose",
+ "lat": 43.33313,
+ "lon": 5.4297167
+ },
+ {
+ "nodeId": 343594872,
+ "name": "Rond-Point du Prado",
+ "lat": 43.2713258,
+ "lon": 5.3926491
+ },
+ {
+ "nodeId": 391323474,
+ "name": "Belsunce Alcazar",
+ "lat": 43.298491,
+ "lon": 5.3766236
+ },
+ {
+ "nodeId": 410330384,
+ "name": "Eugène Pierre",
+ "lat": 43.2951803,
+ "lon": 5.3896054
+ },
+ {
+ "nodeId": 410334473,
+ "name": "George",
+ "lat": 43.2956296,
+ "lon": 5.3971378
+ },
+ {
+ "nodeId": 410318187,
+ "name": "Noailles",
+ "lat": 43.2977469,
+ "lon": 5.3816519
+ },
+ {
+ "nodeId": 1886599699,
+ "name": "Camas",
+ "lat": 43.2953879,
+ "lon": 5.393118
+ },
+ {
+ "nodeId": 410314977,
+ "name": "Foch Boisson",
+ "lat": 43.298135,
+ "lon": 5.4032764
+ },
+ {
+ "nodeId": 288467683,
+ "name": "République Dames",
+ "lat": 43.3021684,
+ "lon": 5.3693102
+ },
+ {
+ "nodeId": 521681641,
+ "name": "Longchamp National",
+ "lat": 43.3015219,
+ "lon": 5.388612
+ },
+ {
+ "nodeId": 1574593098,
+ "name": "Joliette",
+ "lat": 43.3054034,
+ "lon": 5.3671651
+ },
+ {
+ "nodeId": 807695968,
+ "name": "Arenc Euroméditerranée",
+ "lat": 43.313316,
+ "lon": 5.3680981
+ },
+ {
+ "nodeId": 288467666,
+ "name": "La Blancarde",
+ "lat": 43.2966075,
+ "lon": 5.4054783
+ },
+ {
+ "nodeId": 288467681,
+ "name": "Sadi Carnot",
+ "lat": 43.2998792,
+ "lon": 5.371182
+ },
+ {
+ "nodeId": 410318111,
+ "name": "Réformés Canebière",
+ "lat": 43.300026,
+ "lon": 5.3855097
+ },
+ {
+ "nodeId": 410314354,
+ "name": "Foch Sakakini",
+ "lat": 43.3003121,
+ "lon": 5.4000754
+ },
+ {
+ "nodeId": 288467671,
+ "name": "Palais Longchamp",
+ "lat": 43.3032649,
+ "lon": 5.3923612
+ },
+ {
+ "nodeId": 1920052943,
+ "name": "Canebière Capucins",
+ "lat": 43.2968006,
+ "lon": 5.379024
+ },
+ {
+ "nodeId": 410314224,
+ "name": "Cinq Avenues",
+ "lat": 43.302318,
+ "lon": 5.3970663
+ },
+ {
+ "nodeId": 3544780775,
+ "name": "Rome Dragon",
+ "lat": 43.2890471,
+ "lon": 5.3819845
+ },
+ {
+ "nodeId": 13404998285,
+ "name": "La Gaye",
+ "lat": 43.2567917,
+ "lon": 5.4109656
+ },
+ {
+ "nodeId": 3544780767,
+ "name": "Castellane",
+ "lat": 43.2853535,
+ "lon": 5.3847886
+ },
+ {
+ "nodeId": 13432801186,
+ "name": "Salengro Cougit",
+ "lat": 43.3216174,
+ "lon": 5.3675607
+ },
+ {
+ "nodeId": 3544780773,
+ "name": "Rome Davso",
+ "lat": 43.2935614,
+ "lon": 5.3794162
+ },
+ {
+ "nodeId": 13408944501,
+ "name": "Cantini Rouet",
+ "lat": 43.2798682,
+ "lon": 5.3948588
+ },
+ {
+ "nodeId": 13404998283,
+ "name": "Hôpital Sainte-Marguerite",
+ "lat": 43.2594167,
+ "lon": 5.4087571
+ },
+ {
+ "nodeId": 12292382674,
+ "name": "Sainte-Marguerite Dromel",
+ "lat": 43.2712022,
+ "lon": 5.4020617
+ },
+ {
+ "nodeId": 13432801183,
+ "name": "Salengro Bachas",
+ "lat": 43.317333,
+ "lon": 5.3687144
+ },
+ {
+ "nodeId": 13404998275,
+ "name": "Place Ferrié",
+ "lat": 43.276922,
+ "lon": 5.3992589
+ },
+ {
+ "nodeId": 13432801188,
+ "name": "Gèze",
+ "lat": 43.3270499,
+ "lon": 5.3662172
+ },
+ {
+ "nodeId": 12337454518,
+ "name": "Parc du 26e Centenaire",
+ "lat": 43.2823533,
+ "lon": 5.3903134
+ },
+ {
+ "nodeId": 3544780769,
+ "name": "Cours Saint-Louis",
+ "lat": 43.2960427,
+ "lon": 5.3779983
+ },
+ {
+ "nodeId": 3544780771,
+ "name": "Place de Rome",
+ "lat": 43.2913409,
+ "lon": 5.3806747
+ },
+ {
+ "nodeId": 13404998279,
+ "name": "Aubert Ganay",
+ "lat": 43.2664102,
+ "lon": 5.4028973
+ },
+ {
+ "nodeId": 13404998281,
+ "name": "Parc Sévigné",
+ "lat": 43.2618926,
+ "lon": 5.4047726
+ },
+ {
+ "nodeId": 4213798809,
+ "lat": 43.313911,
+ "lon": 5.4039915
+ },
+ {
+ "nodeId": 8201210902,
+ "lat": 43.313952,
+ "lon": 5.4040306
+ },
+ {
+ "nodeId": 8280630861,
+ "lat": 43.3140136,
+ "lon": 5.4040894
+ },
+ {
+ "nodeId": 8280630862,
+ "lat": 43.3142323,
+ "lon": 5.404249
+ },
+ {
+ "nodeId": 4213798822,
+ "lat": 43.3146784,
+ "lon": 5.4045808
+ },
+ {
+ "nodeId": 4213798825,
+ "lat": 43.3149146,
+ "lon": 5.4048354
+ },
+ {
+ "nodeId": 4213798828,
+ "lat": 43.3151317,
+ "lon": 5.4052221
+ },
+ {
+ "nodeId": 4213798831,
+ "lat": 43.315216,
+ "lon": 5.405453
+ },
+ {
+ "nodeId": 4211417729,
+ "lat": 43.3013445,
+ "lon": 5.3811801
+ },
+ {
+ "nodeId": 4212950381,
+ "lat": 43.3009415,
+ "lon": 5.3815815
+ },
+ {
+ "nodeId": 4212950380,
+ "lat": 43.3006442,
+ "lon": 5.3819902
+ },
+ {
+ "nodeId": 4212950357,
+ "lat": 43.3001037,
+ "lon": 5.3829702
+ },
+ {
+ "nodeId": 4212950348,
+ "lat": 43.2998921,
+ "lon": 5.3835632
+ },
+ {
+ "nodeId": 4212953995,
+ "lat": 43.2997796,
+ "lon": 5.3840413
+ },
+ {
+ "nodeId": 4212953992,
+ "lat": 43.2997626,
+ "lon": 5.3843076
+ },
+ {
+ "nodeId": 4212953993,
+ "lat": 43.2997683,
+ "lon": 5.3845793
+ },
+ {
+ "nodeId": 4212953997,
+ "lat": 43.2998142,
+ "lon": 5.3848299
+ },
+ {
+ "nodeId": 4212950347,
+ "lat": 43.2998819,
+ "lon": 5.385023
+ },
+ {
+ "nodeId": 4212954002,
+ "lat": 43.3000056,
+ "lon": 5.385355
+ },
+ {
+ "nodeId": 4212950365,
+ "lat": 43.3002471,
+ "lon": 5.3859783
+ },
+ {
+ "nodeId": 4212950377,
+ "lat": 43.3005623,
+ "lon": 5.3866959
+ },
+ {
+ "nodeId": 4212950382,
+ "lat": 43.3034482,
+ "lon": 5.3928342
+ },
+ {
+ "nodeId": 4212950384,
+ "lat": 43.3035961,
+ "lon": 5.3932713
+ },
+ {
+ "nodeId": 4212953847,
+ "lat": 43.3036658,
+ "lon": 5.3936243
+ },
+ {
+ "nodeId": 4212953853,
+ "lat": 43.3040329,
+ "lon": 5.3959956
+ },
+ {
+ "nodeId": 4212953857,
+ "lat": 43.3041262,
+ "lon": 5.3966492
+ },
+ {
+ "nodeId": 4212954242,
+ "lat": 43.3042493,
+ "lon": 5.397391
+ },
+ {
+ "nodeId": 4212954244,
+ "lat": 43.3044808,
+ "lon": 5.3982306
+ },
+ {
+ "nodeId": 4212954245,
+ "lat": 43.3046885,
+ "lon": 5.398736
+ },
+ {
+ "nodeId": 4212954247,
+ "lat": 43.3049742,
+ "lon": 5.3991693
+ },
+ {
+ "nodeId": 4212954248,
+ "lat": 43.3054563,
+ "lon": 5.3995817
+ },
+ {
+ "nodeId": 4212954250,
+ "lat": 43.3059687,
+ "lon": 5.3998612
+ },
+ {
+ "nodeId": 4212954251,
+ "lat": 43.3073816,
+ "lon": 5.400541
+ },
+ {
+ "nodeId": 4212954252,
+ "lat": 43.3082632,
+ "lon": 5.4009956
+ },
+ {
+ "nodeId": 4213798799,
+ "lat": 43.3083645,
+ "lon": 5.4010581
+ },
+ {
+ "nodeId": 4212954257,
+ "lat": 43.3088783,
+ "lon": 5.4013317
+ },
+ {
+ "nodeId": 4212954271,
+ "lat": 43.3094017,
+ "lon": 5.4016461
+ },
+ {
+ "nodeId": 4213798800,
+ "lat": 43.3103223,
+ "lon": 5.4020079
+ },
+ {
+ "nodeId": 4213798801,
+ "lat": 43.3108913,
+ "lon": 5.4022124
+ },
+ {
+ "nodeId": 4213798802,
+ "lat": 43.3120275,
+ "lon": 5.4026693
+ },
+ {
+ "nodeId": 4213798803,
+ "lat": 43.3124861,
+ "lon": 5.4029844
+ },
+ {
+ "nodeId": 4213798804,
+ "lat": 43.3129615,
+ "lon": 5.403317
+ },
+ {
+ "nodeId": 4213798805,
+ "lat": 43.3135628,
+ "lon": 5.4037476
+ },
+ {
+ "nodeId": 8815093646,
+ "lat": 43.3138973,
+ "lon": 5.4039819
+ },
+ {
+ "nodeId": 4213799402,
+ "lat": 43.3158546,
+ "lon": 5.4084508
+ },
+ {
+ "nodeId": 4213799405,
+ "lat": 43.3159855,
+ "lon": 5.4090035
+ },
+ {
+ "nodeId": 4213799412,
+ "lat": 43.3161165,
+ "lon": 5.4094293
+ },
+ {
+ "nodeId": 4213799418,
+ "lat": 43.3163527,
+ "lon": 5.4100096
+ },
+ {
+ "nodeId": 4213799420,
+ "lat": 43.3165514,
+ "lon": 5.4104452
+ },
+ {
+ "nodeId": 4213799421,
+ "lat": 43.3168001,
+ "lon": 5.4109179
+ },
+ {
+ "nodeId": 8327500735,
+ "lat": 43.3153563,
+ "lon": 5.4060407
+ },
+ {
+ "nodeId": 8327500734,
+ "lat": 43.3153747,
+ "lon": 5.4061314
+ },
+ {
+ "nodeId": 4218052276,
+ "lat": 43.3252786,
+ "lon": 5.3692346
+ },
+ {
+ "nodeId": 4218052274,
+ "lat": 43.3249628,
+ "lon": 5.3694318
+ },
+ {
+ "nodeId": 4218052269,
+ "lat": 43.3246182,
+ "lon": 5.3696372
+ },
+ {
+ "nodeId": 3186314175,
+ "lat": 43.3244108,
+ "lon": 5.3697699
+ },
+ {
+ "nodeId": 4202989329,
+ "lat": 43.303827,
+ "lon": 5.4237195
+ },
+ {
+ "nodeId": 4203128923,
+ "lat": 43.3038125,
+ "lon": 5.4233641
+ },
+ {
+ "nodeId": 4213799332,
+ "lat": 43.3153436,
+ "lon": 5.4059779
+ },
+ {
+ "nodeId": 4211262602,
+ "lat": 43.3031959,
+ "lon": 5.3773431
+ },
+ {
+ "nodeId": 4177273127,
+ "lat": 43.3032758,
+ "lon": 5.3777666
+ },
+ {
+ "nodeId": 4211262605,
+ "lat": 43.3033128,
+ "lon": 5.3781035
+ },
+ {
+ "nodeId": 4177272220,
+ "lat": 43.3033099,
+ "lon": 5.3784452
+ },
+ {
+ "nodeId": 4211262603,
+ "lat": 43.3032094,
+ "lon": 5.3789041
+ },
+ {
+ "nodeId": 4177272211,
+ "lat": 43.3031138,
+ "lon": 5.3791614
+ },
+ {
+ "nodeId": 4177273122,
+ "lat": 43.3028512,
+ "lon": 5.3795597
+ },
+ {
+ "nodeId": 4211258902,
+ "lat": 43.3026774,
+ "lon": 5.3797455
+ },
+ {
+ "nodeId": 4177273111,
+ "lat": 43.3025561,
+ "lon": 5.3798752
+ },
+ {
+ "nodeId": 4177270952,
+ "lat": 43.302266,
+ "lon": 5.3802249
+ },
+ {
+ "nodeId": 4177270665,
+ "lat": 43.3022038,
+ "lon": 5.380297
+ },
+ {
+ "nodeId": 4177270657,
+ "lat": 43.3021518,
+ "lon": 5.3803565
+ },
+ {
+ "nodeId": 4213796980,
+ "lat": 43.3155347,
+ "lon": 5.40692
+ },
+ {
+ "nodeId": 10156529076,
+ "lat": 43.3155739,
+ "lon": 5.40711
+ },
+ {
+ "nodeId": 10156529078,
+ "lat": 43.3156646,
+ "lon": 5.4075418
+ },
+ {
+ "nodeId": 4203128921,
+ "lat": 43.3037975,
+ "lon": 5.4230506
+ },
+ {
+ "nodeId": 4203117150,
+ "lat": 43.3036695,
+ "lon": 5.421654
+ },
+ {
+ "nodeId": 4203117149,
+ "lat": 43.3035214,
+ "lon": 5.4202085
+ },
+ {
+ "nodeId": 4203128278,
+ "lat": 43.30338,
+ "lon": 5.4191285
+ },
+ {
+ "nodeId": 4203128261,
+ "lat": 43.3032815,
+ "lon": 5.4184395
+ },
+ {
+ "nodeId": 4205802397,
+ "lat": 43.3032442,
+ "lon": 5.4182088
+ },
+ {
+ "nodeId": 4205802396,
+ "lat": 43.3031764,
+ "lon": 5.4178509
+ },
+ {
+ "nodeId": 4205802395,
+ "lat": 43.3029574,
+ "lon": 5.4170726
+ },
+ {
+ "nodeId": 4205802393,
+ "lat": 43.3025456,
+ "lon": 5.4158911
+ },
+ {
+ "nodeId": 4205802391,
+ "lat": 43.3022248,
+ "lon": 5.4152312
+ },
+ {
+ "nodeId": 4205802389,
+ "lat": 43.302062,
+ "lon": 5.4150411
+ },
+ {
+ "nodeId": 4205802387,
+ "lat": 43.3018871,
+ "lon": 5.4148368
+ },
+ {
+ "nodeId": 4205802386,
+ "lat": 43.3014912,
+ "lon": 5.414587
+ },
+ {
+ "nodeId": 4205802384,
+ "lat": 43.301002,
+ "lon": 5.4144197
+ },
+ {
+ "nodeId": 4205802383,
+ "lat": 43.3005527,
+ "lon": 5.4141732
+ },
+ {
+ "nodeId": 4205802376,
+ "lat": 43.3001832,
+ "lon": 5.4138071
+ },
+ {
+ "nodeId": 4205802273,
+ "lat": 43.2997815,
+ "lon": 5.4132973
+ },
+ {
+ "nodeId": 4205802265,
+ "lat": 43.299151,
+ "lon": 5.412349
+ },
+ {
+ "nodeId": 4205802263,
+ "lat": 43.2972369,
+ "lon": 5.4091179
+ },
+ {
+ "nodeId": 4205802262,
+ "lat": 43.29653,
+ "lon": 5.4078882
+ },
+ {
+ "nodeId": 4179434102,
+ "lat": 43.2958206,
+ "lon": 5.4066556
+ },
+ {
+ "nodeId": 4179428383,
+ "lat": 43.2953994,
+ "lon": 5.4058975
+ },
+ {
+ "nodeId": 4207714892,
+ "lat": 43.2951075,
+ "lon": 5.4053806
+ },
+ {
+ "nodeId": 4207714891,
+ "lat": 43.2942675,
+ "lon": 5.4042275
+ },
+ {
+ "nodeId": 4207714889,
+ "lat": 43.2933905,
+ "lon": 5.4031318
+ },
+ {
+ "nodeId": 4207714888,
+ "lat": 43.2923614,
+ "lon": 5.4016199
+ },
+ {
+ "nodeId": 4207714884,
+ "lat": 43.2916987,
+ "lon": 5.400906
+ },
+ {
+ "nodeId": 4207714851,
+ "lat": 43.2913678,
+ "lon": 5.4005854
+ },
+ {
+ "nodeId": 4211263344,
+ "lat": 43.3006137,
+ "lon": 5.3745582
+ },
+ {
+ "nodeId": 4211262995,
+ "lat": 43.3012262,
+ "lon": 5.3747665
+ },
+ {
+ "nodeId": 4211262996,
+ "lat": 43.3015301,
+ "lon": 5.3748835
+ },
+ {
+ "nodeId": 4211262998,
+ "lat": 43.3017308,
+ "lon": 5.3750058
+ },
+ {
+ "nodeId": 4211263412,
+ "lat": 43.3021339,
+ "lon": 5.3753514
+ },
+ {
+ "nodeId": 4211263383,
+ "lat": 43.30242,
+ "lon": 5.3756794
+ },
+ {
+ "nodeId": 4211258901,
+ "lat": 43.3026728,
+ "lon": 5.3760455
+ },
+ {
+ "nodeId": 4211258907,
+ "lat": 43.3029017,
+ "lon": 5.3764188
+ },
+ {
+ "nodeId": 4211258909,
+ "lat": 43.3030983,
+ "lon": 5.37688
+ },
+ {
+ "nodeId": 4211263458,
+ "lat": 43.3026545,
+ "lon": 5.3797059
+ },
+ {
+ "nodeId": 4177273110,
+ "lat": 43.3025431,
+ "lon": 5.3798491
+ },
+ {
+ "nodeId": 4177270944,
+ "lat": 43.3022511,
+ "lon": 5.3802051
+ },
+ {
+ "nodeId": 4195898164,
+ "lat": 43.3021363,
+ "lon": 5.3803164
+ },
+ {
+ "nodeId": 4177271467,
+ "lat": 43.3017639,
+ "lon": 5.3806775
+ },
+ {
+ "nodeId": 4177271464,
+ "lat": 43.3015445,
+ "lon": 5.3808789
+ },
+ {
+ "nodeId": 4177271463,
+ "lat": 43.3012893,
+ "lon": 5.3810626
+ },
+ {
+ "nodeId": 4177271461,
+ "lat": 43.300889,
+ "lon": 5.3812425
+ },
+ {
+ "nodeId": 4213799519,
+ "lat": 43.3289942,
+ "lon": 5.4275311
+ },
+ {
+ "nodeId": 4213799520,
+ "lat": 43.3293011,
+ "lon": 5.4275002
+ },
+ {
+ "nodeId": 4213799521,
+ "lat": 43.3296976,
+ "lon": 5.4274475
+ },
+ {
+ "nodeId": 4213799522,
+ "lat": 43.3299133,
+ "lon": 5.4274252
+ },
+ {
+ "nodeId": 4213799523,
+ "lat": 43.3300794,
+ "lon": 5.4274287
+ },
+ {
+ "nodeId": 4213799524,
+ "lat": 43.3302095,
+ "lon": 5.4274338
+ },
+ {
+ "nodeId": 4213799525,
+ "lat": 43.3303428,
+ "lon": 5.4274547
+ },
+ {
+ "nodeId": 4213799526,
+ "lat": 43.3304906,
+ "lon": 5.4275041
+ },
+ {
+ "nodeId": 4213799527,
+ "lat": 43.3306254,
+ "lon": 5.4275683
+ },
+ {
+ "nodeId": 4213799528,
+ "lat": 43.3307598,
+ "lon": 5.4276484
+ },
+ {
+ "nodeId": 4213799529,
+ "lat": 43.330876,
+ "lon": 5.4277336
+ },
+ {
+ "nodeId": 4213799530,
+ "lat": 43.3309882,
+ "lon": 5.4278257
+ },
+ {
+ "nodeId": 4213799531,
+ "lat": 43.3313186,
+ "lon": 5.4281192
+ },
+ {
+ "nodeId": 4213799532,
+ "lat": 43.3316518,
+ "lon": 5.4284652
+ },
+ {
+ "nodeId": 4213799533,
+ "lat": 43.3319492,
+ "lon": 5.428751
+ },
+ {
+ "nodeId": 4213798840,
+ "lat": 43.3321502,
+ "lon": 5.4289251
+ },
+ {
+ "nodeId": 4213798841,
+ "lat": 43.3323288,
+ "lon": 5.4290705
+ },
+ {
+ "nodeId": 4213798843,
+ "lat": 43.3327292,
+ "lon": 5.4294047
+ },
+ {
+ "nodeId": 4213799538,
+ "lat": 43.3328342,
+ "lon": 5.4294827
+ },
+ {
+ "nodeId": 4211262600,
+ "lat": 43.303143,
+ "lon": 5.3788719
+ },
+ {
+ "nodeId": 4177272218,
+ "lat": 43.3032426,
+ "lon": 5.3784198
+ },
+ {
+ "nodeId": 4177273125,
+ "lat": 43.3030513,
+ "lon": 5.379093
+ },
+ {
+ "nodeId": 4177273120,
+ "lat": 43.3028122,
+ "lon": 5.3795034
+ },
+ {
+ "nodeId": 452659420,
+ "lat": 43.3003367,
+ "lon": 5.3813212
+ },
+ {
+ "nodeId": 452659419,
+ "lat": 43.2996151,
+ "lon": 5.3812573
+ },
+ {
+ "nodeId": 452659418,
+ "lat": 43.2984664,
+ "lon": 5.3810564
+ },
+ {
+ "nodeId": 2185516524,
+ "lat": 43.3049404,
+ "lon": 5.3671484
+ },
+ {
+ "nodeId": 4199394452,
+ "lat": 43.3042439,
+ "lon": 5.3676589
+ },
+ {
+ "nodeId": 4199393715,
+ "lat": 43.3035266,
+ "lon": 5.3681887
+ },
+ {
+ "nodeId": 2185516522,
+ "lat": 43.3027824,
+ "lon": 5.3688079
+ },
+ {
+ "nodeId": 4199393702,
+ "lat": 43.3026151,
+ "lon": 5.3689703
+ },
+ {
+ "nodeId": 4199393699,
+ "lat": 43.3025028,
+ "lon": 5.3691419
+ },
+ {
+ "nodeId": 2185516519,
+ "lat": 43.3024354,
+ "lon": 5.3693689
+ },
+ {
+ "nodeId": 452659403,
+ "lat": 43.3022742,
+ "lon": 5.3700341
+ },
+ {
+ "nodeId": 452659405,
+ "lat": 43.3019513,
+ "lon": 5.3714642
+ },
+ {
+ "nodeId": 4199393259,
+ "lat": 43.3018235,
+ "lon": 5.3720696
+ },
+ {
+ "nodeId": 4199393257,
+ "lat": 43.3017699,
+ "lon": 5.3724021
+ },
+ {
+ "nodeId": 2185516510,
+ "lat": 43.3017537,
+ "lon": 5.3728343
+ },
+ {
+ "nodeId": 452659404,
+ "lat": 43.3017785,
+ "lon": 5.3732136
+ },
+ {
+ "nodeId": 4199393260,
+ "lat": 43.3018286,
+ "lon": 5.3735053
+ },
+ {
+ "nodeId": 4199393373,
+ "lat": 43.3020257,
+ "lon": 5.3743944
+ },
+ {
+ "nodeId": 4199393694,
+ "lat": 43.3022541,
+ "lon": 5.3750925
+ },
+ {
+ "nodeId": 4199393697,
+ "lat": 43.3024981,
+ "lon": 5.3755136
+ },
+ {
+ "nodeId": 4199393701,
+ "lat": 43.302747,
+ "lon": 5.3758717
+ },
+ {
+ "nodeId": 4199393706,
+ "lat": 43.3030183,
+ "lon": 5.376278
+ },
+ {
+ "nodeId": 4199393710,
+ "lat": 43.3032223,
+ "lon": 5.3768105
+ },
+ {
+ "nodeId": 4177273133,
+ "lat": 43.3033265,
+ "lon": 5.377273
+ },
+ {
+ "nodeId": 4177273131,
+ "lat": 43.3033489,
+ "lon": 5.3777438
+ },
+ {
+ "nodeId": 4211262604,
+ "lat": 43.3033128,
+ "lon": 5.3780887
+ },
+ {
+ "nodeId": 4213799367,
+ "lat": 43.3216493,
+ "lon": 5.4173041
+ },
+ {
+ "nodeId": 4213799368,
+ "lat": 43.3221755,
+ "lon": 5.4179036
+ },
+ {
+ "nodeId": 4213799369,
+ "lat": 43.3225154,
+ "lon": 5.4183112
+ },
+ {
+ "nodeId": 4213799370,
+ "lat": 43.3229316,
+ "lon": 5.4188559
+ },
+ {
+ "nodeId": 4213799422,
+ "lat": 43.3171983,
+ "lon": 5.4116322
+ },
+ {
+ "nodeId": 4213799423,
+ "lat": 43.3174893,
+ "lon": 5.4121125
+ },
+ {
+ "nodeId": 4213799424,
+ "lat": 43.3177961,
+ "lon": 5.4126067
+ },
+ {
+ "nodeId": 4213799425,
+ "lat": 43.3181565,
+ "lon": 5.4131469
+ },
+ {
+ "nodeId": 4213799426,
+ "lat": 43.3185831,
+ "lon": 5.4137188
+ },
+ {
+ "nodeId": 4213799427,
+ "lat": 43.3189626,
+ "lon": 5.4142004
+ },
+ {
+ "nodeId": 4213799428,
+ "lat": 43.3193296,
+ "lon": 5.4146433
+ },
+ {
+ "nodeId": 4213799429,
+ "lat": 43.3198654,
+ "lon": 5.4152701
+ },
+ {
+ "nodeId": 1921658598,
+ "lat": 43.2954995,
+ "lon": 5.406534
+ },
+ {
+ "nodeId": 410340247,
+ "lat": 43.2955217,
+ "lon": 5.4064853
+ },
+ {
+ "nodeId": 1921658602,
+ "lat": 43.2955452,
+ "lon": 5.4064514
+ },
+ {
+ "nodeId": 1280779798,
+ "lat": 43.2955763,
+ "lon": 5.4064148
+ },
+ {
+ "nodeId": 4205802261,
+ "lat": 43.2956122,
+ "lon": 5.4063876
+ },
+ {
+ "nodeId": 1921658641,
+ "lat": 43.2959661,
+ "lon": 5.406111
+ },
+ {
+ "nodeId": 410315746,
+ "lat": 43.2960045,
+ "lon": 5.4060799
+ },
+ {
+ "nodeId": 7640777173,
+ "lat": 43.3186843,
+ "lon": 5.3716943
+ },
+ {
+ "nodeId": 333737818,
+ "lat": 43.3186343,
+ "lon": 5.3717108
+ },
+ {
+ "nodeId": 4213799494,
+ "lat": 43.320696,
+ "lon": 5.4162075
+ },
+ {
+ "nodeId": 4213799363,
+ "lat": 43.3211983,
+ "lon": 5.4167885
+ },
+ {
+ "nodeId": 4211417731,
+ "lat": 43.3018953,
+ "lon": 5.3806314
+ },
+ {
+ "nodeId": 4194129180,
+ "lat": 43.2864217,
+ "lon": 5.3851955
+ },
+ {
+ "nodeId": 4194128087,
+ "lat": 43.2860858,
+ "lon": 5.3840454
+ },
+ {
+ "nodeId": 4194133203,
+ "lat": 43.2859315,
+ "lon": 5.3834068
+ },
+ {
+ "nodeId": 4209784185,
+ "lat": 43.2858803,
+ "lon": 5.3830977
+ },
+ {
+ "nodeId": 4209784184,
+ "lat": 43.2858476,
+ "lon": 5.3827922
+ },
+ {
+ "nodeId": 4209784182,
+ "lat": 43.285843,
+ "lon": 5.3823095
+ },
+ {
+ "nodeId": 4209784186,
+ "lat": 43.285881,
+ "lon": 5.3818349
+ },
+ {
+ "nodeId": 4209784187,
+ "lat": 43.2859514,
+ "lon": 5.3812818
+ },
+ {
+ "nodeId": 4209784188,
+ "lat": 43.2861264,
+ "lon": 5.3807078
+ },
+ {
+ "nodeId": 4209785189,
+ "lat": 43.2862943,
+ "lon": 5.380314
+ },
+ {
+ "nodeId": 4209785191,
+ "lat": 43.2864783,
+ "lon": 5.3800166
+ },
+ {
+ "nodeId": 4209785192,
+ "lat": 43.2867471,
+ "lon": 5.3797523
+ },
+ {
+ "nodeId": 4209785193,
+ "lat": 43.287171,
+ "lon": 5.3795131
+ },
+ {
+ "nodeId": 4209785194,
+ "lat": 43.2878973,
+ "lon": 5.3792354
+ },
+ {
+ "nodeId": 4209785195,
+ "lat": 43.2884994,
+ "lon": 5.378961
+ },
+ {
+ "nodeId": 4209785196,
+ "lat": 43.2892267,
+ "lon": 5.3785478
+ },
+ {
+ "nodeId": 4209785198,
+ "lat": 43.2896951,
+ "lon": 5.3782882
+ },
+ {
+ "nodeId": 4209785203,
+ "lat": 43.2898652,
+ "lon": 5.3781813
+ },
+ {
+ "nodeId": 4209785651,
+ "lat": 43.2905004,
+ "lon": 5.3779513
+ },
+ {
+ "nodeId": 4209785657,
+ "lat": 43.2911297,
+ "lon": 5.3776325
+ },
+ {
+ "nodeId": 4209785658,
+ "lat": 43.2914547,
+ "lon": 5.3773029
+ },
+ {
+ "nodeId": 4209785659,
+ "lat": 43.291742,
+ "lon": 5.3768799
+ },
+ {
+ "nodeId": 4209785660,
+ "lat": 43.292088,
+ "lon": 5.3761743
+ },
+ {
+ "nodeId": 4209785662,
+ "lat": 43.2924059,
+ "lon": 5.3756551
+ },
+ {
+ "nodeId": 4522255039,
+ "lat": 43.2924906,
+ "lon": 5.3755182
+ },
+ {
+ "nodeId": 4209785672,
+ "lat": 43.2927403,
+ "lon": 5.3750747
+ },
+ {
+ "nodeId": 4522255036,
+ "lat": 43.2929014,
+ "lon": 5.3748483
+ },
+ {
+ "nodeId": 4209785676,
+ "lat": 43.2929928,
+ "lon": 5.3747204
+ },
+ {
+ "nodeId": 4209785990,
+ "lat": 43.2933212,
+ "lon": 5.374433
+ },
+ {
+ "nodeId": 4209786003,
+ "lat": 43.2936183,
+ "lon": 5.3743143
+ },
+ {
+ "nodeId": 4209786006,
+ "lat": 43.2940529,
+ "lon": 5.3743051
+ },
+ {
+ "nodeId": 4522255042,
+ "lat": 43.2938305,
+ "lon": 5.374284
+ },
+ {
+ "nodeId": 4209768377,
+ "lat": 43.29515,
+ "lon": 5.3744407
+ },
+ {
+ "nodeId": 4209768363,
+ "lat": 43.2947215,
+ "lon": 5.3744821
+ },
+ {
+ "nodeId": 4209785162,
+ "lat": 43.2959973,
+ "lon": 5.3743159
+ },
+ {
+ "nodeId": 4211263269,
+ "lat": 43.2966315,
+ "lon": 5.3742139
+ },
+ {
+ "nodeId": 817598382,
+ "lat": 43.2968315,
+ "lon": 5.3741988
+ },
+ {
+ "nodeId": 4211263270,
+ "lat": 43.2971077,
+ "lon": 5.374178
+ },
+ {
+ "nodeId": 4211263271,
+ "lat": 43.2975955,
+ "lon": 5.3741586
+ },
+ {
+ "nodeId": 4231401291,
+ "lat": 43.2985511,
+ "lon": 5.3741847
+ },
+ {
+ "nodeId": 4211263272,
+ "lat": 43.2987997,
+ "lon": 5.3741915
+ },
+ {
+ "nodeId": 4211263273,
+ "lat": 43.2991173,
+ "lon": 5.3741915
+ },
+ {
+ "nodeId": 4211263275,
+ "lat": 43.2994795,
+ "lon": 5.3742237
+ },
+ {
+ "nodeId": 4211263276,
+ "lat": 43.2999352,
+ "lon": 5.3743206
+ },
+ {
+ "nodeId": 333737838,
+ "lat": 43.3239934,
+ "lon": 5.370036
+ },
+ {
+ "nodeId": 1838732326,
+ "lat": 43.3237471,
+ "lon": 5.3701944
+ },
+ {
+ "nodeId": 333737836,
+ "lat": 43.3234978,
+ "lon": 5.3703535
+ },
+ {
+ "nodeId": 333737833,
+ "lat": 43.3230823,
+ "lon": 5.3706743
+ },
+ {
+ "nodeId": 333737831,
+ "lat": 43.3228109,
+ "lon": 5.3708906
+ },
+ {
+ "nodeId": 4200151900,
+ "lat": 43.3226262,
+ "lon": 5.3710281
+ },
+ {
+ "nodeId": 333737828,
+ "lat": 43.322398,
+ "lon": 5.3711265
+ },
+ {
+ "nodeId": 4200151897,
+ "lat": 43.3222206,
+ "lon": 5.3711968
+ },
+ {
+ "nodeId": 333737826,
+ "lat": 43.3220596,
+ "lon": 5.3712422
+ },
+ {
+ "nodeId": 4200151892,
+ "lat": 43.32182,
+ "lon": 5.3712733
+ },
+ {
+ "nodeId": 333737824,
+ "lat": 43.3215224,
+ "lon": 5.371312
+ },
+ {
+ "nodeId": 2185516509,
+ "lat": 43.2976602,
+ "lon": 5.380979
+ },
+ {
+ "nodeId": 4195858459,
+ "lat": 43.2971054,
+ "lon": 5.3810835
+ },
+ {
+ "nodeId": 4195860535,
+ "lat": 43.2965705,
+ "lon": 5.3812672
+ },
+ {
+ "nodeId": 4195858410,
+ "lat": 43.2963797,
+ "lon": 5.3813255
+ },
+ {
+ "nodeId": 2185516507,
+ "lat": 43.2955516,
+ "lon": 5.381772
+ },
+ {
+ "nodeId": 2185516506,
+ "lat": 43.2950603,
+ "lon": 5.3821292
+ },
+ {
+ "nodeId": 2185516504,
+ "lat": 43.294716,
+ "lon": 5.3825088
+ },
+ {
+ "nodeId": 2185516502,
+ "lat": 43.2944361,
+ "lon": 5.3828174
+ },
+ {
+ "nodeId": 2185516500,
+ "lat": 43.2941687,
+ "lon": 5.3830432
+ },
+ {
+ "nodeId": 2185516497,
+ "lat": 43.2936824,
+ "lon": 5.3832997
+ },
+ {
+ "nodeId": 4195860496,
+ "lat": 43.2928351,
+ "lon": 5.3835802
+ },
+ {
+ "nodeId": 4195860258,
+ "lat": 43.2922006,
+ "lon": 5.3837941
+ },
+ {
+ "nodeId": 10101431115,
+ "lat": 43.2921961,
+ "lon": 5.3837956
+ },
+ {
+ "nodeId": 452659416,
+ "lat": 43.291843,
+ "lon": 5.3839145
+ },
+ {
+ "nodeId": 2185516494,
+ "lat": 43.2913699,
+ "lon": 5.3840267
+ },
+ {
+ "nodeId": 452659417,
+ "lat": 43.2908105,
+ "lon": 5.3840696
+ },
+ {
+ "nodeId": 4200151419,
+ "lat": 43.3087559,
+ "lon": 5.3708217
+ },
+ {
+ "nodeId": 2185516528,
+ "lat": 43.3084468,
+ "lon": 5.3700454
+ },
+ {
+ "nodeId": 452659410,
+ "lat": 43.3076724,
+ "lon": 5.3681755
+ },
+ {
+ "nodeId": 4397549014,
+ "lat": 43.3075943,
+ "lon": 5.3680271
+ },
+ {
+ "nodeId": 4397549012,
+ "lat": 43.3075231,
+ "lon": 5.3679252
+ },
+ {
+ "nodeId": 4397549011,
+ "lat": 43.3074108,
+ "lon": 5.3677911
+ },
+ {
+ "nodeId": 452659407,
+ "lat": 43.3072782,
+ "lon": 5.3676446
+ },
+ {
+ "nodeId": 4397549009,
+ "lat": 43.30716,
+ "lon": 5.3675349
+ },
+ {
+ "nodeId": 2185516526,
+ "lat": 43.3069671,
+ "lon": 5.3674125
+ },
+ {
+ "nodeId": 2185516525,
+ "lat": 43.3066008,
+ "lon": 5.3672804
+ },
+ {
+ "nodeId": 452659411,
+ "lat": 43.3055571,
+ "lon": 5.3670054
+ },
+ {
+ "nodeId": 452659408,
+ "lat": 43.3052788,
+ "lon": 5.367005
+ },
+ {
+ "nodeId": 4199392844,
+ "lat": 43.3050952,
+ "lon": 5.3670709
+ },
+ {
+ "nodeId": 246674122,
+ "lat": 43.2691009,
+ "lon": 5.3974881
+ },
+ {
+ "nodeId": 1671229221,
+ "lat": 43.2692851,
+ "lon": 5.3977638
+ },
+ {
+ "nodeId": 4213799621,
+ "lat": 43.3281281,
+ "lon": 5.4273866
+ },
+ {
+ "nodeId": 4213799514,
+ "lat": 43.3283464,
+ "lon": 5.4274762
+ },
+ {
+ "nodeId": 4213799515,
+ "lat": 43.3285033,
+ "lon": 5.4275162
+ },
+ {
+ "nodeId": 4213799516,
+ "lat": 43.3286427,
+ "lon": 5.4275353
+ },
+ {
+ "nodeId": 4213799518,
+ "lat": 43.3288307,
+ "lon": 5.4275469
+ },
+ {
+ "nodeId": 4192265992,
+ "lat": 43.2717344,
+ "lon": 5.392387
+ },
+ {
+ "nodeId": 246675592,
+ "lat": 43.2708681,
+ "lon": 5.3929415
+ },
+ {
+ "nodeId": 2185516462,
+ "lat": 43.2705462,
+ "lon": 5.3931488
+ },
+ {
+ "nodeId": 412850530,
+ "lat": 43.2701527,
+ "lon": 5.3933919
+ },
+ {
+ "nodeId": 246675591,
+ "lat": 43.2699205,
+ "lon": 5.3935548
+ },
+ {
+ "nodeId": 4213798797,
+ "lat": 43.3203643,
+ "lon": 5.4158262
+ },
+ {
+ "nodeId": 288467728,
+ "lat": 43.2965822,
+ "lon": 5.3783935
+ },
+ {
+ "nodeId": 1920052937,
+ "lat": 43.2965994,
+ "lon": 5.3784545
+ },
+ {
+ "nodeId": 6320967088,
+ "lat": 43.2966633,
+ "lon": 5.3786436
+ },
+ {
+ "nodeId": 1920052941,
+ "lat": 43.2966771,
+ "lon": 5.3786845
+ },
+ {
+ "nodeId": 6320967089,
+ "lat": 43.2967188,
+ "lon": 5.378799
+ },
+ {
+ "nodeId": 6320967090,
+ "lat": 43.2968847,
+ "lon": 5.3792568
+ },
+ {
+ "nodeId": 288467727,
+ "lat": 43.2969135,
+ "lon": 5.3793345
+ },
+ {
+ "nodeId": 1920052951,
+ "lat": 43.2970563,
+ "lon": 5.379729
+ },
+ {
+ "nodeId": 1920052953,
+ "lat": 43.2971274,
+ "lon": 5.3799247
+ },
+ {
+ "nodeId": 1597336059,
+ "lat": 43.2972026,
+ "lon": 5.3801353
+ },
+ {
+ "nodeId": 1920052956,
+ "lat": 43.2973698,
+ "lon": 5.380591
+ },
+ {
+ "nodeId": 1920052957,
+ "lat": 43.297456,
+ "lon": 5.3808257
+ },
+ {
+ "nodeId": 4231928624,
+ "lat": 43.2975058,
+ "lon": 5.3809634
+ },
+ {
+ "nodeId": 1597336073,
+ "lat": 43.2975249,
+ "lon": 5.3810161
+ },
+ {
+ "nodeId": 4225950106,
+ "lat": 43.2975588,
+ "lon": 5.3811055
+ },
+ {
+ "nodeId": 9929575735,
+ "lat": 43.2975709,
+ "lon": 5.3811405
+ },
+ {
+ "nodeId": 10287737819,
+ "lat": 43.2976316,
+ "lon": 5.3813168
+ },
+ {
+ "nodeId": 10287737822,
+ "lat": 43.297849,
+ "lon": 5.3819566
+ },
+ {
+ "nodeId": 6320967091,
+ "lat": 43.297886,
+ "lon": 5.3820671
+ },
+ {
+ "nodeId": 1597336076,
+ "lat": 43.2979713,
+ "lon": 5.3823215
+ },
+ {
+ "nodeId": 1889696671,
+ "lat": 43.2982881,
+ "lon": 5.3832536
+ },
+ {
+ "nodeId": 1889696674,
+ "lat": 43.2985639,
+ "lon": 5.3840575
+ },
+ {
+ "nodeId": 1281893691,
+ "lat": 43.2989694,
+ "lon": 5.3852508
+ },
+ {
+ "nodeId": 9929575725,
+ "lat": 43.2989817,
+ "lon": 5.3852707
+ },
+ {
+ "nodeId": 1889696682,
+ "lat": 43.2990116,
+ "lon": 5.3853172
+ },
+ {
+ "nodeId": 521681664,
+ "lat": 43.299061,
+ "lon": 5.3853635
+ },
+ {
+ "nodeId": 1889696685,
+ "lat": 43.2990755,
+ "lon": 5.3853751
+ },
+ {
+ "nodeId": 1889696693,
+ "lat": 43.2991245,
+ "lon": 5.3853934
+ },
+ {
+ "nodeId": 521681667,
+ "lat": 43.2991528,
+ "lon": 5.3853968
+ },
+ {
+ "nodeId": 1889696709,
+ "lat": 43.2991919,
+ "lon": 5.385395
+ },
+ {
+ "nodeId": 521681663,
+ "lat": 43.2992357,
+ "lon": 5.3853807
+ },
+ {
+ "nodeId": 1920053009,
+ "lat": 43.2992548,
+ "lon": 5.3853711
+ },
+ {
+ "nodeId": 521681661,
+ "lat": 43.2992944,
+ "lon": 5.3853432
+ },
+ {
+ "nodeId": 1920053013,
+ "lat": 43.2993359,
+ "lon": 5.3853072
+ },
+ {
+ "nodeId": 4405959265,
+ "lat": 43.2993646,
+ "lon": 5.3852806
+ },
+ {
+ "nodeId": 521681657,
+ "lat": 43.2993734,
+ "lon": 5.3852725
+ },
+ {
+ "nodeId": 288467724,
+ "lat": 43.2994316,
+ "lon": 5.3852203
+ },
+ {
+ "nodeId": 1920053016,
+ "lat": 43.2994987,
+ "lon": 5.3851589
+ },
+ {
+ "nodeId": 521681655,
+ "lat": 43.2995491,
+ "lon": 5.3851146
+ },
+ {
+ "nodeId": 1920053024,
+ "lat": 43.2995728,
+ "lon": 5.3850967
+ },
+ {
+ "nodeId": 1920053025,
+ "lat": 43.2995937,
+ "lon": 5.3850825
+ },
+ {
+ "nodeId": 8503697831,
+ "lat": 43.299616,
+ "lon": 5.3850722
+ },
+ {
+ "nodeId": 1920053027,
+ "lat": 43.299629,
+ "lon": 5.3850672
+ },
+ {
+ "nodeId": 521681651,
+ "lat": 43.2996367,
+ "lon": 5.3850643
+ },
+ {
+ "nodeId": 1920053028,
+ "lat": 43.2996691,
+ "lon": 5.3850568
+ },
+ {
+ "nodeId": 1920053030,
+ "lat": 43.2996967,
+ "lon": 5.3850566
+ },
+ {
+ "nodeId": 521681647,
+ "lat": 43.2997283,
+ "lon": 5.3850619
+ },
+ {
+ "nodeId": 1920053032,
+ "lat": 43.2997523,
+ "lon": 5.3850701
+ },
+ {
+ "nodeId": 1920053034,
+ "lat": 43.2997678,
+ "lon": 5.3850771
+ },
+ {
+ "nodeId": 1920053035,
+ "lat": 43.2997884,
+ "lon": 5.3850907
+ },
+ {
+ "nodeId": 308849444,
+ "lat": 43.2998106,
+ "lon": 5.3851084
+ },
+ {
+ "nodeId": 1920053038,
+ "lat": 43.2998359,
+ "lon": 5.3851343
+ },
+ {
+ "nodeId": 1920053040,
+ "lat": 43.2998522,
+ "lon": 5.3851572
+ },
+ {
+ "nodeId": 308849443,
+ "lat": 43.299867,
+ "lon": 5.3851809
+ },
+ {
+ "nodeId": 1920053045,
+ "lat": 43.299895,
+ "lon": 5.3852348
+ },
+ {
+ "nodeId": 1920053047,
+ "lat": 43.2999148,
+ "lon": 5.3852769
+ },
+ {
+ "nodeId": 1920053055,
+ "lat": 43.3001172,
+ "lon": 5.3857108
+ },
+ {
+ "nodeId": 9929575736,
+ "lat": 43.3001557,
+ "lon": 5.3857947
+ },
+ {
+ "nodeId": 1920053058,
+ "lat": 43.3001961,
+ "lon": 5.3858826
+ },
+ {
+ "nodeId": 1920053060,
+ "lat": 43.3002357,
+ "lon": 5.3859663
+ },
+ {
+ "nodeId": 1597336155,
+ "lat": 43.3002815,
+ "lon": 5.386064
+ },
+ {
+ "nodeId": 1920053065,
+ "lat": 43.3003585,
+ "lon": 5.3862319
+ },
+ {
+ "nodeId": 1920053068,
+ "lat": 43.3003991,
+ "lon": 5.3863137
+ },
+ {
+ "nodeId": 1920053070,
+ "lat": 43.3004217,
+ "lon": 5.3863568
+ },
+ {
+ "nodeId": 1274867043,
+ "lat": 43.3004421,
+ "lon": 5.3863937
+ },
+ {
+ "nodeId": 1920053074,
+ "lat": 43.3004879,
+ "lon": 5.3864721
+ },
+ {
+ "nodeId": 9929575737,
+ "lat": 43.3005144,
+ "lon": 5.3865159
+ },
+ {
+ "nodeId": 1889696716,
+ "lat": 43.3005279,
+ "lon": 5.3865381
+ },
+ {
+ "nodeId": 9929575738,
+ "lat": 43.3005386,
+ "lon": 5.386556
+ },
+ {
+ "nodeId": 1920053078,
+ "lat": 43.3006156,
+ "lon": 5.3866851
+ },
+ {
+ "nodeId": 1920053080,
+ "lat": 43.3006622,
+ "lon": 5.3867684
+ },
+ {
+ "nodeId": 1274867031,
+ "lat": 43.3007059,
+ "lon": 5.386856
+ },
+ {
+ "nodeId": 9929575739,
+ "lat": 43.3007234,
+ "lon": 5.3868936
+ },
+ {
+ "nodeId": 1889696718,
+ "lat": 43.3011879,
+ "lon": 5.3878893
+ },
+ {
+ "nodeId": 11816502953,
+ "lat": 43.3012043,
+ "lon": 5.3879274
+ },
+ {
+ "nodeId": 6320967092,
+ "lat": 43.3014123,
+ "lon": 5.3883857
+ },
+ {
+ "nodeId": 1889696722,
+ "lat": 43.3017002,
+ "lon": 5.3889943
+ },
+ {
+ "nodeId": 6320967093,
+ "lat": 43.3016326,
+ "lon": 5.388849
+ },
+ {
+ "nodeId": 1889696726,
+ "lat": 43.3023493,
+ "lon": 5.3903899
+ },
+ {
+ "nodeId": 1889696755,
+ "lat": 43.3031158,
+ "lon": 5.3920393
+ },
+ {
+ "nodeId": 6320967094,
+ "lat": 43.3031634,
+ "lon": 5.392142
+ },
+ {
+ "nodeId": 6320967095,
+ "lat": 43.3033776,
+ "lon": 5.3926026
+ },
+ {
+ "nodeId": 4396418904,
+ "lat": 43.3033996,
+ "lon": 5.3926498
+ },
+ {
+ "nodeId": 1282168904,
+ "lat": 43.3035101,
+ "lon": 5.3929
+ },
+ {
+ "nodeId": 519063839,
+ "lat": 43.3035184,
+ "lon": 5.3929188
+ },
+ {
+ "nodeId": 1889696763,
+ "lat": 43.3035296,
+ "lon": 5.3929441
+ },
+ {
+ "nodeId": 1889696767,
+ "lat": 43.3035367,
+ "lon": 5.3929686
+ },
+ {
+ "nodeId": 1889696769,
+ "lat": 43.3035438,
+ "lon": 5.3929985
+ },
+ {
+ "nodeId": 1889696771,
+ "lat": 43.3035496,
+ "lon": 5.3930336
+ },
+ {
+ "nodeId": 1889696774,
+ "lat": 43.3035545,
+ "lon": 5.3930729
+ },
+ {
+ "nodeId": 1282168893,
+ "lat": 43.3035569,
+ "lon": 5.3931477
+ },
+ {
+ "nodeId": 1920067712,
+ "lat": 43.3035569,
+ "lon": 5.3931756
+ },
+ {
+ "nodeId": 4365110851,
+ "lat": 43.3035544,
+ "lon": 5.3931999
+ },
+ {
+ "nodeId": 1920067709,
+ "lat": 43.3035508,
+ "lon": 5.3932267
+ },
+ {
+ "nodeId": 519063832,
+ "lat": 43.3035382,
+ "lon": 5.3932952
+ },
+ {
+ "nodeId": 6320967096,
+ "lat": 43.3035299,
+ "lon": 5.3933307
+ },
+ {
+ "nodeId": 1920067704,
+ "lat": 43.303444,
+ "lon": 5.3936981
+ },
+ {
+ "nodeId": 1889696762,
+ "lat": 43.303343,
+ "lon": 5.3941267
+ },
+ {
+ "nodeId": 410294865,
+ "lat": 43.3030838,
+ "lon": 5.3952305
+ },
+ {
+ "nodeId": 8419462327,
+ "lat": 43.3030458,
+ "lon": 5.3953893
+ },
+ {
+ "nodeId": 519063838,
+ "lat": 43.3028612,
+ "lon": 5.3961615
+ },
+ {
+ "nodeId": 1889696731,
+ "lat": 43.3028468,
+ "lon": 5.3962128
+ },
+ {
+ "nodeId": 1889696729,
+ "lat": 43.3028301,
+ "lon": 5.3962641
+ },
+ {
+ "nodeId": 1920067694,
+ "lat": 43.3028132,
+ "lon": 5.3963069
+ },
+ {
+ "nodeId": 4396417683,
+ "lat": 43.3027998,
+ "lon": 5.3963359
+ },
+ {
+ "nodeId": 528588249,
+ "lat": 43.3027938,
+ "lon": 5.3963495
+ },
+ {
+ "nodeId": 1920067692,
+ "lat": 43.3027622,
+ "lon": 5.396407
+ },
+ {
+ "nodeId": 1282168945,
+ "lat": 43.3027286,
+ "lon": 5.396462
+ },
+ {
+ "nodeId": 1920067690,
+ "lat": 43.3026736,
+ "lon": 5.3965431
+ },
+ {
+ "nodeId": 6320967097,
+ "lat": 43.3024985,
+ "lon": 5.3968007
+ },
+ {
+ "nodeId": 3074797558,
+ "lat": 43.3021147,
+ "lon": 5.3973828
+ },
+ {
+ "nodeId": 3074795012,
+ "lat": 43.3018459,
+ "lon": 5.3977834
+ },
+ {
+ "nodeId": 6320967098,
+ "lat": 43.3018345,
+ "lon": 5.3978025
+ },
+ {
+ "nodeId": 528588251,
+ "lat": 43.3017926,
+ "lon": 5.3978729
+ },
+ {
+ "nodeId": 3074795011,
+ "lat": 43.3016059,
+ "lon": 5.3981786
+ },
+ {
+ "nodeId": 3074795010,
+ "lat": 43.3013166,
+ "lon": 5.3986036
+ },
+ {
+ "nodeId": 3074795009,
+ "lat": 43.3007319,
+ "lon": 5.3994573
+ },
+ {
+ "nodeId": 1282168880,
+ "lat": 43.300638,
+ "lon": 5.3995984
+ },
+ {
+ "nodeId": 8754781598,
+ "lat": 43.3000233,
+ "lon": 5.4005049
+ },
+ {
+ "nodeId": 1889731009,
+ "lat": 43.299974,
+ "lon": 5.4005782
+ },
+ {
+ "nodeId": 1886625975,
+ "lat": 43.2998593,
+ "lon": 5.4007529
+ },
+ {
+ "nodeId": 1886625973,
+ "lat": 43.2997864,
+ "lon": 5.4008558
+ },
+ {
+ "nodeId": 12431258397,
+ "lat": 43.2997248,
+ "lon": 5.4009476
+ },
+ {
+ "nodeId": 6320967100,
+ "lat": 43.2997016,
+ "lon": 5.4009821
+ },
+ {
+ "nodeId": 1889731005,
+ "lat": 43.2995615,
+ "lon": 5.4011805
+ },
+ {
+ "nodeId": 288467722,
+ "lat": 43.2995027,
+ "lon": 5.4012679
+ },
+ {
+ "nodeId": 1920073531,
+ "lat": 43.2993752,
+ "lon": 5.4014547
+ },
+ {
+ "nodeId": 1889696691,
+ "lat": 43.2991155,
+ "lon": 5.4018349
+ },
+ {
+ "nodeId": 1920073526,
+ "lat": 43.2990111,
+ "lon": 5.4019887
+ },
+ {
+ "nodeId": 1889696681,
+ "lat": 43.2989222,
+ "lon": 5.4021192
+ },
+ {
+ "nodeId": 1889696678,
+ "lat": 43.2988121,
+ "lon": 5.4022804
+ },
+ {
+ "nodeId": 6320967101,
+ "lat": 43.2987707,
+ "lon": 5.4023411
+ },
+ {
+ "nodeId": 288467282,
+ "lat": 43.2987114,
+ "lon": 5.402428
+ },
+ {
+ "nodeId": 6320967102,
+ "lat": 43.2983238,
+ "lon": 5.4029985
+ },
+ {
+ "nodeId": 6320967103,
+ "lat": 43.2979769,
+ "lon": 5.4035063
+ },
+ {
+ "nodeId": 1889696670,
+ "lat": 43.2977258,
+ "lon": 5.4038716
+ },
+ {
+ "nodeId": 1282168932,
+ "lat": 43.2976445,
+ "lon": 5.4039907
+ },
+ {
+ "nodeId": 4179433055,
+ "lat": 43.2975578,
+ "lon": 5.4041181
+ },
+ {
+ "nodeId": 751152698,
+ "lat": 43.2973959,
+ "lon": 5.4043558
+ },
+ {
+ "nodeId": 1920073522,
+ "lat": 43.2971889,
+ "lon": 5.4046577
+ },
+ {
+ "nodeId": 409925181,
+ "lat": 43.3184826,
+ "lon": 5.3717639
+ },
+ {
+ "nodeId": 7640777175,
+ "lat": 43.3183738,
+ "lon": 5.3718107
+ },
+ {
+ "nodeId": 409925183,
+ "lat": 43.3182361,
+ "lon": 5.3718747
+ },
+ {
+ "nodeId": 7640777178,
+ "lat": 43.3180629,
+ "lon": 5.3719669
+ },
+ {
+ "nodeId": 4200151687,
+ "lat": 43.3179301,
+ "lon": 5.3720433
+ },
+ {
+ "nodeId": 409925184,
+ "lat": 43.3177131,
+ "lon": 5.3721797
+ },
+ {
+ "nodeId": 409925186,
+ "lat": 43.3173543,
+ "lon": 5.3724759
+ },
+ {
+ "nodeId": 409925160,
+ "lat": 43.3168487,
+ "lon": 5.3729315
+ },
+ {
+ "nodeId": 4200151679,
+ "lat": 43.3166521,
+ "lon": 5.373044
+ },
+ {
+ "nodeId": 2191521647,
+ "lat": 43.31651,
+ "lon": 5.3730993
+ },
+ {
+ "nodeId": 2185516452,
+ "lat": 43.2696323,
+ "lon": 5.3938157
+ },
+ {
+ "nodeId": 246675590,
+ "lat": 43.2694203,
+ "lon": 5.3940595
+ },
+ {
+ "nodeId": 2185516448,
+ "lat": 43.2693071,
+ "lon": 5.3942103
+ },
+ {
+ "nodeId": 2185516444,
+ "lat": 43.2691926,
+ "lon": 5.3943836
+ },
+ {
+ "nodeId": 246675589,
+ "lat": 43.2689892,
+ "lon": 5.394696
+ },
+ {
+ "nodeId": 4192265826,
+ "lat": 43.2688909,
+ "lon": 5.3948895
+ },
+ {
+ "nodeId": 246674113,
+ "lat": 43.2687636,
+ "lon": 5.3951634
+ },
+ {
+ "nodeId": 2185516433,
+ "lat": 43.2687217,
+ "lon": 5.3952956
+ },
+ {
+ "nodeId": 246674114,
+ "lat": 43.2686826,
+ "lon": 5.3954696
+ },
+ {
+ "nodeId": 4200151675,
+ "lat": 43.3162277,
+ "lon": 5.3731553
+ },
+ {
+ "nodeId": 2185516549,
+ "lat": 43.3158715,
+ "lon": 5.3731729
+ },
+ {
+ "nodeId": 4200151672,
+ "lat": 43.3154949,
+ "lon": 5.3731098
+ },
+ {
+ "nodeId": 4200151256,
+ "lat": 43.3148358,
+ "lon": 5.3729764
+ },
+ {
+ "nodeId": 2185516546,
+ "lat": 43.3145776,
+ "lon": 5.3729284
+ },
+ {
+ "nodeId": 4200151608,
+ "lat": 43.3142398,
+ "lon": 5.3729251
+ },
+ {
+ "nodeId": 2185516543,
+ "lat": 43.3139316,
+ "lon": 5.3729609
+ },
+ {
+ "nodeId": 4200151605,
+ "lat": 43.3131728,
+ "lon": 5.3730971
+ },
+ {
+ "nodeId": 4200151224,
+ "lat": 43.3115549,
+ "lon": 5.3736322
+ },
+ {
+ "nodeId": 4200151231,
+ "lat": 43.3123843,
+ "lon": 5.3733613
+ },
+ {
+ "nodeId": 2185516541,
+ "lat": 43.311042,
+ "lon": 5.3737951
+ },
+ {
+ "nodeId": 2185516539,
+ "lat": 43.3106981,
+ "lon": 5.3738185
+ },
+ {
+ "nodeId": 2185516537,
+ "lat": 43.3104816,
+ "lon": 5.3737718
+ },
+ {
+ "nodeId": 2185516535,
+ "lat": 43.3101928,
+ "lon": 5.3736434
+ },
+ {
+ "nodeId": 2185516533,
+ "lat": 43.3100272,
+ "lon": 5.3735325
+ },
+ {
+ "nodeId": 2185516531,
+ "lat": 43.3098766,
+ "lon": 5.3733949
+ },
+ {
+ "nodeId": 4200151217,
+ "lat": 43.3097459,
+ "lon": 5.3731976
+ },
+ {
+ "nodeId": 2185516529,
+ "lat": 43.309606,
+ "lon": 5.3728866
+ },
+ {
+ "nodeId": 452659409,
+ "lat": 43.3090875,
+ "lon": 5.3716808
+ },
+ {
+ "nodeId": 1882081968,
+ "lat": 43.2951387,
+ "lon": 5.3890775
+ },
+ {
+ "nodeId": 4230026830,
+ "lat": 43.2951262,
+ "lon": 5.3888578
+ },
+ {
+ "nodeId": 410338306,
+ "lat": 43.2950977,
+ "lon": 5.38829
+ },
+ {
+ "nodeId": 8174339146,
+ "lat": 43.3258423,
+ "lon": 5.4239374
+ },
+ {
+ "nodeId": 4213799606,
+ "lat": 43.3259046,
+ "lon": 5.4240567
+ },
+ {
+ "nodeId": 1574593124,
+ "lat": 43.3152202,
+ "lon": 5.3670282
+ },
+ {
+ "nodeId": 1574593113,
+ "lat": 43.3144331,
+ "lon": 5.3674712
+ },
+ {
+ "nodeId": 4173059599,
+ "lat": 43.314255,
+ "lon": 5.3675719
+ },
+ {
+ "nodeId": 4173059594,
+ "lat": 43.3140496,
+ "lon": 5.3676881
+ },
+ {
+ "nodeId": 4173059589,
+ "lat": 43.3138731,
+ "lon": 5.3677879
+ },
+ {
+ "nodeId": 9423153383,
+ "lat": 43.3137987,
+ "lon": 5.3678299
+ },
+ {
+ "nodeId": 1574593137,
+ "lat": 43.3137519,
+ "lon": 5.3678564
+ },
+ {
+ "nodeId": 4173059083,
+ "lat": 43.3136674,
+ "lon": 5.3679032
+ },
+ {
+ "nodeId": 9423153385,
+ "lat": 43.3136215,
+ "lon": 5.3679286
+ },
+ {
+ "nodeId": 6344879202,
+ "lat": 43.3130655,
+ "lon": 5.368243
+ },
+ {
+ "nodeId": 4173059298,
+ "lat": 43.3128147,
+ "lon": 5.3683881
+ },
+ {
+ "nodeId": 1281696980,
+ "lat": 43.3125512,
+ "lon": 5.3685405
+ },
+ {
+ "nodeId": 6344879203,
+ "lat": 43.3124754,
+ "lon": 5.3685834
+ },
+ {
+ "nodeId": 1889721782,
+ "lat": 43.3123627,
+ "lon": 5.3686477
+ },
+ {
+ "nodeId": 6344879204,
+ "lat": 43.3122629,
+ "lon": 5.3687025
+ },
+ {
+ "nodeId": 3509321413,
+ "lat": 43.3121905,
+ "lon": 5.3687422
+ },
+ {
+ "nodeId": 1889696786,
+ "lat": 43.3120237,
+ "lon": 5.3688203
+ },
+ {
+ "nodeId": 807695970,
+ "lat": 43.311937,
+ "lon": 5.3688637
+ },
+ {
+ "nodeId": 1796802726,
+ "lat": 43.3117406,
+ "lon": 5.3689197
+ },
+ {
+ "nodeId": 807695971,
+ "lat": 43.3115243,
+ "lon": 5.3689428
+ },
+ {
+ "nodeId": 807695960,
+ "lat": 43.3113582,
+ "lon": 5.3689392
+ },
+ {
+ "nodeId": 807695963,
+ "lat": 43.3111985,
+ "lon": 5.3689146
+ },
+ {
+ "nodeId": 807695964,
+ "lat": 43.3108348,
+ "lon": 5.3688173
+ },
+ {
+ "nodeId": 1281696931,
+ "lat": 43.3096958,
+ "lon": 5.3684548
+ },
+ {
+ "nodeId": 1281696908,
+ "lat": 43.309263,
+ "lon": 5.368326
+ },
+ {
+ "nodeId": 1920086299,
+ "lat": 43.3091693,
+ "lon": 5.3682974
+ },
+ {
+ "nodeId": 3509321623,
+ "lat": 43.3089427,
+ "lon": 5.3682294
+ },
+ {
+ "nodeId": 1920086262,
+ "lat": 43.308573,
+ "lon": 5.3681171
+ },
+ {
+ "nodeId": 1281696806,
+ "lat": 43.3084414,
+ "lon": 5.3680773
+ },
+ {
+ "nodeId": 1920086243,
+ "lat": 43.3081259,
+ "lon": 5.3679755
+ },
+ {
+ "nodeId": 1697985730,
+ "lat": 43.3078089,
+ "lon": 5.3678878
+ },
+ {
+ "nodeId": 1889696784,
+ "lat": 43.3076875,
+ "lon": 5.3678518
+ },
+ {
+ "nodeId": 1697985716,
+ "lat": 43.3075347,
+ "lon": 5.3678056
+ },
+ {
+ "nodeId": 1697985714,
+ "lat": 43.3063965,
+ "lon": 5.3674649
+ },
+ {
+ "nodeId": 1281696781,
+ "lat": 43.3060552,
+ "lon": 5.3673611
+ },
+ {
+ "nodeId": 1281697032,
+ "lat": 43.3059079,
+ "lon": 5.3673177
+ },
+ {
+ "nodeId": 1281696832,
+ "lat": 43.3056714,
+ "lon": 5.3672461
+ },
+ {
+ "nodeId": 1889712873,
+ "lat": 43.305272,
+ "lon": 5.3671267
+ },
+ {
+ "nodeId": 1281697002,
+ "lat": 43.3051312,
+ "lon": 5.3670844
+ },
+ {
+ "nodeId": 1920086235,
+ "lat": 43.3050915,
+ "lon": 5.3670733
+ },
+ {
+ "nodeId": 1920086230,
+ "lat": 43.3050618,
+ "lon": 5.3670679
+ },
+ {
+ "nodeId": 1281696947,
+ "lat": 43.3050417,
+ "lon": 5.3670646
+ },
+ {
+ "nodeId": 1889696782,
+ "lat": 43.3050062,
+ "lon": 5.3670633
+ },
+ {
+ "nodeId": 6344879205,
+ "lat": 43.3049933,
+ "lon": 5.3670648
+ },
+ {
+ "nodeId": 1889696779,
+ "lat": 43.3049769,
+ "lon": 5.3670668
+ },
+ {
+ "nodeId": 340047969,
+ "lat": 43.3049435,
+ "lon": 5.3670739
+ },
+ {
+ "nodeId": 1920086220,
+ "lat": 43.3048968,
+ "lon": 5.3670926
+ },
+ {
+ "nodeId": 6344879206,
+ "lat": 43.3048852,
+ "lon": 5.3670991
+ },
+ {
+ "nodeId": 1889696778,
+ "lat": 43.3048776,
+ "lon": 5.3671034
+ },
+ {
+ "nodeId": 1889712872,
+ "lat": 43.3048704,
+ "lon": 5.3671076
+ },
+ {
+ "nodeId": 1920086218,
+ "lat": 43.3048547,
+ "lon": 5.3671175
+ },
+ {
+ "nodeId": 1281696907,
+ "lat": 43.3048314,
+ "lon": 5.3671357
+ },
+ {
+ "nodeId": 1280771822,
+ "lat": 43.3048,
+ "lon": 5.3671608
+ },
+ {
+ "nodeId": 1281696978,
+ "lat": 43.3046548,
+ "lon": 5.3672795
+ },
+ {
+ "nodeId": 1920086209,
+ "lat": 43.3045669,
+ "lon": 5.3673506
+ },
+ {
+ "nodeId": 1920086207,
+ "lat": 43.3044868,
+ "lon": 5.3674157
+ },
+ {
+ "nodeId": 1920086203,
+ "lat": 43.3043258,
+ "lon": 5.3675481
+ },
+ {
+ "nodeId": 1920086199,
+ "lat": 43.3042405,
+ "lon": 5.3676167
+ },
+ {
+ "nodeId": 6344879207,
+ "lat": 43.3039758,
+ "lon": 5.3678327
+ },
+ {
+ "nodeId": 1920086197,
+ "lat": 43.3038437,
+ "lon": 5.3679405
+ },
+ {
+ "nodeId": 1920086191,
+ "lat": 43.3034584,
+ "lon": 5.3682561
+ },
+ {
+ "nodeId": 4222595902,
+ "lat": 43.3027559,
+ "lon": 5.368828
+ },
+ {
+ "nodeId": 1889712865,
+ "lat": 43.3026463,
+ "lon": 5.3689196
+ },
+ {
+ "nodeId": 4222595836,
+ "lat": 43.3025426,
+ "lon": 5.3690025
+ },
+ {
+ "nodeId": 4222594587,
+ "lat": 43.3023789,
+ "lon": 5.369137
+ },
+ {
+ "nodeId": 4222595778,
+ "lat": 43.301957,
+ "lon": 5.3694824
+ },
+ {
+ "nodeId": 4222595772,
+ "lat": 43.3016913,
+ "lon": 5.3697004
+ },
+ {
+ "nodeId": 1889696720,
+ "lat": 43.3016082,
+ "lon": 5.3697697
+ },
+ {
+ "nodeId": 6344879195,
+ "lat": 43.3008105,
+ "lon": 5.3704197
+ },
+ {
+ "nodeId": 1281696911,
+ "lat": 43.300752,
+ "lon": 5.3704678
+ },
+ {
+ "nodeId": 6344879196,
+ "lat": 43.3000623,
+ "lon": 5.3710322
+ },
+ {
+ "nodeId": 6344879197,
+ "lat": 43.299628,
+ "lon": 5.3713881
+ },
+ {
+ "nodeId": 1889712863,
+ "lat": 43.2995638,
+ "lon": 5.3714408
+ },
+ {
+ "nodeId": 6344879198,
+ "lat": 43.2995242,
+ "lon": 5.371473
+ },
+ {
+ "nodeId": 1984259707,
+ "lat": 43.299508,
+ "lon": 5.3714861
+ },
+ {
+ "nodeId": 1889712859,
+ "lat": 43.2994645,
+ "lon": 5.3715278
+ },
+ {
+ "nodeId": 452662583,
+ "lat": 43.2994423,
+ "lon": 5.3715514
+ },
+ {
+ "nodeId": 452662578,
+ "lat": 43.2994129,
+ "lon": 5.3715947
+ },
+ {
+ "nodeId": 452662579,
+ "lat": 43.2993804,
+ "lon": 5.3716635
+ },
+ {
+ "nodeId": 1920086164,
+ "lat": 43.2993651,
+ "lon": 5.3717159
+ },
+ {
+ "nodeId": 1889721698,
+ "lat": 43.299357,
+ "lon": 5.3717892
+ },
+ {
+ "nodeId": 1984259704,
+ "lat": 43.2993544,
+ "lon": 5.3718164
+ },
+ {
+ "nodeId": 6344879199,
+ "lat": 43.2993432,
+ "lon": 5.3719738
+ },
+ {
+ "nodeId": 1889696711,
+ "lat": 43.2993039,
+ "lon": 5.3725269
+ },
+ {
+ "nodeId": 1920053008,
+ "lat": 43.2992457,
+ "lon": 5.3733418
+ },
+ {
+ "nodeId": 1920053005,
+ "lat": 43.2992171,
+ "lon": 5.3737509
+ },
+ {
+ "nodeId": 1889696710,
+ "lat": 43.299189,
+ "lon": 5.3741503
+ },
+ {
+ "nodeId": 8825275500,
+ "lat": 43.2991978,
+ "lon": 5.3740253
+ },
+ {
+ "nodeId": 1920052998,
+ "lat": 43.2991383,
+ "lon": 5.3749138
+ },
+ {
+ "nodeId": 1889696696,
+ "lat": 43.2991219,
+ "lon": 5.3751676
+ },
+ {
+ "nodeId": 1920052999,
+ "lat": 43.2991555,
+ "lon": 5.3746582
+ },
+ {
+ "nodeId": 1920052995,
+ "lat": 43.2991054,
+ "lon": 5.3754189
+ },
+ {
+ "nodeId": 1889696688,
+ "lat": 43.2990887,
+ "lon": 5.3756655
+ },
+ {
+ "nodeId": 1597336104,
+ "lat": 43.2990822,
+ "lon": 5.3757573
+ },
+ {
+ "nodeId": 288467730,
+ "lat": 43.2990616,
+ "lon": 5.3760702
+ },
+ {
+ "nodeId": 1156295039,
+ "lat": 43.2990447,
+ "lon": 5.3761768
+ },
+ {
+ "nodeId": 1920052983,
+ "lat": 43.2990253,
+ "lon": 5.3762366
+ },
+ {
+ "nodeId": 452662575,
+ "lat": 43.2990164,
+ "lon": 5.3762589
+ },
+ {
+ "nodeId": 452662577,
+ "lat": 43.2989975,
+ "lon": 5.3762947
+ },
+ {
+ "nodeId": 1920052978,
+ "lat": 43.2989864,
+ "lon": 5.3763105
+ },
+ {
+ "nodeId": 452662576,
+ "lat": 43.2989741,
+ "lon": 5.3763275
+ },
+ {
+ "nodeId": 1920052974,
+ "lat": 43.298943,
+ "lon": 5.3763622
+ },
+ {
+ "nodeId": 288467679,
+ "lat": 43.2989117,
+ "lon": 5.3763887
+ },
+ {
+ "nodeId": 10294978653,
+ "lat": 43.2986709,
+ "lon": 5.3765231
+ },
+ {
+ "nodeId": 6344879200,
+ "lat": 43.298664,
+ "lon": 5.376527
+ },
+ {
+ "nodeId": 6344879201,
+ "lat": 43.2983144,
+ "lon": 5.3767265
+ },
+ {
+ "nodeId": 849081547,
+ "lat": 43.2983041,
+ "lon": 5.3767325
+ },
+ {
+ "nodeId": 849081545,
+ "lat": 43.2979865,
+ "lon": 5.3769109
+ },
+ {
+ "nodeId": 1920052960,
+ "lat": 43.2977159,
+ "lon": 5.3770626
+ },
+ {
+ "nodeId": 849081555,
+ "lat": 43.2974427,
+ "lon": 5.3772148
+ },
+ {
+ "nodeId": 849081553,
+ "lat": 43.297131,
+ "lon": 5.37739
+ },
+ {
+ "nodeId": 849081550,
+ "lat": 43.2969048,
+ "lon": 5.3775182
+ },
+ {
+ "nodeId": 1920052944,
+ "lat": 43.2967408,
+ "lon": 5.3776094
+ },
+ {
+ "nodeId": 288467729,
+ "lat": 43.296669,
+ "lon": 5.3776495
+ },
+ {
+ "nodeId": 4207714708,
+ "lat": 43.2909323,
+ "lon": 5.4002166
+ },
+ {
+ "nodeId": 4207714603,
+ "lat": 43.2903363,
+ "lon": 5.3995875
+ },
+ {
+ "nodeId": 4207714597,
+ "lat": 43.2902421,
+ "lon": 5.3994772
+ },
+ {
+ "nodeId": 4207714594,
+ "lat": 43.2901436,
+ "lon": 5.3993325
+ },
+ {
+ "nodeId": 4207714590,
+ "lat": 43.2900349,
+ "lon": 5.3990869
+ },
+ {
+ "nodeId": 4207714488,
+ "lat": 43.2892967,
+ "lon": 5.3963279
+ },
+ {
+ "nodeId": 4207714487,
+ "lat": 43.2888359,
+ "lon": 5.3946047
+ },
+ {
+ "nodeId": 4207714398,
+ "lat": 43.2870674,
+ "lon": 5.3879335
+ },
+ {
+ "nodeId": 4207714397,
+ "lat": 43.2865424,
+ "lon": 5.3857422
+ },
+ {
+ "nodeId": 8084753974,
+ "lat": 43.2945374,
+ "lon": 5.4334589
+ },
+ {
+ "nodeId": 8084753973,
+ "lat": 43.2946199,
+ "lon": 5.4333972
+ },
+ {
+ "nodeId": 1037221898,
+ "lat": 43.2946572,
+ "lon": 5.4333714
+ },
+ {
+ "nodeId": 1921675320,
+ "lat": 43.2946765,
+ "lon": 5.4333516
+ },
+ {
+ "nodeId": 410340135,
+ "lat": 43.2947118,
+ "lon": 5.4333078
+ },
+ {
+ "nodeId": 1921675322,
+ "lat": 43.2947281,
+ "lon": 5.4332878
+ },
+ {
+ "nodeId": 1921675323,
+ "lat": 43.2947428,
+ "lon": 5.4332627
+ },
+ {
+ "nodeId": 1921675324,
+ "lat": 43.2947681,
+ "lon": 5.4332193
+ },
+ {
+ "nodeId": 7002844888,
+ "lat": 43.2947746,
+ "lon": 5.4332031
+ },
+ {
+ "nodeId": 1037221933,
+ "lat": 43.2947985,
+ "lon": 5.433141
+ },
+ {
+ "nodeId": 1921675327,
+ "lat": 43.2948186,
+ "lon": 5.4330597
+ },
+ {
+ "nodeId": 1921675326,
+ "lat": 43.2948088,
+ "lon": 5.4330981
+ },
+ {
+ "nodeId": 1921675329,
+ "lat": 43.294829,
+ "lon": 5.4329955
+ },
+ {
+ "nodeId": 1037207633,
+ "lat": 43.2948325,
+ "lon": 5.4329422
+ },
+ {
+ "nodeId": 1921675330,
+ "lat": 43.2948293,
+ "lon": 5.4328634
+ },
+ {
+ "nodeId": 1921675328,
+ "lat": 43.2948199,
+ "lon": 5.4327909
+ },
+ {
+ "nodeId": 1921675325,
+ "lat": 43.294804,
+ "lon": 5.4327229
+ },
+ {
+ "nodeId": 1037221906,
+ "lat": 43.2947784,
+ "lon": 5.4326509
+ },
+ {
+ "nodeId": 8084753959,
+ "lat": 43.2947575,
+ "lon": 5.4326023
+ },
+ {
+ "nodeId": 1921675309,
+ "lat": 43.2945174,
+ "lon": 5.4320393
+ },
+ {
+ "nodeId": 8084753958,
+ "lat": 43.2945048,
+ "lon": 5.4320092
+ },
+ {
+ "nodeId": 8084753957,
+ "lat": 43.2944645,
+ "lon": 5.4319125
+ },
+ {
+ "nodeId": 410340140,
+ "lat": 43.2944024,
+ "lon": 5.4317636
+ },
+ {
+ "nodeId": 1921675298,
+ "lat": 43.2943479,
+ "lon": 5.4316033
+ },
+ {
+ "nodeId": 1921675297,
+ "lat": 43.2942999,
+ "lon": 5.4314285
+ },
+ {
+ "nodeId": 1921675296,
+ "lat": 43.2942805,
+ "lon": 5.4313356
+ },
+ {
+ "nodeId": 1921675295,
+ "lat": 43.2942594,
+ "lon": 5.4312267
+ },
+ {
+ "nodeId": 1037221901,
+ "lat": 43.2942429,
+ "lon": 5.4311072
+ },
+ {
+ "nodeId": 1921675289,
+ "lat": 43.2942331,
+ "lon": 5.4310323
+ },
+ {
+ "nodeId": 1921675286,
+ "lat": 43.2942213,
+ "lon": 5.4308492
+ },
+ {
+ "nodeId": 410340143,
+ "lat": 43.2942013,
+ "lon": 5.4303722
+ },
+ {
+ "nodeId": 1921675282,
+ "lat": 43.2941944,
+ "lon": 5.4301452
+ },
+ {
+ "nodeId": 1921675283,
+ "lat": 43.2941977,
+ "lon": 5.4299148
+ },
+ {
+ "nodeId": 1037221892,
+ "lat": 43.2942049,
+ "lon": 5.4298007
+ },
+ {
+ "nodeId": 1921675284,
+ "lat": 43.2942206,
+ "lon": 5.4296565
+ },
+ {
+ "nodeId": 1921675291,
+ "lat": 43.2942394,
+ "lon": 5.4295219
+ },
+ {
+ "nodeId": 8084753956,
+ "lat": 43.2942628,
+ "lon": 5.4293625
+ },
+ {
+ "nodeId": 410340145,
+ "lat": 43.2942643,
+ "lon": 5.4293519
+ },
+ {
+ "nodeId": 8084753955,
+ "lat": 43.2943631,
+ "lon": 5.428711
+ },
+ {
+ "nodeId": 1921675300,
+ "lat": 43.2943846,
+ "lon": 5.4285728
+ },
+ {
+ "nodeId": 1921675301,
+ "lat": 43.2944045,
+ "lon": 5.4284715
+ },
+ {
+ "nodeId": 1921675302,
+ "lat": 43.2944285,
+ "lon": 5.4283833
+ },
+ {
+ "nodeId": 1037221935,
+ "lat": 43.2944545,
+ "lon": 5.4283021
+ },
+ {
+ "nodeId": 410340150,
+ "lat": 43.2944992,
+ "lon": 5.4281851
+ },
+ {
+ "nodeId": 1921675321,
+ "lat": 43.2946924,
+ "lon": 5.427792
+ },
+ {
+ "nodeId": 410340153,
+ "lat": 43.29493,
+ "lon": 5.4273134
+ },
+ {
+ "nodeId": 8084753950,
+ "lat": 43.2949597,
+ "lon": 5.4272516
+ },
+ {
+ "nodeId": 1921675345,
+ "lat": 43.2950346,
+ "lon": 5.4270956
+ },
+ {
+ "nodeId": 1921675350,
+ "lat": 43.2950884,
+ "lon": 5.4269704
+ },
+ {
+ "nodeId": 8084753954,
+ "lat": 43.2950977,
+ "lon": 5.4269462
+ },
+ {
+ "nodeId": 1921675355,
+ "lat": 43.2951361,
+ "lon": 5.4268459
+ },
+ {
+ "nodeId": 1280764301,
+ "lat": 43.295186,
+ "lon": 5.4266851
+ },
+ {
+ "nodeId": 1921675362,
+ "lat": 43.2952647,
+ "lon": 5.4264
+ },
+ {
+ "nodeId": 1921675365,
+ "lat": 43.2952956,
+ "lon": 5.4262748
+ },
+ {
+ "nodeId": 410340155,
+ "lat": 43.2953238,
+ "lon": 5.42615
+ },
+ {
+ "nodeId": 1921675367,
+ "lat": 43.2953481,
+ "lon": 5.4260093
+ },
+ {
+ "nodeId": 1921675369,
+ "lat": 43.29537,
+ "lon": 5.4258645
+ },
+ {
+ "nodeId": 1921675371,
+ "lat": 43.2953877,
+ "lon": 5.4257163
+ },
+ {
+ "nodeId": 1280764461,
+ "lat": 43.2953997,
+ "lon": 5.4255653
+ },
+ {
+ "nodeId": 1921675374,
+ "lat": 43.2954083,
+ "lon": 5.4253494
+ },
+ {
+ "nodeId": 1921675373,
+ "lat": 43.2954071,
+ "lon": 5.4251421
+ },
+ {
+ "nodeId": 410340158,
+ "lat": 43.2954034,
+ "lon": 5.4250373
+ },
+ {
+ "nodeId": 1921675372,
+ "lat": 43.2953914,
+ "lon": 5.4248386
+ },
+ {
+ "nodeId": 1921675370,
+ "lat": 43.2953723,
+ "lon": 5.4244243
+ },
+ {
+ "nodeId": 6310758470,
+ "lat": 43.2953635,
+ "lon": 5.4242957
+ },
+ {
+ "nodeId": 1921675368,
+ "lat": 43.2953604,
+ "lon": 5.4242494
+ },
+ {
+ "nodeId": 410340159,
+ "lat": 43.2953509,
+ "lon": 5.4241338
+ },
+ {
+ "nodeId": 1037221888,
+ "lat": 43.2953414,
+ "lon": 5.4240715
+ },
+ {
+ "nodeId": 7575452906,
+ "lat": 43.2953317,
+ "lon": 5.4240266
+ },
+ {
+ "nodeId": 1921675366,
+ "lat": 43.2953243,
+ "lon": 5.4239925
+ },
+ {
+ "nodeId": 1921675364,
+ "lat": 43.2952923,
+ "lon": 5.4238808
+ },
+ {
+ "nodeId": 1037207713,
+ "lat": 43.2952629,
+ "lon": 5.4238012
+ },
+ {
+ "nodeId": 1921675357,
+ "lat": 43.295202,
+ "lon": 5.4236636
+ },
+ {
+ "nodeId": 1921675354,
+ "lat": 43.2951358,
+ "lon": 5.4235087
+ },
+ {
+ "nodeId": 1921675349,
+ "lat": 43.2950861,
+ "lon": 5.4233714
+ },
+ {
+ "nodeId": 1037221890,
+ "lat": 43.295057,
+ "lon": 5.4232645
+ },
+ {
+ "nodeId": 1921675346,
+ "lat": 43.2950396,
+ "lon": 5.4231756
+ },
+ {
+ "nodeId": 1037221919,
+ "lat": 43.2950253,
+ "lon": 5.4230908
+ },
+ {
+ "nodeId": 8084753953,
+ "lat": 43.2950129,
+ "lon": 5.4229791
+ },
+ {
+ "nodeId": 8084753952,
+ "lat": 43.2949997,
+ "lon": 5.4228609
+ },
+ {
+ "nodeId": 8084753951,
+ "lat": 43.2949239,
+ "lon": 5.4221763
+ },
+ {
+ "nodeId": 1921675336,
+ "lat": 43.2949088,
+ "lon": 5.4220398
+ },
+ {
+ "nodeId": 1921675335,
+ "lat": 43.294894,
+ "lon": 5.4218899
+ },
+ {
+ "nodeId": 410340169,
+ "lat": 43.2948852,
+ "lon": 5.42174
+ },
+ {
+ "nodeId": 1921675334,
+ "lat": 43.2948847,
+ "lon": 5.4216093
+ },
+ {
+ "nodeId": 410340172,
+ "lat": 43.2948877,
+ "lon": 5.4215071
+ },
+ {
+ "nodeId": 410340174,
+ "lat": 43.2948985,
+ "lon": 5.4213595
+ },
+ {
+ "nodeId": 1921675337,
+ "lat": 43.2949147,
+ "lon": 5.4211761
+ },
+ {
+ "nodeId": 1921675338,
+ "lat": 43.2949279,
+ "lon": 5.4210079
+ },
+ {
+ "nodeId": 1037207625,
+ "lat": 43.2949483,
+ "lon": 5.4207143
+ },
+ {
+ "nodeId": 410340177,
+ "lat": 43.2949897,
+ "lon": 5.4198395
+ },
+ {
+ "nodeId": 1921675343,
+ "lat": 43.2950284,
+ "lon": 5.4189704
+ },
+ {
+ "nodeId": 6677801014,
+ "lat": 43.2950312,
+ "lon": 5.41889
+ },
+ {
+ "nodeId": 1921675344,
+ "lat": 43.2950331,
+ "lon": 5.4188353
+ },
+ {
+ "nodeId": 1037207638,
+ "lat": 43.2950331,
+ "lon": 5.4187097
+ },
+ {
+ "nodeId": 1921675342,
+ "lat": 43.2950185,
+ "lon": 5.4186257
+ },
+ {
+ "nodeId": 1037207677,
+ "lat": 43.2949932,
+ "lon": 5.4185562
+ },
+ {
+ "nodeId": 1921675339,
+ "lat": 43.2949605,
+ "lon": 5.4185011
+ },
+ {
+ "nodeId": 6310758434,
+ "lat": 43.2949338,
+ "lon": 5.418472
+ },
+ {
+ "nodeId": 410340182,
+ "lat": 43.2949153,
+ "lon": 5.4184516
+ },
+ {
+ "nodeId": 1921675332,
+ "lat": 43.2948515,
+ "lon": 5.4184066
+ },
+ {
+ "nodeId": 410340185,
+ "lat": 43.2947852,
+ "lon": 5.4183758
+ },
+ {
+ "nodeId": 1921675299,
+ "lat": 43.2943788,
+ "lon": 5.4181729
+ },
+ {
+ "nodeId": 1921675274,
+ "lat": 43.2939657,
+ "lon": 5.4179665
+ },
+ {
+ "nodeId": 1921675267,
+ "lat": 43.2938303,
+ "lon": 5.4178994
+ },
+ {
+ "nodeId": 1921675263,
+ "lat": 43.293763,
+ "lon": 5.4178664
+ },
+ {
+ "nodeId": 1921675262,
+ "lat": 43.2936525,
+ "lon": 5.4178213
+ },
+ {
+ "nodeId": 651350516,
+ "lat": 43.2931787,
+ "lon": 5.417643
+ },
+ {
+ "nodeId": 1921675319,
+ "lat": 43.2946431,
+ "lon": 5.4437271
+ },
+ {
+ "nodeId": 1037207600,
+ "lat": 43.2945739,
+ "lon": 5.4435186
+ },
+ {
+ "nodeId": 1921675317,
+ "lat": 43.2945543,
+ "lon": 5.4434262
+ },
+ {
+ "nodeId": 1280502319,
+ "lat": 43.2945469,
+ "lon": 5.4433728
+ },
+ {
+ "nodeId": 1921675316,
+ "lat": 43.2945472,
+ "lon": 5.4433265
+ },
+ {
+ "nodeId": 1921675315,
+ "lat": 43.2945467,
+ "lon": 5.4432572
+ },
+ {
+ "nodeId": 1037221923,
+ "lat": 43.2945452,
+ "lon": 5.4431579
+ },
+ {
+ "nodeId": 1921675313,
+ "lat": 43.2945399,
+ "lon": 5.4430782
+ },
+ {
+ "nodeId": 1037207692,
+ "lat": 43.2945265,
+ "lon": 5.4430137
+ },
+ {
+ "nodeId": 1037221922,
+ "lat": 43.2945101,
+ "lon": 5.4429461
+ },
+ {
+ "nodeId": 1280764617,
+ "lat": 43.2943652,
+ "lon": 5.4425378
+ },
+ {
+ "nodeId": 2315173854,
+ "lat": 43.2943316,
+ "lon": 5.4424363
+ },
+ {
+ "nodeId": 11473076047,
+ "lat": 43.2942865,
+ "lon": 5.4423002
+ },
+ {
+ "nodeId": 1921675288,
+ "lat": 43.2942276,
+ "lon": 5.4421225
+ },
+ {
+ "nodeId": 1921675281,
+ "lat": 43.2941082,
+ "lon": 5.4417465
+ },
+ {
+ "nodeId": 1921675280,
+ "lat": 43.2939879,
+ "lon": 5.441354
+ },
+ {
+ "nodeId": 1921675272,
+ "lat": 43.293928,
+ "lon": 5.441163
+ },
+ {
+ "nodeId": 1921675270,
+ "lat": 43.2938955,
+ "lon": 5.4410635
+ },
+ {
+ "nodeId": 410340547,
+ "lat": 43.2938578,
+ "lon": 5.4409726
+ },
+ {
+ "nodeId": 11473076044,
+ "lat": 43.2938406,
+ "lon": 5.4409339
+ },
+ {
+ "nodeId": 1921675265,
+ "lat": 43.2938199,
+ "lon": 5.4408875
+ },
+ {
+ "nodeId": 1921675264,
+ "lat": 43.2937783,
+ "lon": 5.4408049
+ },
+ {
+ "nodeId": 1280764645,
+ "lat": 43.2937423,
+ "lon": 5.4407359
+ },
+ {
+ "nodeId": 410340548,
+ "lat": 43.2936202,
+ "lon": 5.4405165
+ },
+ {
+ "nodeId": 1921675261,
+ "lat": 43.2935089,
+ "lon": 5.440309
+ },
+ {
+ "nodeId": 1921675259,
+ "lat": 43.2934512,
+ "lon": 5.4401821
+ },
+ {
+ "nodeId": 1921675258,
+ "lat": 43.2934098,
+ "lon": 5.4400758
+ },
+ {
+ "nodeId": 1037207655,
+ "lat": 43.2933726,
+ "lon": 5.439958
+ },
+ {
+ "nodeId": 1921675257,
+ "lat": 43.2933419,
+ "lon": 5.439853
+ },
+ {
+ "nodeId": 11473076043,
+ "lat": 43.2933069,
+ "lon": 5.4397268
+ },
+ {
+ "nodeId": 1921675256,
+ "lat": 43.2932756,
+ "lon": 5.4396141
+ },
+ {
+ "nodeId": 1037207681,
+ "lat": 43.2932195,
+ "lon": 5.439401
+ },
+ {
+ "nodeId": 1921675255,
+ "lat": 43.2931885,
+ "lon": 5.4392759
+ },
+ {
+ "nodeId": 1921675254,
+ "lat": 43.2931666,
+ "lon": 5.4391716
+ },
+ {
+ "nodeId": 410340549,
+ "lat": 43.2931193,
+ "lon": 5.4389421
+ },
+ {
+ "nodeId": 1280764397,
+ "lat": 43.2931029,
+ "lon": 5.4388601
+ },
+ {
+ "nodeId": 1037207699,
+ "lat": 43.2930903,
+ "lon": 5.4387942
+ },
+ {
+ "nodeId": 11473076041,
+ "lat": 43.2930782,
+ "lon": 5.4387374
+ },
+ {
+ "nodeId": 1280764678,
+ "lat": 43.2929955,
+ "lon": 5.4383487
+ },
+ {
+ "nodeId": 410340550,
+ "lat": 43.2929555,
+ "lon": 5.4381654
+ },
+ {
+ "nodeId": 1280764425,
+ "lat": 43.292776,
+ "lon": 5.4373211
+ },
+ {
+ "nodeId": 11473076038,
+ "lat": 43.2927443,
+ "lon": 5.4371744
+ },
+ {
+ "nodeId": 1921675251,
+ "lat": 43.292617,
+ "lon": 5.4365911
+ },
+ {
+ "nodeId": 11473076034,
+ "lat": 43.2925984,
+ "lon": 5.436509
+ },
+ {
+ "nodeId": 1921675250,
+ "lat": 43.2925873,
+ "lon": 5.4364602
+ },
+ {
+ "nodeId": 1921675249,
+ "lat": 43.2925631,
+ "lon": 5.4363694
+ },
+ {
+ "nodeId": 1037207653,
+ "lat": 43.2925343,
+ "lon": 5.4362783
+ },
+ {
+ "nodeId": 1037207584,
+ "lat": 43.2924972,
+ "lon": 5.4361911
+ },
+ {
+ "nodeId": 1037207702,
+ "lat": 43.2923795,
+ "lon": 5.4359202
+ },
+ {
+ "nodeId": 1921675246,
+ "lat": 43.2923277,
+ "lon": 5.4358042
+ },
+ {
+ "nodeId": 1037207636,
+ "lat": 43.2922791,
+ "lon": 5.4356787
+ },
+ {
+ "nodeId": 1921675244,
+ "lat": 43.2922584,
+ "lon": 5.4356149
+ },
+ {
+ "nodeId": 1921675243,
+ "lat": 43.2922489,
+ "lon": 5.4355774
+ },
+ {
+ "nodeId": 1921675240,
+ "lat": 43.2922439,
+ "lon": 5.4355506
+ },
+ {
+ "nodeId": 1921675238,
+ "lat": 43.2922406,
+ "lon": 5.4355275
+ },
+ {
+ "nodeId": 1921675237,
+ "lat": 43.2922374,
+ "lon": 5.435484
+ },
+ {
+ "nodeId": 1037207691,
+ "lat": 43.2922386,
+ "lon": 5.4354193
+ },
+ {
+ "nodeId": 1921675239,
+ "lat": 43.2922418,
+ "lon": 5.4353877
+ },
+ {
+ "nodeId": 1921675241,
+ "lat": 43.2922464,
+ "lon": 5.4353604
+ },
+ {
+ "nodeId": 410340124,
+ "lat": 43.2922759,
+ "lon": 5.4352609
+ },
+ {
+ "nodeId": 1921675245,
+ "lat": 43.2923082,
+ "lon": 5.4351992
+ },
+ {
+ "nodeId": 1921675247,
+ "lat": 43.2923387,
+ "lon": 5.4351568
+ },
+ {
+ "nodeId": 410340127,
+ "lat": 43.2923928,
+ "lon": 5.4351069
+ },
+ {
+ "nodeId": 410340130,
+ "lat": 43.29266,
+ "lon": 5.4349156
+ },
+ {
+ "nodeId": 1921675248,
+ "lat": 43.292511,
+ "lon": 5.43502
+ },
+ {
+ "nodeId": 410340132,
+ "lat": 43.2930743,
+ "lon": 5.4346078
+ },
+ {
+ "nodeId": 11473076033,
+ "lat": 43.2931503,
+ "lon": 5.4345473
+ },
+ {
+ "nodeId": 1921675252,
+ "lat": 43.2928837,
+ "lon": 5.4347529
+ },
+ {
+ "nodeId": 1921675260,
+ "lat": 43.2934736,
+ "lon": 5.4342899
+ },
+ {
+ "nodeId": 1921675268,
+ "lat": 43.2938714,
+ "lon": 5.4339744
+ },
+ {
+ "nodeId": 8084753976,
+ "lat": 43.2940664,
+ "lon": 5.433821
+ },
+ {
+ "nodeId": 1921675293,
+ "lat": 43.294258,
+ "lon": 5.4336703
+ },
+ {
+ "nodeId": 1921675303,
+ "lat": 43.2944526,
+ "lon": 5.4335187
+ },
+ {
+ "nodeId": 747035379,
+ "lat": 43.29601,
+ "lon": 5.3817163
+ },
+ {
+ "nodeId": 4195898163,
+ "lat": 43.2961257,
+ "lon": 5.3815882
+ },
+ {
+ "nodeId": 4195860598,
+ "lat": 43.2962239,
+ "lon": 5.3815013
+ },
+ {
+ "nodeId": 4195860530,
+ "lat": 43.2964846,
+ "lon": 5.3813772
+ },
+ {
+ "nodeId": 452659415,
+ "lat": 43.2885449,
+ "lon": 5.383919
+ },
+ {
+ "nodeId": 2185516492,
+ "lat": 43.2872898,
+ "lon": 5.3837563
+ },
+ {
+ "nodeId": 246674115,
+ "lat": 43.2686436,
+ "lon": 5.3956909
+ },
+ {
+ "nodeId": 246674116,
+ "lat": 43.2686199,
+ "lon": 5.3959254
+ },
+ {
+ "nodeId": 246674117,
+ "lat": 43.2686207,
+ "lon": 5.3961978
+ },
+ {
+ "nodeId": 2185516428,
+ "lat": 43.2686394,
+ "lon": 5.3963412
+ },
+ {
+ "nodeId": 246674118,
+ "lat": 43.2686627,
+ "lon": 5.3965022
+ },
+ {
+ "nodeId": 4192265945,
+ "lat": 43.2687063,
+ "lon": 5.3966813
+ },
+ {
+ "nodeId": 246674119,
+ "lat": 43.2687707,
+ "lon": 5.3968837
+ },
+ {
+ "nodeId": 246674120,
+ "lat": 43.2688431,
+ "lon": 5.3970624
+ },
+ {
+ "nodeId": 7640772302,
+ "lat": 43.2689141,
+ "lon": 5.397194
+ },
+ {
+ "nodeId": 7640772305,
+ "lat": 43.2689605,
+ "lon": 5.3972735
+ },
+ {
+ "nodeId": 2185516434,
+ "lat": 43.2690217,
+ "lon": 5.3973686
+ },
+ {
+ "nodeId": 651350517,
+ "lat": 43.292936,
+ "lon": 5.4175516
+ },
+ {
+ "nodeId": 4263169214,
+ "lat": 43.3276274,
+ "lon": 5.3673693
+ },
+ {
+ "nodeId": 4218047701,
+ "lat": 43.3273734,
+ "lon": 5.3674451
+ },
+ {
+ "nodeId": 4218039778,
+ "lat": 43.3271281,
+ "lon": 5.3675852
+ },
+ {
+ "nodeId": 4218039766,
+ "lat": 43.3269074,
+ "lon": 5.3677478
+ },
+ {
+ "nodeId": 1920052939,
+ "lat": 43.2966468,
+ "lon": 5.3776649
+ },
+ {
+ "nodeId": 1920052936,
+ "lat": 43.2966247,
+ "lon": 5.377684
+ },
+ {
+ "nodeId": 1920052934,
+ "lat": 43.2966002,
+ "lon": 5.3777092
+ },
+ {
+ "nodeId": 1920052930,
+ "lat": 43.2965729,
+ "lon": 5.3777439
+ },
+ {
+ "nodeId": 3544483674,
+ "lat": 43.2965674,
+ "lon": 5.3777526
+ },
+ {
+ "nodeId": 452662586,
+ "lat": 43.2965628,
+ "lon": 5.3777599
+ },
+ {
+ "nodeId": 12559034457,
+ "lat": 43.2965566,
+ "lon": 5.3777704
+ },
+ {
+ "nodeId": 1920052922,
+ "lat": 43.2965429,
+ "lon": 5.3777935
+ },
+ {
+ "nodeId": 452662584,
+ "lat": 43.2965251,
+ "lon": 5.3778336
+ },
+ {
+ "nodeId": 1920052919,
+ "lat": 43.296518,
+ "lon": 5.3778577
+ },
+ {
+ "nodeId": 1920052918,
+ "lat": 43.296511,
+ "lon": 5.3778886
+ },
+ {
+ "nodeId": 452662585,
+ "lat": 43.296506,
+ "lon": 5.3779161
+ },
+ {
+ "nodeId": 6938461034,
+ "lat": 43.2965036,
+ "lon": 5.3779535
+ },
+ {
+ "nodeId": 1920052917,
+ "lat": 43.2965024,
+ "lon": 5.3779723
+ },
+ {
+ "nodeId": 1597336025,
+ "lat": 43.2965046,
+ "lon": 5.3780107
+ },
+ {
+ "nodeId": 12559034464,
+ "lat": 43.2965048,
+ "lon": 5.3780361
+ },
+ {
+ "nodeId": 3544483670,
+ "lat": 43.2965049,
+ "lon": 5.3780472
+ },
+ {
+ "nodeId": 3544483672,
+ "lat": 43.2965196,
+ "lon": 5.3781001
+ },
+ {
+ "nodeId": 6324299970,
+ "lat": 43.2965241,
+ "lon": 5.3781255
+ },
+ {
+ "nodeId": 1920052920,
+ "lat": 43.2965317,
+ "lon": 5.3781673
+ },
+ {
+ "nodeId": 6324299968,
+ "lat": 43.2965472,
+ "lon": 5.3782459
+ },
+ {
+ "nodeId": 3544483673,
+ "lat": 43.2965532,
+ "lon": 5.378275
+ },
+ {
+ "nodeId": 4194128687,
+ "lat": 43.2725487,
+ "lon": 5.3917547
+ },
+ {
+ "nodeId": 4194128686,
+ "lat": 43.2720979,
+ "lon": 5.3921237
+ },
+ {
+ "nodeId": 4213799613,
+ "lat": 43.3260908,
+ "lon": 5.4244282
+ },
+ {
+ "nodeId": 4194132601,
+ "lat": 43.2807363,
+ "lon": 5.3868696
+ },
+ {
+ "nodeId": 4194132597,
+ "lat": 43.279768,
+ "lon": 5.3874141
+ },
+ {
+ "nodeId": 11853940799,
+ "lat": 43.3167132,
+ "lon": 5.368997
+ },
+ {
+ "nodeId": 13437413027,
+ "lat": 43.3166791,
+ "lon": 5.3689765
+ },
+ {
+ "nodeId": 13437413026,
+ "lat": 43.3166605,
+ "lon": 5.3689652
+ },
+ {
+ "nodeId": 10779993968,
+ "lat": 43.3166392,
+ "lon": 5.3689524
+ },
+ {
+ "nodeId": 12334766546,
+ "lat": 43.3166079,
+ "lon": 5.3689131
+ },
+ {
+ "nodeId": 9952210380,
+ "lat": 43.3165849,
+ "lon": 5.3688552
+ },
+ {
+ "nodeId": 13437413025,
+ "lat": 43.3164477,
+ "lon": 5.3684005
+ },
+ {
+ "nodeId": 9952210379,
+ "lat": 43.3159949,
+ "lon": 5.3668991
+ },
+ {
+ "nodeId": 9952210377,
+ "lat": 43.3159503,
+ "lon": 5.3668122
+ },
+ {
+ "nodeId": 10776051365,
+ "lat": 43.3159085,
+ "lon": 5.3667741
+ },
+ {
+ "nodeId": 9952210375,
+ "lat": 43.3158498,
+ "lon": 5.3667403
+ },
+ {
+ "nodeId": 9952210374,
+ "lat": 43.3157945,
+ "lon": 5.3667312
+ },
+ {
+ "nodeId": 13437413021,
+ "lat": 43.3157099,
+ "lon": 5.3667497
+ },
+ {
+ "nodeId": 9952210373,
+ "lat": 43.3156955,
+ "lon": 5.3667528
+ },
+ {
+ "nodeId": 410329103,
+ "lat": 43.2950372,
+ "lon": 5.3872102
+ },
+ {
+ "nodeId": 4195898159,
+ "lat": 43.2950666,
+ "lon": 5.3870358
+ },
+ {
+ "nodeId": 2162463040,
+ "lat": 43.2951416,
+ "lon": 5.3868191
+ },
+ {
+ "nodeId": 2162463045,
+ "lat": 43.2953216,
+ "lon": 5.3860612
+ },
+ {
+ "nodeId": 4195898160,
+ "lat": 43.2953302,
+ "lon": 5.3859187
+ },
+ {
+ "nodeId": 2162463043,
+ "lat": 43.2953175,
+ "lon": 5.3857775
+ },
+ {
+ "nodeId": 2162463038,
+ "lat": 43.2950488,
+ "lon": 5.3840812
+ },
+ {
+ "nodeId": 4195898157,
+ "lat": 43.2950432,
+ "lon": 5.3839499
+ },
+ {
+ "nodeId": 4195898158,
+ "lat": 43.2950666,
+ "lon": 5.383844
+ },
+ {
+ "nodeId": 666267281,
+ "lat": 43.2951286,
+ "lon": 5.3837201
+ },
+ {
+ "nodeId": 3992287116,
+ "lat": 43.2955671,
+ "lon": 5.3828149
+ },
+ {
+ "nodeId": 4195898161,
+ "lat": 43.2956416,
+ "lon": 5.3825806
+ },
+ {
+ "nodeId": 3771237229,
+ "lat": 43.2957041,
+ "lon": 5.3823855
+ },
+ {
+ "nodeId": 2162463047,
+ "lat": 43.2957759,
+ "lon": 5.3822109
+ },
+ {
+ "nodeId": 1870132803,
+ "lat": 43.2954029,
+ "lon": 5.4069711
+ },
+ {
+ "nodeId": 410340243,
+ "lat": 43.2954151,
+ "lon": 5.4069078
+ },
+ {
+ "nodeId": 410340245,
+ "lat": 43.2954408,
+ "lon": 5.4067735
+ },
+ {
+ "nodeId": 1921658595,
+ "lat": 43.2954679,
+ "lon": 5.4066407
+ },
+ {
+ "nodeId": 1921658596,
+ "lat": 43.2954802,
+ "lon": 5.4065897
+ },
+ {
+ "nodeId": 1921658554,
+ "lat": 43.2945485,
+ "lon": 5.409051
+ },
+ {
+ "nodeId": 410340238,
+ "lat": 43.2945943,
+ "lon": 5.4089017
+ },
+ {
+ "nodeId": 1921658556,
+ "lat": 43.2946408,
+ "lon": 5.4087705
+ },
+ {
+ "nodeId": 1921658559,
+ "lat": 43.2947036,
+ "lon": 5.4086141
+ },
+ {
+ "nodeId": 1921658578,
+ "lat": 43.294905,
+ "lon": 5.4081812
+ },
+ {
+ "nodeId": 4230026835,
+ "lat": 43.295179,
+ "lon": 5.4075916
+ },
+ {
+ "nodeId": 410340240,
+ "lat": 43.2953104,
+ "lon": 5.4073088
+ },
+ {
+ "nodeId": 1921658588,
+ "lat": 43.29533,
+ "lon": 5.4072576
+ },
+ {
+ "nodeId": 1921658591,
+ "lat": 43.2953498,
+ "lon": 5.4071988
+ },
+ {
+ "nodeId": 1921658593,
+ "lat": 43.295369,
+ "lon": 5.4071304
+ },
+ {
+ "nodeId": 409924472,
+ "lat": 43.3211744,
+ "lon": 5.3713527
+ },
+ {
+ "nodeId": 4200151831,
+ "lat": 43.320513,
+ "lon": 5.3714303
+ },
+ {
+ "nodeId": 4200151816,
+ "lat": 43.3203703,
+ "lon": 5.3714422
+ },
+ {
+ "nodeId": 333737821,
+ "lat": 43.3198466,
+ "lon": 5.3715061
+ },
+ {
+ "nodeId": 1920073511,
+ "lat": 43.2970847,
+ "lon": 5.4048114
+ },
+ {
+ "nodeId": 751077211,
+ "lat": 43.2970224,
+ "lon": 5.4048959
+ },
+ {
+ "nodeId": 1889696668,
+ "lat": 43.2969203,
+ "lon": 5.4050264
+ },
+ {
+ "nodeId": 1889696665,
+ "lat": 43.2968514,
+ "lon": 5.405115
+ },
+ {
+ "nodeId": 12676167786,
+ "lat": 43.2967858,
+ "lon": 5.4052127
+ },
+ {
+ "nodeId": 246674124,
+ "lat": 43.2697147,
+ "lon": 5.398815
+ },
+ {
+ "nodeId": 4192180718,
+ "lat": 43.2697355,
+ "lon": 5.398995
+ },
+ {
+ "nodeId": 246674125,
+ "lat": 43.2697501,
+ "lon": 5.3992186
+ },
+ {
+ "nodeId": 246674126,
+ "lat": 43.2697684,
+ "lon": 5.3997123
+ },
+ {
+ "nodeId": 5662087589,
+ "lat": 43.269773,
+ "lon": 5.3997888
+ },
+ {
+ "nodeId": 5662087590,
+ "lat": 43.2697809,
+ "lon": 5.3999204
+ },
+ {
+ "nodeId": 246674127,
+ "lat": 43.2697882,
+ "lon": 5.4000408
+ },
+ {
+ "nodeId": 4040379431,
+ "lat": 43.269801,
+ "lon": 5.4001425
+ },
+ {
+ "nodeId": 2185516456,
+ "lat": 43.269816,
+ "lon": 5.4002617
+ },
+ {
+ "nodeId": 2508026708,
+ "lat": 43.2698233,
+ "lon": 5.4003014
+ },
+ {
+ "nodeId": 2508026711,
+ "lat": 43.2698478,
+ "lon": 5.4004352
+ },
+ {
+ "nodeId": 246674128,
+ "lat": 43.2698563,
+ "lon": 5.4004814
+ },
+ {
+ "nodeId": 2185516457,
+ "lat": 43.2698982,
+ "lon": 5.4006303
+ },
+ {
+ "nodeId": 246674129,
+ "lat": 43.2699676,
+ "lon": 5.4008345
+ },
+ {
+ "nodeId": 4192180720,
+ "lat": 43.2700549,
+ "lon": 5.401055
+ },
+ {
+ "nodeId": 246674130,
+ "lat": 43.2701965,
+ "lon": 5.4013651
+ },
+ {
+ "nodeId": 2185516459,
+ "lat": 43.2703949,
+ "lon": 5.4017764
+ },
+ {
+ "nodeId": 4213799620,
+ "lat": 43.3279845,
+ "lon": 5.4272932
+ },
+ {
+ "nodeId": 4218039757,
+ "lat": 43.3267688,
+ "lon": 5.3678837
+ },
+ {
+ "nodeId": 12334766559,
+ "lat": 43.3283686,
+ "lon": 5.3657574
+ },
+ {
+ "nodeId": 13504553583,
+ "lat": 43.3273065,
+ "lon": 5.3661268
+ },
+ {
+ "nodeId": 13438076056,
+ "lat": 43.3269307,
+ "lon": 5.3662578
+ },
+ {
+ "nodeId": 13438076049,
+ "lat": 43.3249555,
+ "lon": 5.3669387
+ },
+ {
+ "nodeId": 13437413044,
+ "lat": 43.3245408,
+ "lon": 5.3670817
+ },
+ {
+ "nodeId": 13437413045,
+ "lat": 43.3237793,
+ "lon": 5.367345
+ },
+ {
+ "nodeId": 13437413048,
+ "lat": 43.3233261,
+ "lon": 5.3674964
+ },
+ {
+ "nodeId": 13437413053,
+ "lat": 43.322948,
+ "lon": 5.3676215
+ },
+ {
+ "nodeId": 12334766558,
+ "lat": 43.3228227,
+ "lon": 5.3676578
+ },
+ {
+ "nodeId": 13437413051,
+ "lat": 43.3223215,
+ "lon": 5.3676291
+ },
+ {
+ "nodeId": 13437413050,
+ "lat": 43.3218764,
+ "lon": 5.3675887
+ },
+ {
+ "nodeId": 12334766554,
+ "lat": 43.3208501,
+ "lon": 5.3674844
+ },
+ {
+ "nodeId": 13437413047,
+ "lat": 43.3205102,
+ "lon": 5.3674536
+ },
+ {
+ "nodeId": 13438076060,
+ "lat": 43.320013,
+ "lon": 5.3674071
+ },
+ {
+ "nodeId": 10776051358,
+ "lat": 43.3195363,
+ "lon": 5.3673631
+ },
+ {
+ "nodeId": 12334766552,
+ "lat": 43.3194739,
+ "lon": 5.3673636
+ },
+ {
+ "nodeId": 12334766551,
+ "lat": 43.3194037,
+ "lon": 5.3673775
+ },
+ {
+ "nodeId": 11117012783,
+ "lat": 43.3191607,
+ "lon": 5.3674764
+ },
+ {
+ "nodeId": 812873754,
+ "lat": 43.3190894,
+ "lon": 5.3675275
+ },
+ {
+ "nodeId": 13437413046,
+ "lat": 43.3190786,
+ "lon": 5.3675352
+ },
+ {
+ "nodeId": 12334766553,
+ "lat": 43.3190169,
+ "lon": 5.3675794
+ },
+ {
+ "nodeId": 13437413049,
+ "lat": 43.3189491,
+ "lon": 5.3676377
+ },
+ {
+ "nodeId": 13437413052,
+ "lat": 43.3189166,
+ "lon": 5.3676657
+ },
+ {
+ "nodeId": 10776051359,
+ "lat": 43.3188847,
+ "lon": 5.3676932
+ },
+ {
+ "nodeId": 12334766550,
+ "lat": 43.3187444,
+ "lon": 5.3677972
+ },
+ {
+ "nodeId": 13437413054,
+ "lat": 43.3179437,
+ "lon": 5.3683156
+ },
+ {
+ "nodeId": 12334766549,
+ "lat": 43.317838,
+ "lon": 5.368384
+ },
+ {
+ "nodeId": 13437413055,
+ "lat": 43.3169318,
+ "lon": 5.368968
+ },
+ {
+ "nodeId": 12334766548,
+ "lat": 43.3168924,
+ "lon": 5.3689934
+ },
+ {
+ "nodeId": 12334766547,
+ "lat": 43.3168494,
+ "lon": 5.369004
+ },
+ {
+ "nodeId": 11853940798,
+ "lat": 43.3167868,
+ "lon": 5.3690088
+ },
+ {
+ "nodeId": 4192180710,
+ "lat": 43.269369,
+ "lon": 5.3978949
+ },
+ {
+ "nodeId": 7640772301,
+ "lat": 43.2694027,
+ "lon": 5.3979506
+ },
+ {
+ "nodeId": 7640772299,
+ "lat": 43.2694381,
+ "lon": 5.3980147
+ },
+ {
+ "nodeId": 7640772300,
+ "lat": 43.2694649,
+ "lon": 5.3980634
+ },
+ {
+ "nodeId": 4192180712,
+ "lat": 43.2694967,
+ "lon": 5.3981229
+ },
+ {
+ "nodeId": 7640772298,
+ "lat": 43.2695337,
+ "lon": 5.398199
+ },
+ {
+ "nodeId": 2185516451,
+ "lat": 43.2695736,
+ "lon": 5.3982937
+ },
+ {
+ "nodeId": 7640772297,
+ "lat": 43.269606,
+ "lon": 5.3983722
+ },
+ {
+ "nodeId": 246674123,
+ "lat": 43.2696301,
+ "lon": 5.3984458
+ },
+ {
+ "nodeId": 2185516453,
+ "lat": 43.2696792,
+ "lon": 5.3986348
+ },
+ {
+ "nodeId": 1921658644,
+ "lat": 43.29603,
+ "lon": 5.4060465
+ },
+ {
+ "nodeId": 410335408,
+ "lat": 43.2960537,
+ "lon": 5.4060124
+ },
+ {
+ "nodeId": 12676167792,
+ "lat": 43.2960594,
+ "lon": 5.4060028
+ },
+ {
+ "nodeId": 3876695385,
+ "lat": 43.2960722,
+ "lon": 5.4059815
+ },
+ {
+ "nodeId": 1921658650,
+ "lat": 43.2960916,
+ "lon": 5.4059414
+ },
+ {
+ "nodeId": 1921658652,
+ "lat": 43.296108,
+ "lon": 5.4058932
+ },
+ {
+ "nodeId": 410335407,
+ "lat": 43.2961187,
+ "lon": 5.4058512
+ },
+ {
+ "nodeId": 6326448707,
+ "lat": 43.2961302,
+ "lon": 5.4057677
+ },
+ {
+ "nodeId": 1921658657,
+ "lat": 43.2961267,
+ "lon": 5.4058065
+ },
+ {
+ "nodeId": 1921658663,
+ "lat": 43.2961311,
+ "lon": 5.4057571
+ },
+ {
+ "nodeId": 1921658660,
+ "lat": 43.2961308,
+ "lon": 5.4056984
+ },
+ {
+ "nodeId": 6326448710,
+ "lat": 43.296049,
+ "lon": 5.4042356
+ },
+ {
+ "nodeId": 6326448711,
+ "lat": 43.2959413,
+ "lon": 5.402342
+ },
+ {
+ "nodeId": 269351315,
+ "lat": 43.2959335,
+ "lon": 5.4022058
+ },
+ {
+ "nodeId": 4230027499,
+ "lat": 43.2959242,
+ "lon": 5.4020576
+ },
+ {
+ "nodeId": 4230027597,
+ "lat": 43.2958848,
+ "lon": 5.4014079
+ },
+ {
+ "nodeId": 4230027596,
+ "lat": 43.2958815,
+ "lon": 5.4013513
+ },
+ {
+ "nodeId": 269351946,
+ "lat": 43.2958768,
+ "lon": 5.4012461
+ },
+ {
+ "nodeId": 6326448712,
+ "lat": 43.2958321,
+ "lon": 5.4005334
+ },
+ {
+ "nodeId": 1921658616,
+ "lat": 43.295841,
+ "lon": 5.4006643
+ },
+ {
+ "nodeId": 2459474578,
+ "lat": 43.2958146,
+ "lon": 5.4002498
+ },
+ {
+ "nodeId": 6326448713,
+ "lat": 43.2958067,
+ "lon": 5.4001201
+ },
+ {
+ "nodeId": 2459474580,
+ "lat": 43.2958227,
+ "lon": 5.400383
+ },
+ {
+ "nodeId": 6326448719,
+ "lat": 43.2956808,
+ "lon": 5.3980257
+ },
+ {
+ "nodeId": 33781155,
+ "lat": 43.2956713,
+ "lon": 5.3978684
+ },
+ {
+ "nodeId": 4230026888,
+ "lat": 43.2956633,
+ "lon": 5.3977235
+ },
+ {
+ "nodeId": 4230027367,
+ "lat": 43.2956041,
+ "lon": 5.3967532
+ },
+ {
+ "nodeId": 4230027366,
+ "lat": 43.2955999,
+ "lon": 5.3966781
+ },
+ {
+ "nodeId": 33781154,
+ "lat": 43.2955909,
+ "lon": 5.3965175
+ },
+ {
+ "nodeId": 8104018822,
+ "lat": 43.295451,
+ "lon": 5.3941081
+ },
+ {
+ "nodeId": 33781149,
+ "lat": 43.2954428,
+ "lon": 5.3939673
+ },
+ {
+ "nodeId": 33781150,
+ "lat": 43.2954238,
+ "lon": 5.3936519
+ },
+ {
+ "nodeId": 4230027348,
+ "lat": 43.2954129,
+ "lon": 5.3934644
+ },
+ {
+ "nodeId": 12146117937,
+ "lat": 43.2953678,
+ "lon": 5.3927443
+ },
+ {
+ "nodeId": 4230027326,
+ "lat": 43.295365,
+ "lon": 5.392693
+ },
+ {
+ "nodeId": 4230026862,
+ "lat": 43.2953531,
+ "lon": 5.3924739
+ },
+ {
+ "nodeId": 11473076048,
+ "lat": 43.295258,
+ "lon": 5.3909369
+ },
+ {
+ "nodeId": 33781148,
+ "lat": 43.2952496,
+ "lon": 5.3907994
+ },
+ {
+ "nodeId": 410334260,
+ "lat": 43.2951654,
+ "lon": 5.3892548
+ },
+ {
+ "nodeId": 1921658580,
+ "lat": 43.2951507,
+ "lon": 5.389164
+ },
+ {
+ "nodeId": 4213799371,
+ "lat": 43.3232565,
+ "lon": 5.4192992
+ },
+ {
+ "nodeId": 4213799372,
+ "lat": 43.3234627,
+ "lon": 5.4195986
+ },
+ {
+ "nodeId": 4213799373,
+ "lat": 43.3236723,
+ "lon": 5.4199166
+ },
+ {
+ "nodeId": 4213799374,
+ "lat": 43.3239005,
+ "lon": 5.4202689
+ },
+ {
+ "nodeId": 4213799376,
+ "lat": 43.3241383,
+ "lon": 5.4206472
+ },
+ {
+ "nodeId": 4213799377,
+ "lat": 43.3243636,
+ "lon": 5.4210439
+ },
+ {
+ "nodeId": 4213799378,
+ "lat": 43.3245508,
+ "lon": 5.4213762
+ },
+ {
+ "nodeId": 4213799379,
+ "lat": 43.3248754,
+ "lon": 5.4220012
+ },
+ {
+ "nodeId": 4213799381,
+ "lat": 43.3252584,
+ "lon": 5.4227788
+ },
+ {
+ "nodeId": 4194132389,
+ "lat": 43.2791299,
+ "lon": 5.3877745
+ },
+ {
+ "nodeId": 4194132291,
+ "lat": 43.2734299,
+ "lon": 5.3910609
+ },
+ {
+ "nodeId": 4194132290,
+ "lat": 43.2730744,
+ "lon": 5.3913107
+ },
+ {
+ "nodeId": 4194128688,
+ "lat": 43.2728197,
+ "lon": 5.391519
+ },
+ {
+ "nodeId": 452659414,
+ "lat": 43.286528,
+ "lon": 5.3837199
+ },
+ {
+ "nodeId": 4195860250,
+ "lat": 43.2863454,
+ "lon": 5.3837475
+ },
+ {
+ "nodeId": 2185516490,
+ "lat": 43.2861477,
+ "lon": 5.3838298
+ },
+ {
+ "nodeId": 4195860083,
+ "lat": 43.2856806,
+ "lon": 5.3840917
+ },
+ {
+ "nodeId": 4194129159,
+ "lat": 43.2853709,
+ "lon": 5.3842654
+ },
+ {
+ "nodeId": 4194132231,
+ "lat": 43.2845567,
+ "lon": 5.384721
+ },
+ {
+ "nodeId": 4195860080,
+ "lat": 43.2843745,
+ "lon": 5.3848235
+ },
+ {
+ "nodeId": 8174339151,
+ "lat": 43.3252942,
+ "lon": 5.4228498
+ },
+ {
+ "nodeId": 8174339148,
+ "lat": 43.3256458,
+ "lon": 5.4235475
+ },
+ {
+ "nodeId": 4213799617,
+ "lat": 43.3275459,
+ "lon": 5.4268077
+ },
+ {
+ "nodeId": 4213799619,
+ "lat": 43.3277826,
+ "lon": 5.4271179
+ },
+ {
+ "nodeId": 3544483658,
+ "lat": 43.2961954,
+ "lon": 5.3779134
+ },
+ {
+ "nodeId": 12365369138,
+ "lat": 43.2958748,
+ "lon": 5.378098
+ },
+ {
+ "nodeId": 3544483656,
+ "lat": 43.2957757,
+ "lon": 5.3781569
+ },
+ {
+ "nodeId": 12365369134,
+ "lat": 43.2957413,
+ "lon": 5.3781767
+ },
+ {
+ "nodeId": 3544483655,
+ "lat": 43.2955709,
+ "lon": 5.3782749
+ },
+ {
+ "nodeId": 3544483653,
+ "lat": 43.2953653,
+ "lon": 5.3783854
+ },
+ {
+ "nodeId": 4225949882,
+ "lat": 43.2952057,
+ "lon": 5.3784798
+ },
+ {
+ "nodeId": 3544483651,
+ "lat": 43.2951694,
+ "lon": 5.3785013
+ },
+ {
+ "nodeId": 4225949880,
+ "lat": 43.2948501,
+ "lon": 5.378681
+ },
+ {
+ "nodeId": 3544483648,
+ "lat": 43.2943356,
+ "lon": 5.3789705
+ },
+ {
+ "nodeId": 3544483646,
+ "lat": 43.2938371,
+ "lon": 5.3792537
+ },
+ {
+ "nodeId": 12365369139,
+ "lat": 43.2933987,
+ "lon": 5.3795074
+ },
+ {
+ "nodeId": 12917070490,
+ "lat": 43.2933087,
+ "lon": 5.3795578
+ },
+ {
+ "nodeId": 3544483644,
+ "lat": 43.2928269,
+ "lon": 5.3798278
+ },
+ {
+ "nodeId": 3544483642,
+ "lat": 43.2920264,
+ "lon": 5.3802826
+ },
+ {
+ "nodeId": 3544483640,
+ "lat": 43.2914818,
+ "lon": 5.380593
+ },
+ {
+ "nodeId": 3544483638,
+ "lat": 43.2911973,
+ "lon": 5.3807538
+ },
+ {
+ "nodeId": 3544483636,
+ "lat": 43.2908708,
+ "lon": 5.3809368
+ },
+ {
+ "nodeId": 3544483634,
+ "lat": 43.2908166,
+ "lon": 5.3809701
+ },
+ {
+ "nodeId": 6323330845,
+ "lat": 43.2907273,
+ "lon": 5.3810207
+ },
+ {
+ "nodeId": 3544483628,
+ "lat": 43.2899992,
+ "lon": 5.3814346
+ },
+ {
+ "nodeId": 13432885852,
+ "lat": 43.2899852,
+ "lon": 5.3814426
+ },
+ {
+ "nodeId": 6323330846,
+ "lat": 43.2894499,
+ "lon": 5.3817465
+ },
+ {
+ "nodeId": 3544483626,
+ "lat": 43.2893888,
+ "lon": 5.3817813
+ },
+ {
+ "nodeId": 6323330847,
+ "lat": 43.2893284,
+ "lon": 5.3818172
+ },
+ {
+ "nodeId": 12524032508,
+ "lat": 43.2887304,
+ "lon": 5.3821572
+ },
+ {
+ "nodeId": 3544483624,
+ "lat": 43.2886585,
+ "lon": 5.3821964
+ },
+ {
+ "nodeId": 12524032507,
+ "lat": 43.2885672,
+ "lon": 5.3822484
+ },
+ {
+ "nodeId": 3544483622,
+ "lat": 43.2877439,
+ "lon": 5.3827176
+ },
+ {
+ "nodeId": 3544483620,
+ "lat": 43.2871302,
+ "lon": 5.3830735
+ },
+ {
+ "nodeId": 3544483609,
+ "lat": 43.2869098,
+ "lon": 5.3831966
+ },
+ {
+ "nodeId": 333737820,
+ "lat": 43.3193736,
+ "lon": 5.3715638
+ },
+ {
+ "nodeId": 7640777183,
+ "lat": 43.3191538,
+ "lon": 5.3715926
+ },
+ {
+ "nodeId": 7640777182,
+ "lat": 43.3190294,
+ "lon": 5.3716118
+ },
+ {
+ "nodeId": 4200151692,
+ "lat": 43.318927,
+ "lon": 5.3716308
+ },
+ {
+ "nodeId": 7640777181,
+ "lat": 43.3188436,
+ "lon": 5.3716481
+ },
+ {
+ "nodeId": 7640777172,
+ "lat": 43.3187703,
+ "lon": 5.371668
+ },
+ {
+ "nodeId": 4218039737,
+ "lat": 43.3260687,
+ "lon": 5.3685421
+ },
+ {
+ "nodeId": 4218053493,
+ "lat": 43.3257347,
+ "lon": 5.3688624
+ },
+ {
+ "nodeId": 4218052280,
+ "lat": 43.3254783,
+ "lon": 5.3690917
+ },
+ {
+ "nodeId": 1037221893,
+ "lat": 43.2917225,
+ "lon": 5.4171017
+ },
+ {
+ "nodeId": 9906432304,
+ "lat": 43.2916983,
+ "lon": 5.4170903
+ },
+ {
+ "nodeId": 9504467008,
+ "lat": 43.29168,
+ "lon": 5.4170795
+ },
+ {
+ "nodeId": 1921675234,
+ "lat": 43.2916489,
+ "lon": 5.4170572
+ },
+ {
+ "nodeId": 1037221904,
+ "lat": 43.291625,
+ "lon": 5.4170381
+ },
+ {
+ "nodeId": 1921675232,
+ "lat": 43.291599,
+ "lon": 5.4170109
+ },
+ {
+ "nodeId": 9906432303,
+ "lat": 43.2915756,
+ "lon": 5.4169758
+ },
+ {
+ "nodeId": 1921675231,
+ "lat": 43.2915557,
+ "lon": 5.416935
+ },
+ {
+ "nodeId": 1921675229,
+ "lat": 43.2915425,
+ "lon": 5.4168954
+ },
+ {
+ "nodeId": 410340187,
+ "lat": 43.2915337,
+ "lon": 5.4168512
+ },
+ {
+ "nodeId": 1921675227,
+ "lat": 43.2915286,
+ "lon": 5.4168048
+ },
+ {
+ "nodeId": 1037221944,
+ "lat": 43.2915287,
+ "lon": 5.4167554
+ },
+ {
+ "nodeId": 9504467007,
+ "lat": 43.2915334,
+ "lon": 5.416703
+ },
+ {
+ "nodeId": 410340190,
+ "lat": 43.2915428,
+ "lon": 5.4166464
+ },
+ {
+ "nodeId": 1921658478,
+ "lat": 43.2918396,
+ "lon": 5.4149134
+ },
+ {
+ "nodeId": 9504463526,
+ "lat": 43.2918482,
+ "lon": 5.4148587
+ },
+ {
+ "nodeId": 1037221948,
+ "lat": 43.291856,
+ "lon": 5.4148025
+ },
+ {
+ "nodeId": 9504463525,
+ "lat": 43.2918606,
+ "lon": 5.4147477
+ },
+ {
+ "nodeId": 1921658482,
+ "lat": 43.291863,
+ "lon": 5.4146961
+ },
+ {
+ "nodeId": 410340195,
+ "lat": 43.2918636,
+ "lon": 5.4146507
+ },
+ {
+ "nodeId": 1921658480,
+ "lat": 43.2918624,
+ "lon": 5.4146019
+ },
+ {
+ "nodeId": 9906433109,
+ "lat": 43.2918604,
+ "lon": 5.4145552
+ },
+ {
+ "nodeId": 1037221940,
+ "lat": 43.2918349,
+ "lon": 5.4138949
+ },
+ {
+ "nodeId": 6677805543,
+ "lat": 43.2918341,
+ "lon": 5.4138487
+ },
+ {
+ "nodeId": 1921658475,
+ "lat": 43.2918349,
+ "lon": 5.4138155
+ },
+ {
+ "nodeId": 9504463524,
+ "lat": 43.2918381,
+ "lon": 5.4137783
+ },
+ {
+ "nodeId": 1037221900,
+ "lat": 43.2918452,
+ "lon": 5.4137432
+ },
+ {
+ "nodeId": 9504463523,
+ "lat": 43.2918552,
+ "lon": 5.4137052
+ },
+ {
+ "nodeId": 1921658484,
+ "lat": 43.2918683,
+ "lon": 5.4136712
+ },
+ {
+ "nodeId": 9906476980,
+ "lat": 43.2918829,
+ "lon": 5.4136376
+ },
+ {
+ "nodeId": 1280728858,
+ "lat": 43.2919467,
+ "lon": 5.4135124
+ },
+ {
+ "nodeId": 2369301677,
+ "lat": 43.2920044,
+ "lon": 5.4133979
+ },
+ {
+ "nodeId": 1037221950,
+ "lat": 43.2920632,
+ "lon": 5.413282
+ },
+ {
+ "nodeId": 6677805540,
+ "lat": 43.29277,
+ "lon": 5.4118985
+ },
+ {
+ "nodeId": 1921658492,
+ "lat": 43.2928649,
+ "lon": 5.4117098
+ },
+ {
+ "nodeId": 9907783639,
+ "lat": 43.2928789,
+ "lon": 5.4116739
+ },
+ {
+ "nodeId": 1921658518,
+ "lat": 43.2928903,
+ "lon": 5.4116371
+ },
+ {
+ "nodeId": 9504467006,
+ "lat": 43.2929023,
+ "lon": 5.4115901
+ },
+ {
+ "nodeId": 1921658524,
+ "lat": 43.2929105,
+ "lon": 5.4115367
+ },
+ {
+ "nodeId": 1921658526,
+ "lat": 43.2929155,
+ "lon": 5.4114944
+ },
+ {
+ "nodeId": 410340204,
+ "lat": 43.2929159,
+ "lon": 5.4114385
+ },
+ {
+ "nodeId": 410340206,
+ "lat": 43.2929137,
+ "lon": 5.411392
+ },
+ {
+ "nodeId": 1921658520,
+ "lat": 43.2928854,
+ "lon": 5.4110209
+ },
+ {
+ "nodeId": 6677805544,
+ "lat": 43.292841,
+ "lon": 5.410565
+ },
+ {
+ "nodeId": 410340209,
+ "lat": 43.2928119,
+ "lon": 5.4101501
+ },
+ {
+ "nodeId": 1921658488,
+ "lat": 43.292814,
+ "lon": 5.4100798
+ },
+ {
+ "nodeId": 1921658490,
+ "lat": 43.2928224,
+ "lon": 5.410025
+ },
+ {
+ "nodeId": 410340212,
+ "lat": 43.2928392,
+ "lon": 5.4099725
+ },
+ {
+ "nodeId": 1921658498,
+ "lat": 43.2928575,
+ "lon": 5.4099316
+ },
+ {
+ "nodeId": 1921658522,
+ "lat": 43.2928856,
+ "lon": 5.4098873
+ },
+ {
+ "nodeId": 1281070612,
+ "lat": 43.2929083,
+ "lon": 5.4098642
+ },
+ {
+ "nodeId": 1921658529,
+ "lat": 43.2929398,
+ "lon": 5.4098382
+ },
+ {
+ "nodeId": 410340214,
+ "lat": 43.2929802,
+ "lon": 5.4098151
+ },
+ {
+ "nodeId": 1921658531,
+ "lat": 43.2930416,
+ "lon": 5.409794
+ },
+ {
+ "nodeId": 1921658533,
+ "lat": 43.2931444,
+ "lon": 5.4097751
+ },
+ {
+ "nodeId": 410340217,
+ "lat": 43.2933526,
+ "lon": 5.4097422
+ },
+ {
+ "nodeId": 410340220,
+ "lat": 43.2934503,
+ "lon": 5.4097267
+ },
+ {
+ "nodeId": 1921658535,
+ "lat": 43.2936498,
+ "lon": 5.4096955
+ },
+ {
+ "nodeId": 6677850064,
+ "lat": 43.2938025,
+ "lon": 5.4096653
+ },
+ {
+ "nodeId": 6677850065,
+ "lat": 43.2942855,
+ "lon": 5.4095674
+ },
+ {
+ "nodeId": 1921658537,
+ "lat": 43.294309,
+ "lon": 5.4095625
+ },
+ {
+ "nodeId": 1921658539,
+ "lat": 43.2943409,
+ "lon": 5.4095473
+ },
+ {
+ "nodeId": 410340235,
+ "lat": 43.2943705,
+ "lon": 5.4095272
+ },
+ {
+ "nodeId": 1921658541,
+ "lat": 43.2943922,
+ "lon": 5.4095071
+ },
+ {
+ "nodeId": 1921658543,
+ "lat": 43.2944155,
+ "lon": 5.409477
+ },
+ {
+ "nodeId": 1921658544,
+ "lat": 43.2944368,
+ "lon": 5.4094417
+ },
+ {
+ "nodeId": 1921658546,
+ "lat": 43.2944526,
+ "lon": 5.4094071
+ },
+ {
+ "nodeId": 1921658548,
+ "lat": 43.2944668,
+ "lon": 5.4093678
+ },
+ {
+ "nodeId": 1281070499,
+ "lat": 43.294479,
+ "lon": 5.4093227
+ },
+ {
+ "nodeId": 1921658551,
+ "lat": 43.2945269,
+ "lon": 5.4091405
+ },
+ {
+ "nodeId": 1920052926,
+ "lat": 43.2965571,
+ "lon": 5.3777122
+ },
+ {
+ "nodeId": 12559034456,
+ "lat": 43.2965398,
+ "lon": 5.3777216
+ },
+ {
+ "nodeId": 12365369129,
+ "lat": 43.2964466,
+ "lon": 5.3777724
+ },
+ {
+ "nodeId": 1514975401,
+ "lat": 43.2964167,
+ "lon": 5.3777888
+ },
+ {
+ "nodeId": 12559034460,
+ "lat": 43.2962867,
+ "lon": 5.377862
+ },
+ {
+ "nodeId": 6324299974,
+ "lat": 43.2962073,
+ "lon": 5.3779067
+ },
+ {
+ "nodeId": 4194133700,
+ "lat": 43.2867348,
+ "lon": 5.3832961
+ },
+ {
+ "nodeId": 3544483605,
+ "lat": 43.2863437,
+ "lon": 5.3835179
+ },
+ {
+ "nodeId": 13183662779,
+ "lat": 43.2863364,
+ "lon": 5.383522
+ },
+ {
+ "nodeId": 12337454529,
+ "lat": 43.2862406,
+ "lon": 5.3835765
+ },
+ {
+ "nodeId": 12337454528,
+ "lat": 43.2861865,
+ "lon": 5.3836355
+ },
+ {
+ "nodeId": 12337454527,
+ "lat": 43.2861437,
+ "lon": 5.3837333
+ },
+ {
+ "nodeId": 12337454526,
+ "lat": 43.2861123,
+ "lon": 5.3838388
+ },
+ {
+ "nodeId": 12337454525,
+ "lat": 43.2860204,
+ "lon": 5.3839675
+ },
+ {
+ "nodeId": 12337454524,
+ "lat": 43.2859694,
+ "lon": 5.384016
+ },
+ {
+ "nodeId": 13183662782,
+ "lat": 43.28588,
+ "lon": 5.3840661
+ },
+ {
+ "nodeId": 12337454523,
+ "lat": 43.2857504,
+ "lon": 5.3841386
+ },
+ {
+ "nodeId": 12337454522,
+ "lat": 43.2856854,
+ "lon": 5.3842015
+ },
+ {
+ "nodeId": 12337454521,
+ "lat": 43.2856472,
+ "lon": 5.3842623
+ },
+ {
+ "nodeId": 13183662783,
+ "lat": 43.2855817,
+ "lon": 5.3843797
+ },
+ {
+ "nodeId": 13437306365,
+ "lat": 43.2851288,
+ "lon": 5.3851913
+ },
+ {
+ "nodeId": 13437306364,
+ "lat": 43.2851788,
+ "lon": 5.3851017
+ },
+ {
+ "nodeId": 13437306366,
+ "lat": 43.2844302,
+ "lon": 5.3864432
+ },
+ {
+ "nodeId": 13448200114,
+ "lat": 43.2840177,
+ "lon": 5.3871825
+ },
+ {
+ "nodeId": 13437306367,
+ "lat": 43.2839624,
+ "lon": 5.3872816
+ },
+ {
+ "nodeId": 13437306368,
+ "lat": 43.2838863,
+ "lon": 5.3874176
+ },
+ {
+ "nodeId": 13452825174,
+ "lat": 43.2838179,
+ "lon": 5.3875413
+ },
+ {
+ "nodeId": 13437306369,
+ "lat": 43.2832944,
+ "lon": 5.388488
+ },
+ {
+ "nodeId": 13448200124,
+ "lat": 43.2831172,
+ "lon": 5.388845
+ },
+ {
+ "nodeId": 13541334254,
+ "lat": 43.2830989,
+ "lon": 5.3888819
+ },
+ {
+ "nodeId": 13437306372,
+ "lat": 43.2828578,
+ "lon": 5.3893675
+ },
+ {
+ "nodeId": 13437306373,
+ "lat": 43.2825168,
+ "lon": 5.3900088
+ },
+ {
+ "nodeId": 13437306374,
+ "lat": 43.2821054,
+ "lon": 5.3907667
+ },
+ {
+ "nodeId": 13452825197,
+ "lat": 43.280807,
+ "lon": 5.3931416
+ },
+ {
+ "nodeId": 13452825191,
+ "lat": 43.2800378,
+ "lon": 5.3945487
+ },
+ {
+ "nodeId": 13437306375,
+ "lat": 43.2796783,
+ "lon": 5.3952055
+ },
+ {
+ "nodeId": 13452825158,
+ "lat": 43.2792951,
+ "lon": 5.3959052
+ },
+ {
+ "nodeId": 13437306376,
+ "lat": 43.2777363,
+ "lon": 5.3987505
+ },
+ {
+ "nodeId": 13541334256,
+ "lat": 43.2776999,
+ "lon": 5.3988153
+ },
+ {
+ "nodeId": 13541334262,
+ "lat": 43.2776799,
+ "lon": 5.398851
+ },
+ {
+ "nodeId": 13437306377,
+ "lat": 43.2776415,
+ "lon": 5.3989194
+ },
+ {
+ "nodeId": 12337454516,
+ "lat": 43.2775731,
+ "lon": 5.3990118
+ },
+ {
+ "nodeId": 12337454515,
+ "lat": 43.277498,
+ "lon": 5.3990842
+ },
+ {
+ "nodeId": 12337454514,
+ "lat": 43.2773323,
+ "lon": 5.3991561
+ },
+ {
+ "nodeId": 13437306378,
+ "lat": 43.2772365,
+ "lon": 5.3991749
+ },
+ {
+ "nodeId": 13437306379,
+ "lat": 43.2771916,
+ "lon": 5.3991873
+ },
+ {
+ "nodeId": 13446498028,
+ "lat": 43.2767133,
+ "lon": 5.3993143
+ },
+ {
+ "nodeId": 13437306380,
+ "lat": 43.2760557,
+ "lon": 5.3994888
+ },
+ {
+ "nodeId": 12337440500,
+ "lat": 43.275125,
+ "lon": 5.3997358
+ },
+ {
+ "nodeId": 11853940793,
+ "lat": 43.274911,
+ "lon": 5.3997972
+ },
+ {
+ "nodeId": 13437413015,
+ "lat": 43.2747158,
+ "lon": 5.3998671
+ },
+ {
+ "nodeId": 13437413016,
+ "lat": 43.2746141,
+ "lon": 5.3999098
+ },
+ {
+ "nodeId": 9949824549,
+ "lat": 43.2745578,
+ "lon": 5.3999357
+ },
+ {
+ "nodeId": 13437306381,
+ "lat": 43.2744292,
+ "lon": 5.400007
+ },
+ {
+ "nodeId": 9949824550,
+ "lat": 43.274397,
+ "lon": 5.4000248
+ },
+ {
+ "nodeId": 13437306382,
+ "lat": 43.2740985,
+ "lon": 5.4002139
+ },
+ {
+ "nodeId": 9949824551,
+ "lat": 43.2738584,
+ "lon": 5.400366
+ },
+ {
+ "nodeId": 11932786640,
+ "lat": 43.2730761,
+ "lon": 5.4008642
+ },
+ {
+ "nodeId": 11853940792,
+ "lat": 43.2725491,
+ "lon": 5.4011997
+ },
+ {
+ "nodeId": 13437413022,
+ "lat": 43.2725337,
+ "lon": 5.4012095
+ },
+ {
+ "nodeId": 13452221292,
+ "lat": 43.2720358,
+ "lon": 5.4015282
+ },
+ {
+ "nodeId": 13452221291,
+ "lat": 43.2718598,
+ "lon": 5.4016408
+ },
+ {
+ "nodeId": 13460680029,
+ "lat": 43.270928,
+ "lon": 5.4022396
+ },
+ {
+ "nodeId": 13437413062,
+ "lat": 43.2708931,
+ "lon": 5.4022622
+ },
+ {
+ "nodeId": 13437413063,
+ "lat": 43.2704046,
+ "lon": 5.402579
+ },
+ {
+ "nodeId": 13437413065,
+ "lat": 43.270196,
+ "lon": 5.4027143
+ },
+ {
+ "nodeId": 9949824552,
+ "lat": 43.2701328,
+ "lon": 5.4027553
+ },
+ {
+ "nodeId": 9949824553,
+ "lat": 43.26975,
+ "lon": 5.4029215
+ },
+ {
+ "nodeId": 13437413069,
+ "lat": 43.269617,
+ "lon": 5.4029584
+ },
+ {
+ "nodeId": 9949824554,
+ "lat": 43.2694279,
+ "lon": 5.4030109
+ },
+ {
+ "nodeId": 9949824555,
+ "lat": 43.2693049,
+ "lon": 5.4030229
+ },
+ {
+ "nodeId": 12292382675,
+ "lat": 43.2691491,
+ "lon": 5.4030214
+ },
+ {
+ "nodeId": 13437413068,
+ "lat": 43.2690557,
+ "lon": 5.4030117
+ },
+ {
+ "nodeId": 9949824556,
+ "lat": 43.2690076,
+ "lon": 5.4030067
+ },
+ {
+ "nodeId": 13437413067,
+ "lat": 43.2689945,
+ "lon": 5.4030031
+ },
+ {
+ "nodeId": 13437413066,
+ "lat": 43.2689416,
+ "lon": 5.4029884
+ },
+ {
+ "nodeId": 9957253802,
+ "lat": 43.2688727,
+ "lon": 5.4029692
+ },
+ {
+ "nodeId": 9949824557,
+ "lat": 43.2687403,
+ "lon": 5.402922
+ },
+ {
+ "nodeId": 11853940790,
+ "lat": 43.2686207,
+ "lon": 5.4028592
+ },
+ {
+ "nodeId": 13437413064,
+ "lat": 43.2683317,
+ "lon": 5.4026769
+ },
+ {
+ "nodeId": 10207638431,
+ "lat": 43.2680562,
+ "lon": 5.4025031
+ },
+ {
+ "nodeId": 9949824559,
+ "lat": 43.2678175,
+ "lon": 5.402352
+ },
+ {
+ "nodeId": 9949824560,
+ "lat": 43.2677333,
+ "lon": 5.4023211
+ },
+ {
+ "nodeId": 12641552898,
+ "lat": 43.267613,
+ "lon": 5.4023177
+ },
+ {
+ "nodeId": 13545553430,
+ "lat": 43.267506,
+ "lon": 5.4023456
+ },
+ {
+ "nodeId": 9949824563,
+ "lat": 43.2668735,
+ "lon": 5.4026521
+ },
+ {
+ "nodeId": 12641552899,
+ "lat": 43.2666466,
+ "lon": 5.4027722
+ },
+ {
+ "nodeId": 13418425100,
+ "lat": 43.2660077,
+ "lon": 5.4031104
+ },
+ {
+ "nodeId": 10816629057,
+ "lat": 43.265502,
+ "lon": 5.4033781
+ },
+ {
+ "nodeId": 13437413070,
+ "lat": 43.2654823,
+ "lon": 5.4033882
+ },
+ {
+ "nodeId": 13437413071,
+ "lat": 43.2649502,
+ "lon": 5.4036616
+ },
+ {
+ "nodeId": 13437413073,
+ "lat": 43.264761,
+ "lon": 5.4037588
+ },
+ {
+ "nodeId": 13437413072,
+ "lat": 43.2646275,
+ "lon": 5.4038274
+ },
+ {
+ "nodeId": 9949824566,
+ "lat": 43.2639047,
+ "lon": 5.4041988
+ },
+ {
+ "nodeId": 13437413074,
+ "lat": 43.2636623,
+ "lon": 5.4042831
+ },
+ {
+ "nodeId": 13526738986,
+ "lat": 43.2633473,
+ "lon": 5.4043871
+ },
+ {
+ "nodeId": 11853940788,
+ "lat": 43.2632445,
+ "lon": 5.4044284
+ },
+ {
+ "nodeId": 9949824567,
+ "lat": 43.2629473,
+ "lon": 5.4045073
+ },
+ {
+ "nodeId": 13437413079,
+ "lat": 43.2629102,
+ "lon": 5.4044991
+ },
+ {
+ "nodeId": 13437413078,
+ "lat": 43.2628637,
+ "lon": 5.4044889
+ },
+ {
+ "nodeId": 13437413077,
+ "lat": 43.262764,
+ "lon": 5.404467
+ },
+ {
+ "nodeId": 13437413076,
+ "lat": 43.2626969,
+ "lon": 5.4044522
+ },
+ {
+ "nodeId": 12416491255,
+ "lat": 43.262348,
+ "lon": 5.4043755
+ },
+ {
+ "nodeId": 12416491253,
+ "lat": 43.2622424,
+ "lon": 5.4043632
+ },
+ {
+ "nodeId": 11853940787,
+ "lat": 43.2621909,
+ "lon": 5.4043752
+ },
+ {
+ "nodeId": 13184713013,
+ "lat": 43.2621475,
+ "lon": 5.4043965
+ },
+ {
+ "nodeId": 9949824572,
+ "lat": 43.2620731,
+ "lon": 5.4044647
+ },
+ {
+ "nodeId": 13437413075,
+ "lat": 43.2620427,
+ "lon": 5.4045139
+ },
+ {
+ "nodeId": 9949824574,
+ "lat": 43.261704,
+ "lon": 5.4050945
+ },
+ {
+ "nodeId": 13437413080,
+ "lat": 43.26167,
+ "lon": 5.4051495
+ },
+ {
+ "nodeId": 13437413082,
+ "lat": 43.2616509,
+ "lon": 5.4051805
+ },
+ {
+ "nodeId": 13437413081,
+ "lat": 43.2616431,
+ "lon": 5.405193
+ },
+ {
+ "nodeId": 13437413083,
+ "lat": 43.2613215,
+ "lon": 5.4057135
+ },
+ {
+ "nodeId": 9949824575,
+ "lat": 43.2608922,
+ "lon": 5.4064083
+ },
+ {
+ "nodeId": 13437413084,
+ "lat": 43.2607877,
+ "lon": 5.4065742
+ },
+ {
+ "nodeId": 11853940786,
+ "lat": 43.2607004,
+ "lon": 5.4067127
+ },
+ {
+ "nodeId": 9949824578,
+ "lat": 43.2602248,
+ "lon": 5.4074591
+ },
+ {
+ "nodeId": 13437413085,
+ "lat": 43.2601848,
+ "lon": 5.4075252
+ },
+ {
+ "nodeId": 9949824580,
+ "lat": 43.2598253,
+ "lon": 5.40812
+ },
+ {
+ "nodeId": 9949824581,
+ "lat": 43.2593231,
+ "lon": 5.408903
+ },
+ {
+ "nodeId": 12416491258,
+ "lat": 43.2591879,
+ "lon": 5.4091039
+ },
+ {
+ "nodeId": 9949824583,
+ "lat": 43.2591218,
+ "lon": 5.4091861
+ },
+ {
+ "nodeId": 13437413086,
+ "lat": 43.2591022,
+ "lon": 5.4092077
+ },
+ {
+ "nodeId": 12416491256,
+ "lat": 43.2590671,
+ "lon": 5.4092465
+ },
+ {
+ "nodeId": 9949824584,
+ "lat": 43.2587969,
+ "lon": 5.4094611
+ },
+ {
+ "nodeId": 9949824585,
+ "lat": 43.2582043,
+ "lon": 5.4098986
+ },
+ {
+ "nodeId": 13437413088,
+ "lat": 43.2581147,
+ "lon": 5.4099666
+ },
+ {
+ "nodeId": 13437413087,
+ "lat": 43.2580554,
+ "lon": 5.4100116
+ },
+ {
+ "nodeId": 13437413089,
+ "lat": 43.2579122,
+ "lon": 5.4101203
+ },
+ {
+ "nodeId": 13437413090,
+ "lat": 43.2578083,
+ "lon": 5.4101992
+ },
+ {
+ "nodeId": 13437413019,
+ "lat": 43.2571388,
+ "lon": 5.4107073
+ },
+ {
+ "nodeId": 9949780131,
+ "lat": 43.2571192,
+ "lon": 5.4107222
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/marseille/icon.ico b/src/app/(game)/marseille/icon.ico
new file mode 100644
index 0000000..9c50201
Binary files /dev/null and b/src/app/(game)/marseille/icon.ico differ
diff --git a/src/app/(game)/marseille/opengraph-image.jpg b/src/app/(game)/marseille/opengraph-image.jpg
new file mode 100644
index 0000000..380d622
Binary files /dev/null and b/src/app/(game)/marseille/opengraph-image.jpg differ
diff --git a/src/app/(game)/marseille/page.tsx b/src/app/(game)/marseille/page.tsx
new file mode 100644
index 0000000..2b1e286
--- /dev/null
+++ b/src/app/(game)/marseille/page.tsx
@@ -0,0 +1,34 @@
+import GamePage from '@/components/GamePage'
+import Main from '@/components/Main'
+import { Provider } from '@/lib/configContext'
+import { DataFeatureCollection, RoutesFeatureCollection } from '@/lib/types'
+import 'mapbox-gl/dist/mapbox-gl.css'
+import { Inter } from 'next/font/google'
+import 'react-circular-progressbar/dist/styles.css'
+import config from './config'
+import data from './data/features.json'
+import routes from './data/routes.json'
+
+const font = Inter({
+ subsets: ['latin'],
+ display: 'swap',
+})
+
+const fc = {
+ ...data,
+ features: data.features.filter((f) => !!config.LINES[f.properties.line]),
+} as DataFeatureCollection
+
+const routesFc = routes as RoutesFeatureCollection
+
+export const metadata = config.METADATA
+
+export default function Toulouse() {
+ return (
+
+
+
+
+
+ )
+}
diff --git a/src/app/(game)/montpellier/config.ts b/src/app/(game)/montpellier/config.ts
new file mode 100644
index 0000000..5577244
--- /dev/null
+++ b/src/app/(game)/montpellier/config.ts
@@ -0,0 +1,88 @@
+import { Config, Line } from '@/lib/types'
+import { MapboxOptions } from 'mapbox-gl'
+import { Metadata } from 'next'
+
+export const BEG_THRESHOLD = 0.5
+
+export const LINES: {
+ [name: string]: Line
+} = {
+ Montpellier1: {
+ name: '1',
+ color: '#005BA1',
+ backgroundColor: '#002D51',
+ textColor: '#FFFFFF',
+ order: 1,
+ },
+ Montpellier2: {
+ name: '2',
+ color: '#F18E00',
+ backgroundColor: '#784700',
+ textColor: '#FFFFFF',
+ order: 2,
+ },
+ Montpellier3: {
+ name: '3',
+ color: '#CBD300',
+ backgroundColor: '#656A00',
+ textColor: '#FFFFFF',
+ order: 3,
+ },
+ Montpellier4: {
+ name: '4',
+ color: '#4A2A15',
+ backgroundColor: '#25150A',
+ textColor: '#FFFFFF',
+ order: 4,
+ },
+ Montpellier5: {
+ name: '5',
+ color: '#2D7431',
+ backgroundColor: '#163A18',
+ textColor: '#FFFFFF',
+ order: 5,
+ },
+}
+
+export const METADATA: Metadata = {
+ title: 'Montpellier Metro Memory',
+ description: 'Combien de stations de métro de Montpellier connaissez-vous ?',
+ openGraph: {
+ title: 'Montpellier Metro Memory',
+ description:
+ 'Combien de stations de Metro pouvez-vous nommer par cœur ? Jouez au Metro Memory de Montpellier et découvrez-le !',
+ type: 'website',
+ locale: 'fr_FR',
+ url: 'https://metro-memory.com/montpellier',
+ },
+}
+
+export const MAP_CONFIG: MapboxOptions = {
+ container: 'map',
+ style: 'mapbox://styles/benjamintd/cls4h02hy019201qygvumc0nb',
+ minZoom: 6,
+ fadeDuration: 50,
+ dragRotate: false,
+}
+
+export const STRIPE_LINK = 'https://buy.stripe.com/cN2aFb0nI1rI9bi5km'
+
+export const CITY_NAME = 'montpellier'
+
+export const LOCALE = 'fr'
+
+export const MAP_FROM_DATA = true
+
+const config: Config = {
+ GAUGE_COLORS: 'inverted',
+ MAP_FROM_DATA,
+ LOCALE,
+ STRIPE_LINK,
+ CITY_NAME,
+ MAP_CONFIG,
+ METADATA,
+ LINES,
+ BEG_THRESHOLD,
+}
+
+export default config
diff --git a/src/app/(game)/montpellier/data/download-osm-raw-data.ts b/src/app/(game)/montpellier/data/download-osm-raw-data.ts
new file mode 100644
index 0000000..e57560d
--- /dev/null
+++ b/src/app/(game)/montpellier/data/download-osm-raw-data.ts
@@ -0,0 +1,297 @@
+import axios from 'axios'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+const osmApi = axios.create({
+ baseURL: 'https://www.openstreetmap.org/api/0.6/',
+})
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ Montpellier1: {
+ name: '1',
+ osm: {
+ relationIds: [4107815],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#005BA1',
+ },
+ Montpellier2: {
+ name: '2',
+ osm: {
+ relationIds: [4107772],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#F18E00',
+ },
+ Montpellier3: {
+ name: '3',
+ osm: {
+ relationIds: [4107865],
+ extraStationNodeIds: [3127567487, 1680725835],
+ extraRouteWayIds: [
+ 307563698, 208440292, 307170833, 208440295, 208440294, 307563691,
+ 1355961353, 1355961354, 307563703, 1355961355, 1355961356, 208440293,
+ 1355961357, 306902199,
+ ],
+ },
+ color: '#CBD300',
+ },
+ Montpellier4: {
+ name: '4',
+ osm: {
+ relationIds: [1852816],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#4A2A15',
+ },
+ Montpellier5: {
+ name: '5',
+ osm: {
+ relationIds: [19846275],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#2D7431',
+ },
+}
+
+/**
+ * Retrieve IDs of stations (node in OSM) and routes (path of the line; way in OSM) for a given relation ID.
+ * If the relation includes child relations (e.g., relation is a route_master and includes multiple routes),
+ * those are retrieved as well (recursively).
+ */
+async function getOsmRelationsDetails(relationIds: number[]): Promise<
+ {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+> {
+ const relationsDetails: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[] = []
+ await Promise.all(
+ relationIds.map(async (relationId) => {
+ const stationsNodeIds: number[] = []
+ const routesWayIds: number[] = []
+ const response = await osmApi.get(`relation/${relationId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'relation' || element.id !== relationId) continue
+ for (const member of element.members as {
+ type: string
+ ref: number
+ role: string
+ }[]) {
+ if (member.type === 'relation') {
+ const relationDetails = await getOsmRelationsDetails([member.ref])
+ relationsDetails.push(...relationDetails)
+ } else if (member.type === 'node' && member.role.startsWith('stop')) {
+ stationsNodeIds.push(member.ref)
+ } else if (member.type === 'way' && member.role === '') {
+ // we ignore ways with role platform*
+ routesWayIds.push(member.ref)
+ }
+ }
+ }
+ relationsDetails.push({ relationId, stationsNodeIds, routesWayIds })
+ }),
+ )
+ return relationsDetails
+}
+
+/**
+ * Retrieve details (name, lat, lon) for each station in a list of stations (OSM node IDs)
+ */
+async function getOsmStationsDetails(
+ stationsNodeIds: number[],
+): Promise<{ nodeId: number; name: string; lat: number; lon: number }[]> {
+ const stationsDetails: {
+ nodeId: number
+ name: string
+ lat: number
+ lon: number
+ }[] = []
+ await Promise.all(
+ stationsNodeIds.map(async (nodeId) => {
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ stationsDetails.push({
+ nodeId,
+ name: element.tags.name,
+ lat: element.lat,
+ lon: element.lon,
+ })
+ }
+ }),
+ )
+ return stationsDetails
+}
+
+/**
+ * Retrieve list of coordinates (lat, lon) for each way in a list of OSM way IDs
+ */
+async function getOsmWaysDetails(wayIds: number[]): Promise<{
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; lat: number; lon: number }[]
+}> {
+ const ways: {
+ wayId: number
+ nodeIds: number[]
+ }[] = []
+ await Promise.all(
+ wayIds.map(async (wayId) => {
+ const response = await osmApi.get(`way/${wayId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'way' || element.id !== wayId) continue
+ ways.push({ wayId, nodeIds: element.nodes })
+ }
+ }),
+ )
+
+ const uniqueNodeIds = [...new Set(ways.map((way) => way.nodeIds).flat())]
+ console.debug(
+ `Fetched node IDs for ${ways.length} ways, now fetching details for ${uniqueNodeIds.length} nodes ...`,
+ )
+ const nodes: { nodeId: number; lat: number; lon: number }[] = []
+ await Promise.all(
+ uniqueNodeIds.map(async (nodeId, ix) => {
+ // very naive DoS protection: wait a bit for each request, to have max ~30 req/second
+ await wait(30 * ix)
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ const { lat, lon } = element
+ nodes.push({ nodeId, lat, lon })
+ }
+ if ((ix + 1) % 10 === 0)
+ console.debug(` Finished request #${ix + 1}/${uniqueNodeIds.length}`)
+ }),
+ )
+ return { ways, nodes }
+}
+
+async function wait(ms: number): Promise {
+ return new Promise((resolve) => setTimeout(resolve, ms))
+}
+
+const main = async () => {
+ // get OSM IDs of stops and routes
+ console.debug(
+ `Fetching stations and routes for ${
+ Object.keys(linesMetadata).length
+ } lines...`,
+ )
+ const relationsDetailsPerLine: SourceJson['lines'] = await Promise.all(
+ Object.entries(linesMetadata).map(async ([lineId, lineMetadata]) => {
+ const relations = await getOsmRelationsDetails(
+ lineMetadata.osm.relationIds,
+ )
+ return {
+ lineId,
+ relations,
+ extraStationNodeIds: lineMetadata.osm.extraStationNodeIds ?? [],
+ extraRouteWayIds: lineMetadata.osm.extraRouteWayIds ?? [],
+ }
+ }),
+ )
+
+ const uniqueStationsNodeIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...lineDetails.extraStationNodeIds,
+ ])
+ .flat(),
+ ),
+ ]
+ const uniqueRoutesWayIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.routesWayIds)
+ .flat(),
+ ...lineDetails.extraRouteWayIds,
+ ])
+ .flat(),
+ ),
+ ]
+ console.debug(
+ `Fetched ${uniqueStationsNodeIds.length} unique station node IDs and ${uniqueRoutesWayIds.length} route way IDs`,
+ )
+
+ // get details of stations and routes
+ console.debug(`Fetching details for ${uniqueStationsNodeIds.length} nodes...`)
+ const stationsDetails = await getOsmStationsDetails(uniqueStationsNodeIds)
+ console.debug(`Fetched details for ${uniqueStationsNodeIds.length} nodes`)
+
+ console.debug(`Fetching details for ${uniqueRoutesWayIds.length} ways...`)
+ const waysDetails = await getOsmWaysDetails(uniqueRoutesWayIds)
+ console.debug(`Fetched details for ${uniqueRoutesWayIds.length} ways`)
+
+ console.debug(`Saving data...`)
+
+ // store station node IDs for easier lookup
+ const setStationNodeIds = new Set(
+ stationsDetails.map((station) => station.nodeId),
+ )
+
+ // save data to source.json
+ const sourceData: SourceJson = {
+ lines: relationsDetailsPerLine,
+ ways: waysDetails.ways,
+ nodes: [
+ ...stationsDetails,
+ ...waysDetails.nodes.filter(
+ (node) => setStationNodeIds.has(node.nodeId) === false,
+ ),
+ ],
+ }
+ await fs.writeFile(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/montpellier/data',
+ './source.json',
+ ),
+ JSON.stringify(sourceData, null, 2),
+ 'utf8',
+ )
+}
+
+main()
diff --git a/src/app/(game)/montpellier/data/features.json b/src/app/(game)/montpellier/data/features.json
new file mode 100644
index 0000000..3c1b888
--- /dev/null
+++ b/src/app/(game)/montpellier/data/features.json
@@ -0,0 +1,2356 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8198414,
+ 43.6162888
+ ]
+ },
+ "properties": {
+ "id": 1,
+ "name": "Mosson",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 1
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8174028,
+ 43.6213447
+ ]
+ },
+ "properties": {
+ "id": 2,
+ "name": "Stade de la Mosson",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 2
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.817535,
+ 43.627657
+ ]
+ },
+ "properties": {
+ "id": 3,
+ "name": "Halles de la Paillade",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 3
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8212159,
+ 43.6306548
+ ]
+ },
+ "properties": {
+ "id": 4,
+ "name": "Saint-Paul",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 4
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.822705,
+ 43.6364094
+ ]
+ },
+ "properties": {
+ "id": 5,
+ "name": "Hauts de Massane",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 5
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8277875,
+ 43.6390018
+ ]
+ },
+ "properties": {
+ "id": 6,
+ "name": "Euromédecine",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 6
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.833307,
+ 43.6345296
+ ]
+ },
+ "properties": {
+ "id": 7,
+ "name": "Malbosc - Domaine d'Ô",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 7
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8430936,
+ 43.6316307
+ ]
+ },
+ "properties": {
+ "id": 8,
+ "name": "Château d'Ô",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 8
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8484797,
+ 43.634628
+ ]
+ },
+ "properties": {
+ "id": 9,
+ "name": "Occitanie - Hôpitaux-Facultés",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 9
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8525608,
+ 43.6316751
+ ]
+ },
+ "properties": {
+ "id": 10,
+ "name": "Hôpital Lapeyronie",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 10
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8616709,
+ 43.6291563
+ ]
+ },
+ "properties": {
+ "id": 11,
+ "name": "Université Montpellier - Triolet",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 11
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8657829,
+ 43.6269229
+ ]
+ },
+ "properties": {
+ "id": 12,
+ "name": "Saint-Éloi",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 12
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8681444,
+ 43.6224984
+ ]
+ },
+ "properties": {
+ "id": 13,
+ "name": "Boutonnet - Cité des Arts",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 13
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8694871,
+ 43.6189067
+ ]
+ },
+ "properties": {
+ "id": 14,
+ "name": "Stade Philippidès",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 14
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8741502,
+ 43.6164538
+ ]
+ },
+ "properties": {
+ "id": 15,
+ "name": "Albert 1er - Saint-Charles",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 15
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8782032,
+ 43.6147274
+ ]
+ },
+ "properties": {
+ "id": 16,
+ "name": "Louis Blanc - Agora de la Danse",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 16
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.881957,
+ 43.6142561
+ ]
+ },
+ "properties": {
+ "id": 17,
+ "name": "Corum",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 17
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8797702,
+ 43.6084079
+ ]
+ },
+ "properties": {
+ "id": 18,
+ "name": "Comédie",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 18
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8801992,
+ 43.6056584
+ ]
+ },
+ "properties": {
+ "id": 19,
+ "name": "Gare Saint-Roch",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 19
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8833017,
+ 43.6071804
+ ]
+ },
+ "properties": {
+ "id": 20,
+ "name": "Du Guesclin",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 20
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8866898,
+ 43.6086092
+ ]
+ },
+ "properties": {
+ "id": 21,
+ "name": "Antigone",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 21
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8902941,
+ 43.6088993
+ ]
+ },
+ "properties": {
+ "id": 22,
+ "name": "Léon Blum",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 22
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8939097,
+ 43.6072981
+ ]
+ },
+ "properties": {
+ "id": 23,
+ "name": "Place de l'Europe",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 23
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8948979,
+ 43.6040961
+ ]
+ },
+ "properties": {
+ "id": 24,
+ "name": "Rives du Lez",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 24
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8955449,
+ 43.6005714
+ ]
+ },
+ "properties": {
+ "id": 25,
+ "name": "Moularès (Hôtel de Ville)",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 25
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8997688,
+ 43.6016281
+ ]
+ },
+ "properties": {
+ "id": 26,
+ "name": "Port Marianne",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 26
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9041182,
+ 43.6027649
+ ]
+ },
+ "properties": {
+ "id": 27,
+ "name": "Mondial 98",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 27
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9100221,
+ 43.6033557
+ ]
+ },
+ "properties": {
+ "id": 28,
+ "name": "Millénaire",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 28
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9157934,
+ 43.6037388
+ ]
+ },
+ "properties": {
+ "id": 29,
+ "name": "Place de France",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 29
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9203673,
+ 43.6038356
+ ]
+ },
+ "properties": {
+ "id": 30,
+ "name": "Odysseum",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 30
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9222244,
+ 43.5968999
+ ]
+ },
+ "properties": {
+ "id": 31,
+ "name": "Gare Sud de France",
+ "alternateNames": [],
+ "line": "Montpellier1",
+ "order": 1
+ },
+ "id": 31
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8306564,
+ 43.5748738
+ ]
+ },
+ "properties": {
+ "id": 32,
+ "name": "Saint-Jean-de-Védas Centre",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 32
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8379052,
+ 43.5708282
+ ]
+ },
+ "properties": {
+ "id": 33,
+ "name": "Saint-Jean-le-Sec",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 33
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8444363,
+ 43.5719919
+ ]
+ },
+ "properties": {
+ "id": 34,
+ "name": "La Condamine",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 34
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8499642,
+ 43.5752209
+ ]
+ },
+ "properties": {
+ "id": 35,
+ "name": "Victoire 2",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 35
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8601051,
+ 43.583879
+ ]
+ },
+ "properties": {
+ "id": 36,
+ "name": "Sabines",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 36
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.865695,
+ 43.5888673
+ ]
+ },
+ "properties": {
+ "id": 37,
+ "name": "Villeneuve d'Angoulême",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 37
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8664382,
+ 43.5925048
+ ]
+ },
+ "properties": {
+ "id": 38,
+ "name": "Croix d'Argent",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 38
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8679574,
+ 43.5955627
+ ]
+ },
+ "properties": {
+ "id": 39,
+ "name": "Mas Drevon",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 39
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8731927,
+ 43.59358
+ ]
+ },
+ "properties": {
+ "id": 40,
+ "name": "Lemasson",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 40
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8760145,
+ 43.594954
+ ]
+ },
+ "properties": {
+ "id": 41,
+ "name": "Saint-Cléophas",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 41
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8756775,
+ 43.5994208
+ ]
+ },
+ "properties": {
+ "id": 42,
+ "name": "Nouveau Saint-Roch",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 42
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8761818,
+ 43.6030665
+ ]
+ },
+ "properties": {
+ "id": 43,
+ "name": "Rondelet",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 43
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8802526,
+ 43.6056635
+ ]
+ },
+ "properties": {
+ "id": 44,
+ "name": "Gare Saint-Roch",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 44
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8798137,
+ 43.6083781
+ ]
+ },
+ "properties": {
+ "id": 45,
+ "name": "Comédie",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 45
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8818054,
+ 43.6144182
+ ]
+ },
+ "properties": {
+ "id": 46,
+ "name": "Corum",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 46
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8835972,
+ 43.6170502
+ ]
+ },
+ "properties": {
+ "id": 47,
+ "name": "Beaux-Arts",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 47
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8840706,
+ 43.6204816
+ ]
+ },
+ "properties": {
+ "id": 48,
+ "name": "Jeu de Mail des Abbés",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 48
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8833184,
+ 43.626274
+ ]
+ },
+ "properties": {
+ "id": 49,
+ "name": "Aiguelongue",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 49
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8887704,
+ 43.6267745
+ ]
+ },
+ "properties": {
+ "id": 50,
+ "name": "Saint-Lazare",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 50
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8978384,
+ 43.628648
+ ]
+ },
+ "properties": {
+ "id": 51,
+ "name": "Charles de Gaulle",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 51
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9026917,
+ 43.6301681
+ ]
+ },
+ "properties": {
+ "id": 52,
+ "name": "Clairval",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 52
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.90911,
+ 43.6314509
+ ]
+ },
+ "properties": {
+ "id": 53,
+ "name": "La Galine",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 53
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9158063,
+ 43.6327881
+ ]
+ },
+ "properties": {
+ "id": 54,
+ "name": "Centurions",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 54
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9223924,
+ 43.6342577
+ ]
+ },
+ "properties": {
+ "id": 55,
+ "name": "Notre-Dame de Sablassou",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 55
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9248354,
+ 43.638641
+ ]
+ },
+ "properties": {
+ "id": 56,
+ "name": "Aube Rouge",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 56
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9294517,
+ 43.6468218
+ ]
+ },
+ "properties": {
+ "id": 57,
+ "name": "Via Domitia",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 57
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9209977,
+ 43.6493853
+ ]
+ },
+ "properties": {
+ "id": 58,
+ "name": "Georges Pompidou",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 58
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9128047,
+ 43.6545596
+ ]
+ },
+ "properties": {
+ "id": 59,
+ "name": "Jacou",
+ "alternateNames": [],
+ "line": "Montpellier2",
+ "order": 2
+ },
+ "id": 59
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9636474,
+ 43.5579564
+ ]
+ },
+ "properties": {
+ "id": 60,
+ "name": "Pérols Étang de l'Or",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 60
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9573953,
+ 43.5654383
+ ]
+ },
+ "properties": {
+ "id": 61,
+ "name": "Pérols - Centre",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 61
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9456566,
+ 43.5729444
+ ]
+ },
+ "properties": {
+ "id": 62,
+ "name": "Parc Expo",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 62
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9350421,
+ 43.5781392
+ ]
+ },
+ "properties": {
+ "id": 63,
+ "name": "Écopôle",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 63
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9256144,
+ 43.5827358
+ ]
+ },
+ "properties": {
+ "id": 64,
+ "name": "Soriech",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 64
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9201909,
+ 43.5854084
+ ]
+ },
+ "properties": {
+ "id": 65,
+ "name": "Boirargues",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 65
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9035259,
+ 43.5979503
+ ]
+ },
+ "properties": {
+ "id": 66,
+ "name": "Pablo Picasso",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 66
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8994636,
+ 43.601566
+ ]
+ },
+ "properties": {
+ "id": 67,
+ "name": "Port Marianne",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 67
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8955356,
+ 43.6006479
+ ]
+ },
+ "properties": {
+ "id": 68,
+ "name": "Moularès (Hôtel de Ville)",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 68
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8938614,
+ 43.6040207
+ ]
+ },
+ "properties": {
+ "id": 69,
+ "name": "Rives du Lez - Consuls de Mer",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 69
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8889694,
+ 43.6037185
+ ]
+ },
+ "properties": {
+ "id": 70,
+ "name": "Voltaire",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 70
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8842324,
+ 43.6037618
+ ]
+ },
+ "properties": {
+ "id": 71,
+ "name": "Place Carnot",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 71
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8797132,
+ 43.6052424
+ ]
+ },
+ "properties": {
+ "id": 72,
+ "name": "Gare Saint-Roch - République",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 72
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8766896,
+ 43.606427
+ ]
+ },
+ "properties": {
+ "id": 73,
+ "name": "Observatoire",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 73
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8727299,
+ 43.6062372
+ ]
+ },
+ "properties": {
+ "id": 74,
+ "name": "Gambetta - Chaptal",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 74
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8681304,
+ 43.6085626
+ ]
+ },
+ "properties": {
+ "id": 75,
+ "name": "Plan Cabanes",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 75
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8615025,
+ 43.6100217
+ ]
+ },
+ "properties": {
+ "id": 76,
+ "name": "Arceaux",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 76
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8548,
+ 43.610261
+ ]
+ },
+ "properties": {
+ "id": 77,
+ "name": "Astruc",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 77
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8466375,
+ 43.6114471
+ ]
+ },
+ "properties": {
+ "id": 78,
+ "name": "Jules Guesde",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 78
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8395235,
+ 43.6135181
+ ]
+ },
+ "properties": {
+ "id": 79,
+ "name": "Tonnelles",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 79
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8391413,
+ 43.6182507
+ ]
+ },
+ "properties": {
+ "id": 80,
+ "name": "Pergola",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 80
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8349511,
+ 43.6219189
+ ]
+ },
+ "properties": {
+ "id": 81,
+ "name": "Hôtel du Département",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 81
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8319619,
+ 43.6195151
+ ]
+ },
+ "properties": {
+ "id": 82,
+ "name": "Pilory",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 82
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8258568,
+ 43.6154832
+ ]
+ },
+ "properties": {
+ "id": 83,
+ "name": "Celleneuve",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 83
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8196588,
+ 43.6163397
+ ]
+ },
+ "properties": {
+ "id": 84,
+ "name": "Mosson",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 84
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.810219,
+ 43.6175115
+ ]
+ },
+ "properties": {
+ "id": 85,
+ "name": "Juvignac",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 85
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9052229,
+ 43.570666
+ ]
+ },
+ "properties": {
+ "id": 129,
+ "name": "Lattes Centre",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 129
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.9141537,
+ 43.5713259
+ ]
+ },
+ "properties": {
+ "id": 130,
+ "name": "Cougourlude",
+ "alternateNames": [],
+ "line": "Montpellier3",
+ "order": 3
+ },
+ "id": 130
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8909614,
+ 43.5911314
+ ]
+ },
+ "properties": {
+ "id": 86,
+ "name": "Garcia Lorca",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 86
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8849928,
+ 43.5904199
+ ]
+ },
+ "properties": {
+ "id": 87,
+ "name": "Restanque",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 87
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8802527,
+ 43.5922458
+ ]
+ },
+ "properties": {
+ "id": 88,
+ "name": "Saint-Martin - Le Jam",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 88
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8756775,
+ 43.5994208
+ ]
+ },
+ "properties": {
+ "id": 89,
+ "name": "Nouveau Saint-Roch",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 89
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8761818,
+ 43.6030665
+ ]
+ },
+ "properties": {
+ "id": 90,
+ "name": "Rondelet",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 90
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8797132,
+ 43.6052424
+ ]
+ },
+ "properties": {
+ "id": 91,
+ "name": "Gare Saint-Roch - République",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 91
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8766896,
+ 43.606427
+ ]
+ },
+ "properties": {
+ "id": 92,
+ "name": "Observatoire",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 92
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8735437,
+ 43.6081284
+ ]
+ },
+ "properties": {
+ "id": 93,
+ "name": "Saint-Guilhem - Courreau",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 93
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8723484,
+ 43.6117993
+ ]
+ },
+ "properties": {
+ "id": 94,
+ "name": "Peyrou - Arc de Triomphe",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 94
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8737832,
+ 43.6148176
+ ]
+ },
+ "properties": {
+ "id": 95,
+ "name": "Albert 1er - Jardin des Plantes",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 95
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8782032,
+ 43.6147274
+ ]
+ },
+ "properties": {
+ "id": 96,
+ "name": "Louis Blanc - Agora de la Danse",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 96
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.881957,
+ 43.6142561
+ ]
+ },
+ "properties": {
+ "id": 97,
+ "name": "Corum",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 97
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8883314,
+ 43.6139508
+ ]
+ },
+ "properties": {
+ "id": 98,
+ "name": "Les Aubes",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 98
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8949065,
+ 43.6125111
+ ]
+ },
+ "properties": {
+ "id": 99,
+ "name": "Pompignane",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 99
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8939097,
+ 43.6072981
+ ]
+ },
+ "properties": {
+ "id": 100,
+ "name": "Place de l'Europe",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 100
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8948979,
+ 43.6040961
+ ]
+ },
+ "properties": {
+ "id": 101,
+ "name": "Rives du Lez",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 101
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8949293,
+ 43.5994093
+ ]
+ },
+ "properties": {
+ "id": 102,
+ "name": "Georges Frêche - Hôtel de ville",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 102
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8958178,
+ 43.5935375
+ ]
+ },
+ "properties": {
+ "id": 103,
+ "name": "La Rauze",
+ "alternateNames": [],
+ "line": "Montpellier4",
+ "order": 4
+ },
+ "id": 103
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8237817,
+ 43.5929582
+ ]
+ },
+ "properties": {
+ "id": 104,
+ "name": "Grés de Montpellier",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 104
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8297902,
+ 43.5930997
+ ]
+ },
+ "properties": {
+ "id": 105,
+ "name": "Parc des Bouisses",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 105
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8374368,
+ 43.5952715
+ ]
+ },
+ "properties": {
+ "id": 106,
+ "name": "Parc Font-Colombe",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 106
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8424972,
+ 43.5935804
+ ]
+ },
+ "properties": {
+ "id": 107,
+ "name": "Parc Bagatelle",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 107
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8478678,
+ 43.5914263
+ ]
+ },
+ "properties": {
+ "id": 108,
+ "name": "Ovalie",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 108
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8498892,
+ 43.5951437
+ ]
+ },
+ "properties": {
+ "id": 109,
+ "name": "Yves du Manoir",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 109
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8495331,
+ 43.6007776
+ ]
+ },
+ "properties": {
+ "id": 110,
+ "name": "Estanove",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 110
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8547873,
+ 43.6027152
+ ]
+ },
+ "properties": {
+ "id": 111,
+ "name": "Chamberte - Les Roses",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 111
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8622907,
+ 43.6015548
+ ]
+ },
+ "properties": {
+ "id": 112,
+ "name": "Cité Créative - Parc Montcalm",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 112
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8682609,
+ 43.6014042
+ ]
+ },
+ "properties": {
+ "id": 113,
+ "name": "Place du 8 Mai 1945",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 113
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8718545,
+ 43.6032034
+ ]
+ },
+ "properties": {
+ "id": 114,
+ "name": "Parc Clemenceau",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 114
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8745798,
+ 43.6051115
+ ]
+ },
+ "properties": {
+ "id": 115,
+ "name": "Gambetta - Saint-Denis",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 115
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8735437,
+ 43.6081284
+ ]
+ },
+ "properties": {
+ "id": 116,
+ "name": "Saint-Guilhem - Courreau",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 116
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8723484,
+ 43.6117993
+ ]
+ },
+ "properties": {
+ "id": 117,
+ "name": "Peyrou - Arc de Triomphe",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 117
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8737832,
+ 43.6148176
+ ]
+ },
+ "properties": {
+ "id": 118,
+ "name": "Albert 1er - Jardin des Plantes",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 118
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8695186,
+ 43.6190802
+ ]
+ },
+ "properties": {
+ "id": 119,
+ "name": "Stade Philippidès",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 119
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.868106,
+ 43.6226771
+ ]
+ },
+ "properties": {
+ "id": 120,
+ "name": "Boutonnet - Cité des Arts",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 120
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8668751,
+ 43.6271863
+ ]
+ },
+ "properties": {
+ "id": 121,
+ "name": "Saint-Éloi - Docteur Pezet",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 121
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8695323,
+ 43.6301542
+ ]
+ },
+ "properties": {
+ "id": 122,
+ "name": "Université Paul Valéry",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 122
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8679954,
+ 43.6341878
+ ]
+ },
+ "properties": {
+ "id": 123,
+ "name": "Pôle Chimie Balard",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 123
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8657672,
+ 43.6383531
+ ]
+ },
+ "properties": {
+ "id": 124,
+ "name": "CNRS - Zoo de Lunaret",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 124
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8613349,
+ 43.6443985
+ ]
+ },
+ "properties": {
+ "id": 125,
+ "name": "Plan des 4 Seigneurs",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 125
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8686021,
+ 43.6461984
+ ]
+ },
+ "properties": {
+ "id": 126,
+ "name": "Agropolis",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 126
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8676268,
+ 43.6514042
+ ]
+ },
+ "properties": {
+ "id": 127,
+ "name": "Montferrier-sur-Lez",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 127
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 3.8729045,
+ 43.6537424
+ ]
+ },
+ "properties": {
+ "id": 128,
+ "name": "Clapiers",
+ "alternateNames": [],
+ "line": "Montpellier5",
+ "order": 5
+ },
+ "id": 128
+ }
+ ],
+ "properties": {
+ "totalStations": 111,
+ "stationsPerLine": {
+ "Montpellier1": 31,
+ "Montpellier2": 28,
+ "Montpellier3": 28,
+ "Montpellier4": 18,
+ "Montpellier5": 25
+ },
+ "nextStationId": 131
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/montpellier/data/lines.json b/src/app/(game)/montpellier/data/lines.json
new file mode 100644
index 0000000..2e9a61f
--- /dev/null
+++ b/src/app/(game)/montpellier/data/lines.json
@@ -0,0 +1,37 @@
+{
+ "Montpellier1": {
+ "name": "1",
+ "color": "#005BA1",
+ "backgroundColor": "#002D51",
+ "textColor": "#FFFFFF",
+ "order": 1
+ },
+ "Montpellier2": {
+ "name": "2",
+ "color": "#F18E00",
+ "backgroundColor": "#784700",
+ "textColor": "#FFFFFF",
+ "order": 2
+ },
+ "Montpellier3": {
+ "name": "3",
+ "color": "#CBD300",
+ "backgroundColor": "#656A00",
+ "textColor": "#FFFFFF",
+ "order": 3
+ },
+ "Montpellier4": {
+ "name": "4",
+ "color": "#4A2A15",
+ "backgroundColor": "#25150A",
+ "textColor": "#FFFFFF",
+ "order": 4
+ },
+ "Montpellier5": {
+ "name": "5",
+ "color": "#2D7431",
+ "backgroundColor": "#163A18",
+ "textColor": "#FFFFFF",
+ "order": 5
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/montpellier/data/preprocess.ts b/src/app/(game)/montpellier/data/preprocess.ts
new file mode 100644
index 0000000..4fa8ba0
--- /dev/null
+++ b/src/app/(game)/montpellier/data/preprocess.ts
@@ -0,0 +1,547 @@
+import Color from 'color'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ Montpellier1: {
+ name: '1',
+ osm: {
+ relationIds: [4107815],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#005BA1',
+ },
+ Montpellier2: {
+ name: '2',
+ osm: {
+ relationIds: [4107772],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#F18E00',
+ },
+ Montpellier3: {
+ name: '3',
+ osm: {
+ relationIds: [4107865],
+ extraStationNodeIds: [3127567487, 1680725835],
+ extraRouteWayIds: [
+ 307563698, 208440292, 307170833, 208440295, 208440294, 307563691,
+ 1355961353, 1355961354, 307563703, 1355961355, 1355961356, 208440293,
+ 1355961357, 306902199,
+ ],
+ },
+ color: '#CBD300',
+ },
+ Montpellier4: {
+ name: '4',
+ osm: {
+ relationIds: [1852816],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#4A2A15',
+ },
+ Montpellier5: {
+ name: '5',
+ osm: {
+ relationIds: [19846275],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#2D7431',
+ },
+}
+
+const Bun = {
+ file(path: string) {
+ return {
+ async json() {
+ return JSON.parse(await fs.readFile(path, 'utf8'))
+ },
+ }
+ },
+
+ async write(path: string, content: string) {
+ await fs.writeFile(path, content, 'utf8')
+ },
+}
+
+type StationsFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'Point'
+ coordinates: [number, number]
+ }
+ properties: {
+ id: number
+ name: string
+ alternate_names?: string[]
+ line: string
+ order: number
+ }
+ id: number
+ }[]
+ properties: {
+ totalStations: number
+ stationsPerLine: {
+ [lineId: string]: number
+ }
+ nextStationId?: number
+ }
+}
+
+type RoutesFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'LineString'
+ coordinates: [number, number][]
+ }
+ properties: {
+ line: string
+ name: string
+ color: string
+ order: number
+ }
+ }[]
+}
+
+function getStationMapKeyByLineIdAndName(args: {
+ lineId: string
+ name: string
+}): string {
+ return `${args.lineId}::${args.name}`
+}
+
+function getStationMapKeyByLineIdAndNodeId(args: {
+ lineId: string
+ nodeId: number
+}): string {
+ return `${args.lineId}::${args.nodeId}`
+}
+
+async function parseOldStationsAndCreateStationIdGetter(): Promise<
+ (args: { lineId: string; name: string }) => number
+> {
+ const oldStationsIdMap = new Map()
+ let maxStationId = 0
+ try {
+ const oldFeatureCollection = Bun.file(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/montpellier/data',
+ './features.json',
+ ),
+ )
+ const { features, properties } =
+ (await oldFeatureCollection.json()) as StationsFeatureCollection
+ maxStationId = (properties.nextStationId ?? 1) - 1
+ for (const feature of features) {
+ const { name, line, id } = feature.properties
+ oldStationsIdMap.set(
+ getStationMapKeyByLineIdAndName({
+ lineId: line,
+ name,
+ }),
+ id,
+ )
+ maxStationId = Math.max(maxStationId, id)
+ }
+ } catch (err) {
+ console.warn(
+ 'Could not find or parse old features.json',
+ (err as Error).message,
+ )
+ }
+ let nextStationId = maxStationId + 1
+
+ function getStationId(args: { lineId: string; name: string }): number {
+ const mapKey = getStationMapKeyByLineIdAndName(args)
+ return oldStationsIdMap.get(mapKey) ?? nextStationId++
+ }
+ return getStationId
+}
+
+function toMap(
+ array: T[],
+ keyPropertyName: K,
+): Map {
+ const map = new Map()
+ for (const item of array) {
+ map.set(item[keyPropertyName], item)
+ }
+ return map
+}
+
+function isDefined(arg: T): arg is Exclude {
+ return arg !== null && typeof arg !== 'undefined'
+}
+
+const main = async () => {
+ const data = Bun.file(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/montpellier/data',
+ './source.json',
+ ),
+ )
+ const { lines, nodes, ways } = (await data.json()) as SourceJson
+
+ const getStationId = await parseOldStationsAndCreateStationIdGetter()
+ const waysMap = toMap(ways, 'wayId')
+ const nodesMap = toMap(nodes, 'nodeId')
+
+ // lines
+ const augmentedLinesMetadataMap = new Map<
+ string,
+ (typeof linesMetadata)[string] & {
+ id: string
+ order: number
+ latLonOffset: number
+ }
+ >()
+ const sortedLineIds = Object.entries(linesMetadata)
+ .sort(([, lineMetadata1], [, lineMetadata2]) =>
+ lineMetadata1.name.localeCompare(lineMetadata2.name),
+ )
+ .map(([lineId, lineMetadata], ix, arr): string => {
+ const numLines = arr.length
+ augmentedLinesMetadataMap.set(lineId, {
+ ...lineMetadata,
+ id: lineId,
+ order: ix + 1,
+ latLonOffset: (ix / (numLines - 1) - 0.5) * 0.000_015,
+ })
+ return lineId
+ })
+
+ console.debug(`Writing ${sortedLineIds.length} lines to lines.json ...`)
+ Bun.write(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/montpellier/data',
+ './lines.json',
+ ),
+ JSON.stringify(
+ sortedLineIds.reduce(
+ (acc, lineId) => {
+ const lineMetadata = augmentedLinesMetadataMap.get(lineId)!
+ acc[lineId] = {
+ name: lineMetadata.name,
+ color: lineMetadata.color,
+ backgroundColor: Color(lineMetadata.color).darken(0.5).hex(),
+ textColor: '#FFFFFF',
+ order: lineMetadata.order,
+ }
+ return acc
+ },
+ {} as {
+ [lineId: string]: {
+ name: string
+ color: string
+ backgroundColor: string
+ textColor: string
+ order: number
+ }
+ },
+ ),
+ null,
+ 2,
+ ),
+ )
+
+ // stations
+ type StationDetails = {
+ name: string
+ coords: {
+ lat: number
+ lon: number
+ lineIds: Map
+ nodeIds: { lineId: string; nodeId: number }[]
+ }[]
+ stationIdByLineId: Map
+ alternateNames: string[]
+ }
+ /**
+ * Get station details but ensure we have each station only once (per line), i.e. usually a station has at least two
+ * nodes (one for each direction of the line) but we only want to have one.
+ * As we want to access it by lineId/nodeId later, we eventually build another map for that purpose.
+ */
+ function getUniqueStationsByLineIdAndNodeId(): Map {
+ const mapUniqueStationsByName = new Map()
+ for (const line of lines) {
+ for (const stationNodeId of line.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat()
+ .concat(...line.extraStationNodeIds)) {
+ const stationNode = nodesMap.get(stationNodeId)!
+ if (!stationNode.name)
+ throw new Error(
+ `Unknown name for station with node id ${stationNodeId}`,
+ )
+ const existingStation = mapUniqueStationsByName.get(stationNode.name)
+ if (existingStation === undefined) {
+ mapUniqueStationsByName.set(stationNode.name, {
+ name: stationNode.name,
+ coords: [
+ {
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ },
+ ],
+ stationIdByLineId: new Map([
+ [
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ ],
+ ]),
+ alternateNames: [],
+ })
+ } else {
+ if (existingStation.stationIdByLineId.has(line.lineId) === false) {
+ existingStation.stationIdByLineId.set(
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ )
+ }
+ const existingCoords = existingStation.coords.find(
+ (c) => c.lat === stationNode.lat && c.lon === stationNode.lon,
+ )
+ if (existingCoords) {
+ existingCoords.lineIds.set(line.lineId, true)
+ existingCoords.nodeIds.push({
+ lineId: line.lineId,
+ nodeId: stationNodeId,
+ })
+ } else {
+ existingStation.coords.push({
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ })
+ }
+ }
+ }
+ }
+ const mapUniqueStationsByLineIdAndNodeId = new Map()
+ for (const stationDetails of mapUniqueStationsByName.values()) {
+ // sort nodes by which node covers more lines -> ideally first node covers all lines and only in rare cases we need to use 2nd+ node for some lines (if there's no node matching all lines)
+ stationDetails.coords.sort(
+ (c1, c2) =>
+ c2.lineIds.size - c1.lineIds.size ||
+ c1.lat - c2.lat ||
+ c1.lon - c2.lon,
+ )
+ for (const coords of stationDetails.coords) {
+ for (const { lineId, nodeId } of coords.nodeIds) {
+ mapUniqueStationsByLineIdAndNodeId.set(
+ getStationMapKeyByLineIdAndNodeId({ lineId, nodeId }),
+ stationDetails,
+ )
+ }
+ }
+ }
+
+ // print unique station names a-z (for easier review where alternate names are missing / might be helpful)
+ const stationSortedAtoZ = [...mapUniqueStationsByName.values()].sort(
+ (s1, s2) => s1.name.localeCompare(s2.name),
+ )
+ console.debug(`Stations (a-z, ${stationSortedAtoZ.length}):`)
+ for (const station of stationSortedAtoZ) {
+ console.debug(
+ ` ${station.name}${
+ station.alternateNames.length > 0
+ ? ` (${station.alternateNames.join('; ')})`
+ : ''
+ }`,
+ )
+ }
+
+ return mapUniqueStationsByLineIdAndNodeId
+ }
+ const mapUniqueStationsByLineIdAndNodeId =
+ getUniqueStationsByLineIdAndNodeId()
+ const mapStationsUsed = new Map()
+ const stationFeatures: StationsFeatureCollection['features'] = lines
+ .map((line) => {
+ const nodeIds = [
+ // we sort relations by length to get most-complete list of stations so that order of station names in output is closest to actual order and stations are not too scattered
+ ...line.relations
+ .sort((r1, r2) =>
+ r1.stationsNodeIds.length !== r2.stationsNodeIds.length
+ ? r2.stationsNodeIds.length - r1.stationsNodeIds.length
+ : r1.relationId - r2.relationId,
+ )
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...line.extraStationNodeIds,
+ ]
+ return nodeIds
+ .map((nodeId) => {
+ const stationDetails = mapUniqueStationsByLineIdAndNodeId.get(
+ getStationMapKeyByLineIdAndNodeId({
+ lineId: line.lineId,
+ nodeId,
+ }),
+ )!
+ const coords = stationDetails.coords.find((c) =>
+ c.lineIds.has(line.lineId),
+ )!
+ // we check if we already have station with that name at those coordinates for that line
+ const mapKey = `${line.lineId}::${stationDetails.name}::${coords.lat}::${coords.lon}`
+ if (mapStationsUsed.has(mapKey)) {
+ // we already have this station in the output => skip
+ return undefined
+ } else {
+ mapStationsUsed.set(mapKey, true)
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'Point' as const,
+ coordinates: [coords.lon, coords.lat] as [number, number],
+ },
+ properties: {
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ name: stationDetails.name,
+ alternateNames: [],
+ line: line.lineId,
+ order: augmentedLinesMetadataMap.get(line.lineId)!.order,
+ },
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ }
+ }
+ })
+ .filter(isDefined)
+ })
+ .flat()
+ const mapStationsNamesUsed = new Map()
+ const mapStationsNamesUsedByLine = new Map()
+ const stations: StationsFeatureCollection = {
+ type: 'FeatureCollection',
+ features: stationFeatures,
+ properties: {
+ ...stationFeatures.reduce(
+ (properties, station) => {
+ if (mapStationsNamesUsed.has(station.properties.name) === false) {
+ mapStationsNamesUsed.set(station.properties.name, true)
+ properties.totalStations += 1
+ }
+ const mapKey = getStationMapKeyByLineIdAndName({
+ lineId: station.properties.line,
+ name: station.properties.name,
+ })
+ if (mapStationsNamesUsedByLine.has(mapKey) === false) {
+ mapStationsNamesUsedByLine.set(mapKey, true)
+ properties.stationsPerLine[station.properties.line] += 1
+ }
+ return properties
+ },
+ {
+ totalStations: 0,
+ stationsPerLine: Object.fromEntries(
+ lines.map((line) => [line.lineId, 0]),
+ ),
+ },
+ ),
+ // using a non-existant line/station to get next station id
+ nextStationId: getStationId({ lineId: '', name: '' }),
+ },
+ }
+
+ console.debug(
+ `Writing ${stations.features.length} stations to features.json ...`,
+ )
+ stationFeatures.forEach((station) =>
+ console.debug(` ${station.properties.line} ${station.properties.name}`),
+ )
+ Bun.write(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/montpellier/data',
+ './features.json',
+ ),
+ JSON.stringify(stations, null, 2),
+ )
+
+ // routes
+ const routes: RoutesFeatureCollection = {
+ type: 'FeatureCollection',
+ features: lines
+ .map((line) => {
+ const wayIds = [
+ ...line.relations.map((relation) => relation.routesWayIds).flat(),
+ ...line.extraRouteWayIds,
+ ]
+ const uniqueWayIds = [...new Set(wayIds)].sort((w1, w2) => w1 - w2)
+ return uniqueWayIds.map((wayId) => {
+ const nodeIds = waysMap.get(wayId)!.nodeIds
+ const nodes = nodeIds.map((nodeId) => nodesMap.get(nodeId)!)
+ const { latLonOffset, name, color, order } =
+ augmentedLinesMetadataMap.get(line.lineId)!
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'LineString' as const,
+ coordinates: nodes.map(
+ (node) =>
+ [node.lon + latLonOffset, node.lat + latLonOffset] as [
+ number,
+ number,
+ ],
+ ),
+ },
+ properties: {
+ line: line.lineId,
+ name,
+ color,
+ order,
+ },
+ }
+ })
+ })
+ .flat(),
+ }
+
+ console.debug(`Writing ${routes.features.length} paths to routes.json ...`)
+ Bun.write(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/montpellier/data',
+ './routes.json',
+ ),
+ JSON.stringify(routes, null, 2),
+ )
+}
+
+main()
diff --git a/src/app/(game)/montpellier/data/routes.json b/src/app/(game)/montpellier/data/routes.json
new file mode 100644
index 0000000..33c9eb7
--- /dev/null
+++ b/src/app/(game)/montpellier/data/routes.json
@@ -0,0 +1,19873 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.882723,
+ 43.612293799999996
+ ],
+ [
+ 3.8827632999999997,
+ 43.611917399999996
+ ],
+ [
+ 3.8827767,
+ 43.6117985
+ ],
+ [
+ 3.8829246,
+ 43.610998599999995
+ ],
+ [
+ 3.8830088999999997,
+ 43.610625299999995
+ ],
+ [
+ 3.8830655,
+ 43.610374799999995
+ ],
+ [
+ 3.8830731999999997,
+ 43.6103222
+ ],
+ [
+ 3.8830636999999997,
+ 43.610256
+ ],
+ [
+ 3.8830529,
+ 43.6101842
+ ],
+ [
+ 3.8830188,
+ 43.6101056
+ ],
+ [
+ 3.8829768999999996,
+ 43.6100517
+ ],
+ [
+ 3.8829165,
+ 43.6100001
+ ],
+ [
+ 3.8828329,
+ 43.6099442
+ ],
+ [
+ 3.8826204,
+ 43.609861699999996
+ ],
+ [
+ 3.8818987,
+ 43.6095761
+ ],
+ [
+ 3.8817348999999997,
+ 43.609509499999994
+ ],
+ [
+ 3.8816208999999997,
+ 43.6094492
+ ],
+ [
+ 3.8815266,
+ 43.6093714
+ ],
+ [
+ 3.8812644,
+ 43.609164799999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8227719,
+ 43.631072499999995
+ ],
+ [
+ 3.8227826,
+ 43.6311067
+ ],
+ [
+ 3.8227921,
+ 43.6311447
+ ],
+ [
+ 3.8227993999999996,
+ 43.631212399999995
+ ],
+ [
+ 3.8227758,
+ 43.6326988
+ ],
+ [
+ 3.8227636,
+ 43.6332765
+ ],
+ [
+ 3.8227482999999998,
+ 43.6342503
+ ],
+ [
+ 3.8227469,
+ 43.6343393
+ ],
+ [
+ 3.8227444999999998,
+ 43.634443399999995
+ ],
+ [
+ 3.8227092,
+ 43.635914799999995
+ ],
+ [
+ 3.8226975,
+ 43.636401899999996
+ ],
+ [
+ 3.8226932999999996,
+ 43.636589699999995
+ ],
+ [
+ 3.8226898,
+ 43.6367487
+ ],
+ [
+ 3.8227026,
+ 43.6368539
+ ],
+ [
+ 3.822716,
+ 43.636902
+ ],
+ [
+ 3.8227379,
+ 43.6369475
+ ],
+ [
+ 3.8227818,
+ 43.637021399999995
+ ],
+ [
+ 3.8228256,
+ 43.6370751
+ ],
+ [
+ 3.8229048999999997,
+ 43.637142499999996
+ ],
+ [
+ 3.8229191,
+ 43.6371505
+ ],
+ [
+ 3.8230534,
+ 43.6372286
+ ],
+ [
+ 3.8232223999999997,
+ 43.637299399999996
+ ],
+ [
+ 3.8249389999999996,
+ 43.637955999999996
+ ],
+ [
+ 3.8260411,
+ 43.6383568
+ ],
+ [
+ 3.8274109999999997,
+ 43.638859
+ ],
+ [
+ 3.8277799999999997,
+ 43.6389943
+ ],
+ [
+ 3.8280065,
+ 43.6390785
+ ],
+ [
+ 3.8281810999999997,
+ 43.6391432
+ ],
+ [
+ 3.8282753,
+ 43.639168
+ ],
+ [
+ 3.8283313999999997,
+ 43.6391786
+ ],
+ [
+ 3.8283864999999997,
+ 43.6391825
+ ],
+ [
+ 3.8284740999999998,
+ 43.6391825
+ ],
+ [
+ 3.8285495999999997,
+ 43.6391758
+ ],
+ [
+ 3.8285891,
+ 43.6391669
+ ],
+ [
+ 3.8286659,
+ 43.639146399999994
+ ],
+ [
+ 3.8288123,
+ 43.6390951
+ ],
+ [
+ 3.8289432,
+ 43.639034699999996
+ ],
+ [
+ 3.8289811,
+ 43.6390172
+ ],
+ [
+ 3.8290661999999998,
+ 43.6389789
+ ],
+ [
+ 3.8292574999999998,
+ 43.6388639
+ ],
+ [
+ 3.8295459,
+ 43.638669799999995
+ ],
+ [
+ 3.8298543,
+ 43.638431
+ ],
+ [
+ 3.8302967,
+ 43.638042899999995
+ ],
+ [
+ 3.8305973,
+ 43.6377361
+ ],
+ [
+ 3.8308185999999997,
+ 43.6374828
+ ],
+ [
+ 3.8309016999999996,
+ 43.637375
+ ],
+ [
+ 3.8309531,
+ 43.637292099999996
+ ],
+ [
+ 3.8309604999999998,
+ 43.637279899999996
+ ],
+ [
+ 3.8310788,
+ 43.637045
+ ],
+ [
+ 3.8312475,
+ 43.6366355
+ ],
+ [
+ 3.8312798999999997,
+ 43.636564199999995
+ ],
+ [
+ 3.8313123,
+ 43.6364928
+ ],
+ [
+ 3.8313433999999997,
+ 43.636443299999996
+ ],
+ [
+ 3.831473,
+ 43.636222
+ ],
+ [
+ 3.8315827999999996,
+ 43.636074199999996
+ ],
+ [
+ 3.8317295,
+ 43.6358852
+ ],
+ [
+ 3.8319601,
+ 43.6356356
+ ],
+ [
+ 3.8321839,
+ 43.6354275
+ ],
+ [
+ 3.8326398,
+ 43.634999
+ ],
+ [
+ 3.8328458999999997,
+ 43.634834999999995
+ ],
+ [
+ 3.8329584999999997,
+ 43.6347549
+ ],
+ [
+ 3.8332995,
+ 43.6345221
+ ],
+ [
+ 3.8334968999999997,
+ 43.6343898
+ ],
+ [
+ 3.8336973,
+ 43.6342615
+ ],
+ [
+ 3.8337801999999996,
+ 43.6342089
+ ],
+ [
+ 3.8338961,
+ 43.6341478
+ ],
+ [
+ 3.8340954999999997,
+ 43.6340575
+ ],
+ [
+ 3.8344758,
+ 43.6339158
+ ],
+ [
+ 3.8353146999999996,
+ 43.6335905
+ ],
+ [
+ 3.8356181,
+ 43.6334684
+ ],
+ [
+ 3.835899,
+ 43.633342
+ ],
+ [
+ 3.8360482,
+ 43.6332689
+ ],
+ [
+ 3.8361935999999996,
+ 43.6331926
+ ],
+ [
+ 3.836356,
+ 43.633098499999996
+ ],
+ [
+ 3.8365324999999997,
+ 43.632991999999994
+ ],
+ [
+ 3.8366477,
+ 43.6329212
+ ],
+ [
+ 3.8367207,
+ 43.6328702
+ ],
+ [
+ 3.8369895,
+ 43.6326736
+ ],
+ [
+ 3.8371565999999997,
+ 43.6325394
+ ],
+ [
+ 3.8374870999999997,
+ 43.6322585
+ ],
+ [
+ 3.8376362,
+ 43.6321253
+ ],
+ [
+ 3.8377632,
+ 43.6320152
+ ],
+ [
+ 3.8379206999999997,
+ 43.6318926
+ ],
+ [
+ 3.838161,
+ 43.631737799999996
+ ],
+ [
+ 3.8383797,
+ 43.631617299999995
+ ],
+ [
+ 3.8385849,
+ 43.631526
+ ],
+ [
+ 3.8388196,
+ 43.6314372
+ ],
+ [
+ 3.8393623999999997,
+ 43.631284
+ ],
+ [
+ 3.8399072999999997,
+ 43.6311446
+ ],
+ [
+ 3.8404639,
+ 43.6310256
+ ],
+ [
+ 3.8406512,
+ 43.6309724
+ ],
+ [
+ 3.8408648,
+ 43.6308951
+ ],
+ [
+ 3.8410149999999996,
+ 43.6308265
+ ],
+ [
+ 3.8410998999999997,
+ 43.630777699999996
+ ],
+ [
+ 3.8414346,
+ 43.6305767
+ ],
+ [
+ 3.8415527999999997,
+ 43.630517499999996
+ ],
+ [
+ 3.8416352999999996,
+ 43.6304835
+ ],
+ [
+ 3.8417727,
+ 43.6304381
+ ],
+ [
+ 3.8418956,
+ 43.6304124
+ ],
+ [
+ 3.8420253,
+ 43.630395799999995
+ ],
+ [
+ 3.8421843,
+ 43.6303864
+ ],
+ [
+ 3.8423627,
+ 43.6303991
+ ],
+ [
+ 3.8424942,
+ 43.6304253
+ ],
+ [
+ 3.8426518,
+ 43.630468
+ ],
+ [
+ 3.8428006,
+ 43.6305262
+ ],
+ [
+ 3.8428369,
+ 43.630540599999996
+ ],
+ [
+ 3.8429411,
+ 43.6305985
+ ],
+ [
+ 3.8429930999999997,
+ 43.6306389
+ ],
+ [
+ 3.8430671999999997,
+ 43.6307033
+ ],
+ [
+ 3.8431268,
+ 43.6307877
+ ],
+ [
+ 3.8431614,
+ 43.6308757
+ ],
+ [
+ 3.8431667,
+ 43.6309591
+ ],
+ [
+ 3.843152,
+ 43.631091899999994
+ ],
+ [
+ 3.8431349,
+ 43.6312308
+ ],
+ [
+ 3.8431211999999997,
+ 43.631349799999995
+ ],
+ [
+ 3.8430861,
+ 43.6316232
+ ],
+ [
+ 3.8430722999999998,
+ 43.631727
+ ],
+ [
+ 3.8430549999999997,
+ 43.6318571
+ ],
+ [
+ 3.8430473999999997,
+ 43.6319142
+ ],
+ [
+ 3.8430293,
+ 43.6320085
+ ],
+ [
+ 3.8430253,
+ 43.632120099999995
+ ],
+ [
+ 3.8430247,
+ 43.63218
+ ],
+ [
+ 3.8430524999999998,
+ 43.6323327
+ ],
+ [
+ 3.8430611999999997,
+ 43.6323808
+ ],
+ [
+ 3.8430915999999997,
+ 43.6324705
+ ],
+ [
+ 3.8432866999999997,
+ 43.6330512
+ ],
+ [
+ 3.8433617,
+ 43.6332953
+ ],
+ [
+ 3.8433827999999997,
+ 43.6333749
+ ],
+ [
+ 3.8434021,
+ 43.6334568
+ ],
+ [
+ 3.8434222,
+ 43.6335796
+ ],
+ [
+ 3.8434391,
+ 43.633652899999994
+ ],
+ [
+ 3.8434760999999997,
+ 43.6338649
+ ],
+ [
+ 3.8434846,
+ 43.633913799999995
+ ],
+ [
+ 3.8435403,
+ 43.634099199999994
+ ],
+ [
+ 3.843566,
+ 43.6341726
+ ],
+ [
+ 3.8435778999999997,
+ 43.6341992
+ ],
+ [
+ 3.8438318999999996,
+ 43.6347069
+ ],
+ [
+ 3.8439231,
+ 43.6348068
+ ],
+ [
+ 3.8439753999999997,
+ 43.6348534
+ ],
+ [
+ 3.8440452,
+ 43.6348961
+ ],
+ [
+ 3.8440988,
+ 43.6349169
+ ],
+ [
+ 3.8444059,
+ 43.6350019
+ ],
+ [
+ 3.8446534999999997,
+ 43.6350735
+ ],
+ [
+ 3.8447533999999997,
+ 43.6351047
+ ],
+ [
+ 3.8452971999999996,
+ 43.6352836
+ ],
+ [
+ 3.8454520999999997,
+ 43.6353345
+ ],
+ [
+ 3.8466473999999997,
+ 43.635714899999996
+ ],
+ [
+ 3.8468677,
+ 43.635776
+ ],
+ [
+ 3.8470009999999997,
+ 43.6358027
+ ],
+ [
+ 3.8471281,
+ 43.635805999999995
+ ],
+ [
+ 3.8472774,
+ 43.6357906
+ ],
+ [
+ 3.8473121,
+ 43.6357833
+ ],
+ [
+ 3.8473818,
+ 43.635760499999996
+ ],
+ [
+ 3.8474619,
+ 43.6357295
+ ],
+ [
+ 3.8475243,
+ 43.635694
+ ],
+ [
+ 3.8475788,
+ 43.635658899999996
+ ],
+ [
+ 3.847616,
+ 43.6356231
+ ],
+ [
+ 3.8480859,
+ 43.635085399999994
+ ],
+ [
+ 3.8482339999999997,
+ 43.6349082
+ ],
+ [
+ 3.8484722,
+ 43.6346205
+ ],
+ [
+ 3.8488509,
+ 43.6341859
+ ],
+ [
+ 3.8488765,
+ 43.634156499999996
+ ],
+ [
+ 3.8489359999999997,
+ 43.6340976
+ ],
+ [
+ 3.8489997,
+ 43.6340371
+ ],
+ [
+ 3.8490195999999997,
+ 43.6340206
+ ],
+ [
+ 3.849148,
+ 43.633914399999995
+ ],
+ [
+ 3.8497752,
+ 43.6335001
+ ],
+ [
+ 3.8508928,
+ 43.632761699999996
+ ],
+ [
+ 3.851689,
+ 43.632236999999996
+ ],
+ [
+ 3.8517444,
+ 43.6321989
+ ],
+ [
+ 3.8523338999999996,
+ 43.6318117
+ ],
+ [
+ 3.8523506,
+ 43.6318007
+ ],
+ [
+ 3.8524284,
+ 43.631749299999996
+ ],
+ [
+ 3.8525533,
+ 43.6316676
+ ],
+ [
+ 3.852849,
+ 43.631471
+ ],
+ [
+ 3.8529624,
+ 43.6313956
+ ],
+ [
+ 3.8530555,
+ 43.631343699999995
+ ],
+ [
+ 3.8531397,
+ 43.631298099999995
+ ],
+ [
+ 3.8531579999999996,
+ 43.6312882
+ ],
+ [
+ 3.8532252,
+ 43.6312603
+ ],
+ [
+ 3.8532484,
+ 43.6312521
+ ],
+ [
+ 3.8534436,
+ 43.6311873
+ ],
+ [
+ 3.8537266,
+ 43.6311028
+ ],
+ [
+ 3.8539263999999998,
+ 43.631031
+ ],
+ [
+ 3.8541276,
+ 43.6309426
+ ],
+ [
+ 3.8543086,
+ 43.630837799999995
+ ],
+ [
+ 3.8552701999999996,
+ 43.630305899999996
+ ],
+ [
+ 3.8554808,
+ 43.6301865
+ ],
+ [
+ 3.8557395999999997,
+ 43.6300205
+ ],
+ [
+ 3.8559563,
+ 43.6298545
+ ],
+ [
+ 3.8563806,
+ 43.6294788
+ ],
+ [
+ 3.8567902,
+ 43.629052599999994
+ ],
+ [
+ 3.8569,
+ 43.628938299999994
+ ],
+ [
+ 3.8569948999999997,
+ 43.6288473
+ ],
+ [
+ 3.8573127,
+ 43.628520699999996
+ ],
+ [
+ 3.857469,
+ 43.6283739
+ ],
+ [
+ 3.8575310999999997,
+ 43.628328499999995
+ ],
+ [
+ 3.8576185,
+ 43.6282645
+ ],
+ [
+ 3.8577369,
+ 43.6282047
+ ],
+ [
+ 3.8577605999999998,
+ 43.6281937
+ ],
+ [
+ 3.8578376,
+ 43.6281581
+ ],
+ [
+ 3.8579067,
+ 43.6281373
+ ],
+ [
+ 3.8580512999999996,
+ 43.6281028
+ ],
+ [
+ 3.858088,
+ 43.628098599999994
+ ],
+ [
+ 3.8582342,
+ 43.6280818
+ ],
+ [
+ 3.8582782,
+ 43.6280794
+ ],
+ [
+ 3.8584335999999997,
+ 43.6280802
+ ],
+ [
+ 3.8586012,
+ 43.628099299999995
+ ],
+ [
+ 3.8587612,
+ 43.6281262
+ ],
+ [
+ 3.8596344,
+ 43.6284395
+ ],
+ [
+ 3.8610697,
+ 43.6289374
+ ],
+ [
+ 3.8612899,
+ 43.6290158
+ ],
+ [
+ 3.8616634,
+ 43.629148799999996
+ ],
+ [
+ 3.861906,
+ 43.6292368
+ ],
+ [
+ 3.8620441,
+ 43.6292869
+ ],
+ [
+ 3.8625947999999997,
+ 43.6294866
+ ],
+ [
+ 3.8627805,
+ 43.629542199999996
+ ],
+ [
+ 3.8628663999999997,
+ 43.629559099999994
+ ],
+ [
+ 3.8629312999999996,
+ 43.629566
+ ],
+ [
+ 3.8629898999999996,
+ 43.629570799999996
+ ],
+ [
+ 3.8630272999999997,
+ 43.6295709
+ ],
+ [
+ 3.8630679,
+ 43.6295709
+ ],
+ [
+ 3.8631151999999997,
+ 43.629568899999995
+ ],
+ [
+ 3.8631655,
+ 43.629563499999996
+ ],
+ [
+ 3.8632598,
+ 43.6295453
+ ],
+ [
+ 3.8633276,
+ 43.6295217
+ ],
+ [
+ 3.8633979,
+ 43.6294913
+ ],
+ [
+ 3.8634519,
+ 43.6294584
+ ],
+ [
+ 3.8635107,
+ 43.629416
+ ],
+ [
+ 3.8636203,
+ 43.629289899999996
+ ],
+ [
+ 3.8637189,
+ 43.629107499999996
+ ],
+ [
+ 3.8637726999999997,
+ 43.6290051
+ ],
+ [
+ 3.8641045999999997,
+ 43.628372999999996
+ ],
+ [
+ 3.8641836,
+ 43.6282402
+ ],
+ [
+ 3.8642689,
+ 43.628135099999994
+ ],
+ [
+ 3.8643674999999997,
+ 43.628032
+ ],
+ [
+ 3.8645198,
+ 43.6278857
+ ],
+ [
+ 3.8646396,
+ 43.627781399999996
+ ],
+ [
+ 3.8649934,
+ 43.627509599999996
+ ],
+ [
+ 3.865008,
+ 43.6274987
+ ],
+ [
+ 3.8654805999999997,
+ 43.6271439
+ ],
+ [
+ 3.8657754,
+ 43.626915399999994
+ ],
+ [
+ 3.8658568,
+ 43.626858399999996
+ ],
+ [
+ 3.8659383,
+ 43.626795599999994
+ ],
+ [
+ 3.8660465999999998,
+ 43.626708199999996
+ ],
+ [
+ 3.8661927,
+ 43.6265928
+ ],
+ [
+ 3.8662248,
+ 43.6265599
+ ],
+ [
+ 3.8662644,
+ 43.626506799999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8826516,
+ 43.612984399999995
+ ],
+ [
+ 3.8826525,
+ 43.6128505
+ ],
+ [
+ 3.8826753999999997,
+ 43.612578
+ ],
+ [
+ 3.882723,
+ 43.612293799999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8962641999999996,
+ 43.600234799999996
+ ],
+ [
+ 3.8966982,
+ 43.600458499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8803387,
+ 43.6052622
+ ],
+ [
+ 3.8803562,
+ 43.605236899999994
+ ],
+ [
+ 3.880378,
+ 43.6052142
+ ],
+ [
+ 3.8803984,
+ 43.605193
+ ],
+ [
+ 3.8804252999999997,
+ 43.605174299999995
+ ],
+ [
+ 3.8804689999999997,
+ 43.6051535
+ ],
+ [
+ 3.8804974999999997,
+ 43.6051413
+ ],
+ [
+ 3.8805652,
+ 43.6051218
+ ],
+ [
+ 3.8806118,
+ 43.605115399999995
+ ],
+ [
+ 3.8806659,
+ 43.605114
+ ],
+ [
+ 3.8807221,
+ 43.605117899999996
+ ],
+ [
+ 3.8807546,
+ 43.6051223
+ ],
+ [
+ 3.8808214999999997,
+ 43.6051408
+ ],
+ [
+ 3.8808434999999997,
+ 43.6051511
+ ],
+ [
+ 3.8808567,
+ 43.605157299999995
+ ],
+ [
+ 3.8809066999999997,
+ 43.6051807
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8809066999999997,
+ 43.6051807
+ ],
+ [
+ 3.8812235,
+ 43.6053916
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8872955,
+ 43.609106399999995
+ ],
+ [
+ 3.888067,
+ 43.6090532
+ ],
+ [
+ 3.8882228999999997,
+ 43.6090434
+ ],
+ [
+ 3.8892401999999997,
+ 43.6089692
+ ],
+ [
+ 3.8894746,
+ 43.608952099999996
+ ],
+ [
+ 3.8897287,
+ 43.6089342
+ ],
+ [
+ 3.8902866,
+ 43.608891799999995
+ ],
+ [
+ 3.8905339999999997,
+ 43.608877
+ ],
+ [
+ 3.8906509,
+ 43.608869899999995
+ ],
+ [
+ 3.8908449,
+ 43.6088573
+ ],
+ [
+ 3.8912335,
+ 43.6088282
+ ],
+ [
+ 3.8916532,
+ 43.6087989
+ ],
+ [
+ 3.8925975999999998,
+ 43.608733
+ ],
+ [
+ 3.8935494,
+ 43.6086714
+ ],
+ [
+ 3.8936389,
+ 43.6086658
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8940110999999997,
+ 43.608421799999995
+ ],
+ [
+ 3.893951,
+ 43.6079375
+ ],
+ [
+ 3.8939323999999997,
+ 43.6077632
+ ],
+ [
+ 3.8939326999999997,
+ 43.6077574
+ ],
+ [
+ 3.893939,
+ 43.6076269
+ ],
+ [
+ 3.8939364999999997,
+ 43.6075458
+ ],
+ [
+ 3.8939022,
+ 43.6072906
+ ],
+ [
+ 3.893872,
+ 43.6070679
+ ],
+ [
+ 3.8938661,
+ 43.6070071
+ ],
+ [
+ 3.8938718999999997,
+ 43.606966299999996
+ ],
+ [
+ 3.8938762999999996,
+ 43.6069347
+ ],
+ [
+ 3.8938854,
+ 43.6069129
+ ],
+ [
+ 3.8938892999999997,
+ 43.6069034
+ ],
+ [
+ 3.8939057,
+ 43.6068639
+ ],
+ [
+ 3.8939209,
+ 43.606831199999995
+ ],
+ [
+ 3.8939713,
+ 43.6067234
+ ],
+ [
+ 3.8939841,
+ 43.6066959
+ ],
+ [
+ 3.8940246999999997,
+ 43.606609
+ ],
+ [
+ 3.8940414,
+ 43.6065739
+ ],
+ [
+ 3.8940533999999998,
+ 43.6065258
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8970832,
+ 43.6006569
+ ],
+ [
+ 3.8972339999999996,
+ 43.600732099999995
+ ],
+ [
+ 3.8973255,
+ 43.6007718
+ ],
+ [
+ 3.8973590999999996,
+ 43.6007864
+ ],
+ [
+ 3.8974023,
+ 43.600805199999996
+ ],
+ [
+ 3.8975367999999997,
+ 43.6008591
+ ],
+ [
+ 3.8977439,
+ 43.600940599999994
+ ],
+ [
+ 3.8986631,
+ 43.6012558
+ ],
+ [
+ 3.8988579,
+ 43.601319499999995
+ ],
+ [
+ 3.8989857,
+ 43.6013612
+ ],
+ [
+ 3.8997612999999998,
+ 43.6016206
+ ],
+ [
+ 3.9001995,
+ 43.6017723
+ ],
+ [
+ 3.9003926,
+ 43.601834999999994
+ ],
+ [
+ 3.9004828999999996,
+ 43.6018663
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8947125,
+ 43.6048214
+ ],
+ [
+ 3.8947566,
+ 43.6047112
+ ],
+ [
+ 3.8947753,
+ 43.604658099999995
+ ],
+ [
+ 3.8947890999999997,
+ 43.60461
+ ],
+ [
+ 3.8947988,
+ 43.6045729
+ ],
+ [
+ 3.8948104,
+ 43.6045223
+ ],
+ [
+ 3.8948247,
+ 43.604447199999996
+ ],
+ [
+ 3.8948329,
+ 43.604405799999995
+ ],
+ [
+ 3.8948904,
+ 43.6040886
+ ],
+ [
+ 3.8949070999999997,
+ 43.604005199999996
+ ],
+ [
+ 3.8949138,
+ 43.603974699999995
+ ],
+ [
+ 3.8949187999999997,
+ 43.6039496
+ ],
+ [
+ 3.89493,
+ 43.6038753
+ ],
+ [
+ 3.8949339999999997,
+ 43.6038028
+ ],
+ [
+ 3.8949333,
+ 43.6037664
+ ],
+ [
+ 3.8949268,
+ 43.6036971
+ ],
+ [
+ 3.8949213,
+ 43.603661699999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8949213,
+ 43.603661699999996
+ ],
+ [
+ 3.8949119,
+ 43.6036241
+ ],
+ [
+ 3.8948964999999998,
+ 43.603580699999995
+ ],
+ [
+ 3.8948115999999997,
+ 43.603384299999995
+ ],
+ [
+ 3.8947699,
+ 43.6032733
+ ],
+ [
+ 3.8947513,
+ 43.603225699999996
+ ],
+ [
+ 3.8947171999999997,
+ 43.603138699999995
+ ],
+ [
+ 3.8946582999999997,
+ 43.602930699999995
+ ],
+ [
+ 3.8946175999999997,
+ 43.6027566
+ ],
+ [
+ 3.8945657,
+ 43.602550099999995
+ ],
+ [
+ 3.8945556999999997,
+ 43.6025036
+ ],
+ [
+ 3.8945512,
+ 43.602460099999995
+ ],
+ [
+ 3.8945499,
+ 43.6024008
+ ],
+ [
+ 3.8945594,
+ 43.602331199999995
+ ],
+ [
+ 3.8945878,
+ 43.6022633
+ ],
+ [
+ 3.8946186,
+ 43.6022074
+ ],
+ [
+ 3.8946665,
+ 43.602156799999996
+ ],
+ [
+ 3.8949876999999997,
+ 43.6017837
+ ],
+ [
+ 3.8950164,
+ 43.601749
+ ],
+ [
+ 3.8950422,
+ 43.601700199999996
+ ],
+ [
+ 3.8950617,
+ 43.601661899999996
+ ],
+ [
+ 3.8950848,
+ 43.6015862
+ ],
+ [
+ 3.8951048999999998,
+ 43.601392499999996
+ ],
+ [
+ 3.8951241,
+ 43.601189399999996
+ ],
+ [
+ 3.8951338,
+ 43.6011088
+ ],
+ [
+ 3.8951422,
+ 43.6010498
+ ],
+ [
+ 3.8951629999999997,
+ 43.6009884
+ ],
+ [
+ 3.8951963999999997,
+ 43.600926099999995
+ ],
+ [
+ 3.8952258,
+ 43.6008879
+ ],
+ [
+ 3.8952682,
+ 43.600841499999994
+ ],
+ [
+ 3.8953412,
+ 43.6007663
+ ],
+ [
+ 3.8955374,
+ 43.6005639
+ ],
+ [
+ 3.8957004,
+ 43.6003975
+ ],
+ [
+ 3.895804,
+ 43.6002976
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8745174,
+ 43.615967399999995
+ ],
+ [
+ 3.8744725,
+ 43.615787
+ ],
+ [
+ 3.8744579,
+ 43.615709599999995
+ ],
+ [
+ 3.8744549,
+ 43.6156776
+ ],
+ [
+ 3.8744551,
+ 43.615634299999996
+ ],
+ [
+ 3.8744623,
+ 43.6155987
+ ],
+ [
+ 3.8744714,
+ 43.6155579
+ ],
+ [
+ 3.874495,
+ 43.6155129
+ ],
+ [
+ 3.8745194,
+ 43.6154733
+ ],
+ [
+ 3.8745480999999997,
+ 43.6154416
+ ],
+ [
+ 3.8745863,
+ 43.615407
+ ],
+ [
+ 3.874638,
+ 43.6153694
+ ],
+ [
+ 3.8746603,
+ 43.615358
+ ],
+ [
+ 3.8746758999999997,
+ 43.6153513
+ ],
+ [
+ 3.8747778999999998,
+ 43.6153106
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8812644,
+ 43.609164799999995
+ ],
+ [
+ 3.8811383,
+ 43.6090814
+ ],
+ [
+ 3.8810278,
+ 43.6090149
+ ],
+ [
+ 3.8808217999999997,
+ 43.608919
+ ],
+ [
+ 3.8805565,
+ 43.608818
+ ],
+ [
+ 3.8804439,
+ 43.608775099999995
+ ],
+ [
+ 3.8803862,
+ 43.608753099999994
+ ],
+ [
+ 3.8803734999999997,
+ 43.608747099999995
+ ],
+ [
+ 3.8802535,
+ 43.6086903
+ ],
+ [
+ 3.8800858999999996,
+ 43.6085967
+ ],
+ [
+ 3.8799267,
+ 43.6085
+ ],
+ [
+ 3.8797626999999997,
+ 43.6084004
+ ],
+ [
+ 3.8795447,
+ 43.6082636
+ ],
+ [
+ 3.8794779999999998,
+ 43.608221799999995
+ ],
+ [
+ 3.8794022,
+ 43.6081633
+ ],
+ [
+ 3.8793563,
+ 43.608097099999995
+ ],
+ [
+ 3.8793343,
+ 43.608036
+ ],
+ [
+ 3.8793362,
+ 43.6079776
+ ],
+ [
+ 3.8793504,
+ 43.6079309
+ ],
+ [
+ 3.8793642999999998,
+ 43.607884999999996
+ ],
+ [
+ 3.8793704,
+ 43.6078693
+ ],
+ [
+ 3.8797699,
+ 43.606842699999994
+ ],
+ [
+ 3.8799417,
+ 43.606344799999995
+ ],
+ [
+ 3.8799541,
+ 43.6063123
+ ],
+ [
+ 3.8800018,
+ 43.6061747
+ ],
+ [
+ 3.8801639,
+ 43.605723399999995
+ ],
+ [
+ 3.8801916999999997,
+ 43.6056509
+ ],
+ [
+ 3.8802507999999998,
+ 43.6054971
+ ],
+ [
+ 3.8803275999999998,
+ 43.6052919
+ ],
+ [
+ 3.8803327999999997,
+ 43.6052781
+ ],
+ [
+ 3.8803387,
+ 43.6052622
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8822745,
+ 43.614365
+ ],
+ [
+ 3.8823507,
+ 43.614384099999995
+ ],
+ [
+ 3.8823906,
+ 43.614394399999995
+ ],
+ [
+ 3.8824351,
+ 43.614402999999996
+ ],
+ [
+ 3.8824863,
+ 43.614411499999996
+ ],
+ [
+ 3.8825197,
+ 43.6144134
+ ],
+ [
+ 3.8825608,
+ 43.614412599999994
+ ],
+ [
+ 3.8825976,
+ 43.6144092
+ ],
+ [
+ 3.8826302999999998,
+ 43.614402899999995
+ ],
+ [
+ 3.8826551,
+ 43.6143949
+ ],
+ [
+ 3.8826821,
+ 43.614385999999996
+ ],
+ [
+ 3.882713,
+ 43.614372599999996
+ ],
+ [
+ 3.8827395,
+ 43.614360299999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8825608999999996,
+ 43.605988599999996
+ ],
+ [
+ 3.8826718999999996,
+ 43.6061342
+ ],
+ [
+ 3.8827409,
+ 43.6062247
+ ],
+ [
+ 3.8827878,
+ 43.6062899
+ ],
+ [
+ 3.8829266999999996,
+ 43.606482799999995
+ ],
+ [
+ 3.8830552,
+ 43.6066776
+ ],
+ [
+ 3.8830902999999997,
+ 43.6067308
+ ],
+ [
+ 3.8831084999999996,
+ 43.6067671
+ ],
+ [
+ 3.8831843999999998,
+ 43.6069183
+ ],
+ [
+ 3.8832942,
+ 43.607172899999995
+ ],
+ [
+ 3.8833688,
+ 43.6073331
+ ],
+ [
+ 3.8834052,
+ 43.607431899999995
+ ],
+ [
+ 3.8834426,
+ 43.6075363
+ ],
+ [
+ 3.8834687999999997,
+ 43.6076431
+ ],
+ [
+ 3.8834917,
+ 43.607810699999995
+ ],
+ [
+ 3.8835138,
+ 43.607881299999995
+ ],
+ [
+ 3.8835579,
+ 43.6079532
+ ],
+ [
+ 3.8836158999999997,
+ 43.6079961
+ ],
+ [
+ 3.883635,
+ 43.6080103
+ ],
+ [
+ 3.8837121999999997,
+ 43.6080348
+ ],
+ [
+ 3.8837287999999996,
+ 43.6080367
+ ],
+ [
+ 3.8838131,
+ 43.6080465
+ ],
+ [
+ 3.8839156999999997,
+ 43.6080324
+ ],
+ [
+ 3.8839878,
+ 43.608012699999996
+ ],
+ [
+ 3.8842752,
+ 43.6078519
+ ],
+ [
+ 3.8845389,
+ 43.607707
+ ],
+ [
+ 3.8847118999999997,
+ 43.607629599999996
+ ],
+ [
+ 3.8848398,
+ 43.6075807
+ ],
+ [
+ 3.8849044,
+ 43.607555899999994
+ ],
+ [
+ 3.8850884,
+ 43.607494499999994
+ ],
+ [
+ 3.8851902,
+ 43.6074731
+ ],
+ [
+ 3.8852792,
+ 43.6074651
+ ],
+ [
+ 3.8853766999999997,
+ 43.6074651
+ ],
+ [
+ 3.8854607,
+ 43.6074749
+ ],
+ [
+ 3.8855967,
+ 43.6074997
+ ],
+ [
+ 3.8856986,
+ 43.6075131
+ ],
+ [
+ 3.8857554,
+ 43.607516399999994
+ ],
+ [
+ 3.8858303999999997,
+ 43.607518199999994
+ ],
+ [
+ 3.8859185,
+ 43.607517699999995
+ ],
+ [
+ 3.8861068,
+ 43.6075082
+ ],
+ [
+ 3.8862009,
+ 43.6075057
+ ],
+ [
+ 3.8862593999999997,
+ 43.6075112
+ ],
+ [
+ 3.8863315,
+ 43.6075229
+ ],
+ [
+ 3.8864069999999997,
+ 43.607547499999995
+ ],
+ [
+ 3.8864718,
+ 43.6075849
+ ],
+ [
+ 3.8865060999999996,
+ 43.6076214
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8173979,
+ 43.6214307
+ ],
+ [
+ 3.8173987,
+ 43.6214564
+ ],
+ [
+ 3.8174004999999998,
+ 43.6215105
+ ],
+ [
+ 3.8174021999999996,
+ 43.6215603
+ ],
+ [
+ 3.8174395,
+ 43.622690999999996
+ ],
+ [
+ 3.817443,
+ 43.6227884
+ ],
+ [
+ 3.8174457,
+ 43.6228639
+ ],
+ [
+ 3.8174653,
+ 43.623609599999995
+ ],
+ [
+ 3.8174704999999998,
+ 43.623712399999995
+ ],
+ [
+ 3.8174726,
+ 43.623805
+ ],
+ [
+ 3.8174896,
+ 43.6245386
+ ],
+ [
+ 3.8174918,
+ 43.624633499999995
+ ],
+ [
+ 3.8174957,
+ 43.6247385
+ ],
+ [
+ 3.8175333,
+ 43.6257783
+ ],
+ [
+ 3.8175364,
+ 43.625865399999995
+ ],
+ [
+ 3.8175413999999996,
+ 43.6259745
+ ],
+ [
+ 3.8175643999999997,
+ 43.6267462
+ ],
+ [
+ 3.8175480999999998,
+ 43.6268691
+ ],
+ [
+ 3.8175274999999997,
+ 43.6270361
+ ],
+ [
+ 3.8175133,
+ 43.627187
+ ],
+ [
+ 3.8175139999999996,
+ 43.627228099999996
+ ],
+ [
+ 3.8175274999999997,
+ 43.6276495
+ ],
+ [
+ 3.8175440999999997,
+ 43.6281849
+ ],
+ [
+ 3.8175482,
+ 43.6283288
+ ],
+ [
+ 3.8175524,
+ 43.6284646
+ ],
+ [
+ 3.8175662999999997,
+ 43.6289357
+ ],
+ [
+ 3.8175778,
+ 43.629049099999996
+ ],
+ [
+ 3.8175831999999996,
+ 43.6290876
+ ],
+ [
+ 3.8176047,
+ 43.6291526
+ ],
+ [
+ 3.8176623999999997,
+ 43.6292565
+ ],
+ [
+ 3.8177898,
+ 43.6293982
+ ],
+ [
+ 3.8182026,
+ 43.6298435
+ ],
+ [
+ 3.8186347,
+ 43.6303078
+ ],
+ [
+ 3.8187393,
+ 43.630401899999995
+ ],
+ [
+ 3.8188288999999997,
+ 43.630463199999994
+ ],
+ [
+ 3.8189579,
+ 43.630530099999994
+ ],
+ [
+ 3.8190557999999997,
+ 43.6305718
+ ],
+ [
+ 3.8192394999999997,
+ 43.630628099999996
+ ],
+ [
+ 3.8193629,
+ 43.6306495
+ ],
+ [
+ 3.8195077,
+ 43.630666
+ ],
+ [
+ 3.8195823,
+ 43.6306678
+ ],
+ [
+ 3.8197322,
+ 43.630674799999994
+ ],
+ [
+ 3.8199845,
+ 43.630674799999994
+ ],
+ [
+ 3.8206575,
+ 43.6306576
+ ],
+ [
+ 3.8207505999999998,
+ 43.6306562
+ ],
+ [
+ 3.8212083999999997,
+ 43.6306473
+ ],
+ [
+ 3.8217616,
+ 43.630634799999996
+ ],
+ [
+ 3.8218272,
+ 43.6306338
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.895804,
+ 43.6002976
+ ],
+ [
+ 3.8958494,
+ 43.600262699999995
+ ],
+ [
+ 3.8958717999999997,
+ 43.600246399999996
+ ],
+ [
+ 3.8959205999999997,
+ 43.600219599999996
+ ],
+ [
+ 3.8959667,
+ 43.6002027
+ ],
+ [
+ 3.8960265,
+ 43.6001908
+ ],
+ [
+ 3.8960871999999998,
+ 43.6001887
+ ],
+ [
+ 3.8961506999999997,
+ 43.6001938
+ ],
+ [
+ 3.8961891,
+ 43.6002042
+ ],
+ [
+ 3.8962344,
+ 43.6002194
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9017549999999996,
+ 43.602205299999994
+ ],
+ [
+ 3.903616,
+ 43.602636399999994
+ ],
+ [
+ 3.9036321999999997,
+ 43.602640199999996
+ ],
+ [
+ 3.9041107,
+ 43.602757399999994
+ ],
+ [
+ 3.9044277999999997,
+ 43.602835299999995
+ ],
+ [
+ 3.9062829,
+ 43.603301599999995
+ ],
+ [
+ 3.9063222,
+ 43.603311299999994
+ ],
+ [
+ 3.9064525,
+ 43.6033434
+ ],
+ [
+ 3.9067624999999997,
+ 43.603417199999996
+ ],
+ [
+ 3.9068452999999996,
+ 43.6034371
+ ],
+ [
+ 3.9069455,
+ 43.603454299999996
+ ],
+ [
+ 3.907024,
+ 43.6034632
+ ],
+ [
+ 3.9071152999999996,
+ 43.6034696
+ ],
+ [
+ 3.9072210999999997,
+ 43.6034724
+ ],
+ [
+ 3.9073227999999998,
+ 43.6034714
+ ],
+ [
+ 3.9073927,
+ 43.6034679
+ ],
+ [
+ 3.9074866999999998,
+ 43.6034606
+ ],
+ [
+ 3.9075694999999997,
+ 43.6034516
+ ],
+ [
+ 3.9075963,
+ 43.603448099999994
+ ],
+ [
+ 3.9085552999999997,
+ 43.6033438
+ ],
+ [
+ 3.9089278,
+ 43.6033081
+ ],
+ [
+ 3.9091779,
+ 43.6032964
+ ],
+ [
+ 3.9093323,
+ 43.6032957
+ ],
+ [
+ 3.9095771,
+ 43.603309599999996
+ ],
+ [
+ 3.9100146,
+ 43.6033482
+ ],
+ [
+ 3.9103166999999996,
+ 43.6033737
+ ],
+ [
+ 3.910421,
+ 43.603382499999995
+ ],
+ [
+ 3.9105849999999998,
+ 43.603403
+ ],
+ [
+ 3.910741,
+ 43.6034314
+ ],
+ [
+ 3.9109990999999997,
+ 43.6034861
+ ],
+ [
+ 3.9116253,
+ 43.603631899999996
+ ],
+ [
+ 3.9117028,
+ 43.603646299999994
+ ],
+ [
+ 3.9117851,
+ 43.6036538
+ ],
+ [
+ 3.9118641,
+ 43.6036581
+ ],
+ [
+ 3.9119382,
+ 43.6036605
+ ],
+ [
+ 3.9120249,
+ 43.6036545
+ ],
+ [
+ 3.9121634999999997,
+ 43.603645
+ ],
+ [
+ 3.9125354,
+ 43.603604499999996
+ ],
+ [
+ 3.9128279999999998,
+ 43.603562399999994
+ ],
+ [
+ 3.9131923,
+ 43.6034927
+ ],
+ [
+ 3.9132582,
+ 43.6034754
+ ],
+ [
+ 3.9133708,
+ 43.6034521
+ ],
+ [
+ 3.9134427,
+ 43.6034339
+ ],
+ [
+ 3.9134545999999997,
+ 43.6034316
+ ],
+ [
+ 3.9138602999999996,
+ 43.603353399999996
+ ],
+ [
+ 3.9139383999999997,
+ 43.6033432
+ ],
+ [
+ 3.9140091,
+ 43.603341699999994
+ ],
+ [
+ 3.9140827,
+ 43.603341699999994
+ ],
+ [
+ 3.9141611,
+ 43.6033493
+ ],
+ [
+ 3.9143567,
+ 43.603393
+ ],
+ [
+ 3.9147843,
+ 43.6034942
+ ],
+ [
+ 3.9155881999999997,
+ 43.6036845
+ ],
+ [
+ 3.9156698,
+ 43.6037038
+ ],
+ [
+ 3.9157379,
+ 43.603719899999994
+ ],
+ [
+ 3.9157484,
+ 43.603722399999995
+ ],
+ [
+ 3.9157859,
+ 43.6037313
+ ],
+ [
+ 3.9158177,
+ 43.6037387
+ ],
+ [
+ 3.9159021,
+ 43.6037584
+ ],
+ [
+ 3.9162961,
+ 43.6038502
+ ],
+ [
+ 3.916759,
+ 43.603959599999996
+ ],
+ [
+ 3.9187155,
+ 43.604422
+ ],
+ [
+ 3.9191672,
+ 43.6045284
+ ],
+ [
+ 3.9195187,
+ 43.6046112
+ ],
+ [
+ 3.9195949,
+ 43.604621099999996
+ ],
+ [
+ 3.9196594,
+ 43.6046244
+ ],
+ [
+ 3.9196929999999996,
+ 43.6046214
+ ],
+ [
+ 3.9198076,
+ 43.6046068
+ ],
+ [
+ 3.9198929999999996,
+ 43.604581599999996
+ ],
+ [
+ 3.9199441,
+ 43.604553499999994
+ ],
+ [
+ 3.9199979999999996,
+ 43.6045149
+ ],
+ [
+ 3.9200321,
+ 43.604484
+ ],
+ [
+ 3.920057,
+ 43.604459299999995
+ ],
+ [
+ 3.9200747,
+ 43.6044378
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9200747,
+ 43.6044378
+ ],
+ [
+ 3.9202276,
+ 43.6041202
+ ],
+ [
+ 3.9202904,
+ 43.6039812
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9206323,
+ 43.603227499999996
+ ],
+ [
+ 3.9208445999999997,
+ 43.6027559
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9203598,
+ 43.603828099999994
+ ],
+ [
+ 3.9204252,
+ 43.603676899999996
+ ],
+ [
+ 3.9204496,
+ 43.6036303
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9204808,
+ 43.6035615
+ ],
+ [
+ 3.9205297,
+ 43.603453599999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8223004,
+ 43.6306783
+ ],
+ [
+ 3.8223570999999996,
+ 43.6307001
+ ],
+ [
+ 3.8224077999999997,
+ 43.630721799999996
+ ],
+ [
+ 3.8224460999999996,
+ 43.630741
+ ],
+ [
+ 3.822486,
+ 43.630763599999995
+ ],
+ [
+ 3.822526,
+ 43.6307897
+ ],
+ [
+ 3.8225628,
+ 43.6308163
+ ],
+ [
+ 3.8225924,
+ 43.6308386
+ ],
+ [
+ 3.8226240999999996,
+ 43.630868
+ ],
+ [
+ 3.8226584,
+ 43.6309008
+ ],
+ [
+ 3.8226882,
+ 43.6309353
+ ],
+ [
+ 3.8227148,
+ 43.6309695
+ ],
+ [
+ 3.8227412,
+ 43.631012399999996
+ ],
+ [
+ 3.8227599999999997,
+ 43.631044599999996
+ ],
+ [
+ 3.8227719,
+ 43.631072499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8219993999999997,
+ 43.6306296
+ ],
+ [
+ 3.8220847,
+ 43.630633499999995
+ ],
+ [
+ 3.8221230999999998,
+ 43.630637799999995
+ ],
+ [
+ 3.8221589,
+ 43.6306428
+ ],
+ [
+ 3.8222066999999997,
+ 43.630652999999995
+ ],
+ [
+ 3.822256,
+ 43.6306654
+ ],
+ [
+ 3.8223004,
+ 43.6306783
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8812235,
+ 43.6053916
+ ],
+ [
+ 3.8815784,
+ 43.6056277
+ ],
+ [
+ 3.8816623,
+ 43.6056793
+ ],
+ [
+ 3.8817352,
+ 43.605706899999994
+ ],
+ [
+ 3.8817861,
+ 43.605722899999996
+ ],
+ [
+ 3.8818335,
+ 43.605729
+ ],
+ [
+ 3.8819030999999997,
+ 43.6057272
+ ],
+ [
+ 3.8819613,
+ 43.6057199
+ ],
+ [
+ 3.8819934999999997,
+ 43.6057158
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8962344,
+ 43.6002194
+ ],
+ [
+ 3.8962641999999996,
+ 43.600234799999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8827342,
+ 43.6137229
+ ],
+ [
+ 3.8827034,
+ 43.6136171
+ ],
+ [
+ 3.8826823,
+ 43.6135169
+ ],
+ [
+ 3.8826712999999997,
+ 43.6134036
+ ],
+ [
+ 3.8826536999999997,
+ 43.613156
+ ],
+ [
+ 3.8826516,
+ 43.612984399999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8173858999999997,
+ 43.621046799999995
+ ],
+ [
+ 3.8173953,
+ 43.6213372
+ ],
+ [
+ 3.8173979,
+ 43.6214307
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8172582,
+ 43.6193895
+ ],
+ [
+ 3.8171956999999996,
+ 43.6194847
+ ],
+ [
+ 3.8171644999999996,
+ 43.6195522
+ ],
+ [
+ 3.8171540999999998,
+ 43.619584499999995
+ ],
+ [
+ 3.8171266,
+ 43.6196705
+ ],
+ [
+ 3.8171207,
+ 43.6197251
+ ],
+ [
+ 3.8171207,
+ 43.6198018
+ ],
+ [
+ 3.8171383999999997,
+ 43.6198913
+ ],
+ [
+ 3.8171602,
+ 43.6199546
+ ],
+ [
+ 3.817193,
+ 43.6200304
+ ],
+ [
+ 3.8172188,
+ 43.6200863
+ ],
+ [
+ 3.8172534999999996,
+ 43.620168299999996
+ ],
+ [
+ 3.8172791,
+ 43.620222899999995
+ ],
+ [
+ 3.8173097,
+ 43.6202883
+ ],
+ [
+ 3.8173575,
+ 43.620450299999995
+ ],
+ [
+ 3.8173687,
+ 43.620498999999995
+ ],
+ [
+ 3.8173825,
+ 43.6209146
+ ],
+ [
+ 3.8173827,
+ 43.6209645
+ ],
+ [
+ 3.8173858999999997,
+ 43.621046799999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9202904,
+ 43.6039812
+ ],
+ [
+ 3.9203598,
+ 43.603828099999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8752682,
+ 43.6152005
+ ],
+ [
+ 3.8756036,
+ 43.6151324
+ ],
+ [
+ 3.8760667,
+ 43.615038399999996
+ ],
+ [
+ 3.8768276,
+ 43.614883899999995
+ ],
+ [
+ 3.877363,
+ 43.6147905
+ ],
+ [
+ 3.8774791,
+ 43.6147674
+ ],
+ [
+ 3.8775918999999996,
+ 43.614757999999995
+ ],
+ [
+ 3.8777369,
+ 43.614747799999996
+ ],
+ [
+ 3.8781957,
+ 43.6147199
+ ],
+ [
+ 3.8788199,
+ 43.6146819
+ ],
+ [
+ 3.8789987,
+ 43.614670999999994
+ ],
+ [
+ 3.8794671999999997,
+ 43.614643699999995
+ ],
+ [
+ 3.8796559999999998,
+ 43.614621899999996
+ ],
+ [
+ 3.8798087999999997,
+ 43.6145852
+ ],
+ [
+ 3.8799585999999997,
+ 43.6145254
+ ],
+ [
+ 3.8802019999999997,
+ 43.6143746
+ ],
+ [
+ 3.8804206999999997,
+ 43.6142063
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8743828,
+ 43.6162752
+ ],
+ [
+ 3.8743969,
+ 43.6162651
+ ],
+ [
+ 3.8744411999999997,
+ 43.616230599999994
+ ],
+ [
+ 3.8744680999999996,
+ 43.616205799999996
+ ],
+ [
+ 3.8744910999999997,
+ 43.6161793
+ ],
+ [
+ 3.874506,
+ 43.616156999999994
+ ],
+ [
+ 3.8745195999999997,
+ 43.616122399999995
+ ],
+ [
+ 3.874529,
+ 43.6160906
+ ],
+ [
+ 3.87453,
+ 43.616059199999995
+ ],
+ [
+ 3.8745295,
+ 43.6160278
+ ],
+ [
+ 3.8745243,
+ 43.615997799999995
+ ],
+ [
+ 3.8745174,
+ 43.615967399999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8818848,
+ 43.6142245
+ ],
+ [
+ 3.8819494999999997,
+ 43.614248599999996
+ ],
+ [
+ 3.8820856999999998,
+ 43.614298299999994
+ ],
+ [
+ 3.8821290999999998,
+ 43.614314099999994
+ ],
+ [
+ 3.8821757,
+ 43.6143304
+ ],
+ [
+ 3.8822745,
+ 43.614365
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8816678,
+ 43.6141438
+ ],
+ [
+ 3.8818848,
+ 43.6142245
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8183637,
+ 43.6181396
+ ],
+ [
+ 3.8179589999999997,
+ 43.618511999999996
+ ],
+ [
+ 3.8176812,
+ 43.6188272
+ ],
+ [
+ 3.8176278999999997,
+ 43.6189034
+ ],
+ [
+ 3.8175019999999997,
+ 43.6190722
+ ],
+ [
+ 3.8172582,
+ 43.6193895
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8196855,
+ 43.616589
+ ],
+ [
+ 3.8196377999999997,
+ 43.6166941
+ ],
+ [
+ 3.8195547,
+ 43.6168553
+ ],
+ [
+ 3.819501,
+ 43.6169544
+ ],
+ [
+ 3.8193962999999997,
+ 43.617092299999996
+ ],
+ [
+ 3.8193294,
+ 43.617173699999995
+ ],
+ [
+ 3.8192174,
+ 43.6173071
+ ],
+ [
+ 3.8190464,
+ 43.6175156
+ ],
+ [
+ 3.8189264,
+ 43.6176336
+ ],
+ [
+ 3.8187343,
+ 43.617812699999995
+ ],
+ [
+ 3.818565,
+ 43.6179622
+ ],
+ [
+ 3.8183895999999997,
+ 43.6181164
+ ],
+ [
+ 3.8183637,
+ 43.6181396
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8198339,
+ 43.6162813
+ ],
+ [
+ 3.8197094999999996,
+ 43.6165391
+ ],
+ [
+ 3.8196855,
+ 43.616589
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9205297,
+ 43.603453599999995
+ ],
+ [
+ 3.9206323,
+ 43.603227499999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9204496,
+ 43.6036303
+ ],
+ [
+ 3.9204808,
+ 43.6035615
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8218272,
+ 43.6306338
+ ],
+ [
+ 3.8219871,
+ 43.6306303
+ ],
+ [
+ 3.8219993999999997,
+ 43.6306296
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8662644,
+ 43.626506799999994
+ ],
+ [
+ 3.8662851,
+ 43.6264675
+ ],
+ [
+ 3.8662997,
+ 43.6264445
+ ],
+ [
+ 3.8663220999999997,
+ 43.6264092
+ ],
+ [
+ 3.866339,
+ 43.6263784
+ ],
+ [
+ 3.8663686,
+ 43.626324399999994
+ ],
+ [
+ 3.8663811999999997,
+ 43.6262961
+ ],
+ [
+ 3.8664099999999997,
+ 43.626231499999996
+ ],
+ [
+ 3.8667536,
+ 43.6254887
+ ],
+ [
+ 3.8671292,
+ 43.624674399999996
+ ],
+ [
+ 3.8676478,
+ 43.623553799999996
+ ],
+ [
+ 3.8679536,
+ 43.6228893
+ ],
+ [
+ 3.8679816999999996,
+ 43.6228282
+ ],
+ [
+ 3.8681368999999997,
+ 43.622490899999995
+ ],
+ [
+ 3.8681745999999997,
+ 43.622407599999995
+ ],
+ [
+ 3.8685541,
+ 43.621587
+ ],
+ [
+ 3.8689983999999997,
+ 43.6206287
+ ],
+ [
+ 3.8693435999999997,
+ 43.619875699999994
+ ],
+ [
+ 3.8693826999999996,
+ 43.6197738
+ ],
+ [
+ 3.8694302,
+ 43.6196552
+ ],
+ [
+ 3.8694488,
+ 43.619555999999996
+ ],
+ [
+ 3.8694604,
+ 43.6194718
+ ],
+ [
+ 3.8694697,
+ 43.619199099999996
+ ],
+ [
+ 3.8694796,
+ 43.618899199999994
+ ],
+ [
+ 3.8694835999999997,
+ 43.6187506
+ ],
+ [
+ 3.869504,
+ 43.6179924
+ ],
+ [
+ 3.8695258999999997,
+ 43.6178877
+ ],
+ [
+ 3.8695785,
+ 43.617798099999995
+ ],
+ [
+ 3.8696748999999997,
+ 43.6177005
+ ],
+ [
+ 3.8697405999999996,
+ 43.617652199999995
+ ],
+ [
+ 3.8698265,
+ 43.617610299999996
+ ],
+ [
+ 3.8700365999999997,
+ 43.6175356
+ ],
+ [
+ 3.8702634999999996,
+ 43.6174744
+ ],
+ [
+ 3.8703678999999998,
+ 43.617467299999994
+ ],
+ [
+ 3.8704961,
+ 43.617467299999994
+ ],
+ [
+ 3.8709453999999996,
+ 43.6175236
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9192323,
+ 43.600213499999995
+ ],
+ [
+ 3.9198383999999997,
+ 43.5995539
+ ],
+ [
+ 3.9198774999999997,
+ 43.599511299999996
+ ],
+ [
+ 3.9199238999999997,
+ 43.5994585
+ ],
+ [
+ 3.9199384,
+ 43.5994421
+ ],
+ [
+ 3.9207691,
+ 43.5985235
+ ],
+ [
+ 3.9212906,
+ 43.5979497
+ ],
+ [
+ 3.9217166,
+ 43.5974608
+ ],
+ [
+ 3.9217885999999997,
+ 43.597376499999996
+ ],
+ [
+ 3.9218382999999997,
+ 43.5973201
+ ],
+ [
+ 3.9220604,
+ 43.5970692
+ ],
+ [
+ 3.9222169,
+ 43.596892399999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9208445999999997,
+ 43.6027559
+ ],
+ [
+ 3.9209267999999997,
+ 43.6025711
+ ],
+ [
+ 3.9209376999999996,
+ 43.602505199999996
+ ],
+ [
+ 3.9209384999999997,
+ 43.6024623
+ ],
+ [
+ 3.9209275,
+ 43.6024112
+ ],
+ [
+ 3.9209036,
+ 43.6023516
+ ],
+ [
+ 3.9208619999999996,
+ 43.6022916
+ ],
+ [
+ 3.9208095999999997,
+ 43.6022453
+ ],
+ [
+ 3.9207541999999997,
+ 43.6022055
+ ],
+ [
+ 3.9207251,
+ 43.602193299999996
+ ],
+ [
+ 3.9206803,
+ 43.6021773
+ ],
+ [
+ 3.9206581,
+ 43.60217
+ ],
+ [
+ 3.9206187,
+ 43.602158499999994
+ ],
+ [
+ 3.9205546,
+ 43.602142699999995
+ ],
+ [
+ 3.9194470999999997,
+ 43.602000999999994
+ ],
+ [
+ 3.918647,
+ 43.6019435
+ ],
+ [
+ 3.9185244999999997,
+ 43.601929399999996
+ ],
+ [
+ 3.9184055,
+ 43.601895299999995
+ ],
+ [
+ 3.918352,
+ 43.6018749
+ ],
+ [
+ 3.9182938,
+ 43.601842
+ ],
+ [
+ 3.9182789,
+ 43.6018335
+ ],
+ [
+ 3.9182230999999996,
+ 43.6017855
+ ],
+ [
+ 3.9181944,
+ 43.6017589
+ ],
+ [
+ 3.9181743,
+ 43.6017327
+ ],
+ [
+ 3.9181388999999998,
+ 43.601680599999995
+ ],
+ [
+ 3.9181331,
+ 43.601662399999995
+ ],
+ [
+ 3.9181136,
+ 43.6016051
+ ],
+ [
+ 3.9181231999999997,
+ 43.6015181
+ ],
+ [
+ 3.9181567999999998,
+ 43.6014485
+ ],
+ [
+ 3.9182278999999998,
+ 43.601332799999994
+ ],
+ [
+ 3.9188625,
+ 43.6006274
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9192323,
+ 43.600213499999995
+ ],
+ [
+ 3.9188625,
+ 43.6006274
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8747778999999998,
+ 43.6153106
+ ],
+ [
+ 3.8749281,
+ 43.6152695
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8749281,
+ 43.6152695
+ ],
+ [
+ 3.8752682,
+ 43.6152005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8741426999999997,
+ 43.6164463
+ ],
+ [
+ 3.8742847,
+ 43.6163451
+ ],
+ [
+ 3.8743828,
+ 43.6162752
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8709453999999996,
+ 43.6175236
+ ],
+ [
+ 3.8711537999999996,
+ 43.6175491
+ ],
+ [
+ 3.8712887,
+ 43.617549399999994
+ ],
+ [
+ 3.8714133,
+ 43.6175323
+ ],
+ [
+ 3.871546,
+ 43.617494
+ ],
+ [
+ 3.871924,
+ 43.617332399999995
+ ],
+ [
+ 3.8729595,
+ 43.617005
+ ],
+ [
+ 3.8730713,
+ 43.616966
+ ],
+ [
+ 3.8731869999999997,
+ 43.616932299999995
+ ],
+ [
+ 3.8732216,
+ 43.6169215
+ ],
+ [
+ 3.8732637,
+ 43.6169084
+ ],
+ [
+ 3.8733936,
+ 43.616867899999995
+ ],
+ [
+ 3.8735084,
+ 43.616832099999996
+ ],
+ [
+ 3.8736574999999998,
+ 43.616772499999996
+ ],
+ [
+ 3.8737681999999998,
+ 43.6167075
+ ],
+ [
+ 3.8738496999999996,
+ 43.6166505
+ ],
+ [
+ 3.8739057,
+ 43.6166096
+ ],
+ [
+ 3.8741426999999997,
+ 43.6164463
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8819934999999997,
+ 43.6057158
+ ],
+ [
+ 3.8821041,
+ 43.6057079
+ ],
+ [
+ 3.8821277,
+ 43.6057062
+ ],
+ [
+ 3.8821535999999996,
+ 43.6057096
+ ],
+ [
+ 3.8821866999999997,
+ 43.605715
+ ],
+ [
+ 3.882224,
+ 43.6057211
+ ],
+ [
+ 3.8822417,
+ 43.605727099999996
+ ],
+ [
+ 3.8822886999999997,
+ 43.6057431
+ ],
+ [
+ 3.8823706,
+ 43.6057852
+ ],
+ [
+ 3.882428,
+ 43.605829799999995
+ ],
+ [
+ 3.8824365999999997,
+ 43.605836499999995
+ ],
+ [
+ 3.882494,
+ 43.6059008
+ ],
+ [
+ 3.8825608999999996,
+ 43.605988599999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8865060999999996,
+ 43.6076214
+ ],
+ [
+ 3.8865475,
+ 43.6076778
+ ],
+ [
+ 3.8865607,
+ 43.607715999999996
+ ],
+ [
+ 3.8865727,
+ 43.607771299999996
+ ],
+ [
+ 3.8865919,
+ 43.6079248
+ ],
+ [
+ 3.8866311,
+ 43.6082426
+ ],
+ [
+ 3.8866357,
+ 43.6082749
+ ],
+ [
+ 3.8866823,
+ 43.608601699999994
+ ],
+ [
+ 3.8867129,
+ 43.6088508
+ ],
+ [
+ 3.8867255,
+ 43.6089254
+ ],
+ [
+ 3.8867458999999998,
+ 43.6089771
+ ],
+ [
+ 3.8867836,
+ 43.609023099999995
+ ],
+ [
+ 3.8868376,
+ 43.6090644
+ ],
+ [
+ 3.8869130999999997,
+ 43.6090995
+ ],
+ [
+ 3.8870234999999997,
+ 43.6091182
+ ],
+ [
+ 3.8871371,
+ 43.609117299999994
+ ],
+ [
+ 3.8872955,
+ 43.609106399999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8827395,
+ 43.614360299999994
+ ],
+ [
+ 3.8827624999999997,
+ 43.6143432
+ ],
+ [
+ 3.8828055,
+ 43.6142999
+ ],
+ [
+ 3.8828212,
+ 43.614274099999996
+ ],
+ [
+ 3.8828329,
+ 43.6142471
+ ],
+ [
+ 3.8828394999999998,
+ 43.6142253
+ ],
+ [
+ 3.8828424,
+ 43.6142026
+ ],
+ [
+ 3.8828422999999996,
+ 43.614104399999995
+ ],
+ [
+ 3.8828147,
+ 43.613957
+ ],
+ [
+ 3.8827865,
+ 43.6138754
+ ],
+ [
+ 3.8827342,
+ 43.6137229
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8804206999999997,
+ 43.6142063
+ ],
+ [
+ 3.8804588,
+ 43.614177
+ ],
+ [
+ 3.8805400999999997,
+ 43.6141145
+ ],
+ [
+ 3.8806239999999996,
+ 43.614061199999995
+ ],
+ [
+ 3.8807015999999996,
+ 43.614026499999994
+ ],
+ [
+ 3.880814,
+ 43.6139899
+ ],
+ [
+ 3.8809275999999997,
+ 43.6139678
+ ],
+ [
+ 3.8810426,
+ 43.6139647
+ ],
+ [
+ 3.8811644999999997,
+ 43.613974
+ ],
+ [
+ 3.8812598,
+ 43.6139951
+ ],
+ [
+ 3.8814271,
+ 43.614051499999995
+ ],
+ [
+ 3.8816678,
+ 43.6141438
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9004828999999996,
+ 43.6018663
+ ],
+ [
+ 3.9009049,
+ 43.6019964
+ ],
+ [
+ 3.9009326,
+ 43.6020033
+ ],
+ [
+ 3.9014697,
+ 43.6021382
+ ],
+ [
+ 3.901722,
+ 43.6021976
+ ],
+ [
+ 3.9017549999999996,
+ 43.602205299999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8966982,
+ 43.600458499999995
+ ],
+ [
+ 3.8970832,
+ 43.6006569
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8936389,
+ 43.6086658
+ ],
+ [
+ 3.8937196,
+ 43.6086545
+ ],
+ [
+ 3.8938298,
+ 43.6086305
+ ],
+ [
+ 3.8939087,
+ 43.6085918
+ ],
+ [
+ 3.8939179,
+ 43.6085832
+ ],
+ [
+ 3.8939706,
+ 43.6085341
+ ],
+ [
+ 3.8940006,
+ 43.6084749
+ ],
+ [
+ 3.8940110999999997,
+ 43.608421799999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8940533999999998,
+ 43.6065258
+ ],
+ [
+ 3.8940611,
+ 43.6064728
+ ],
+ [
+ 3.8940683,
+ 43.6063133
+ ],
+ [
+ 3.8940699,
+ 43.6062776
+ ],
+ [
+ 3.894084,
+ 43.6062091
+ ],
+ [
+ 3.8941002,
+ 43.606134
+ ],
+ [
+ 3.8941239,
+ 43.606065
+ ],
+ [
+ 3.8941888999999996,
+ 43.6059316
+ ],
+ [
+ 3.8942096999999998,
+ 43.605889
+ ],
+ [
+ 3.8944902,
+ 43.6052993
+ ],
+ [
+ 3.8947125,
+ 43.6048214
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier1",
+ "name": "1",
+ "color": "#005BA1",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88235015,
+ 43.61452855
+ ],
+ [
+ 3.88229545,
+ 43.614516650000006
+ ],
+ [
+ 3.8822407500000002,
+ 43.61450475
+ ],
+ [
+ 3.8818016500000003,
+ 43.614414450000005
+ ],
+ [
+ 3.88167155,
+ 43.61438865
+ ],
+ [
+ 3.88156085,
+ 43.61437405
+ ],
+ [
+ 3.88153895,
+ 43.61437405
+ ],
+ [
+ 3.88151425,
+ 43.61437415
+ ],
+ [
+ 3.8814440500000003,
+ 43.614392450000004
+ ],
+ [
+ 3.8813816500000002,
+ 43.61441725
+ ],
+ [
+ 3.8813387500000003,
+ 43.61444195
+ ],
+ [
+ 3.8813072500000003,
+ 43.61447115
+ ],
+ [
+ 3.88127775,
+ 43.61450845
+ ],
+ [
+ 3.88125155,
+ 43.61455995
+ ],
+ [
+ 3.8812464500000003,
+ 43.61458005
+ ],
+ [
+ 3.8812448500000003,
+ 43.61461675
+ ],
+ [
+ 3.8812502500000003,
+ 43.61465665
+ ],
+ [
+ 3.88125495,
+ 43.614671650000005
+ ],
+ [
+ 3.88127325,
+ 43.61470535
+ ],
+ [
+ 3.88129715,
+ 43.61474365
+ ],
+ [
+ 3.88133675,
+ 43.61478565
+ ],
+ [
+ 3.88142575,
+ 43.61486355
+ ],
+ [
+ 3.8814334500000003,
+ 43.61487255
+ ],
+ [
+ 3.88156845,
+ 43.61499175
+ ],
+ [
+ 3.88161355,
+ 43.61504325
+ ],
+ [
+ 3.8819712500000003,
+ 43.61538285
+ ],
+ [
+ 3.88219015,
+ 43.61560295
+ ],
+ [
+ 3.88221255,
+ 43.61562545
+ ],
+ [
+ 3.88221705,
+ 43.61563025
+ ],
+ [
+ 3.8823012500000003,
+ 43.61572115
+ ],
+ [
+ 3.88242595,
+ 43.61585585
+ ],
+ [
+ 3.8826778500000003,
+ 43.61610625
+ ],
+ [
+ 3.88284875,
+ 43.616276150000004
+ ],
+ [
+ 3.88289455,
+ 43.61632075
+ ],
+ [
+ 3.88302145,
+ 43.61644425
+ ],
+ [
+ 3.88323185,
+ 43.61668035
+ ],
+ [
+ 3.88328635,
+ 43.61674155
+ ],
+ [
+ 3.88332575,
+ 43.61678065
+ ],
+ [
+ 3.8835934500000002,
+ 43.617046450000004
+ ],
+ [
+ 3.88377235,
+ 43.617228350000005
+ ],
+ [
+ 3.88377635,
+ 43.61723245
+ ],
+ [
+ 3.88382005,
+ 43.61728745
+ ],
+ [
+ 3.88384565,
+ 43.61736365
+ ],
+ [
+ 3.88387245,
+ 43.61745365
+ ],
+ [
+ 3.8839100500000003,
+ 43.61754005
+ ],
+ [
+ 3.88396985,
+ 43.617616950000006
+ ],
+ [
+ 3.8841689500000003,
+ 43.61784835
+ ],
+ [
+ 3.88420785,
+ 43.61791695
+ ],
+ [
+ 3.88422495,
+ 43.61799045
+ ],
+ [
+ 3.88421925,
+ 43.61805495
+ ],
+ [
+ 3.8842050500000003,
+ 43.618110550000004
+ ],
+ [
+ 3.8841708500000003,
+ 43.618168950000005
+ ],
+ [
+ 3.88411395,
+ 43.61823485
+ ],
+ [
+ 3.8840229500000003,
+ 43.618297950000006
+ ],
+ [
+ 3.8838560500000003,
+ 43.61838925
+ ],
+ [
+ 3.88339085,
+ 43.61866555
+ ],
+ [
+ 3.88330645,
+ 43.61872455
+ ],
+ [
+ 3.88327225,
+ 43.618763050000005
+ ],
+ [
+ 3.88324765,
+ 43.61880215
+ ],
+ [
+ 3.8832390500000002,
+ 43.61884475
+ ],
+ [
+ 3.8832371500000002,
+ 43.61889415
+ ],
+ [
+ 3.88325145,
+ 43.61894015
+ ],
+ [
+ 3.88328935,
+ 43.61900055
+ ],
+ [
+ 3.88359685,
+ 43.61931405
+ ],
+ [
+ 3.88359905,
+ 43.619316350000005
+ ],
+ [
+ 3.8841100500000003,
+ 43.619848950000005
+ ],
+ [
+ 3.88415235,
+ 43.61989375
+ ],
+ [
+ 3.88417105,
+ 43.61991355
+ ],
+ [
+ 3.88419325,
+ 43.619946750000004
+ ],
+ [
+ 3.88420325,
+ 43.61996165
+ ],
+ [
+ 3.88421665,
+ 43.619995550000006
+ ],
+ [
+ 3.88422205,
+ 43.620037350000004
+ ],
+ [
+ 3.88421865,
+ 43.62009415
+ ],
+ [
+ 3.8842101500000004,
+ 43.620121950000005
+ ],
+ [
+ 3.88420055,
+ 43.62015335
+ ],
+ [
+ 3.88409475,
+ 43.620410150000005
+ ],
+ [
+ 3.88406685,
+ 43.62047785
+ ],
+ [
+ 3.88399605,
+ 43.62065355
+ ],
+ [
+ 3.88398855,
+ 43.62067265
+ ],
+ [
+ 3.88394765,
+ 43.62075415
+ ],
+ [
+ 3.8839027500000003,
+ 43.62081285
+ ],
+ [
+ 3.88386655,
+ 43.62084835
+ ],
+ [
+ 3.88383975,
+ 43.62087455
+ ],
+ [
+ 3.8837969500000002,
+ 43.620913050000006
+ ],
+ [
+ 3.88376825,
+ 43.62093875
+ ],
+ [
+ 3.8835258500000003,
+ 43.62117165
+ ],
+ [
+ 3.88350095,
+ 43.62120745
+ ],
+ [
+ 3.88347825,
+ 43.621240050000004
+ ],
+ [
+ 3.8834373500000003,
+ 43.62131095
+ ],
+ [
+ 3.88328905,
+ 43.62160835
+ ],
+ [
+ 3.8830292500000003,
+ 43.62215985
+ ],
+ [
+ 3.88298945,
+ 43.62224405
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89408755,
+ 43.628617250000005
+ ],
+ [
+ 3.89425005,
+ 43.628708450000005
+ ],
+ [
+ 3.8943888500000003,
+ 43.62877745
+ ],
+ [
+ 3.89451955,
+ 43.62882355
+ ],
+ [
+ 3.89465305,
+ 43.628862350000006
+ ],
+ [
+ 3.8947877500000003,
+ 43.62888805
+ ],
+ [
+ 3.8949022500000003,
+ 43.62890515
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.83065265,
+ 43.57487005
+ ],
+ [
+ 3.83091565,
+ 43.574723250000005
+ ],
+ [
+ 3.83099305,
+ 43.574680050000005
+ ],
+ [
+ 3.8310547500000003,
+ 43.574646050000005
+ ],
+ [
+ 3.83114585,
+ 43.574600450000005
+ ],
+ [
+ 3.83135775,
+ 43.574509250000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92008385,
+ 43.650895750000004
+ ],
+ [
+ 3.92001385,
+ 43.65102385
+ ],
+ [
+ 3.91996315,
+ 43.651148250000006
+ ],
+ [
+ 3.91993305,
+ 43.651238250000006
+ ],
+ [
+ 3.91990185,
+ 43.65135885
+ ],
+ [
+ 3.9198900500000002,
+ 43.651482650000005
+ ],
+ [
+ 3.91986065,
+ 43.65207495
+ ],
+ [
+ 3.91985195,
+ 43.65216945
+ ],
+ [
+ 3.91983775,
+ 43.65223945
+ ],
+ [
+ 3.91981875,
+ 43.652328250000004
+ ],
+ [
+ 3.9197893500000003,
+ 43.65242465
+ ],
+ [
+ 3.91975765,
+ 43.65251405
+ ],
+ [
+ 3.9197125500000003,
+ 43.65261495
+ ],
+ [
+ 3.9196531500000003,
+ 43.652720450000004
+ ],
+ [
+ 3.91960555,
+ 43.65279495
+ ],
+ [
+ 3.91953985,
+ 43.652888950000005
+ ],
+ [
+ 3.91937105,
+ 43.653109650000005
+ ],
+ [
+ 3.9192355500000002,
+ 43.65328685
+ ],
+ [
+ 3.91916895,
+ 43.65336305
+ ],
+ [
+ 3.91905675,
+ 43.65346985
+ ],
+ [
+ 3.91900445,
+ 43.65352055
+ ],
+ [
+ 3.91897805,
+ 43.65355435
+ ],
+ [
+ 3.91889565,
+ 43.653637450000005
+ ],
+ [
+ 3.91881405,
+ 43.65370335
+ ],
+ [
+ 3.9187047500000003,
+ 43.65378535
+ ],
+ [
+ 3.9186135500000003,
+ 43.653850750000004
+ ],
+ [
+ 3.91852955,
+ 43.653908650000005
+ ],
+ [
+ 3.91842425,
+ 43.65397685
+ ],
+ [
+ 3.91828085,
+ 43.654057050000006
+ ],
+ [
+ 3.91813025,
+ 43.65413625
+ ],
+ [
+ 3.9180201500000003,
+ 43.654188350000005
+ ],
+ [
+ 3.91790765,
+ 43.654239950000004
+ ],
+ [
+ 3.91777135,
+ 43.65429275
+ ],
+ [
+ 3.9176358500000004,
+ 43.654342050000004
+ ],
+ [
+ 3.91744965,
+ 43.65440335
+ ],
+ [
+ 3.9171667500000003,
+ 43.654479550000005
+ ],
+ [
+ 3.91690535,
+ 43.65453465
+ ],
+ [
+ 3.91666915,
+ 43.654570150000005
+ ],
+ [
+ 3.91648065,
+ 43.654590250000005
+ ],
+ [
+ 3.9163363500000004,
+ 43.65459965
+ ],
+ [
+ 3.91623635,
+ 43.654604850000005
+ ],
+ [
+ 3.9160579500000003,
+ 43.65460745
+ ],
+ [
+ 3.9159445500000003,
+ 43.65460795
+ ],
+ [
+ 3.91589205,
+ 43.65460815
+ ],
+ [
+ 3.91583535,
+ 43.654608350000004
+ ],
+ [
+ 3.9156631500000003,
+ 43.654607850000005
+ ],
+ [
+ 3.9140502500000003,
+ 43.654562750000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92040335,
+ 43.65038035
+ ],
+ [
+ 3.92008385,
+ 43.650895750000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88280585,
+ 43.61437475
+ ],
+ [
+ 3.88274175,
+ 43.614444750000004
+ ],
+ [
+ 3.8827199500000003,
+ 43.61446215
+ ],
+ [
+ 3.88269315,
+ 43.61448055
+ ],
+ [
+ 3.88266765,
+ 43.61449425
+ ],
+ [
+ 3.88264025,
+ 43.61450535
+ ],
+ [
+ 3.88261295,
+ 43.61451575
+ ],
+ [
+ 3.88258495,
+ 43.614523850000005
+ ],
+ [
+ 3.8825394500000003,
+ 43.614530450000004
+ ],
+ [
+ 3.88249625,
+ 43.61453575
+ ],
+ [
+ 3.88245475,
+ 43.61453875
+ ],
+ [
+ 3.8824124500000003,
+ 43.61453685
+ ],
+ [
+ 3.88235015,
+ 43.61452855
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.83675325,
+ 43.57115325
+ ],
+ [
+ 3.8369004500000004,
+ 43.571059850000005
+ ],
+ [
+ 3.83702385,
+ 43.57098155
+ ],
+ [
+ 3.83709575,
+ 43.57094035
+ ],
+ [
+ 3.83718545,
+ 43.57090015
+ ],
+ [
+ 3.8373007500000003,
+ 43.570868950000005
+ ],
+ [
+ 3.8374472500000003,
+ 43.57085335
+ ],
+ [
+ 3.83790145,
+ 43.57082445
+ ],
+ [
+ 3.83828775,
+ 43.57079385
+ ],
+ [
+ 3.8384678500000002,
+ 43.57078115
+ ],
+ [
+ 3.83870675,
+ 43.57076875
+ ],
+ [
+ 3.8393293500000003,
+ 43.57077065
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8393293500000003,
+ 43.57077065
+ ],
+ [
+ 3.83969175,
+ 43.57077445
+ ],
+ [
+ 3.83992205,
+ 43.57078235
+ ],
+ [
+ 3.84022625,
+ 43.570802750000006
+ ],
+ [
+ 3.84044395,
+ 43.57082435
+ ],
+ [
+ 3.8406532500000004,
+ 43.570851350000005
+ ],
+ [
+ 3.8414746500000003,
+ 43.57098435
+ ],
+ [
+ 3.84165045,
+ 43.571017250000004
+ ],
+ [
+ 3.84192365,
+ 43.57107215
+ ],
+ [
+ 3.8420873500000003,
+ 43.57111045
+ ],
+ [
+ 3.84246625,
+ 43.57120745
+ ],
+ [
+ 3.8429459500000003,
+ 43.57135385
+ ],
+ [
+ 3.8433087500000003,
+ 43.57148455
+ ],
+ [
+ 3.84354285,
+ 43.57157745
+ ],
+ [
+ 3.84375555,
+ 43.57166955
+ ],
+ [
+ 3.84414765,
+ 43.57185405
+ ],
+ [
+ 3.84443145,
+ 43.571987650000004
+ ],
+ [
+ 3.84443255,
+ 43.57198815
+ ],
+ [
+ 3.84532955,
+ 43.572436450000005
+ ],
+ [
+ 3.8457747500000004,
+ 43.57265435
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8614046500000003,
+ 43.58243035
+ ],
+ [
+ 3.86133315,
+ 43.58250945
+ ],
+ [
+ 3.8612478500000003,
+ 43.582603750000004
+ ],
+ [
+ 3.86084495,
+ 43.58305025
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9205445500000002,
+ 43.650120050000005
+ ],
+ [
+ 3.92040335,
+ 43.65038035
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9215664500000003,
+ 43.648432150000005
+ ],
+ [
+ 3.92138695,
+ 43.64873455
+ ],
+ [
+ 3.9213048500000003,
+ 43.64886855
+ ],
+ [
+ 3.92099395,
+ 43.64938155
+ ],
+ [
+ 3.9205445500000002,
+ 43.650120050000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92903475,
+ 43.647346850000005
+ ],
+ [
+ 3.92894545,
+ 43.64744485
+ ],
+ [
+ 3.92889315,
+ 43.647496450000006
+ ],
+ [
+ 3.9288115500000003,
+ 43.64755435
+ ],
+ [
+ 3.9287474500000004,
+ 43.64759385
+ ],
+ [
+ 3.92866345,
+ 43.64763225
+ ],
+ [
+ 3.92858815,
+ 43.64766155
+ ],
+ [
+ 3.9284962500000002,
+ 43.64768565
+ ],
+ [
+ 3.9283781500000003,
+ 43.64770965
+ ],
+ [
+ 3.92818075,
+ 43.64774535
+ ],
+ [
+ 3.9279502500000003,
+ 43.647785750000004
+ ],
+ [
+ 3.92779975,
+ 43.647810050000004
+ ],
+ [
+ 3.92761835,
+ 43.64783125
+ ],
+ [
+ 3.92747575,
+ 43.64784495
+ ],
+ [
+ 3.9272482500000003,
+ 43.64785415
+ ],
+ [
+ 3.92696135,
+ 43.64785655
+ ],
+ [
+ 3.92672545,
+ 43.64784985
+ ],
+ [
+ 3.92644405,
+ 43.64782125
+ ],
+ [
+ 3.92619125,
+ 43.64778375
+ ],
+ [
+ 3.92395585,
+ 43.647351650000004
+ ],
+ [
+ 3.9237182500000003,
+ 43.647315150000004
+ ],
+ [
+ 3.92353895,
+ 43.64730625
+ ],
+ [
+ 3.92336975,
+ 43.64730865
+ ],
+ [
+ 3.92319385,
+ 43.64732085
+ ],
+ [
+ 3.92297755,
+ 43.647354050000004
+ ],
+ [
+ 3.92283165,
+ 43.647385650000004
+ ],
+ [
+ 3.92265935,
+ 43.647439250000005
+ ],
+ [
+ 3.92252555,
+ 43.64749125
+ ],
+ [
+ 3.92241635,
+ 43.64754235
+ ],
+ [
+ 3.9222909500000003,
+ 43.647607050000005
+ ],
+ [
+ 3.92227775,
+ 43.64761535
+ ],
+ [
+ 3.9222372500000002,
+ 43.64764095
+ ],
+ [
+ 3.9221096500000003,
+ 43.64773035
+ ],
+ [
+ 3.92198475,
+ 43.647839850000004
+ ],
+ [
+ 3.92186645,
+ 43.64796555
+ ],
+ [
+ 3.92180725,
+ 43.64804505
+ ],
+ [
+ 3.9217566500000003,
+ 43.64811975
+ ],
+ [
+ 3.9215664500000003,
+ 43.648432150000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.93008625,
+ 43.645855250000004
+ ],
+ [
+ 3.9299636500000004,
+ 43.64608565
+ ],
+ [
+ 3.92984715,
+ 43.646265650000004
+ ],
+ [
+ 3.92968245,
+ 43.64650145
+ ],
+ [
+ 3.92944795,
+ 43.64681805
+ ],
+ [
+ 3.92927885,
+ 43.647054950000005
+ ],
+ [
+ 3.92914815,
+ 43.647217850000004
+ ],
+ [
+ 3.92903475,
+ 43.647346850000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92748915,
+ 43.639680150000004
+ ],
+ [
+ 3.9277627500000003,
+ 43.63971405
+ ],
+ [
+ 3.92786975,
+ 43.63973355
+ ],
+ [
+ 3.92833565,
+ 43.63984425
+ ],
+ [
+ 3.92853835,
+ 43.639886450000006
+ ],
+ [
+ 3.9288324500000003,
+ 43.63993545
+ ],
+ [
+ 3.9291105500000003,
+ 43.63997785
+ ],
+ [
+ 3.92931945,
+ 43.640012850000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92931945,
+ 43.640012850000005
+ ],
+ [
+ 3.9295249500000002,
+ 43.64004545
+ ],
+ [
+ 3.9297034500000003,
+ 43.64007385
+ ],
+ [
+ 3.9297704500000004,
+ 43.640093050000004
+ ],
+ [
+ 3.92984545,
+ 43.64012575
+ ],
+ [
+ 3.92989705,
+ 43.64015985
+ ],
+ [
+ 3.9299324500000004,
+ 43.640186750000005
+ ],
+ [
+ 3.92996595,
+ 43.64023255
+ ],
+ [
+ 3.93000135,
+ 43.64030145
+ ],
+ [
+ 3.93013865,
+ 43.64061465
+ ],
+ [
+ 3.93037165,
+ 43.64111245
+ ],
+ [
+ 3.93048925,
+ 43.64138315
+ ],
+ [
+ 3.93063765,
+ 43.64176175
+ ],
+ [
+ 3.93085445,
+ 43.64233095
+ ],
+ [
+ 3.93092285,
+ 43.642533650000004
+ ],
+ [
+ 3.9309744500000003,
+ 43.642725750000004
+ ],
+ [
+ 3.93101475,
+ 43.64294635
+ ],
+ [
+ 3.93103375,
+ 43.643144150000005
+ ],
+ [
+ 3.9310382500000003,
+ 43.643355750000005
+ ],
+ [
+ 3.9310214500000003,
+ 43.64355365
+ ],
+ [
+ 3.9309934500000003,
+ 43.64374095
+ ],
+ [
+ 3.93095535,
+ 43.64390805
+ ],
+ [
+ 3.93089595,
+ 43.644111550000005
+ ],
+ [
+ 3.93079845,
+ 43.64436125
+ ],
+ [
+ 3.93062845,
+ 43.64476165
+ ],
+ [
+ 3.93051335,
+ 43.645030750000004
+ ],
+ [
+ 3.93042595,
+ 43.64521485
+ ],
+ [
+ 3.93008625,
+ 43.645855250000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92502895,
+ 43.63810935
+ ],
+ [
+ 3.9250090500000003,
+ 43.638196050000005
+ ],
+ [
+ 3.92499535,
+ 43.63826145
+ ],
+ [
+ 3.92498295,
+ 43.638297650000005
+ ],
+ [
+ 3.9249732500000003,
+ 43.638327450000006
+ ],
+ [
+ 3.9248316500000002,
+ 43.63863725
+ ],
+ [
+ 3.92474825,
+ 43.63880495
+ ],
+ [
+ 3.92473035,
+ 43.638841850000006
+ ],
+ [
+ 3.92469395,
+ 43.63889985
+ ],
+ [
+ 3.9246552500000003,
+ 43.638945650000004
+ ],
+ [
+ 3.92462055,
+ 43.638987050000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92462055,
+ 43.638987050000004
+ ],
+ [
+ 3.9245860500000003,
+ 43.639062550000006
+ ],
+ [
+ 3.92457535,
+ 43.639099050000006
+ ],
+ [
+ 3.9245686500000003,
+ 43.639149350000004
+ ],
+ [
+ 3.92457375,
+ 43.63918995
+ ],
+ [
+ 3.92459385,
+ 43.639234550000005
+ ],
+ [
+ 3.92461935,
+ 43.63926995
+ ],
+ [
+ 3.92465155,
+ 43.63930105
+ ],
+ [
+ 3.92468855,
+ 43.63932305
+ ],
+ [
+ 3.92472855,
+ 43.639342250000006
+ ],
+ [
+ 3.92476415,
+ 43.639354350000005
+ ],
+ [
+ 3.92482305,
+ 43.63936665
+ ],
+ [
+ 3.9253938500000003,
+ 43.63941675
+ ],
+ [
+ 3.9255878500000003,
+ 43.63943855
+ ],
+ [
+ 3.9259417500000002,
+ 43.63948495
+ ],
+ [
+ 3.92678005,
+ 43.639589650000005
+ ],
+ [
+ 3.92700315,
+ 43.63962035
+ ],
+ [
+ 3.92709775,
+ 43.63963085
+ ],
+ [
+ 3.92748915,
+ 43.639680150000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8949022500000003,
+ 43.62890515
+ ],
+ [
+ 3.89505325,
+ 43.62890995
+ ],
+ [
+ 3.8951117500000003,
+ 43.62890765
+ ],
+ [
+ 3.8952113500000003,
+ 43.628904850000005
+ ],
+ [
+ 3.89538305,
+ 43.62888185
+ ],
+ [
+ 3.8955714500000003,
+ 43.62883765
+ ],
+ [
+ 3.8957437500000003,
+ 43.628771650000004
+ ],
+ [
+ 3.89590885,
+ 43.62868395
+ ],
+ [
+ 3.89630235,
+ 43.62845875
+ ],
+ [
+ 3.89646785,
+ 43.62835805
+ ],
+ [
+ 3.89660515,
+ 43.62829705
+ ],
+ [
+ 3.89676805,
+ 43.62824855
+ ],
+ [
+ 3.89690885,
+ 43.62822765
+ ],
+ [
+ 3.8970389500000002,
+ 43.62821995
+ ],
+ [
+ 3.89707115,
+ 43.62822125
+ ],
+ [
+ 3.89717575,
+ 43.62822915
+ ],
+ [
+ 3.89730315,
+ 43.62825195
+ ],
+ [
+ 3.89739455,
+ 43.62827835
+ ],
+ [
+ 3.89744655,
+ 43.62830245
+ ],
+ [
+ 3.89749495,
+ 43.62833355
+ ],
+ [
+ 3.89752235,
+ 43.62835925
+ ],
+ [
+ 3.8975555500000003,
+ 43.628389150000004
+ ],
+ [
+ 3.89783465,
+ 43.62864425
+ ],
+ [
+ 3.89800775,
+ 43.62880285
+ ],
+ [
+ 3.89810005,
+ 43.62889665
+ ],
+ [
+ 3.89818275,
+ 43.62897985
+ ],
+ [
+ 3.89825115,
+ 43.629038550000004
+ ],
+ [
+ 3.89828725,
+ 43.629069550000004
+ ],
+ [
+ 3.89836005,
+ 43.62913695
+ ],
+ [
+ 3.8985508500000003,
+ 43.62931365
+ ],
+ [
+ 3.89863375,
+ 43.629380950000005
+ ],
+ [
+ 3.89874915,
+ 43.62944745
+ ],
+ [
+ 3.89889485,
+ 43.62950665
+ ],
+ [
+ 3.8990338500000004,
+ 43.62955205
+ ],
+ [
+ 3.89925905,
+ 43.62959105
+ ],
+ [
+ 3.89933525,
+ 43.629601050000005
+ ],
+ [
+ 3.8994751500000002,
+ 43.62962215
+ ],
+ [
+ 3.89980035,
+ 43.629664950000006
+ ],
+ [
+ 3.8999182500000003,
+ 43.62968095
+ ],
+ [
+ 3.9005683500000004,
+ 43.629771850000004
+ ],
+ [
+ 3.90107955,
+ 43.62984705
+ ],
+ [
+ 3.90146775,
+ 43.62991765
+ ],
+ [
+ 3.9022521500000003,
+ 43.63007915
+ ],
+ [
+ 3.9026879500000002,
+ 43.63016435
+ ],
+ [
+ 3.90296135,
+ 43.630220650000005
+ ],
+ [
+ 3.90422715,
+ 43.630470550000005
+ ],
+ [
+ 3.9068016500000002,
+ 43.630986750000005
+ ],
+ [
+ 3.90801515,
+ 43.63122825
+ ],
+ [
+ 3.90813795,
+ 43.63125225
+ ],
+ [
+ 3.9085347500000003,
+ 43.63133295
+ ],
+ [
+ 3.90863235,
+ 43.63135375
+ ],
+ [
+ 3.9091062500000002,
+ 43.63144715
+ ],
+ [
+ 3.90936545,
+ 43.631498750000006
+ ],
+ [
+ 3.9110583500000002,
+ 43.63183815
+ ],
+ [
+ 3.91387675,
+ 43.63240005
+ ],
+ [
+ 3.91535175,
+ 43.632694050000005
+ ],
+ [
+ 3.91580255,
+ 43.63278435
+ ],
+ [
+ 3.91608475,
+ 43.632842350000004
+ ],
+ [
+ 3.91620825,
+ 43.63286585
+ ],
+ [
+ 3.91659885,
+ 43.63294465
+ ],
+ [
+ 3.91674245,
+ 43.632972550000005
+ ],
+ [
+ 3.91775055,
+ 43.633174950000004
+ ],
+ [
+ 3.91854075,
+ 43.63333965
+ ],
+ [
+ 3.9193752500000003,
+ 43.63351355
+ ],
+ [
+ 3.91989235,
+ 43.63362645
+ ],
+ [
+ 3.9211002500000003,
+ 43.63389015
+ ],
+ [
+ 3.92122975,
+ 43.63391205
+ ],
+ [
+ 3.92141985,
+ 43.63395905
+ ],
+ [
+ 3.92161925,
+ 43.63401265
+ ],
+ [
+ 3.9217520500000003,
+ 43.634053050000006
+ ],
+ [
+ 3.9223886500000003,
+ 43.63425395
+ ],
+ [
+ 3.92265325,
+ 43.63433345
+ ],
+ [
+ 3.92273145,
+ 43.634363150000006
+ ],
+ [
+ 3.92278285,
+ 43.634396450000004
+ ],
+ [
+ 3.92287035,
+ 43.63447035
+ ],
+ [
+ 3.9229793500000003,
+ 43.63456905
+ ],
+ [
+ 3.92308935,
+ 43.634654350000005
+ ],
+ [
+ 3.92316045,
+ 43.63469645
+ ],
+ [
+ 3.92374665,
+ 43.634961350000005
+ ],
+ [
+ 3.92437345,
+ 43.63523885
+ ],
+ [
+ 3.92445735,
+ 43.63527595
+ ],
+ [
+ 3.92463635,
+ 43.63539075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.92463635,
+ 43.63539075
+ ],
+ [
+ 3.9262876500000004,
+ 43.63612415
+ ],
+ [
+ 3.92637415,
+ 43.63616475
+ ],
+ [
+ 3.92646115,
+ 43.63621135
+ ],
+ [
+ 3.92650005,
+ 43.63623965
+ ],
+ [
+ 3.9265158500000004,
+ 43.63625085
+ ],
+ [
+ 3.92655545,
+ 43.63628585
+ ],
+ [
+ 3.92659305,
+ 43.63633155
+ ],
+ [
+ 3.92660225,
+ 43.63635295
+ ],
+ [
+ 3.92661015,
+ 43.63637585
+ ],
+ [
+ 3.92661485,
+ 43.636422350000004
+ ],
+ [
+ 3.92661095,
+ 43.63646305
+ ],
+ [
+ 3.9265975500000003,
+ 43.636495350000004
+ ],
+ [
+ 3.9265886500000002,
+ 43.63651635
+ ],
+ [
+ 3.92657245,
+ 43.63654675
+ ],
+ [
+ 3.92653155,
+ 43.636599450000006
+ ],
+ [
+ 3.9265023500000003,
+ 43.636631050000005
+ ],
+ [
+ 3.9262982500000003,
+ 43.636843850000005
+ ],
+ [
+ 3.9261794500000002,
+ 43.636958150000005
+ ],
+ [
+ 3.9259984500000003,
+ 43.63712215
+ ],
+ [
+ 3.92530685,
+ 43.63773605
+ ],
+ [
+ 3.9252269500000003,
+ 43.63781035
+ ],
+ [
+ 3.92516875,
+ 43.63786935
+ ],
+ [
+ 3.9251409500000003,
+ 43.637906050000005
+ ],
+ [
+ 3.92509895,
+ 43.63796105
+ ],
+ [
+ 3.9250712500000002,
+ 43.63801385
+ ],
+ [
+ 3.92502895,
+ 43.63810935
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.86084495,
+ 43.58305025
+ ],
+ [
+ 3.86068445,
+ 43.58322875
+ ],
+ [
+ 3.86047655,
+ 43.583461150000005
+ ],
+ [
+ 3.86043355,
+ 43.58350585
+ ],
+ [
+ 3.86037425,
+ 43.58357275
+ ],
+ [
+ 3.8601013500000003,
+ 43.583875250000006
+ ],
+ [
+ 3.8596650500000003,
+ 43.58435625
+ ],
+ [
+ 3.85960895,
+ 43.584418050000004
+ ],
+ [
+ 3.8595768500000003,
+ 43.58446655
+ ],
+ [
+ 3.85955615,
+ 43.584523850000004
+ ],
+ [
+ 3.85954545,
+ 43.584582250000004
+ ],
+ [
+ 3.85955335,
+ 43.58464475
+ ],
+ [
+ 3.8595768500000003,
+ 43.58470535
+ ],
+ [
+ 3.85959765,
+ 43.584744650000005
+ ],
+ [
+ 3.85961845,
+ 43.584761650000004
+ ],
+ [
+ 3.85968685,
+ 43.58481795
+ ],
+ [
+ 3.85978205,
+ 43.584875350000004
+ ],
+ [
+ 3.86005125,
+ 43.585001250000005
+ ],
+ [
+ 3.86014035,
+ 43.58504425
+ ],
+ [
+ 3.8602641500000003,
+ 43.58509205
+ ],
+ [
+ 3.86033875,
+ 43.58511605
+ ],
+ [
+ 3.8604348500000003,
+ 43.58513965
+ ],
+ [
+ 3.86045705,
+ 43.58514515
+ ],
+ [
+ 3.8612999500000003,
+ 43.58535225
+ ],
+ [
+ 3.86192365,
+ 43.585502350000006
+ ],
+ [
+ 3.8620806500000002,
+ 43.585541250000006
+ ],
+ [
+ 3.86225895,
+ 43.58558825
+ ],
+ [
+ 3.86239655,
+ 43.58562845
+ ],
+ [
+ 3.86249675,
+ 43.58565755
+ ],
+ [
+ 3.8627988500000003,
+ 43.58575835
+ ],
+ [
+ 3.86351815,
+ 43.58600795
+ ],
+ [
+ 3.8638229500000003,
+ 43.58612035
+ ],
+ [
+ 3.86407925,
+ 43.58621685
+ ],
+ [
+ 3.86431345,
+ 43.586312750000005
+ ],
+ [
+ 3.86442625,
+ 43.58636895
+ ],
+ [
+ 3.86449765,
+ 43.58640805
+ ],
+ [
+ 3.86460055,
+ 43.586470150000004
+ ],
+ [
+ 3.86467625,
+ 43.586521350000005
+ ],
+ [
+ 3.86475755,
+ 43.58658305
+ ],
+ [
+ 3.86485145,
+ 43.58666275
+ ],
+ [
+ 3.8649775500000003,
+ 43.58679095
+ ],
+ [
+ 3.86512365,
+ 43.586954150000004
+ ],
+ [
+ 3.8651813500000003,
+ 43.58703375
+ ],
+ [
+ 3.86524275,
+ 43.58713765
+ ],
+ [
+ 3.8654898500000003,
+ 43.587617650000006
+ ],
+ [
+ 3.86557475,
+ 43.587782950000005
+ ],
+ [
+ 3.86558365,
+ 43.58780215
+ ],
+ [
+ 3.86563865,
+ 43.587950750000005
+ ],
+ [
+ 3.8656735500000003,
+ 43.58810325
+ ],
+ [
+ 3.8656760500000003,
+ 43.588137450000005
+ ],
+ [
+ 3.8656849500000003,
+ 43.58826005
+ ],
+ [
+ 3.8656860500000003,
+ 43.58831285
+ ],
+ [
+ 3.86568675,
+ 43.58842355
+ ],
+ [
+ 3.86568805,
+ 43.58863465
+ ],
+ [
+ 3.8656912500000002,
+ 43.58886355
+ ],
+ [
+ 3.86569515,
+ 43.58903865
+ ],
+ [
+ 3.86569655,
+ 43.58909955
+ ],
+ [
+ 3.86569735,
+ 43.58939255
+ ],
+ [
+ 3.86569925,
+ 43.58954105
+ ],
+ [
+ 3.86571205,
+ 43.58966825
+ ],
+ [
+ 3.86573125,
+ 43.58974105
+ ],
+ [
+ 3.8657848500000003,
+ 43.589932350000005
+ ],
+ [
+ 3.8658887500000003,
+ 43.590276550000006
+ ],
+ [
+ 3.86601635,
+ 43.590731950000006
+ ],
+ [
+ 3.86606635,
+ 43.59090955
+ ],
+ [
+ 3.8660852500000003,
+ 43.590962950000005
+ ],
+ [
+ 3.86613225,
+ 43.59109025
+ ],
+ [
+ 3.86621135,
+ 43.59126705
+ ],
+ [
+ 3.86634145,
+ 43.59154575
+ ],
+ [
+ 3.86653585,
+ 43.59195175
+ ],
+ [
+ 3.86656705,
+ 43.592021450000004
+ ],
+ [
+ 3.8665731500000002,
+ 43.592088450000006
+ ],
+ [
+ 3.8665622500000003,
+ 43.59214565
+ ],
+ [
+ 3.86655285,
+ 43.59217275
+ ],
+ [
+ 3.8664344500000003,
+ 43.59250105
+ ],
+ [
+ 3.86637375,
+ 43.59266625
+ ],
+ [
+ 3.8663622500000003,
+ 43.59271365
+ ],
+ [
+ 3.8663557500000003,
+ 43.592764550000005
+ ],
+ [
+ 3.86633885,
+ 43.593192550000005
+ ],
+ [
+ 3.8663451500000003,
+ 43.59327985
+ ],
+ [
+ 3.86635965,
+ 43.59334355
+ ],
+ [
+ 3.86637335,
+ 43.593413350000006
+ ],
+ [
+ 3.86640715,
+ 43.59349615
+ ],
+ [
+ 3.8664607500000003,
+ 43.59357875
+ ],
+ [
+ 3.86658545,
+ 43.59375645
+ ],
+ [
+ 3.8668724500000002,
+ 43.594129450000004
+ ],
+ [
+ 3.86698845,
+ 43.59428225
+ ],
+ [
+ 3.8674843500000002,
+ 43.59492685
+ ],
+ [
+ 3.8675339500000003,
+ 43.59499945
+ ],
+ [
+ 3.8675754500000004,
+ 43.59507465
+ ],
+ [
+ 3.86760525,
+ 43.59512865
+ ],
+ [
+ 3.86760985,
+ 43.595136950000004
+ ],
+ [
+ 3.86763995,
+ 43.595192850000004
+ ],
+ [
+ 3.86768435,
+ 43.59526215
+ ],
+ [
+ 3.8676905500000003,
+ 43.59527165
+ ],
+ [
+ 3.86795365,
+ 43.595558950000004
+ ],
+ [
+ 3.86809095,
+ 43.59571125
+ ],
+ [
+ 3.86812105,
+ 43.59574465
+ ],
+ [
+ 3.8681800500000003,
+ 43.59578835
+ ],
+ [
+ 3.86823235,
+ 43.59581265
+ ],
+ [
+ 3.86828385,
+ 43.59582635
+ ],
+ [
+ 3.86830385,
+ 43.59582995
+ ],
+ [
+ 3.86832475,
+ 43.595834450000005
+ ],
+ [
+ 3.8683458500000003,
+ 43.59583585
+ ],
+ [
+ 3.8684090500000003,
+ 43.59583645
+ ],
+ [
+ 3.86849085,
+ 43.595821550000004
+ ],
+ [
+ 3.86852285,
+ 43.59580805
+ ],
+ [
+ 3.86854455,
+ 43.59579885
+ ],
+ [
+ 3.86860945,
+ 43.59576775
+ ],
+ [
+ 3.86967015,
+ 43.59511435
+ ],
+ [
+ 3.86980155,
+ 43.595026950000005
+ ],
+ [
+ 3.86989425,
+ 43.594978950000005
+ ],
+ [
+ 3.86997765,
+ 43.59494745
+ ],
+ [
+ 3.8700781500000003,
+ 43.594930850000004
+ ],
+ [
+ 3.87016655,
+ 43.594923650000005
+ ],
+ [
+ 3.87096135,
+ 43.59488855
+ ],
+ [
+ 3.87108825,
+ 43.594869450000004
+ ],
+ [
+ 3.87123585,
+ 43.59482295
+ ],
+ [
+ 3.87128095,
+ 43.59480155
+ ],
+ [
+ 3.87131495,
+ 43.59478535
+ ],
+ [
+ 3.87150025,
+ 43.594677850000004
+ ],
+ [
+ 3.87212275,
+ 43.59430555
+ ],
+ [
+ 3.8721985500000002,
+ 43.59424595
+ ],
+ [
+ 3.87226385,
+ 43.594191450000004
+ ],
+ [
+ 3.87234415,
+ 43.59410075
+ ],
+ [
+ 3.87240815,
+ 43.59404665
+ ],
+ [
+ 3.87252055,
+ 43.59396975
+ ],
+ [
+ 3.8731889500000003,
+ 43.593576250000005
+ ],
+ [
+ 3.87338585,
+ 43.59345845
+ ],
+ [
+ 3.8734733500000003,
+ 43.59340675
+ ],
+ [
+ 3.87356115,
+ 43.593353050000005
+ ],
+ [
+ 3.8739476500000003,
+ 43.59312795
+ ],
+ [
+ 3.8740591500000003,
+ 43.593064850000005
+ ],
+ [
+ 3.8742062500000003,
+ 43.592979750000005
+ ],
+ [
+ 3.87427535,
+ 43.59294715
+ ],
+ [
+ 3.87434225,
+ 43.59292475
+ ],
+ [
+ 3.87440905,
+ 43.592906850000006
+ ],
+ [
+ 3.87449465,
+ 43.592900650000004
+ ],
+ [
+ 3.87459765,
+ 43.59290715
+ ],
+ [
+ 3.87469945,
+ 43.59292975
+ ],
+ [
+ 3.87477705,
+ 43.592962650000004
+ ],
+ [
+ 3.87484235,
+ 43.59300785
+ ],
+ [
+ 3.87489675,
+ 43.59306045
+ ],
+ [
+ 3.87494855,
+ 43.593127450000004
+ ],
+ [
+ 3.87519525,
+ 43.59352185
+ ],
+ [
+ 3.87531865,
+ 43.59374905
+ ],
+ [
+ 3.87559765,
+ 43.59432995
+ ],
+ [
+ 3.87573035,
+ 43.59453155
+ ],
+ [
+ 3.87580955,
+ 43.59464985
+ ],
+ [
+ 3.8760107500000003,
+ 43.594950250000004
+ ],
+ [
+ 3.87614165,
+ 43.59512695
+ ],
+ [
+ 3.87617965,
+ 43.59519245
+ ],
+ [
+ 3.87620645,
+ 43.59526815
+ ],
+ [
+ 3.87620915,
+ 43.595392450000006
+ ],
+ [
+ 3.8761635500000002,
+ 43.59571495
+ ],
+ [
+ 3.87612975,
+ 43.59584765
+ ],
+ [
+ 3.87601355,
+ 43.59614845
+ ],
+ [
+ 3.8759985500000003,
+ 43.59619965
+ ],
+ [
+ 3.8759838500000003,
+ 43.596256950000004
+ ],
+ [
+ 3.87597965,
+ 43.596321350000004
+ ],
+ [
+ 3.87597855,
+ 43.59636375
+ ],
+ [
+ 3.87598295,
+ 43.596410850000005
+ ],
+ [
+ 3.8759917500000003,
+ 43.59646055
+ ],
+ [
+ 3.87606165,
+ 43.596707550000005
+ ],
+ [
+ 3.8760897500000002,
+ 43.59679845
+ ],
+ [
+ 3.87611365,
+ 43.59688065
+ ],
+ [
+ 3.8761325500000003,
+ 43.59695225
+ ],
+ [
+ 3.87614035,
+ 43.59701125
+ ],
+ [
+ 3.87613165,
+ 43.59707915
+ ],
+ [
+ 3.87609875,
+ 43.597209150000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88042775,
+ 43.60484015
+ ],
+ [
+ 3.88045995,
+ 43.60488015
+ ],
+ [
+ 3.8804763500000004,
+ 43.60491415
+ ],
+ [
+ 3.88048005,
+ 43.60492635
+ ],
+ [
+ 3.88048765,
+ 43.60496055
+ ],
+ [
+ 3.88048745,
+ 43.60499935
+ ],
+ [
+ 3.88048735,
+ 43.605004650000005
+ ],
+ [
+ 3.88048035,
+ 43.60502915
+ ],
+ [
+ 3.8804712500000003,
+ 43.60505595
+ ],
+ [
+ 3.88044295,
+ 43.605139550000004
+ ],
+ [
+ 3.88042905,
+ 43.60517805
+ ],
+ [
+ 3.88040895,
+ 43.60522815
+ ],
+ [
+ 3.8803949500000003,
+ 43.60526325
+ ],
+ [
+ 3.88038485,
+ 43.60529365
+ ],
+ [
+ 3.8803816500000003,
+ 43.605303250000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8813544500000003,
+ 43.60917605
+ ],
+ [
+ 3.88150005,
+ 43.609297950000006
+ ],
+ [
+ 3.88160255,
+ 43.609384250000005
+ ],
+ [
+ 3.88169705,
+ 43.60945385
+ ],
+ [
+ 3.8818133500000003,
+ 43.60950995
+ ],
+ [
+ 3.88264275,
+ 43.609843350000006
+ ],
+ [
+ 3.8828550500000003,
+ 43.60992525
+ ],
+ [
+ 3.88294965,
+ 43.60998145
+ ],
+ [
+ 3.8830132500000003,
+ 43.61004535
+ ],
+ [
+ 3.88306285,
+ 43.61010605
+ ],
+ [
+ 3.88308915,
+ 43.61018345
+ ],
+ [
+ 3.8831000500000004,
+ 43.61025645
+ ],
+ [
+ 3.88311115,
+ 43.610329050000004
+ ],
+ [
+ 3.88310345,
+ 43.61038515
+ ],
+ [
+ 3.88302215,
+ 43.610767550000006
+ ],
+ [
+ 3.8829709500000003,
+ 43.61100805
+ ],
+ [
+ 3.88281555,
+ 43.61180805
+ ],
+ [
+ 3.88280005,
+ 43.611919150000006
+ ],
+ [
+ 3.88275935,
+ 43.61229865
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8799597500000003,
+ 43.60645195
+ ],
+ [
+ 3.87982015,
+ 43.60683215
+ ],
+ [
+ 3.8794200500000002,
+ 43.607892750000005
+ ],
+ [
+ 3.87941665,
+ 43.60790455
+ ],
+ [
+ 3.87941205,
+ 43.60792055
+ ],
+ [
+ 3.8793966500000003,
+ 43.60797455
+ ],
+ [
+ 3.87939335,
+ 43.60803635
+ ],
+ [
+ 3.87940735,
+ 43.608090350000005
+ ],
+ [
+ 3.8794536500000003,
+ 43.60814975
+ ],
+ [
+ 3.87953625,
+ 43.60821095
+ ],
+ [
+ 3.8795809500000003,
+ 43.60823765
+ ],
+ [
+ 3.8798099500000003,
+ 43.608374350000005
+ ],
+ [
+ 3.87996175,
+ 43.60847175
+ ],
+ [
+ 3.88013515,
+ 43.60858305
+ ],
+ [
+ 3.8802907500000003,
+ 43.608670950000004
+ ],
+ [
+ 3.8803754500000003,
+ 43.608709850000004
+ ],
+ [
+ 3.88041515,
+ 43.608728150000005
+ ],
+ [
+ 3.88053695,
+ 43.60877535
+ ],
+ [
+ 3.8805876500000003,
+ 43.608795050000005
+ ],
+ [
+ 3.8808465500000002,
+ 43.608895350000004
+ ],
+ [
+ 3.88105225,
+ 43.60898825
+ ],
+ [
+ 3.88120895,
+ 43.60907635
+ ],
+ [
+ 3.8813544500000003,
+ 43.60917605
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88011375,
+ 43.604622150000004
+ ],
+ [
+ 3.8802332500000003,
+ 43.60470765
+ ],
+ [
+ 3.88026845,
+ 43.604732850000005
+ ],
+ [
+ 3.88032925,
+ 43.60477555
+ ],
+ [
+ 3.88042195,
+ 43.60483605
+ ],
+ [
+ 3.88042775,
+ 43.60484015
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87609875,
+ 43.597209150000005
+ ],
+ [
+ 3.87606755,
+ 43.59729775
+ ],
+ [
+ 3.8760370500000003,
+ 43.59738025
+ ],
+ [
+ 3.8759825500000002,
+ 43.597474150000004
+ ],
+ [
+ 3.87593925,
+ 43.59755805
+ ],
+ [
+ 3.87590295,
+ 43.59763615
+ ],
+ [
+ 3.87588195,
+ 43.59770635
+ ],
+ [
+ 3.87580445,
+ 43.59809615
+ ],
+ [
+ 3.8757057500000003,
+ 43.59909015
+ ],
+ [
+ 3.8756737500000003,
+ 43.59941705
+ ],
+ [
+ 3.87565025,
+ 43.59964145
+ ],
+ [
+ 3.87563915,
+ 43.59975085
+ ],
+ [
+ 3.87562875,
+ 43.599849250000005
+ ],
+ [
+ 3.87562145,
+ 43.599904450000004
+ ],
+ [
+ 3.8755605500000003,
+ 43.60025385
+ ],
+ [
+ 3.87540405,
+ 43.60120825
+ ],
+ [
+ 3.87539635,
+ 43.60125785
+ ],
+ [
+ 3.8752026500000003,
+ 43.60239055
+ ],
+ [
+ 3.87519795,
+ 43.60241785
+ ],
+ [
+ 3.87519385,
+ 43.60244165
+ ],
+ [
+ 3.8751125500000003,
+ 43.60282775
+ ],
+ [
+ 3.8750992500000003,
+ 43.602901450000005
+ ],
+ [
+ 3.87510025,
+ 43.602981650000004
+ ],
+ [
+ 3.87510965,
+ 43.60301365
+ ],
+ [
+ 3.87513085,
+ 43.60304105
+ ],
+ [
+ 3.87514995,
+ 43.60306845
+ ],
+ [
+ 3.8751793500000002,
+ 43.60309265
+ ],
+ [
+ 3.8752124500000003,
+ 43.60311195
+ ],
+ [
+ 3.8752485500000002,
+ 43.60313295
+ ],
+ [
+ 3.87528265,
+ 43.60314375
+ ],
+ [
+ 3.8753337500000002,
+ 43.60315695
+ ],
+ [
+ 3.87538325,
+ 43.60316365
+ ],
+ [
+ 3.87543665,
+ 43.60316385
+ ],
+ [
+ 3.87554435,
+ 43.60315465
+ ],
+ [
+ 3.87569945,
+ 43.60313215
+ ],
+ [
+ 3.87617805,
+ 43.60306275
+ ],
+ [
+ 3.8764145500000002,
+ 43.603029150000005
+ ],
+ [
+ 3.8766028500000003,
+ 43.60300225
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8525089500000003,
+ 43.57681145
+ ],
+ [
+ 3.85316355,
+ 43.577217350000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8523366500000003,
+ 43.57670365
+ ],
+ [
+ 3.8525089500000003,
+ 43.57681145
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.85316355,
+ 43.577217350000005
+ ],
+ [
+ 3.8533156500000003,
+ 43.577309050000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8533156500000003,
+ 43.577309050000004
+ ],
+ [
+ 3.8540214500000003,
+ 43.577745650000004
+ ],
+ [
+ 3.8562742500000002,
+ 43.57913705
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8826925500000002,
+ 43.612989750000004
+ ],
+ [
+ 3.8826965500000004,
+ 43.613159950000004
+ ],
+ [
+ 3.8827115500000002,
+ 43.613343150000006
+ ],
+ [
+ 3.88272825,
+ 43.61348935
+ ],
+ [
+ 3.88274155,
+ 43.61356345
+ ],
+ [
+ 3.8827690500000003,
+ 43.61366885
+ ],
+ [
+ 3.88281335,
+ 43.61379985
+ ],
+ [
+ 3.88287125,
+ 43.61398865
+ ],
+ [
+ 3.88288585,
+ 43.61410325
+ ],
+ [
+ 3.88289055,
+ 43.614155350000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88275935,
+ 43.61229865
+ ],
+ [
+ 3.8827123500000003,
+ 43.61259065
+ ],
+ [
+ 3.88269725,
+ 43.61277595
+ ],
+ [
+ 3.8826925500000002,
+ 43.612989750000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8562742500000002,
+ 43.57913705
+ ],
+ [
+ 3.85678875,
+ 43.57944905
+ ],
+ [
+ 3.85746335,
+ 43.57984425
+ ],
+ [
+ 3.8581435500000003,
+ 43.580213050000005
+ ],
+ [
+ 3.85860365,
+ 43.58045115
+ ],
+ [
+ 3.85865825,
+ 43.58047715
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8596392500000003,
+ 43.580991250000004
+ ],
+ [
+ 3.8605043500000003,
+ 43.581341550000005
+ ],
+ [
+ 3.86083545,
+ 43.58147685
+ ],
+ [
+ 3.86089715,
+ 43.58150255
+ ],
+ [
+ 3.86095755,
+ 43.58152775
+ ],
+ [
+ 3.86114505,
+ 43.581610250000004
+ ],
+ [
+ 3.86131745,
+ 43.58170525
+ ],
+ [
+ 3.8614383500000002,
+ 43.58177965
+ ],
+ [
+ 3.8615099500000003,
+ 43.58184905
+ ],
+ [
+ 3.86155535,
+ 43.58192135
+ ],
+ [
+ 3.86158315,
+ 43.582010450000006
+ ],
+ [
+ 3.86158665,
+ 43.58209085
+ ],
+ [
+ 3.86156595,
+ 43.58216625
+ ],
+ [
+ 3.86151815,
+ 43.58226125
+ ],
+ [
+ 3.86146555,
+ 43.58233605
+ ],
+ [
+ 3.8614046500000003,
+ 43.58243035
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.83135775,
+ 43.574509250000006
+ ],
+ [
+ 3.83144775,
+ 43.57447165
+ ],
+ [
+ 3.83160075,
+ 43.57440475
+ ],
+ [
+ 3.8316340500000003,
+ 43.57439015
+ ],
+ [
+ 3.8317909500000003,
+ 43.574313350000004
+ ],
+ [
+ 3.83204745,
+ 43.574174850000006
+ ],
+ [
+ 3.8326584500000003,
+ 43.57384665
+ ],
+ [
+ 3.83278565,
+ 43.573777650000004
+ ],
+ [
+ 3.83294575,
+ 43.57368495
+ ],
+ [
+ 3.83347635,
+ 43.57338345
+ ],
+ [
+ 3.83412765,
+ 43.57301575
+ ],
+ [
+ 3.83433925,
+ 43.572891150000004
+ ],
+ [
+ 3.83450295,
+ 43.57278945
+ ],
+ [
+ 3.83463165,
+ 43.57270595
+ ],
+ [
+ 3.8347573500000003,
+ 43.57261665
+ ],
+ [
+ 3.83499295,
+ 43.57244725
+ ],
+ [
+ 3.83534035,
+ 43.57218685
+ ],
+ [
+ 3.83595585,
+ 43.571723850000005
+ ],
+ [
+ 3.83643815,
+ 43.571369350000005
+ ],
+ [
+ 3.83660455,
+ 43.57124635
+ ],
+ [
+ 3.83675325,
+ 43.57115325
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.85122825,
+ 43.576013350000004
+ ],
+ [
+ 3.8523366500000003,
+ 43.57670365
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8476064500000002,
+ 43.57377815
+ ],
+ [
+ 3.84867115,
+ 43.574419850000005
+ ],
+ [
+ 3.84872285,
+ 43.57445095
+ ],
+ [
+ 3.8488307500000003,
+ 43.57452035
+ ],
+ [
+ 3.84888545,
+ 43.574554150000004
+ ],
+ [
+ 3.84960215,
+ 43.574996150000004
+ ],
+ [
+ 3.84996045,
+ 43.57521715
+ ],
+ [
+ 3.85072055,
+ 43.57568585
+ ],
+ [
+ 3.85122825,
+ 43.576013350000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88298945,
+ 43.62224405
+ ],
+ [
+ 3.88293045,
+ 43.62239005
+ ],
+ [
+ 3.88287065,
+ 43.62251705
+ ],
+ [
+ 3.88278415,
+ 43.622735750000004
+ ],
+ [
+ 3.88274315,
+ 43.62285585
+ ],
+ [
+ 3.88272245,
+ 43.62294785
+ ],
+ [
+ 3.8827147500000003,
+ 43.623039250000005
+ ],
+ [
+ 3.88270705,
+ 43.62311485
+ ],
+ [
+ 3.88270875,
+ 43.62315815
+ ],
+ [
+ 3.8827071500000003,
+ 43.62323155
+ ],
+ [
+ 3.8827052500000003,
+ 43.62331975
+ ],
+ [
+ 3.8826949500000003,
+ 43.62385385
+ ],
+ [
+ 3.88269295,
+ 43.62429695
+ ],
+ [
+ 3.88268985,
+ 43.624520350000004
+ ],
+ [
+ 3.88267285,
+ 43.624735050000005
+ ],
+ [
+ 3.8826477500000003,
+ 43.624958050000004
+ ],
+ [
+ 3.88262175,
+ 43.625141850000006
+ ],
+ [
+ 3.88257735,
+ 43.62552435
+ ],
+ [
+ 3.88253045,
+ 43.62589235
+ ],
+ [
+ 3.88252845,
+ 43.62594755
+ ],
+ [
+ 3.88253045,
+ 43.62598165
+ ],
+ [
+ 3.8825345500000004,
+ 43.626008850000005
+ ],
+ [
+ 3.88253855,
+ 43.626034950000005
+ ],
+ [
+ 3.88255725,
+ 43.62608405
+ ],
+ [
+ 3.8825742500000002,
+ 43.62611115
+ ],
+ [
+ 3.8825945500000003,
+ 43.62612955
+ ],
+ [
+ 3.88261825,
+ 43.626151050000004
+ ],
+ [
+ 3.88266055,
+ 43.62617925
+ ],
+ [
+ 3.8827134500000002,
+ 43.626199150000005
+ ],
+ [
+ 3.88279065,
+ 43.62621955
+ ],
+ [
+ 3.88282345,
+ 43.626222750000004
+ ],
+ [
+ 3.8832040500000002,
+ 43.62625955
+ ],
+ [
+ 3.88331465,
+ 43.626270250000005
+ ],
+ [
+ 3.88355745,
+ 43.62629625
+ ],
+ [
+ 3.88377515,
+ 43.626319550000005
+ ],
+ [
+ 3.88410715,
+ 43.626350450000004
+ ],
+ [
+ 3.88426405,
+ 43.626357150000004
+ ],
+ [
+ 3.8844546500000003,
+ 43.62636535
+ ],
+ [
+ 3.88458525,
+ 43.62636675
+ ],
+ [
+ 3.88544235,
+ 43.626373050000005
+ ],
+ [
+ 3.88691145,
+ 43.62637805
+ ],
+ [
+ 3.88711085,
+ 43.62638325
+ ],
+ [
+ 3.88727965,
+ 43.62639835
+ ],
+ [
+ 3.88745515,
+ 43.62642325
+ ],
+ [
+ 3.8876354500000003,
+ 43.62646205
+ ],
+ [
+ 3.88783105,
+ 43.62651325
+ ],
+ [
+ 3.8883404500000003,
+ 43.626651450000004
+ ],
+ [
+ 3.88876665,
+ 43.626770750000006
+ ],
+ [
+ 3.88903655,
+ 43.62684625
+ ],
+ [
+ 3.8892315500000003,
+ 43.626900850000006
+ ],
+ [
+ 3.88937225,
+ 43.62693215
+ ],
+ [
+ 3.88954965,
+ 43.626974950000005
+ ],
+ [
+ 3.8896790500000002,
+ 43.62700035
+ ],
+ [
+ 3.88979395,
+ 43.62701595
+ ],
+ [
+ 3.89008295,
+ 43.62706105
+ ],
+ [
+ 3.8905571500000002,
+ 43.627130050000005
+ ],
+ [
+ 3.89092135,
+ 43.627192550000004
+ ],
+ [
+ 3.8911698500000003,
+ 43.62724815
+ ],
+ [
+ 3.89149985,
+ 43.627337350000005
+ ],
+ [
+ 3.8915565500000002,
+ 43.62735225
+ ],
+ [
+ 3.89160285,
+ 43.627368950000005
+ ],
+ [
+ 3.89200715,
+ 43.62751655
+ ],
+ [
+ 3.89225275,
+ 43.62762225
+ ],
+ [
+ 3.89256195,
+ 43.627773250000004
+ ],
+ [
+ 3.89321815,
+ 43.628135650000004
+ ],
+ [
+ 3.89372645,
+ 43.62841575
+ ],
+ [
+ 3.89408755,
+ 43.628617250000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9140502500000003,
+ 43.654562750000004
+ ],
+ [
+ 3.91360925,
+ 43.65455355
+ ],
+ [
+ 3.91317715,
+ 43.654554250000004
+ ],
+ [
+ 3.9128009500000003,
+ 43.65455585
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8590135500000002,
+ 43.580645950000005
+ ],
+ [
+ 3.85921225,
+ 43.58075765
+ ],
+ [
+ 3.8594514500000003,
+ 43.580893350000004
+ ],
+ [
+ 3.8596392500000003,
+ 43.580991250000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8457747500000004,
+ 43.57265435
+ ],
+ [
+ 3.8476064500000002,
+ 43.57377815
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8803816500000003,
+ 43.605303250000006
+ ],
+ [
+ 3.8803032500000003,
+ 43.60550945
+ ],
+ [
+ 3.88024885,
+ 43.60565975
+ ],
+ [
+ 3.8802213500000002,
+ 43.60573575
+ ],
+ [
+ 3.88005435,
+ 43.60618325
+ ],
+ [
+ 3.87999455,
+ 43.60635715
+ ],
+ [
+ 3.8799597500000003,
+ 43.60645195
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88289055,
+ 43.614155350000004
+ ],
+ [
+ 3.88289325,
+ 43.61418565
+ ],
+ [
+ 3.8828952500000002,
+ 43.61420735
+ ],
+ [
+ 3.88289395,
+ 43.614229050000006
+ ],
+ [
+ 3.8828881500000003,
+ 43.61425725
+ ],
+ [
+ 3.88287645,
+ 43.614283150000006
+ ],
+ [
+ 3.88286385,
+ 43.614303650000004
+ ],
+ [
+ 3.88284985,
+ 43.614323750000004
+ ],
+ [
+ 3.88283655,
+ 43.61434065
+ ],
+ [
+ 3.88282815,
+ 43.614351850000006
+ ],
+ [
+ 3.88280585,
+ 43.61437475
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8766028500000003,
+ 43.60300225
+ ],
+ [
+ 3.87728165,
+ 43.60290535
+ ],
+ [
+ 3.8773935500000003,
+ 43.602889350000005
+ ],
+ [
+ 3.87746835,
+ 43.602883850000005
+ ],
+ [
+ 3.87750005,
+ 43.60288405
+ ],
+ [
+ 3.87755865,
+ 43.60288895
+ ],
+ [
+ 3.87760635,
+ 43.602897750000004
+ ],
+ [
+ 3.87766585,
+ 43.60291865
+ ],
+ [
+ 3.8777137500000003,
+ 43.602941050000005
+ ],
+ [
+ 3.87774925,
+ 43.60296385
+ ],
+ [
+ 3.87780365,
+ 43.60300405
+ ],
+ [
+ 3.87800635,
+ 43.603145250000004
+ ],
+ [
+ 3.87872195,
+ 43.60364365
+ ],
+ [
+ 3.8788330500000003,
+ 43.60372125
+ ],
+ [
+ 3.87887005,
+ 43.603747250000005
+ ],
+ [
+ 3.87906635,
+ 43.60388475
+ ],
+ [
+ 3.87965545,
+ 43.604298750000005
+ ],
+ [
+ 3.8798471500000002,
+ 43.60443345
+ ],
+ [
+ 3.88000875,
+ 43.60454695
+ ],
+ [
+ 3.8800886500000002,
+ 43.60460415
+ ],
+ [
+ 3.88011375,
+ 43.604622150000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.85865825,
+ 43.58047715
+ ],
+ [
+ 3.8590135500000002,
+ 43.580645950000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier2",
+ "name": "2",
+ "color": "#F18E00",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8806647,
+ 43.6050605
+ ],
+ [
+ 3.8806179,
+ 43.6050387
+ ],
+ [
+ 3.8805929,
+ 43.6050311
+ ],
+ [
+ 3.8805594,
+ 43.605021
+ ],
+ [
+ 3.8805231,
+ 43.6050134
+ ],
+ [
+ 3.8804911,
+ 43.6050084
+ ],
+ [
+ 3.8804877,
+ 43.605008
+ ],
+ [
+ 3.8804464,
+ 43.6050027
+ ],
+ [
+ 3.8804365,
+ 43.6050015
+ ],
+ [
+ 3.8804103,
+ 43.6050017
+ ],
+ [
+ 3.8803817,
+ 43.6050032
+ ],
+ [
+ 3.8803575,
+ 43.6050071
+ ],
+ [
+ 3.8803415,
+ 43.6050097
+ ],
+ [
+ 3.8802967,
+ 43.6050208
+ ],
+ [
+ 3.8802269,
+ 43.6050458
+ ],
+ [
+ 3.8801672,
+ 43.6050683
+ ],
+ [
+ 3.8801561,
+ 43.6050725
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8801561,
+ 43.6050725
+ ],
+ [
+ 3.8800013,
+ 43.6051319
+ ],
+ [
+ 3.8797132,
+ 43.6052424
+ ],
+ [
+ 3.8793823,
+ 43.6053693
+ ],
+ [
+ 3.8780211,
+ 43.6058915
+ ],
+ [
+ 3.8776598,
+ 43.6060301
+ ],
+ [
+ 3.8775829,
+ 43.6060604
+ ],
+ [
+ 3.8773347,
+ 43.6061777
+ ],
+ [
+ 3.877249,
+ 43.6062156
+ ],
+ [
+ 3.8771173,
+ 43.6062676
+ ],
+ [
+ 3.8770585,
+ 43.6062895
+ ],
+ [
+ 3.8766896,
+ 43.606427
+ ],
+ [
+ 3.8763748,
+ 43.6065415
+ ],
+ [
+ 3.8761899,
+ 43.6066068
+ ],
+ [
+ 3.8759942,
+ 43.6066714
+ ],
+ [
+ 3.8758449,
+ 43.6067164
+ ],
+ [
+ 3.8757823,
+ 43.6067384
+ ],
+ [
+ 3.875761,
+ 43.6067459
+ ],
+ [
+ 3.8756792,
+ 43.6067767
+ ],
+ [
+ 3.8755025,
+ 43.6068596
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8183594,
+ 43.6173772
+ ],
+ [
+ 3.8182487,
+ 43.6173513
+ ],
+ [
+ 3.8181795,
+ 43.6173342
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9283032,
+ 43.5813921
+ ],
+ [
+ 3.9281681,
+ 43.581468
+ ],
+ [
+ 3.9280819,
+ 43.5815206
+ ],
+ [
+ 3.9279547,
+ 43.5815956
+ ],
+ [
+ 3.9278508,
+ 43.5816512
+ ],
+ [
+ 3.9270177,
+ 43.5820553
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8178537,
+ 43.617252
+ ],
+ [
+ 3.8177968,
+ 43.6172326
+ ],
+ [
+ 3.8177504,
+ 43.6172078
+ ],
+ [
+ 3.8177198,
+ 43.6171853
+ ],
+ [
+ 3.8176902,
+ 43.6171614
+ ],
+ [
+ 3.8176663,
+ 43.6171281
+ ],
+ [
+ 3.8176493,
+ 43.6171002
+ ],
+ [
+ 3.8176341,
+ 43.6170444
+ ],
+ [
+ 3.817636,
+ 43.6170172
+ ],
+ [
+ 3.81764,
+ 43.6169894
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8735895,
+ 43.6060478
+ ],
+ [
+ 3.8735596,
+ 43.6060164
+ ],
+ [
+ 3.8735316,
+ 43.6059977
+ ],
+ [
+ 3.8734997,
+ 43.6059824
+ ],
+ [
+ 3.8734734,
+ 43.6059746
+ ],
+ [
+ 3.873422,
+ 43.6059635
+ ],
+ [
+ 3.8733681,
+ 43.6059622
+ ],
+ [
+ 3.8733157,
+ 43.605966
+ ],
+ [
+ 3.8732695,
+ 43.6059722
+ ],
+ [
+ 3.873227,
+ 43.6059825
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9131237,
+ 43.57135
+ ],
+ [
+ 3.9125595,
+ 43.5714617
+ ],
+ [
+ 3.9118748,
+ 43.5715874
+ ],
+ [
+ 3.9115645,
+ 43.5716292
+ ],
+ [
+ 3.9112612,
+ 43.5716657
+ ],
+ [
+ 3.9109634,
+ 43.5716877
+ ],
+ [
+ 3.9105708,
+ 43.5717076
+ ],
+ [
+ 3.9101611,
+ 43.5717145
+ ],
+ [
+ 3.9098216,
+ 43.5717104
+ ],
+ [
+ 3.9095797,
+ 43.5716972
+ ],
+ [
+ 3.9094114,
+ 43.5716857
+ ],
+ [
+ 3.9092233,
+ 43.571676
+ ],
+ [
+ 3.9088016,
+ 43.5716354
+ ],
+ [
+ 3.9083443,
+ 43.5715654
+ ],
+ [
+ 3.9081014,
+ 43.5715198
+ ],
+ [
+ 3.9076902,
+ 43.5714311
+ ],
+ [
+ 3.9071723,
+ 43.5713042
+ ],
+ [
+ 3.9068089,
+ 43.5712173
+ ],
+ [
+ 3.9067731,
+ 43.5712088
+ ],
+ [
+ 3.9066177,
+ 43.5711773
+ ],
+ [
+ 3.9065389,
+ 43.5711616
+ ],
+ [
+ 3.9060204,
+ 43.5710637
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9264909,
+ 43.580673
+ ],
+ [
+ 3.9259002,
+ 43.5804329
+ ],
+ [
+ 3.925707,
+ 43.5803397
+ ],
+ [
+ 3.9256212,
+ 43.5802853
+ ],
+ [
+ 3.9254858,
+ 43.5801848
+ ],
+ [
+ 3.9252896,
+ 43.580013
+ ],
+ [
+ 3.9244077,
+ 43.5792106
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9202134,
+ 43.5732772
+ ],
+ [
+ 3.9199915,
+ 43.5731702
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9199915,
+ 43.5731702
+ ],
+ [
+ 3.9191301,
+ 43.5727557
+ ],
+ [
+ 3.9188741,
+ 43.5726479
+ ],
+ [
+ 3.9185708,
+ 43.5725348
+ ],
+ [
+ 3.9184721,
+ 43.5724973
+ ],
+ [
+ 3.9180105,
+ 43.5723357
+ ],
+ [
+ 3.9174782,
+ 43.572169
+ ],
+ [
+ 3.9159097,
+ 43.5716991
+ ],
+ [
+ 3.9149849,
+ 43.5714723
+ ],
+ [
+ 3.9146868,
+ 43.5713998
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9283032,
+ 43.5813921
+ ],
+ [
+ 3.9294193,
+ 43.5808477
+ ],
+ [
+ 3.9307353,
+ 43.5802005
+ ],
+ [
+ 3.9317919,
+ 43.5796845
+ ],
+ [
+ 3.931978,
+ 43.579591
+ ],
+ [
+ 3.9321379,
+ 43.5795106
+ ],
+ [
+ 3.9324147,
+ 43.5793716
+ ],
+ [
+ 3.9331257,
+ 43.5790279
+ ],
+ [
+ 3.9339534,
+ 43.5786297
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.880876,
+ 43.6052107
+ ],
+ [
+ 3.8808315,
+ 43.6051791
+ ],
+ [
+ 3.8807621,
+ 43.6051298
+ ],
+ [
+ 3.8807195,
+ 43.6050995
+ ],
+ [
+ 3.8806647,
+ 43.6050605
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8819823,
+ 43.6057692
+ ],
+ [
+ 3.8819681,
+ 43.6057701
+ ],
+ [
+ 3.8818707,
+ 43.6057764
+ ],
+ [
+ 3.8817919,
+ 43.6057697
+ ],
+ [
+ 3.8817266,
+ 43.6057549
+ ],
+ [
+ 3.8816562,
+ 43.6057279
+ ],
+ [
+ 3.8815756,
+ 43.6056807
+ ],
+ [
+ 3.8811955,
+ 43.6054224
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8160898,
+ 43.6149679
+ ],
+ [
+ 3.8159574,
+ 43.6149384
+ ],
+ [
+ 3.815787,
+ 43.6149161
+ ],
+ [
+ 3.8156234,
+ 43.6149083
+ ],
+ [
+ 3.8155645,
+ 43.6149111
+ ],
+ [
+ 3.8154384,
+ 43.6149171
+ ],
+ [
+ 3.8152821,
+ 43.6149474
+ ],
+ [
+ 3.8151195,
+ 43.6149966
+ ],
+ [
+ 3.815013,
+ 43.6150466
+ ],
+ [
+ 3.8149184,
+ 43.6151079
+ ],
+ [
+ 3.8148255,
+ 43.6151763
+ ],
+ [
+ 3.8147463,
+ 43.6152414
+ ],
+ [
+ 3.8146396,
+ 43.6153637
+ ],
+ [
+ 3.814549,
+ 43.6154827
+ ],
+ [
+ 3.8144634,
+ 43.6156317
+ ],
+ [
+ 3.8143817,
+ 43.615817
+ ],
+ [
+ 3.8143423,
+ 43.61591
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8175559,
+ 43.615353
+ ],
+ [
+ 3.8169199,
+ 43.6151843
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8191119,
+ 43.6173195
+ ],
+ [
+ 3.8190766,
+ 43.617352
+ ],
+ [
+ 3.8190524,
+ 43.6173688
+ ],
+ [
+ 3.8190196,
+ 43.6173889
+ ],
+ [
+ 3.8189861,
+ 43.6174045
+ ],
+ [
+ 3.8189519,
+ 43.6174177
+ ],
+ [
+ 3.8189149,
+ 43.6174306
+ ],
+ [
+ 3.8188893,
+ 43.6174392
+ ],
+ [
+ 3.8188569,
+ 43.6174463
+ ],
+ [
+ 3.8188192,
+ 43.6174509
+ ],
+ [
+ 3.8187805,
+ 43.617454
+ ],
+ [
+ 3.8187368,
+ 43.6174552
+ ],
+ [
+ 3.8186993,
+ 43.6174552
+ ],
+ [
+ 3.8186553,
+ 43.6174498
+ ],
+ [
+ 3.8186186,
+ 43.6174432
+ ],
+ [
+ 3.8183594,
+ 43.6173772
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8721736,
+ 43.6065336
+ ],
+ [
+ 3.8721386,
+ 43.6065506
+ ],
+ [
+ 3.8716553,
+ 43.6067913
+ ],
+ [
+ 3.8710266,
+ 43.6071147
+ ],
+ [
+ 3.8699009,
+ 43.6076741
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8962329,
+ 43.6002723
+ ],
+ [
+ 3.8961967,
+ 43.6002631
+ ],
+ [
+ 3.8961463,
+ 43.6002573
+ ],
+ [
+ 3.8961031,
+ 43.6002561
+ ],
+ [
+ 3.8960605,
+ 43.6002595
+ ],
+ [
+ 3.8960206,
+ 43.6002668
+ ],
+ [
+ 3.8959803,
+ 43.6002792
+ ],
+ [
+ 3.8959331,
+ 43.6002986
+ ],
+ [
+ 3.8958979,
+ 43.6003187
+ ],
+ [
+ 3.8958674,
+ 43.6003365
+ ],
+ [
+ 3.8957905,
+ 43.6003884
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8957905,
+ 43.6003884
+ ],
+ [
+ 3.8957527,
+ 43.6004264
+ ],
+ [
+ 3.8955356,
+ 43.6006479
+ ],
+ [
+ 3.8953909,
+ 43.6007965
+ ],
+ [
+ 3.8952857,
+ 43.6009045
+ ],
+ [
+ 3.8952468,
+ 43.6009509
+ ],
+ [
+ 3.895217,
+ 43.6010063
+ ],
+ [
+ 3.8952013,
+ 43.6010428
+ ],
+ [
+ 3.8951844,
+ 43.6011178
+ ],
+ [
+ 3.8951736,
+ 43.6012747
+ ],
+ [
+ 3.89514,
+ 43.601545
+ ],
+ [
+ 3.8951351,
+ 43.6015848
+ ],
+ [
+ 3.895111,
+ 43.6016819
+ ],
+ [
+ 3.8950734,
+ 43.6017586
+ ],
+ [
+ 3.895036,
+ 43.6018085
+ ],
+ [
+ 3.8946604,
+ 43.6022413
+ ],
+ [
+ 3.8946161,
+ 43.6023365
+ ],
+ [
+ 3.8945973,
+ 43.602426
+ ],
+ [
+ 3.894603,
+ 43.6024797
+ ],
+ [
+ 3.8947282,
+ 43.6030202
+ ],
+ [
+ 3.8947818,
+ 43.6031843
+ ],
+ [
+ 3.8947966,
+ 43.6032215
+ ],
+ [
+ 3.8948543,
+ 43.6033669
+ ],
+ [
+ 3.8949539,
+ 43.6035983
+ ],
+ [
+ 3.8949695,
+ 43.6036393
+ ],
+ [
+ 3.8949789,
+ 43.6036708
+ ],
+ [
+ 3.8949833,
+ 43.6037012
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9631446,
+ 43.5585786
+ ],
+ [
+ 3.9633972,
+ 43.5582641
+ ],
+ [
+ 3.9634433,
+ 43.5582113
+ ],
+ [
+ 3.9635045,
+ 43.5581334
+ ],
+ [
+ 3.9636474,
+ 43.5579564
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9363731,
+ 43.5774483
+ ],
+ [
+ 3.9361116,
+ 43.5776086
+ ],
+ [
+ 3.9359704,
+ 43.5776869
+ ],
+ [
+ 3.9359583,
+ 43.577693
+ ],
+ [
+ 3.9358333,
+ 43.5777559
+ ],
+ [
+ 3.9357103,
+ 43.5778125
+ ],
+ [
+ 3.9354851,
+ 43.5779235
+ ],
+ [
+ 3.9350421,
+ 43.5781392
+ ],
+ [
+ 3.9348692,
+ 43.5782248
+ ],
+ [
+ 3.9343502,
+ 43.5784808
+ ],
+ [
+ 3.9339534,
+ 43.5786297
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9464891,
+ 43.572534
+ ],
+ [
+ 3.9456566,
+ 43.5729444
+ ],
+ [
+ 3.9454263,
+ 43.5730573
+ ],
+ [
+ 3.945254,
+ 43.5731458
+ ],
+ [
+ 3.9451511,
+ 43.5731937
+ ],
+ [
+ 3.9449292,
+ 43.5732984
+ ],
+ [
+ 3.9445995,
+ 43.5734289
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8811955,
+ 43.6054224
+ ],
+ [
+ 3.8808992,
+ 43.6052261
+ ],
+ [
+ 3.880876,
+ 43.6052107
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8823733,
+ 43.605491
+ ],
+ [
+ 3.8823241,
+ 43.605541
+ ],
+ [
+ 3.8822362,
+ 43.6056211
+ ],
+ [
+ 3.8822166,
+ 43.6056396
+ ],
+ [
+ 3.8821925,
+ 43.6056626
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8962678,
+ 43.6002839
+ ],
+ [
+ 3.8962329,
+ 43.6002723
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8970567,
+ 43.6006905
+ ],
+ [
+ 3.8962678,
+ 43.6002839
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9270815,
+ 43.5811058
+ ],
+ [
+ 3.927211,
+ 43.5812274
+ ],
+ [
+ 3.9272349,
+ 43.58125
+ ],
+ [
+ 3.9272509,
+ 43.5812735
+ ],
+ [
+ 3.9272647,
+ 43.5812984
+ ],
+ [
+ 3.927273,
+ 43.5813252
+ ],
+ [
+ 3.9272774,
+ 43.5813486
+ ],
+ [
+ 3.927279,
+ 43.5813705
+ ],
+ [
+ 3.9272765,
+ 43.5814022
+ ],
+ [
+ 3.9272195,
+ 43.5817213
+ ],
+ [
+ 3.9272052,
+ 43.581804
+ ],
+ [
+ 3.9271941,
+ 43.5818445
+ ],
+ [
+ 3.927173,
+ 43.5818964
+ ],
+ [
+ 3.9271545,
+ 43.5819325
+ ],
+ [
+ 3.9271378,
+ 43.5819573
+ ],
+ [
+ 3.9271154,
+ 43.5819833
+ ],
+ [
+ 3.9270915,
+ 43.5820046
+ ],
+ [
+ 3.9270651,
+ 43.5820249
+ ],
+ [
+ 3.9270177,
+ 43.5820553
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9131237,
+ 43.57135
+ ],
+ [
+ 3.9132752,
+ 43.5713201
+ ],
+ [
+ 3.9134051,
+ 43.5713001
+ ],
+ [
+ 3.9134953,
+ 43.5712921
+ ],
+ [
+ 3.9136716,
+ 43.571299
+ ],
+ [
+ 3.9141537,
+ 43.5713259
+ ],
+ [
+ 3.9144306,
+ 43.5713458
+ ],
+ [
+ 3.9145368,
+ 43.5713637
+ ],
+ [
+ 3.9146868,
+ 43.5713998
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8949833,
+ 43.6037012
+ ],
+ [
+ 3.8949824,
+ 43.6037631
+ ],
+ [
+ 3.8949771,
+ 43.603794
+ ],
+ [
+ 3.8949684,
+ 43.6038238
+ ],
+ [
+ 3.8949582,
+ 43.6038486
+ ],
+ [
+ 3.8949375,
+ 43.6038828
+ ],
+ [
+ 3.8949165,
+ 43.6039132
+ ],
+ [
+ 3.8948996,
+ 43.6039336
+ ],
+ [
+ 3.8948813,
+ 43.6039527
+ ],
+ [
+ 3.8948532,
+ 43.6039766
+ ],
+ [
+ 3.894829,
+ 43.6039962
+ ],
+ [
+ 3.8947982,
+ 43.6040151
+ ],
+ [
+ 3.8947649,
+ 43.6040305
+ ],
+ [
+ 3.894738,
+ 43.6040401
+ ],
+ [
+ 3.8947027,
+ 43.6040512
+ ],
+ [
+ 3.8946648,
+ 43.6040581
+ ],
+ [
+ 3.8946168,
+ 43.6040646
+ ],
+ [
+ 3.8945734,
+ 43.6040663
+ ],
+ [
+ 3.8945201,
+ 43.6040657
+ ],
+ [
+ 3.8943768,
+ 43.604054
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8936581,
+ 43.6040086
+ ],
+ [
+ 3.8935665,
+ 43.6040032
+ ],
+ [
+ 3.8934384,
+ 43.6039913
+ ],
+ [
+ 3.8933315,
+ 43.6039751
+ ],
+ [
+ 3.8930789,
+ 43.6039228
+ ],
+ [
+ 3.8930178,
+ 43.6039093
+ ],
+ [
+ 3.8928832,
+ 43.6038792
+ ],
+ [
+ 3.8926989,
+ 43.6038459
+ ],
+ [
+ 3.8925494,
+ 43.6038311
+ ],
+ [
+ 3.8916917,
+ 43.6037707
+ ],
+ [
+ 3.8905728,
+ 43.6036927
+ ],
+ [
+ 3.8903912,
+ 43.603686
+ ],
+ [
+ 3.8903146,
+ 43.6036877
+ ],
+ [
+ 3.8902465,
+ 43.603696
+ ],
+ [
+ 3.8901887,
+ 43.6037071
+ ],
+ [
+ 3.8899687,
+ 43.6037456
+ ],
+ [
+ 3.889826,
+ 43.6037628
+ ],
+ [
+ 3.8897518,
+ 43.6037661
+ ],
+ [
+ 3.8897178,
+ 43.603767
+ ],
+ [
+ 3.8894869,
+ 43.6037553
+ ],
+ [
+ 3.8889694,
+ 43.6037185
+ ],
+ [
+ 3.8888032,
+ 43.6037088
+ ],
+ [
+ 3.8885913,
+ 43.6036912
+ ],
+ [
+ 3.8882847,
+ 43.6036295
+ ],
+ [
+ 3.8881051,
+ 43.6035942
+ ],
+ [
+ 3.888044,
+ 43.6035844
+ ],
+ [
+ 3.8878877,
+ 43.6035638
+ ],
+ [
+ 3.8877196,
+ 43.6035485
+ ],
+ [
+ 3.8873314,
+ 43.6035211
+ ],
+ [
+ 3.8866622,
+ 43.6034777
+ ],
+ [
+ 3.8848698,
+ 43.6033627
+ ],
+ [
+ 3.8847437,
+ 43.603363
+ ],
+ [
+ 3.8846914,
+ 43.6033737
+ ],
+ [
+ 3.8846584,
+ 43.6033838
+ ],
+ [
+ 3.8846136,
+ 43.6034047
+ ],
+ [
+ 3.8845613,
+ 43.6034387
+ ],
+ [
+ 3.8843118,
+ 43.6036844
+ ],
+ [
+ 3.8842324,
+ 43.6037618
+ ],
+ [
+ 3.883762,
+ 43.6042321
+ ],
+ [
+ 3.8836896,
+ 43.6043001
+ ],
+ [
+ 3.8834886,
+ 43.6044264
+ ],
+ [
+ 3.8834712,
+ 43.6044374
+ ],
+ [
+ 3.8833597,
+ 43.604507
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.900763,
+ 43.6019956
+ ],
+ [
+ 3.9003795,
+ 43.6018745
+ ],
+ [
+ 3.9001874,
+ 43.6018086
+ ],
+ [
+ 3.8998353,
+ 43.6016942
+ ],
+ [
+ 3.8994636,
+ 43.601566
+ ],
+ [
+ 3.8989885,
+ 43.6014038
+ ],
+ [
+ 3.8988628,
+ 43.6013606
+ ],
+ [
+ 3.8984087,
+ 43.6012047
+ ],
+ [
+ 3.8977299,
+ 43.6009779
+ ],
+ [
+ 3.8975588,
+ 43.6009202
+ ],
+ [
+ 3.8973384,
+ 43.6008254
+ ],
+ [
+ 3.8973083,
+ 43.6008124
+ ],
+ [
+ 3.8972499,
+ 43.6007873
+ ],
+ [
+ 3.8970567,
+ 43.6006905
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9581083,
+ 43.5645958
+ ],
+ [
+ 3.9586889,
+ 43.5639025
+ ],
+ [
+ 3.9591589,
+ 43.563347
+ ],
+ [
+ 3.9595815,
+ 43.562823
+ ],
+ [
+ 3.9602259,
+ 43.5620503
+ ],
+ [
+ 3.9609789,
+ 43.5611902
+ ],
+ [
+ 3.9623787,
+ 43.5596047
+ ],
+ [
+ 3.9626751,
+ 43.5592721
+ ],
+ [
+ 3.9627966,
+ 43.5591163
+ ],
+ [
+ 3.9629353,
+ 43.5589105
+ ],
+ [
+ 3.9631446,
+ 43.5585786
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9224489,
+ 43.5744075
+ ],
+ [
+ 3.9224084,
+ 43.5743853
+ ],
+ [
+ 3.9218267,
+ 43.574066
+ ],
+ [
+ 3.9208752,
+ 43.5735994
+ ],
+ [
+ 3.9202134,
+ 43.5732772
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9464891,
+ 43.572534
+ ],
+ [
+ 3.94651,
+ 43.5725264
+ ],
+ [
+ 3.9473497,
+ 43.572113
+ ],
+ [
+ 3.9485448,
+ 43.5715346
+ ],
+ [
+ 3.9488019,
+ 43.5714053
+ ],
+ [
+ 3.9505805,
+ 43.5705344
+ ],
+ [
+ 3.9523081,
+ 43.5696909
+ ],
+ [
+ 3.9530603,
+ 43.5693247
+ ],
+ [
+ 3.9533814,
+ 43.5691674
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9581083,
+ 43.5645958
+ ],
+ [
+ 3.957974,
+ 43.5647598
+ ],
+ [
+ 3.9573953,
+ 43.5654383
+ ],
+ [
+ 3.956677,
+ 43.5662911
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.917167,
+ 43.5868867
+ ],
+ [
+ 3.9142741,
+ 43.5883029
+ ],
+ [
+ 3.9111931,
+ 43.5898118
+ ],
+ [
+ 3.9094264,
+ 43.5906891
+ ],
+ [
+ 3.9091767,
+ 43.5908163
+ ],
+ [
+ 3.9090097,
+ 43.5909006
+ ],
+ [
+ 3.9087563,
+ 43.5910266
+ ],
+ [
+ 3.9086482,
+ 43.5910876
+ ],
+ [
+ 3.9085477,
+ 43.591144
+ ],
+ [
+ 3.9083763,
+ 43.5912413
+ ],
+ [
+ 3.9080711,
+ 43.5914363
+ ],
+ [
+ 3.9077615,
+ 43.5916826
+ ],
+ [
+ 3.9075397,
+ 43.5918618
+ ],
+ [
+ 3.9072074,
+ 43.592191
+ ],
+ [
+ 3.906793,
+ 43.5926611
+ ],
+ [
+ 3.9065527,
+ 43.5929676
+ ],
+ [
+ 3.9063779,
+ 43.5932171
+ ],
+ [
+ 3.9062157,
+ 43.5934806
+ ],
+ [
+ 3.9061006,
+ 43.5936742
+ ],
+ [
+ 3.9059625,
+ 43.593949
+ ],
+ [
+ 3.905777,
+ 43.594305
+ ],
+ [
+ 3.9057552,
+ 43.5943472
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9060204,
+ 43.5710637
+ ],
+ [
+ 3.9058734,
+ 43.571015
+ ],
+ [
+ 3.9057492,
+ 43.5709614
+ ],
+ [
+ 3.9056006,
+ 43.5708797
+ ],
+ [
+ 3.9054718,
+ 43.5708068
+ ],
+ [
+ 3.9052229,
+ 43.570666
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9363731,
+ 43.5774483
+ ],
+ [
+ 3.9382874,
+ 43.5765183
+ ],
+ [
+ 3.9401918,
+ 43.5755875
+ ],
+ [
+ 3.9418909,
+ 43.57475
+ ],
+ [
+ 3.9432992,
+ 43.5740631
+ ],
+ [
+ 3.944089,
+ 43.5736813
+ ],
+ [
+ 3.9445995,
+ 43.5734289
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9227706,
+ 43.5753084
+ ],
+ [
+ 3.9227937,
+ 43.5754248
+ ],
+ [
+ 3.922822,
+ 43.5755295
+ ],
+ [
+ 3.9228272,
+ 43.575574
+ ],
+ [
+ 3.9228568,
+ 43.5760069
+ ],
+ [
+ 3.9228755,
+ 43.5762812
+ ],
+ [
+ 3.9228904,
+ 43.5763827
+ ],
+ [
+ 3.9228968,
+ 43.5764318
+ ],
+ [
+ 3.9229733,
+ 43.5766802
+ ],
+ [
+ 3.9230109,
+ 43.5767787
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8113046,
+ 43.617309
+ ],
+ [
+ 3.8112309,
+ 43.6173403
+ ],
+ [
+ 3.8109985,
+ 43.6174412
+ ],
+ [
+ 3.8108291,
+ 43.6175064
+ ],
+ [
+ 3.8107392,
+ 43.617526
+ ],
+ [
+ 3.810634,
+ 43.6175361
+ ],
+ [
+ 3.810518,
+ 43.617533
+ ],
+ [
+ 3.8104859,
+ 43.6175307
+ ],
+ [
+ 3.810219,
+ 43.6175115
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8748316,
+ 43.6071731
+ ],
+ [
+ 3.8747409,
+ 43.607228
+ ],
+ [
+ 3.8746692,
+ 43.6072757
+ ],
+ [
+ 3.8746173,
+ 43.6073076
+ ],
+ [
+ 3.8745944,
+ 43.6073206
+ ],
+ [
+ 3.8745609,
+ 43.6073349
+ ],
+ [
+ 3.8745254,
+ 43.6073442
+ ],
+ [
+ 3.8744605,
+ 43.6073528
+ ],
+ [
+ 3.8744119,
+ 43.6073528
+ ],
+ [
+ 3.8743677,
+ 43.6073459
+ ],
+ [
+ 3.874342,
+ 43.607341
+ ],
+ [
+ 3.8743202,
+ 43.6073348
+ ],
+ [
+ 3.8743,
+ 43.6073274
+ ],
+ [
+ 3.8742807,
+ 43.6073162
+ ],
+ [
+ 3.8742591,
+ 43.6073031
+ ],
+ [
+ 3.8742409,
+ 43.6072857
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8542519,
+ 43.6102018
+ ],
+ [
+ 3.8540494,
+ 43.6101849
+ ],
+ [
+ 3.8538113,
+ 43.6101713
+ ],
+ [
+ 3.8535402,
+ 43.6101654
+ ],
+ [
+ 3.8533162,
+ 43.6101617
+ ],
+ [
+ 3.8531449,
+ 43.610164
+ ],
+ [
+ 3.852469,
+ 43.6101694
+ ],
+ [
+ 3.8522624,
+ 43.610179
+ ],
+ [
+ 3.851949,
+ 43.610198
+ ],
+ [
+ 3.8513868,
+ 43.6102601
+ ],
+ [
+ 3.8506703,
+ 43.6103614
+ ],
+ [
+ 3.850176,
+ 43.6104156
+ ],
+ [
+ 3.849997,
+ 43.6104538
+ ],
+ [
+ 3.8498815,
+ 43.6104803
+ ],
+ [
+ 3.8497759,
+ 43.6105045
+ ],
+ [
+ 3.848852,
+ 43.6107243
+ ],
+ [
+ 3.8483056,
+ 43.6108555
+ ],
+ [
+ 3.8482261,
+ 43.610874
+ ],
+ [
+ 3.8476119,
+ 43.6110194
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.873986,
+ 43.6068053
+ ],
+ [
+ 3.8737521,
+ 43.6063584
+ ],
+ [
+ 3.8735895,
+ 43.6060478
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8258473,
+ 43.6166748
+ ],
+ [
+ 3.8258541,
+ 43.61582
+ ],
+ [
+ 3.8258568,
+ 43.6154832
+ ],
+ [
+ 3.8258562,
+ 43.6152601
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8254652,
+ 43.6149762
+ ],
+ [
+ 3.8246237,
+ 43.6149792
+ ],
+ [
+ 3.8243682,
+ 43.6149879
+ ],
+ [
+ 3.824218,
+ 43.6150015
+ ],
+ [
+ 3.8240216,
+ 43.6150227
+ ],
+ [
+ 3.8238383,
+ 43.6150425
+ ],
+ [
+ 3.823125,
+ 43.6151296
+ ],
+ [
+ 3.8222484,
+ 43.6152299
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8222484,
+ 43.6152299
+ ],
+ [
+ 3.8219783,
+ 43.6152617
+ ],
+ [
+ 3.8218319,
+ 43.6152823
+ ],
+ [
+ 3.8216784,
+ 43.6153149
+ ],
+ [
+ 3.8215797,
+ 43.615345
+ ],
+ [
+ 3.8215501,
+ 43.6153539
+ ],
+ [
+ 3.8215088,
+ 43.6153657
+ ],
+ [
+ 3.8214088,
+ 43.6153967
+ ],
+ [
+ 3.8212023,
+ 43.6154394
+ ],
+ [
+ 3.8206185,
+ 43.6155068
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8206185,
+ 43.6155068
+ ],
+ [
+ 3.8203883,
+ 43.6155469
+ ],
+ [
+ 3.8202834,
+ 43.6155748
+ ],
+ [
+ 3.8202255,
+ 43.6155928
+ ],
+ [
+ 3.8200954,
+ 43.6156355
+ ],
+ [
+ 3.8200375,
+ 43.6156707
+ ],
+ [
+ 3.8199798,
+ 43.6157252
+ ],
+ [
+ 3.8199156,
+ 43.6158114
+ ],
+ [
+ 3.8198305,
+ 43.6159917
+ ],
+ [
+ 3.8198213,
+ 43.6160104
+ ],
+ [
+ 3.8196588,
+ 43.6163397
+ ],
+ [
+ 3.8195716,
+ 43.6165108
+ ],
+ [
+ 3.8195415,
+ 43.6165698
+ ],
+ [
+ 3.8194549,
+ 43.6167638
+ ],
+ [
+ 3.8193236,
+ 43.6170251
+ ],
+ [
+ 3.819294,
+ 43.6170796
+ ],
+ [
+ 3.8192668,
+ 43.6171214
+ ],
+ [
+ 3.8192356,
+ 43.6171641
+ ],
+ [
+ 3.8191119,
+ 43.6173195
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8181795,
+ 43.6173342
+ ],
+ [
+ 3.8178537,
+ 43.617252
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.81764,
+ 43.6169894
+ ],
+ [
+ 3.8178026,
+ 43.6166434
+ ],
+ [
+ 3.8180514,
+ 43.6161305
+ ],
+ [
+ 3.8181749,
+ 43.6158758
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8181749,
+ 43.6158758
+ ],
+ [
+ 3.818193,
+ 43.6158289
+ ],
+ [
+ 3.8182035,
+ 43.6157643
+ ],
+ [
+ 3.8182053,
+ 43.6157332
+ ],
+ [
+ 3.8181894,
+ 43.6156769
+ ],
+ [
+ 3.8181757,
+ 43.6156403
+ ],
+ [
+ 3.8181626,
+ 43.6156235
+ ],
+ [
+ 3.8181205,
+ 43.6155695
+ ],
+ [
+ 3.818084,
+ 43.6155353
+ ],
+ [
+ 3.8180119,
+ 43.6154938
+ ],
+ [
+ 3.817855,
+ 43.6154365
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.817855,
+ 43.6154365
+ ],
+ [
+ 3.8175559,
+ 43.615353
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8169199,
+ 43.6151843
+ ],
+ [
+ 3.8162171,
+ 43.6149974
+ ],
+ [
+ 3.8160898,
+ 43.6149679
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8143423,
+ 43.61591
+ ],
+ [
+ 3.8142986,
+ 43.6159782
+ ],
+ [
+ 3.8142579,
+ 43.6160205
+ ],
+ [
+ 3.8142165,
+ 43.6160554
+ ],
+ [
+ 3.8141527,
+ 43.6160957
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8141527,
+ 43.6160957
+ ],
+ [
+ 3.8140305,
+ 43.6161552
+ ],
+ [
+ 3.8134707,
+ 43.6163894
+ ],
+ [
+ 3.8129105,
+ 43.6166274
+ ],
+ [
+ 3.8127998,
+ 43.6166742
+ ],
+ [
+ 3.8126692,
+ 43.61673
+ ],
+ [
+ 3.8119798,
+ 43.6170217
+ ],
+ [
+ 3.8114639,
+ 43.6172412
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8114639,
+ 43.6172412
+ ],
+ [
+ 3.8113046,
+ 43.617309
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9270177,
+ 43.5820553
+ ],
+ [
+ 3.9266273,
+ 43.5822434
+ ],
+ [
+ 3.9256144,
+ 43.5827358
+ ],
+ [
+ 3.9254733,
+ 43.5828072
+ ],
+ [
+ 3.9253785,
+ 43.5828573
+ ],
+ [
+ 3.9253568,
+ 43.5828695
+ ],
+ [
+ 3.9253254,
+ 43.5828813
+ ],
+ [
+ 3.9252765,
+ 43.5829062
+ ],
+ [
+ 3.9252498,
+ 43.5829196
+ ],
+ [
+ 3.9251578,
+ 43.5829635
+ ],
+ [
+ 3.9237572,
+ 43.5836631
+ ],
+ [
+ 3.9217208,
+ 43.5846604
+ ],
+ [
+ 3.9204328,
+ 43.5852901
+ ],
+ [
+ 3.9201909,
+ 43.5854084
+ ],
+ [
+ 3.9199054,
+ 43.585548
+ ],
+ [
+ 3.918808,
+ 43.5860865
+ ],
+ [
+ 3.9173841,
+ 43.5867814
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9173841,
+ 43.5867814
+ ],
+ [
+ 3.917167,
+ 43.5868867
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8751876,
+ 43.6070067
+ ],
+ [
+ 3.8748316,
+ 43.6071731
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.862799,
+ 43.6098543
+ ],
+ [
+ 3.8623422,
+ 43.6099178
+ ],
+ [
+ 3.8618986,
+ 43.6099752
+ ],
+ [
+ 3.8615025,
+ 43.6100217
+ ],
+ [
+ 3.8611048,
+ 43.6100627
+ ],
+ [
+ 3.8608563,
+ 43.610089
+ ],
+ [
+ 3.8604611,
+ 43.610128
+ ],
+ [
+ 3.8603497,
+ 43.6101393
+ ],
+ [
+ 3.8602152,
+ 43.6101529
+ ],
+ [
+ 3.8599284,
+ 43.6101936
+ ],
+ [
+ 3.859133,
+ 43.6103299
+ ],
+ [
+ 3.8584508,
+ 43.6104648
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8666883,
+ 43.6091471
+ ],
+ [
+ 3.866028,
+ 43.6092708
+ ],
+ [
+ 3.8645487,
+ 43.6095478
+ ],
+ [
+ 3.8643638,
+ 43.6095815
+ ],
+ [
+ 3.8634275,
+ 43.6097472
+ ],
+ [
+ 3.862799,
+ 43.6098543
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8831666,
+ 43.6046943
+ ],
+ [
+ 3.8830257,
+ 43.6048313
+ ],
+ [
+ 3.8829601,
+ 43.6048977
+ ],
+ [
+ 3.8823733,
+ 43.605491
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8833597,
+ 43.604507
+ ],
+ [
+ 3.8832406,
+ 43.6046167
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8832406,
+ 43.6046167
+ ],
+ [
+ 3.8831666,
+ 43.6046943
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8258562,
+ 43.6152601
+ ],
+ [
+ 3.8258561,
+ 43.6152102
+ ],
+ [
+ 3.8258547,
+ 43.6151816
+ ],
+ [
+ 3.8258468,
+ 43.6151476
+ ],
+ [
+ 3.8258278,
+ 43.615118
+ ],
+ [
+ 3.8257991,
+ 43.6150801
+ ],
+ [
+ 3.8257226,
+ 43.6150265
+ ],
+ [
+ 3.8257034,
+ 43.6150198
+ ],
+ [
+ 3.8256597,
+ 43.6150044
+ ],
+ [
+ 3.8255872,
+ 43.6149879
+ ],
+ [
+ 3.8254652,
+ 43.6149762
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8264554,
+ 43.6173087
+ ],
+ [
+ 3.8262947,
+ 43.6172555
+ ],
+ [
+ 3.8261852,
+ 43.6171992
+ ],
+ [
+ 3.8261612,
+ 43.617188
+ ],
+ [
+ 3.8260879,
+ 43.6171239
+ ],
+ [
+ 3.8259802,
+ 43.617023
+ ],
+ [
+ 3.8259322,
+ 43.6169463
+ ],
+ [
+ 3.8258993,
+ 43.6168885
+ ],
+ [
+ 3.8258813,
+ 43.6168499
+ ],
+ [
+ 3.8258604,
+ 43.616791
+ ],
+ [
+ 3.82585,
+ 43.6167595
+ ],
+ [
+ 3.8258473,
+ 43.6166748
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8317124,
+ 43.6193616
+ ],
+ [
+ 3.8313813,
+ 43.619157
+ ],
+ [
+ 3.8308462,
+ 43.6188793
+ ],
+ [
+ 3.8307316,
+ 43.6188215
+ ],
+ [
+ 3.8303528,
+ 43.6186306
+ ],
+ [
+ 3.8301666,
+ 43.6185455
+ ],
+ [
+ 3.8299396,
+ 43.6184473
+ ],
+ [
+ 3.8297453,
+ 43.6183696
+ ],
+ [
+ 3.8284269,
+ 43.6179435
+ ],
+ [
+ 3.827505,
+ 43.6176453
+ ],
+ [
+ 3.8265426,
+ 43.6173375
+ ],
+ [
+ 3.8264554,
+ 43.6173087
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.834244,
+ 43.6212923
+ ],
+ [
+ 3.8341017,
+ 43.6211599
+ ],
+ [
+ 3.8332955,
+ 43.6204811
+ ],
+ [
+ 3.8328136,
+ 43.6200784
+ ],
+ [
+ 3.8327838,
+ 43.6200566
+ ],
+ [
+ 3.8327018,
+ 43.6199965
+ ],
+ [
+ 3.8325964,
+ 43.6199056
+ ],
+ [
+ 3.8324177,
+ 43.6197923
+ ],
+ [
+ 3.8323429,
+ 43.6197468
+ ],
+ [
+ 3.8319619,
+ 43.6195151
+ ],
+ [
+ 3.8317333,
+ 43.6193745
+ ],
+ [
+ 3.8317124,
+ 43.6193616
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8359671,
+ 43.6220988
+ ],
+ [
+ 3.8358807,
+ 43.6222055
+ ],
+ [
+ 3.8358043,
+ 43.6222589
+ ],
+ [
+ 3.8357118,
+ 43.6222968
+ ],
+ [
+ 3.8356273,
+ 43.6223074
+ ],
+ [
+ 3.8355139,
+ 43.622302
+ ],
+ [
+ 3.8354635,
+ 43.6222893
+ ],
+ [
+ 3.8353895,
+ 43.6222614
+ ],
+ [
+ 3.8353176,
+ 43.6222148
+ ],
+ [
+ 3.8353045,
+ 43.6222043
+ ],
+ [
+ 3.8349511,
+ 43.6219189
+ ],
+ [
+ 3.8347792,
+ 43.6217747
+ ],
+ [
+ 3.8345895,
+ 43.6216156
+ ],
+ [
+ 3.8344668,
+ 43.6215103
+ ],
+ [
+ 3.8342957,
+ 43.6213404
+ ],
+ [
+ 3.834244,
+ 43.6212923
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.836725,
+ 43.6210725
+ ],
+ [
+ 3.8366775,
+ 43.6211273
+ ],
+ [
+ 3.8366088,
+ 43.6212093
+ ],
+ [
+ 3.836503,
+ 43.6213657
+ ],
+ [
+ 3.8363531,
+ 43.6215892
+ ],
+ [
+ 3.8362482,
+ 43.6217405
+ ],
+ [
+ 3.8361152,
+ 43.6219079
+ ],
+ [
+ 3.8359671,
+ 43.6220988
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8387872,
+ 43.6186727
+ ],
+ [
+ 3.8384763,
+ 43.6190369
+ ],
+ [
+ 3.8381081,
+ 43.6194807
+ ],
+ [
+ 3.8379772,
+ 43.6196367
+ ],
+ [
+ 3.8378766,
+ 43.619758
+ ],
+ [
+ 3.8377743,
+ 43.6198775
+ ],
+ [
+ 3.837691,
+ 43.6199759
+ ],
+ [
+ 3.8369963,
+ 43.6207564
+ ],
+ [
+ 3.836725,
+ 43.6210725
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8402042,
+ 43.616893
+ ],
+ [
+ 3.8401318,
+ 43.6169632
+ ],
+ [
+ 3.8399494,
+ 43.6172098
+ ],
+ [
+ 3.8397496,
+ 43.6174894
+ ],
+ [
+ 3.8395914,
+ 43.617703
+ ],
+ [
+ 3.8395534,
+ 43.6177521
+ ],
+ [
+ 3.839423,
+ 43.6179204
+ ],
+ [
+ 3.8393379,
+ 43.6180202
+ ],
+ [
+ 3.8391413,
+ 43.6182507
+ ],
+ [
+ 3.8389422,
+ 43.6184911
+ ],
+ [
+ 3.8387872,
+ 43.6186727
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8405758,
+ 43.6160928
+ ],
+ [
+ 3.8406099,
+ 43.6161212
+ ],
+ [
+ 3.8406441,
+ 43.6161495
+ ],
+ [
+ 3.8406897,
+ 43.6162146
+ ],
+ [
+ 3.840707,
+ 43.6162753
+ ],
+ [
+ 3.8407166,
+ 43.6163107
+ ],
+ [
+ 3.8407085,
+ 43.6163622
+ ],
+ [
+ 3.8406871,
+ 43.6164331
+ ],
+ [
+ 3.8406495,
+ 43.6164903
+ ],
+ [
+ 3.8402491,
+ 43.6168499
+ ],
+ [
+ 3.840243,
+ 43.6168554
+ ],
+ [
+ 3.8402042,
+ 43.616893
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8399253,
+ 43.6155845
+ ],
+ [
+ 3.8400031,
+ 43.6156689
+ ],
+ [
+ 3.8405516,
+ 43.6160728
+ ],
+ [
+ 3.8405758,
+ 43.6160928
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8392119,
+ 43.6142267
+ ],
+ [
+ 3.8392239,
+ 43.6142446
+ ],
+ [
+ 3.8393097,
+ 43.6143834
+ ],
+ [
+ 3.8394506,
+ 43.6146475
+ ],
+ [
+ 3.8395989,
+ 43.6149275
+ ],
+ [
+ 3.8397059,
+ 43.615171
+ ],
+ [
+ 3.8398824,
+ 43.6155116
+ ],
+ [
+ 3.8399253,
+ 43.6155845
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8444654,
+ 43.6126647
+ ],
+ [
+ 3.8442544,
+ 43.6127376
+ ],
+ [
+ 3.8430756,
+ 43.613058
+ ],
+ [
+ 3.8427349,
+ 43.6131308
+ ],
+ [
+ 3.8413835,
+ 43.6133388
+ ],
+ [
+ 3.8412956,
+ 43.6133525
+ ],
+ [
+ 3.840333,
+ 43.6135027
+ ],
+ [
+ 3.8402438,
+ 43.6135133
+ ],
+ [
+ 3.8401172,
+ 43.6135202
+ ],
+ [
+ 3.8400632,
+ 43.61352
+ ],
+ [
+ 3.8400158,
+ 43.6135199
+ ],
+ [
+ 3.8395235,
+ 43.6135181
+ ],
+ [
+ 3.8392811,
+ 43.6135178
+ ],
+ [
+ 3.839275,
+ 43.6135183
+ ],
+ [
+ 3.8392248,
+ 43.6135222
+ ],
+ [
+ 3.8391749,
+ 43.6135322
+ ],
+ [
+ 3.8391077,
+ 43.6135488
+ ],
+ [
+ 3.8390469,
+ 43.6135765
+ ],
+ [
+ 3.8390047,
+ 43.6136103
+ ],
+ [
+ 3.8390008,
+ 43.6136147
+ ],
+ [
+ 3.8389722,
+ 43.613647
+ ],
+ [
+ 3.8389664,
+ 43.613662
+ ],
+ [
+ 3.8389575,
+ 43.6136841
+ ],
+ [
+ 3.8389461,
+ 43.6137291
+ ],
+ [
+ 3.8389427,
+ 43.6137771
+ ],
+ [
+ 3.8389428,
+ 43.6137867
+ ],
+ [
+ 3.8389555,
+ 43.6138252
+ ],
+ [
+ 3.8389771,
+ 43.6138659
+ ],
+ [
+ 3.8389942,
+ 43.613893
+ ],
+ [
+ 3.8390858,
+ 43.6140377
+ ],
+ [
+ 3.8392119,
+ 43.6142267
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8476119,
+ 43.6110194
+ ],
+ [
+ 3.8474699,
+ 43.611053
+ ],
+ [
+ 3.8473547,
+ 43.6110889
+ ],
+ [
+ 3.847229,
+ 43.6111374
+ ],
+ [
+ 3.8471042,
+ 43.6111942
+ ],
+ [
+ 3.8470573,
+ 43.6112196
+ ],
+ [
+ 3.8466375,
+ 43.6114471
+ ],
+ [
+ 3.8464506,
+ 43.6115523
+ ],
+ [
+ 3.8464145,
+ 43.6115727
+ ],
+ [
+ 3.8463373,
+ 43.6116253
+ ],
+ [
+ 3.8462615,
+ 43.6116745
+ ],
+ [
+ 3.8462267,
+ 43.6116972
+ ],
+ [
+ 3.8461601,
+ 43.6117404
+ ],
+ [
+ 3.8459603,
+ 43.6118967
+ ],
+ [
+ 3.8457269,
+ 43.6120705
+ ],
+ [
+ 3.8456243,
+ 43.6121316
+ ],
+ [
+ 3.8455982,
+ 43.6121472
+ ],
+ [
+ 3.8454466,
+ 43.6122346
+ ],
+ [
+ 3.8452516,
+ 43.6123265
+ ],
+ [
+ 3.845047,
+ 43.612423
+ ],
+ [
+ 3.8445333,
+ 43.6126415
+ ],
+ [
+ 3.8445223,
+ 43.6126451
+ ],
+ [
+ 3.8444654,
+ 43.6126647
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8583667,
+ 43.6104807
+ ],
+ [
+ 3.8582302,
+ 43.6105045
+ ],
+ [
+ 3.8580704,
+ 43.6105237
+ ],
+ [
+ 3.8579264,
+ 43.6105322
+ ],
+ [
+ 3.857727,
+ 43.6105311
+ ],
+ [
+ 3.8575604,
+ 43.6105219
+ ],
+ [
+ 3.8568295,
+ 43.6104384
+ ],
+ [
+ 3.8566341,
+ 43.6104227
+ ],
+ [
+ 3.8564702,
+ 43.610413
+ ],
+ [
+ 3.8562425,
+ 43.6103995
+ ],
+ [
+ 3.8558954,
+ 43.6103777
+ ],
+ [
+ 3.8554157,
+ 43.6103328
+ ],
+ [
+ 3.8552951,
+ 43.6103187
+ ],
+ [
+ 3.8548,
+ 43.610261
+ ],
+ [
+ 3.8545684,
+ 43.6102325
+ ],
+ [
+ 3.8544604,
+ 43.6102199
+ ],
+ [
+ 3.8543929,
+ 43.610214
+ ],
+ [
+ 3.8542519,
+ 43.6102018
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8584508,
+ 43.6104648
+ ],
+ [
+ 3.8583962,
+ 43.6104756
+ ],
+ [
+ 3.8583667,
+ 43.6104807
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8699009,
+ 43.6076741
+ ],
+ [
+ 3.8697065,
+ 43.6077707
+ ],
+ [
+ 3.8687935,
+ 43.6082268
+ ],
+ [
+ 3.8687278,
+ 43.6082596
+ ],
+ [
+ 3.8684778,
+ 43.6083864
+ ],
+ [
+ 3.8681304,
+ 43.6085626
+ ],
+ [
+ 3.8678185,
+ 43.6087186
+ ],
+ [
+ 3.8677093,
+ 43.6087723
+ ],
+ [
+ 3.8672798,
+ 43.6089837
+ ],
+ [
+ 3.867139,
+ 43.609039
+ ],
+ [
+ 3.866934,
+ 43.6091006
+ ],
+ [
+ 3.8668574,
+ 43.6091157
+ ],
+ [
+ 3.8667308,
+ 43.6091391
+ ],
+ [
+ 3.8666883,
+ 43.6091471
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.873227,
+ 43.6059825
+ ],
+ [
+ 3.8729923,
+ 43.606106
+ ],
+ [
+ 3.8727299,
+ 43.6062372
+ ],
+ [
+ 3.8723726,
+ 43.6064309
+ ],
+ [
+ 3.8722234,
+ 43.6065094
+ ],
+ [
+ 3.8721736,
+ 43.6065336
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8755025,
+ 43.6068596
+ ],
+ [
+ 3.8751876,
+ 43.6070067
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8742409,
+ 43.6072857
+ ],
+ [
+ 3.8741349,
+ 43.6070897
+ ],
+ [
+ 3.873986,
+ 43.6068053
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8821925,
+ 43.6056626
+ ],
+ [
+ 3.8821781,
+ 43.6056762
+ ],
+ [
+ 3.8821352,
+ 43.6057137
+ ],
+ [
+ 3.8821001,
+ 43.6057335
+ ],
+ [
+ 3.8820493,
+ 43.6057553
+ ],
+ [
+ 3.8819823,
+ 43.6057692
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9557491,
+ 43.5675387
+ ],
+ [
+ 3.9558845,
+ 43.5673764
+ ],
+ [
+ 3.9563941,
+ 43.5666389
+ ],
+ [
+ 3.956677,
+ 43.5662911
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9533814,
+ 43.5691674
+ ],
+ [
+ 3.9537691,
+ 43.5689775
+ ],
+ [
+ 3.954003,
+ 43.5688618
+ ],
+ [
+ 3.9541621,
+ 43.5687662
+ ],
+ [
+ 3.9543772,
+ 43.5686211
+ ],
+ [
+ 3.9550907,
+ 43.5681334
+ ],
+ [
+ 3.9552625,
+ 43.568013
+ ],
+ [
+ 3.9554004,
+ 43.567903
+ ],
+ [
+ 3.9555308,
+ 43.5677703
+ ],
+ [
+ 3.9557491,
+ 43.5675387
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9057552,
+ 43.5943472
+ ],
+ [
+ 3.9056616,
+ 43.5945284
+ ],
+ [
+ 3.9055911,
+ 43.594699
+ ],
+ [
+ 3.9055347,
+ 43.5948151
+ ],
+ [
+ 3.9054972,
+ 43.5949014
+ ],
+ [
+ 3.9053459,
+ 43.5952388
+ ],
+ [
+ 3.9053307,
+ 43.5952727
+ ],
+ [
+ 3.9052305,
+ 43.595459
+ ],
+ [
+ 3.9046429,
+ 43.5963198
+ ],
+ [
+ 3.9042377,
+ 43.596926
+ ],
+ [
+ 3.9038208,
+ 43.5975314
+ ],
+ [
+ 3.9038153,
+ 43.5975391
+ ],
+ [
+ 3.9035259,
+ 43.5979503
+ ],
+ [
+ 3.9034553,
+ 43.5980537
+ ],
+ [
+ 3.9034303,
+ 43.5980901
+ ],
+ [
+ 3.9033228,
+ 43.5982471
+ ],
+ [
+ 3.9032995,
+ 43.598281
+ ],
+ [
+ 3.9032714,
+ 43.598322
+ ],
+ [
+ 3.9032529,
+ 43.598349
+ ],
+ [
+ 3.9031368,
+ 43.5985184
+ ],
+ [
+ 3.9031143,
+ 43.5985506
+ ],
+ [
+ 3.9030186,
+ 43.5986879
+ ],
+ [
+ 3.9028054,
+ 43.5989963
+ ],
+ [
+ 3.9023082,
+ 43.5997616
+ ],
+ [
+ 3.9020528,
+ 43.6001597
+ ],
+ [
+ 3.9019917,
+ 43.6002549
+ ],
+ [
+ 3.9017929,
+ 43.6006099
+ ],
+ [
+ 3.9013611,
+ 43.6014633
+ ],
+ [
+ 3.9012618,
+ 43.601667
+ ],
+ [
+ 3.9011386,
+ 43.6018968
+ ],
+ [
+ 3.9010862,
+ 43.6019439
+ ],
+ [
+ 3.9010437,
+ 43.6019683
+ ],
+ [
+ 3.9010014,
+ 43.6019852
+ ],
+ [
+ 3.9009482,
+ 43.6019964
+ ],
+ [
+ 3.9009124,
+ 43.6020039
+ ],
+ [
+ 3.9008697,
+ 43.6020062
+ ],
+ [
+ 3.9008334,
+ 43.6020047
+ ],
+ [
+ 3.900763,
+ 43.6019956
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9227398,
+ 43.5748299
+ ],
+ [
+ 3.9227266,
+ 43.5747327
+ ],
+ [
+ 3.9227151,
+ 43.5746926
+ ],
+ [
+ 3.9226922,
+ 43.574642
+ ],
+ [
+ 3.9226523,
+ 43.5745832
+ ],
+ [
+ 3.9225759,
+ 43.5745
+ ],
+ [
+ 3.9224893,
+ 43.5744297
+ ],
+ [
+ 3.9224489,
+ 43.5744075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9227706,
+ 43.5753084
+ ],
+ [
+ 3.922752,
+ 43.5749405
+ ],
+ [
+ 3.9227398,
+ 43.5748299
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.924012,
+ 43.5786702
+ ],
+ [
+ 3.9238678,
+ 43.5784031
+ ],
+ [
+ 3.9233287,
+ 43.5773927
+ ],
+ [
+ 3.9230856,
+ 43.5769282
+ ],
+ [
+ 3.9230109,
+ 43.5767787
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9244077,
+ 43.5792106
+ ],
+ [
+ 3.9243094,
+ 43.5791212
+ ],
+ [
+ 3.9242254,
+ 43.5790292
+ ],
+ [
+ 3.9241561,
+ 43.5789372
+ ],
+ [
+ 3.924012,
+ 43.5786702
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.9270815,
+ 43.5811058
+ ],
+ [
+ 3.926805,
+ 43.5808622
+ ],
+ [
+ 3.9267179,
+ 43.580796
+ ],
+ [
+ 3.9266324,
+ 43.5807438
+ ],
+ [
+ 3.9265171,
+ 43.5806836
+ ],
+ [
+ 3.9264909,
+ 43.580673
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8943768,
+ 43.604054
+ ],
+ [
+ 3.8943279,
+ 43.6040508
+ ],
+ [
+ 3.8938614,
+ 43.6040207
+ ],
+ [
+ 3.8936581,
+ 43.6040086
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier3",
+ "name": "3",
+ "color": "#CBD300",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8940223499999997,
+ 43.608433049999995
+ ],
+ [
+ 3.89396225,
+ 43.60794875
+ ],
+ [
+ 3.8939436499999998,
+ 43.60777445
+ ],
+ [
+ 3.8939439499999997,
+ 43.60776865
+ ],
+ [
+ 3.89395025,
+ 43.60763815
+ ],
+ [
+ 3.8939477499999997,
+ 43.60755705
+ ],
+ [
+ 3.89391345,
+ 43.60730185
+ ],
+ [
+ 3.89388325,
+ 43.60707915
+ ],
+ [
+ 3.89387735,
+ 43.60701835
+ ],
+ [
+ 3.8938831499999997,
+ 43.606977549999996
+ ],
+ [
+ 3.8938875499999996,
+ 43.60694595
+ ],
+ [
+ 3.89389665,
+ 43.60692415
+ ],
+ [
+ 3.8939005499999997,
+ 43.60691465
+ ],
+ [
+ 3.89391695,
+ 43.60687515
+ ],
+ [
+ 3.89393215,
+ 43.606842449999995
+ ],
+ [
+ 3.89398255,
+ 43.60673465
+ ],
+ [
+ 3.89399535,
+ 43.60670715
+ ],
+ [
+ 3.8940359499999997,
+ 43.60662025
+ ],
+ [
+ 3.89405265,
+ 43.60658515
+ ],
+ [
+ 3.89406465,
+ 43.60653705
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88015985,
+ 43.605076249999996
+ ],
+ [
+ 3.88000505,
+ 43.60513565
+ ],
+ [
+ 3.8797169499999997,
+ 43.60524615
+ ],
+ [
+ 3.87938605,
+ 43.60537305
+ ],
+ [
+ 3.87802485,
+ 43.605895249999996
+ ],
+ [
+ 3.87766355,
+ 43.606033849999996
+ ],
+ [
+ 3.87758665,
+ 43.606064149999995
+ ],
+ [
+ 3.87733845,
+ 43.60618145
+ ],
+ [
+ 3.87725275,
+ 43.606219349999996
+ ],
+ [
+ 3.87712105,
+ 43.60627135
+ ],
+ [
+ 3.87706225,
+ 43.60629325
+ ],
+ [
+ 3.87669335,
+ 43.606430749999994
+ ],
+ [
+ 3.8763785499999996,
+ 43.606545249999996
+ ],
+ [
+ 3.87619365,
+ 43.60661055
+ ],
+ [
+ 3.87599795,
+ 43.60667515
+ ],
+ [
+ 3.87584865,
+ 43.60672015
+ ],
+ [
+ 3.87578605,
+ 43.606742149999995
+ ],
+ [
+ 3.8757647499999996,
+ 43.60674965
+ ],
+ [
+ 3.87568295,
+ 43.606780449999995
+ ],
+ [
+ 3.87550625,
+ 43.60686335
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8957856499999997,
+ 43.60001465
+ ],
+ [
+ 3.8957335499999997,
+ 43.59998365
+ ],
+ [
+ 3.89563755,
+ 43.599925649999996
+ ],
+ [
+ 3.89555895,
+ 43.59987905
+ ],
+ [
+ 3.89553065,
+ 43.599859349999996
+ ],
+ [
+ 3.8955058499999997,
+ 43.59984215
+ ],
+ [
+ 3.89540035,
+ 43.59977945
+ ],
+ [
+ 3.8953118499999997,
+ 43.59971365
+ ],
+ [
+ 3.8949330499999997,
+ 43.599413049999995
+ ],
+ [
+ 3.89474775,
+ 43.59926365
+ ],
+ [
+ 3.89472185,
+ 43.599242749999995
+ ],
+ [
+ 3.89466255,
+ 43.59918485
+ ],
+ [
+ 3.89462645,
+ 43.599129049999995
+ ],
+ [
+ 3.89461565,
+ 43.59908125
+ ],
+ [
+ 3.89461195,
+ 43.59906625
+ ],
+ [
+ 3.89461405,
+ 43.59897785
+ ],
+ [
+ 3.89463735,
+ 43.59891185
+ ],
+ [
+ 3.89470515,
+ 43.59882975
+ ],
+ [
+ 3.89506265,
+ 43.598484649999996
+ ],
+ [
+ 3.8951194499999997,
+ 43.59842975
+ ],
+ [
+ 3.89519395,
+ 43.59835775
+ ],
+ [
+ 3.89521995,
+ 43.59832855
+ ],
+ [
+ 3.8952442499999997,
+ 43.59830115
+ ],
+ [
+ 3.89528585,
+ 43.598254149999995
+ ],
+ [
+ 3.89530485,
+ 43.59822645
+ ],
+ [
+ 3.8953343499999997,
+ 43.59818325
+ ],
+ [
+ 3.89540415,
+ 43.59806845
+ ],
+ [
+ 3.89544865,
+ 43.597995149999996
+ ],
+ [
+ 3.89562915,
+ 43.59767065
+ ],
+ [
+ 3.89572905,
+ 43.597459549999996
+ ],
+ [
+ 3.89578665,
+ 43.59732775
+ ],
+ [
+ 3.8959940499999997,
+ 43.59685905
+ ],
+ [
+ 3.89602055,
+ 43.59679535
+ ],
+ [
+ 3.89604925,
+ 43.59673015
+ ],
+ [
+ 3.89616655,
+ 43.596463449999995
+ ],
+ [
+ 3.89621415,
+ 43.59635505
+ ],
+ [
+ 3.8964094499999997,
+ 43.59592615
+ ],
+ [
+ 3.89654685,
+ 43.595605049999996
+ ],
+ [
+ 3.89656045,
+ 43.59555405
+ ],
+ [
+ 3.89658675,
+ 43.59548845
+ ],
+ [
+ 3.89661635,
+ 43.59539855
+ ],
+ [
+ 3.89667585,
+ 43.595187949999996
+ ],
+ [
+ 3.8967337499999997,
+ 43.59504525
+ ],
+ [
+ 3.8969296499999997,
+ 43.59464405
+ ],
+ [
+ 3.8970655499999998,
+ 43.59435035
+ ],
+ [
+ 3.89721685,
+ 43.594023449999995
+ ],
+ [
+ 3.89724375,
+ 43.59393505
+ ],
+ [
+ 3.89724185,
+ 43.59387475
+ ],
+ [
+ 3.8972153499999997,
+ 43.59380785
+ ],
+ [
+ 3.89720145,
+ 43.593791249999995
+ ],
+ [
+ 3.8971103499999997,
+ 43.59372045
+ ],
+ [
+ 3.89705995,
+ 43.593698249999996
+ ],
+ [
+ 3.89660965,
+ 43.593601449999994
+ ],
+ [
+ 3.89646435,
+ 43.59358225
+ ],
+ [
+ 3.89631165,
+ 43.59356895
+ ],
+ [
+ 3.89582155,
+ 43.593541249999994
+ ],
+ [
+ 3.89551445,
+ 43.59352285
+ ],
+ [
+ 3.89538495,
+ 43.593504949999996
+ ],
+ [
+ 3.89528045,
+ 43.59347345
+ ],
+ [
+ 3.89496005,
+ 43.59335265
+ ],
+ [
+ 3.8932433499999997,
+ 43.592634749999995
+ ],
+ [
+ 3.8930186499999997,
+ 43.59253725
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87725815,
+ 43.596154649999995
+ ],
+ [
+ 3.87698705,
+ 43.596288949999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89472375,
+ 43.60483265
+ ],
+ [
+ 3.89476785,
+ 43.60472245
+ ],
+ [
+ 3.89478655,
+ 43.604669349999995
+ ],
+ [
+ 3.8948003499999997,
+ 43.60462125
+ ],
+ [
+ 3.89481005,
+ 43.60458415
+ ],
+ [
+ 3.89482165,
+ 43.60453355
+ ],
+ [
+ 3.89483595,
+ 43.604458449999996
+ ],
+ [
+ 3.89484415,
+ 43.604417049999995
+ ],
+ [
+ 3.89490165,
+ 43.60409985
+ ],
+ [
+ 3.8949183499999998,
+ 43.604016449999996
+ ],
+ [
+ 3.89492505,
+ 43.603985949999995
+ ],
+ [
+ 3.8949300499999997,
+ 43.60396085
+ ],
+ [
+ 3.89494125,
+ 43.60388655
+ ],
+ [
+ 3.8949452499999997,
+ 43.60381405
+ ],
+ [
+ 3.89494455,
+ 43.60377765
+ ],
+ [
+ 3.89493805,
+ 43.60370835
+ ],
+ [
+ 3.89493255,
+ 43.603672949999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88228575,
+ 43.61437625
+ ],
+ [
+ 3.88242145,
+ 43.61442375
+ ],
+ [
+ 3.8825129499999997,
+ 43.614459149999995
+ ],
+ [
+ 3.8825843499999997,
+ 43.61448865
+ ],
+ [
+ 3.88264775,
+ 43.61451285
+ ],
+ [
+ 3.88281885,
+ 43.61458585
+ ],
+ [
+ 3.88285395,
+ 43.614598449999995
+ ],
+ [
+ 3.88290595,
+ 43.61461515
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89581525,
+ 43.60030885
+ ],
+ [
+ 3.89583645,
+ 43.60028115
+ ],
+ [
+ 3.89585555,
+ 43.60025055
+ ],
+ [
+ 3.89586525,
+ 43.60022975
+ ],
+ [
+ 3.8958719499999996,
+ 43.60019785
+ ],
+ [
+ 3.89587105,
+ 43.60014285
+ ],
+ [
+ 3.89585065,
+ 43.60009295
+ ],
+ [
+ 3.89581805,
+ 43.60004555
+ ],
+ [
+ 3.8957856499999997,
+ 43.60001465
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89493255,
+ 43.603672949999996
+ ],
+ [
+ 3.89492315,
+ 43.60363535
+ ],
+ [
+ 3.89490775,
+ 43.603591949999995
+ ],
+ [
+ 3.8948228499999997,
+ 43.603395549999995
+ ],
+ [
+ 3.89478115,
+ 43.60328455
+ ],
+ [
+ 3.89476255,
+ 43.603236949999996
+ ],
+ [
+ 3.8947284499999997,
+ 43.603149949999995
+ ],
+ [
+ 3.8946695499999997,
+ 43.602941949999995
+ ],
+ [
+ 3.8946288499999997,
+ 43.60276785
+ ],
+ [
+ 3.89457695,
+ 43.602561349999995
+ ],
+ [
+ 3.8945669499999997,
+ 43.60251485
+ ],
+ [
+ 3.89456245,
+ 43.602471349999995
+ ],
+ [
+ 3.89456115,
+ 43.60241205
+ ],
+ [
+ 3.89457065,
+ 43.602342449999995
+ ],
+ [
+ 3.89459905,
+ 43.60227455
+ ],
+ [
+ 3.89462985,
+ 43.60221865
+ ],
+ [
+ 3.89467775,
+ 43.602168049999996
+ ],
+ [
+ 3.8949989499999997,
+ 43.60179495
+ ],
+ [
+ 3.89502765,
+ 43.60176025
+ ],
+ [
+ 3.89505345,
+ 43.601711449999996
+ ],
+ [
+ 3.89507295,
+ 43.601673149999996
+ ],
+ [
+ 3.89509605,
+ 43.60159745
+ ],
+ [
+ 3.8951161499999998,
+ 43.601403749999996
+ ],
+ [
+ 3.89513535,
+ 43.601200649999996
+ ],
+ [
+ 3.89514505,
+ 43.60112005
+ ],
+ [
+ 3.89515345,
+ 43.60106105
+ ],
+ [
+ 3.8951742499999997,
+ 43.60099965
+ ],
+ [
+ 3.8952076499999997,
+ 43.600937349999995
+ ],
+ [
+ 3.89523705,
+ 43.60089915
+ ],
+ [
+ 3.89527945,
+ 43.600852749999994
+ ],
+ [
+ 3.89535245,
+ 43.60077755
+ ],
+ [
+ 3.89554865,
+ 43.60057515
+ ],
+ [
+ 3.89571165,
+ 43.60040875
+ ],
+ [
+ 3.89581525,
+ 43.60030885
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89221565,
+ 43.61484695
+ ],
+ [
+ 3.89231135,
+ 43.614813749999996
+ ],
+ [
+ 3.8925060499999997,
+ 43.614746149999995
+ ],
+ [
+ 3.89265355,
+ 43.614690149999994
+ ],
+ [
+ 3.89272655,
+ 43.61465945
+ ],
+ [
+ 3.8927950499999997,
+ 43.614619049999995
+ ],
+ [
+ 3.8931119499999998,
+ 43.61441205
+ ],
+ [
+ 3.8933456499999997,
+ 43.61425635
+ ],
+ [
+ 3.8935613499999997,
+ 43.61410565
+ ],
+ [
+ 3.8937960499999997,
+ 43.613915649999996
+ ],
+ [
+ 3.89407385,
+ 43.613685849999996
+ ],
+ [
+ 3.89421795,
+ 43.61357495
+ ],
+ [
+ 3.89436245,
+ 43.613473649999996
+ ],
+ [
+ 3.89473695,
+ 43.61324165
+ ],
+ [
+ 3.8948421499999997,
+ 43.61317545
+ ],
+ [
+ 3.89490175,
+ 43.61313175
+ ],
+ [
+ 3.8949566499999997,
+ 43.61306665
+ ],
+ [
+ 3.89498285,
+ 43.61301805
+ ],
+ [
+ 3.8949921499999998,
+ 43.612975649999996
+ ],
+ [
+ 3.89499745,
+ 43.61294485
+ ],
+ [
+ 3.8949995499999996,
+ 43.61290595
+ ],
+ [
+ 3.89499295,
+ 43.61285555
+ ],
+ [
+ 3.8949102499999997,
+ 43.61251485
+ ],
+ [
+ 3.8948624499999998,
+ 43.61232425
+ ],
+ [
+ 3.89484685,
+ 43.612261849999996
+ ],
+ [
+ 3.8948008499999998,
+ 43.61203115
+ ],
+ [
+ 3.89479215,
+ 43.611981449999995
+ ],
+ [
+ 3.89475035,
+ 43.61173925
+ ],
+ [
+ 3.89470775,
+ 43.61152315
+ ],
+ [
+ 3.89454345,
+ 43.61072495
+ ],
+ [
+ 3.89449525,
+ 43.61049775
+ ],
+ [
+ 3.89448765,
+ 43.61045195
+ ],
+ [
+ 3.8944277499999997,
+ 43.61015595
+ ],
+ [
+ 3.8943393499999996,
+ 43.60959025
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87698705,
+ 43.596288949999995
+ ],
+ [
+ 3.8767936499999998,
+ 43.59640465
+ ],
+ [
+ 3.87661475,
+ 43.59652475
+ ],
+ [
+ 3.87649135,
+ 43.596613049999995
+ ],
+ [
+ 3.87639625,
+ 43.596691449999994
+ ],
+ [
+ 3.87637625,
+ 43.59671505
+ ],
+ [
+ 3.87633055,
+ 43.596777249999995
+ ],
+ [
+ 3.8762843499999997,
+ 43.59686625
+ ],
+ [
+ 3.8762686499999996,
+ 43.59689435
+ ],
+ [
+ 3.8761988499999998,
+ 43.597033149999994
+ ],
+ [
+ 3.87610625,
+ 43.59721665
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8801212499999997,
+ 43.60462965
+ ],
+ [
+ 3.88016555,
+ 43.60468505
+ ],
+ [
+ 3.88020955,
+ 43.60474015
+ ],
+ [
+ 3.88026355,
+ 43.60481495
+ ],
+ [
+ 3.88027525,
+ 43.60485135
+ ],
+ [
+ 3.88027985,
+ 43.604891249999994
+ ],
+ [
+ 3.8802781499999996,
+ 43.604919249999995
+ ],
+ [
+ 3.88026985,
+ 43.604957049999996
+ ],
+ [
+ 3.8802631499999998,
+ 43.60496995
+ ],
+ [
+ 3.88025945,
+ 43.604977049999995
+ ],
+ [
+ 3.88024295,
+ 43.605006249999995
+ ],
+ [
+ 3.8802211499999997,
+ 43.60503145
+ ],
+ [
+ 3.88020195,
+ 43.60504905
+ ],
+ [
+ 3.8801709499999997,
+ 43.60507205
+ ],
+ [
+ 3.88015985,
+ 43.605076249999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87610625,
+ 43.59721665
+ ],
+ [
+ 3.87607505,
+ 43.59730525
+ ],
+ [
+ 3.87604455,
+ 43.597387749999996
+ ],
+ [
+ 3.87599005,
+ 43.59748165
+ ],
+ [
+ 3.8759467499999998,
+ 43.59756555
+ ],
+ [
+ 3.8759104499999997,
+ 43.597643649999995
+ ],
+ [
+ 3.87588945,
+ 43.59771385
+ ],
+ [
+ 3.8758119499999997,
+ 43.59810365
+ ],
+ [
+ 3.87571325,
+ 43.59909765
+ ],
+ [
+ 3.87568125,
+ 43.599424549999995
+ ],
+ [
+ 3.87565775,
+ 43.599648949999995
+ ],
+ [
+ 3.8756466499999997,
+ 43.599758349999995
+ ],
+ [
+ 3.87563625,
+ 43.59985675
+ ],
+ [
+ 3.87562895,
+ 43.59991195
+ ],
+ [
+ 3.87556805,
+ 43.60026135
+ ],
+ [
+ 3.87541155,
+ 43.601215749999994
+ ],
+ [
+ 3.8754038499999997,
+ 43.60126535
+ ],
+ [
+ 3.87521015,
+ 43.60239805
+ ],
+ [
+ 3.8752054499999997,
+ 43.60242535
+ ],
+ [
+ 3.8752013499999998,
+ 43.60244915
+ ],
+ [
+ 3.87512005,
+ 43.60283525
+ ],
+ [
+ 3.87510675,
+ 43.60290895
+ ],
+ [
+ 3.8751077499999997,
+ 43.60298915
+ ],
+ [
+ 3.87511715,
+ 43.60302115
+ ],
+ [
+ 3.87513835,
+ 43.60304855
+ ],
+ [
+ 3.8751574499999997,
+ 43.60307595
+ ],
+ [
+ 3.87518685,
+ 43.603100149999996
+ ],
+ [
+ 3.87521995,
+ 43.603119449999994
+ ],
+ [
+ 3.87525605,
+ 43.60314045
+ ],
+ [
+ 3.8752901499999997,
+ 43.603151249999996
+ ],
+ [
+ 3.87534125,
+ 43.603164449999994
+ ],
+ [
+ 3.8753907499999998,
+ 43.603171149999994
+ ],
+ [
+ 3.87544415,
+ 43.60317135
+ ],
+ [
+ 3.87555185,
+ 43.603162149999996
+ ],
+ [
+ 3.8757069499999997,
+ 43.603139649999996
+ ],
+ [
+ 3.8761855499999998,
+ 43.603070249999995
+ ],
+ [
+ 3.87642205,
+ 43.60303665
+ ],
+ [
+ 3.87661035,
+ 43.60300975
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87225025,
+ 43.611017149999995
+ ],
+ [
+ 3.87226775,
+ 43.61116465
+ ],
+ [
+ 3.8722762499999996,
+ 43.61122045
+ ],
+ [
+ 3.87227845,
+ 43.61124165
+ ],
+ [
+ 3.87228475,
+ 43.61127635
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87337915,
+ 43.608294449999995
+ ],
+ [
+ 3.87326645,
+ 43.608399049999996
+ ],
+ [
+ 3.87313035,
+ 43.60853745
+ ],
+ [
+ 3.87308765,
+ 43.608593049999996
+ ],
+ [
+ 3.8730639499999997,
+ 43.608623949999995
+ ],
+ [
+ 3.87297645,
+ 43.608767549999996
+ ],
+ [
+ 3.87267385,
+ 43.60933735
+ ],
+ [
+ 3.87253405,
+ 43.60962325
+ ],
+ [
+ 3.87245135,
+ 43.60979525
+ ],
+ [
+ 3.87243425,
+ 43.609830849999994
+ ],
+ [
+ 3.87237695,
+ 43.60998815
+ ],
+ [
+ 3.87235685,
+ 43.61006395
+ ],
+ [
+ 3.87232705,
+ 43.61018675
+ ],
+ [
+ 3.87231995,
+ 43.61021245
+ ],
+ [
+ 3.87231645,
+ 43.61023445
+ ],
+ [
+ 3.87228945,
+ 43.61040325
+ ],
+ [
+ 3.87226335,
+ 43.610574549999995
+ ],
+ [
+ 3.87225495,
+ 43.61065855
+ ],
+ [
+ 3.8722498499999998,
+ 43.61073535
+ ],
+ [
+ 3.87224385,
+ 43.61085215
+ ],
+ [
+ 3.8722458499999997,
+ 43.61094025
+ ],
+ [
+ 3.87225025,
+ 43.611017149999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87238875,
+ 43.61204005
+ ],
+ [
+ 3.87239105,
+ 43.61205425
+ ],
+ [
+ 3.87239295,
+ 43.61206585
+ ],
+ [
+ 3.8724094499999997,
+ 43.61218725
+ ],
+ [
+ 3.87242675,
+ 43.61228685
+ ],
+ [
+ 3.87243025,
+ 43.61230715
+ ],
+ [
+ 3.87244265,
+ 43.61235525
+ ],
+ [
+ 3.8724604499999997,
+ 43.61240015
+ ],
+ [
+ 3.8724946499999997,
+ 43.612475849999996
+ ],
+ [
+ 3.8725622499999997,
+ 43.61259715
+ ],
+ [
+ 3.87260795,
+ 43.61267905
+ ],
+ [
+ 3.87275665,
+ 43.612946449999995
+ ],
+ [
+ 3.87350395,
+ 43.614312149999996
+ ],
+ [
+ 3.87378695,
+ 43.61482135
+ ],
+ [
+ 3.87394535,
+ 43.61512695
+ ],
+ [
+ 3.87403525,
+ 43.61530045
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89218765,
+ 43.592057849999996
+ ],
+ [
+ 3.8921443499999997,
+ 43.592028049999996
+ ],
+ [
+ 3.89175155,
+ 43.591744649999995
+ ],
+ [
+ 3.8916165499999997,
+ 43.59162815
+ ],
+ [
+ 3.8914857499999997,
+ 43.59150785
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8930186499999997,
+ 43.59253725
+ ],
+ [
+ 3.89292645,
+ 43.59249715
+ ],
+ [
+ 3.8927497499999997,
+ 43.59240155
+ ],
+ [
+ 3.89255035,
+ 43.59228555
+ ],
+ [
+ 3.89227635,
+ 43.59211455
+ ],
+ [
+ 3.89224385,
+ 43.592094249999995
+ ],
+ [
+ 3.89218765,
+ 43.592057849999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8914857499999997,
+ 43.59150785
+ ],
+ [
+ 3.8913791499999997,
+ 43.591420049999996
+ ],
+ [
+ 3.89135465,
+ 43.59140385
+ ],
+ [
+ 3.89134185,
+ 43.59139485
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89096515,
+ 43.59113515
+ ],
+ [
+ 3.89060695,
+ 43.59088705
+ ],
+ [
+ 3.89049525,
+ 43.590813749999995
+ ],
+ [
+ 3.89044385,
+ 43.59077755
+ ],
+ [
+ 3.89036785,
+ 43.59072645
+ ],
+ [
+ 3.8902676499999997,
+ 43.59064245
+ ],
+ [
+ 3.8901762499999997,
+ 43.590532849999995
+ ],
+ [
+ 3.8901442499999996,
+ 43.590458749999996
+ ],
+ [
+ 3.89012975,
+ 43.59036405
+ ],
+ [
+ 3.8901349499999998,
+ 43.59008035
+ ],
+ [
+ 3.89011495,
+ 43.59000365
+ ],
+ [
+ 3.89006925,
+ 43.58993475
+ ],
+ [
+ 3.8899963499999997,
+ 43.58985715
+ ],
+ [
+ 3.88982695,
+ 43.58974395
+ ],
+ [
+ 3.8895461499999997,
+ 43.589584949999995
+ ],
+ [
+ 3.88946805,
+ 43.58955365
+ ],
+ [
+ 3.88943915,
+ 43.589545349999995
+ ],
+ [
+ 3.8893806499999997,
+ 43.58953125
+ ],
+ [
+ 3.8893396499999997,
+ 43.58952585
+ ],
+ [
+ 3.88929555,
+ 43.589521749999996
+ ],
+ [
+ 3.88922965,
+ 43.589518049999995
+ ],
+ [
+ 3.88911755,
+ 43.589518649999995
+ ],
+ [
+ 3.8880914499999997,
+ 43.58959545
+ ],
+ [
+ 3.88787365,
+ 43.58961685
+ ],
+ [
+ 3.8877207499999997,
+ 43.58963005
+ ],
+ [
+ 3.8876415499999997,
+ 43.589638949999994
+ ],
+ [
+ 3.8875196499999998,
+ 43.58966545
+ ],
+ [
+ 3.88736625,
+ 43.58970135
+ ],
+ [
+ 3.88634485,
+ 43.589961349999996
+ ],
+ [
+ 3.88600215,
+ 43.59006515
+ ],
+ [
+ 3.8857059499999997,
+ 43.590165049999996
+ ],
+ [
+ 3.88555845,
+ 43.59021715
+ ],
+ [
+ 3.88545855,
+ 43.59025465
+ ],
+ [
+ 3.88499655,
+ 43.59042365
+ ],
+ [
+ 3.88479595,
+ 43.590501149999994
+ ],
+ [
+ 3.88453515,
+ 43.59059935
+ ],
+ [
+ 3.8844156499999998,
+ 43.59064485
+ ],
+ [
+ 3.8833066499999997,
+ 43.591066649999995
+ ],
+ [
+ 3.88321425,
+ 43.591097649999995
+ ],
+ [
+ 3.8823026499999997,
+ 43.59143915
+ ],
+ [
+ 3.88220135,
+ 43.59147545
+ ],
+ [
+ 3.8816823499999997,
+ 43.59166835
+ ],
+ [
+ 3.88149855,
+ 43.59173465
+ ],
+ [
+ 3.88108145,
+ 43.59187085
+ ],
+ [
+ 3.88087845,
+ 43.59194065
+ ],
+ [
+ 3.88080985,
+ 43.59196505
+ ],
+ [
+ 3.88075645,
+ 43.59199065
+ ],
+ [
+ 3.88042145,
+ 43.59216445
+ ],
+ [
+ 3.88025645,
+ 43.59224955
+ ],
+ [
+ 3.88000415,
+ 43.59238765
+ ],
+ [
+ 3.87994965,
+ 43.59243015
+ ],
+ [
+ 3.87991265,
+ 43.592459149999996
+ ],
+ [
+ 3.8798705499999997,
+ 43.592503549999996
+ ],
+ [
+ 3.8798132499999998,
+ 43.59258095
+ ],
+ [
+ 3.87973615,
+ 43.592680349999995
+ ],
+ [
+ 3.87956345,
+ 43.592936449999996
+ ],
+ [
+ 3.87955585,
+ 43.59295495
+ ],
+ [
+ 3.8795259499999997,
+ 43.593027549999995
+ ],
+ [
+ 3.8795101499999998,
+ 43.59306575
+ ],
+ [
+ 3.87948895,
+ 43.59314575
+ ],
+ [
+ 3.8793669499999996,
+ 43.59368565
+ ],
+ [
+ 3.8792982499999997,
+ 43.59394495
+ ],
+ [
+ 3.87924975,
+ 43.59407735
+ ],
+ [
+ 3.8792420499999998,
+ 43.59409245
+ ],
+ [
+ 3.8791918499999998,
+ 43.594195549999995
+ ],
+ [
+ 3.8791430499999997,
+ 43.59429485
+ ],
+ [
+ 3.8790684499999997,
+ 43.59442205
+ ],
+ [
+ 3.87891925,
+ 43.59462465
+ ],
+ [
+ 3.8786236499999998,
+ 43.594911249999996
+ ],
+ [
+ 3.87834085,
+ 43.59517355
+ ],
+ [
+ 3.8783013499999996,
+ 43.59521015
+ ],
+ [
+ 3.87818125,
+ 43.59532635
+ ],
+ [
+ 3.8776525499999996,
+ 43.595863449999996
+ ],
+ [
+ 3.87749885,
+ 43.596009949999996
+ ],
+ [
+ 3.8774183499999997,
+ 43.59606625
+ ],
+ [
+ 3.87725815,
+ 43.596154649999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87527945,
+ 43.61521175
+ ],
+ [
+ 3.87561485,
+ 43.61514365
+ ],
+ [
+ 3.87607795,
+ 43.615049649999996
+ ],
+ [
+ 3.87683885,
+ 43.614895149999995
+ ],
+ [
+ 3.87737425,
+ 43.61480175
+ ],
+ [
+ 3.87749035,
+ 43.61477865
+ ],
+ [
+ 3.8776031499999997,
+ 43.614769249999995
+ ],
+ [
+ 3.87774815,
+ 43.614759049999996
+ ],
+ [
+ 3.87820695,
+ 43.61473115
+ ],
+ [
+ 3.87883115,
+ 43.61469315
+ ],
+ [
+ 3.87900995,
+ 43.614682249999994
+ ],
+ [
+ 3.8794784499999997,
+ 43.614654949999995
+ ],
+ [
+ 3.87966725,
+ 43.614633149999996
+ ],
+ [
+ 3.8798200499999997,
+ 43.61459645
+ ],
+ [
+ 3.8799698499999997,
+ 43.61453665
+ ],
+ [
+ 3.8802132499999997,
+ 43.61438585
+ ],
+ [
+ 3.8804319499999997,
+ 43.61421755
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87403525,
+ 43.61530045
+ ],
+ [
+ 3.87405905,
+ 43.615328049999995
+ ],
+ [
+ 3.87407675,
+ 43.615343849999995
+ ],
+ [
+ 3.87410285,
+ 43.61536005
+ ],
+ [
+ 3.87413205,
+ 43.61537255
+ ],
+ [
+ 3.87416545,
+ 43.61538315
+ ],
+ [
+ 3.8742003499999997,
+ 43.615388349999996
+ ],
+ [
+ 3.87423505,
+ 43.61539105
+ ],
+ [
+ 3.87428305,
+ 43.61539175
+ ],
+ [
+ 3.8743550499999997,
+ 43.615388849999995
+ ],
+ [
+ 3.87441485,
+ 43.615381049999996
+ ],
+ [
+ 3.87450825,
+ 43.61536365
+ ],
+ [
+ 3.8746570499999997,
+ 43.61533505
+ ],
+ [
+ 3.87493935,
+ 43.61528075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89134185,
+ 43.59139485
+ ],
+ [
+ 3.89132205,
+ 43.59138115
+ ],
+ [
+ 3.89113835,
+ 43.591254549999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88189605,
+ 43.61423575
+ ],
+ [
+ 3.8819607499999997,
+ 43.614259849999996
+ ],
+ [
+ 3.8820969499999998,
+ 43.614309549999994
+ ],
+ [
+ 3.88214035,
+ 43.614325349999994
+ ],
+ [
+ 3.88218695,
+ 43.61434165
+ ],
+ [
+ 3.88228575,
+ 43.61437625
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88167905,
+ 43.61415505
+ ],
+ [
+ 3.88189605,
+ 43.61423575
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8751913499999997,
+ 43.60701045
+ ],
+ [
+ 3.8748353499999997,
+ 43.607176849999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87550625,
+ 43.60686335
+ ],
+ [
+ 3.8751913499999997,
+ 43.60701045
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8748353499999997,
+ 43.607176849999995
+ ],
+ [
+ 3.87453445,
+ 43.607324649999995
+ ],
+ [
+ 3.87446425,
+ 43.60735655
+ ],
+ [
+ 3.87437625,
+ 43.607400549999994
+ ],
+ [
+ 3.87430545,
+ 43.60744795
+ ],
+ [
+ 3.8742410499999997,
+ 43.60750605
+ ],
+ [
+ 3.8741444499999997,
+ 43.607592149999995
+ ],
+ [
+ 3.87388065,
+ 43.60783345
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87388065,
+ 43.60783345
+ ],
+ [
+ 3.87354745,
+ 43.608132149999996
+ ],
+ [
+ 3.87346615,
+ 43.60821075
+ ],
+ [
+ 3.87340145,
+ 43.608273749999995
+ ],
+ [
+ 3.87337915,
+ 43.608294449999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87228475,
+ 43.61127635
+ ],
+ [
+ 3.8722930499999997,
+ 43.61133065
+ ],
+ [
+ 3.87232675,
+ 43.61160615
+ ],
+ [
+ 3.8723521499999998,
+ 43.61180305
+ ],
+ [
+ 3.87237325,
+ 43.61194405
+ ],
+ [
+ 3.87238875,
+ 43.61204005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87493935,
+ 43.61528075
+ ],
+ [
+ 3.87527945,
+ 43.61521175
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88290595,
+ 43.61461515
+ ],
+ [
+ 3.8829821499999997,
+ 43.61463095
+ ],
+ [
+ 3.88301975,
+ 43.61463815
+ ],
+ [
+ 3.88305425,
+ 43.614642749999994
+ ],
+ [
+ 3.88308675,
+ 43.61464445
+ ],
+ [
+ 3.88311715,
+ 43.61464445
+ ],
+ [
+ 3.8831807499999997,
+ 43.61463965
+ ],
+ [
+ 3.8832184499999998,
+ 43.61463055
+ ],
+ [
+ 3.88327065,
+ 43.614610649999996
+ ],
+ [
+ 3.88331335,
+ 43.61458855
+ ],
+ [
+ 3.88350945,
+ 43.614450149999996
+ ],
+ [
+ 3.8836211499999997,
+ 43.61437185
+ ],
+ [
+ 3.88366495,
+ 43.61434165
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88366495,
+ 43.61434165
+ ],
+ [
+ 3.88368785,
+ 43.61432585
+ ],
+ [
+ 3.88382665,
+ 43.61423015
+ ],
+ [
+ 3.8839275499999997,
+ 43.61417245
+ ],
+ [
+ 3.88405895,
+ 43.61410495
+ ],
+ [
+ 3.88425065,
+ 43.614026949999996
+ ],
+ [
+ 3.88443545,
+ 43.613966149999996
+ ],
+ [
+ 3.88464405,
+ 43.61391465
+ ],
+ [
+ 3.8847950499999997,
+ 43.613888849999995
+ ],
+ [
+ 3.8849654499999997,
+ 43.61386855
+ ],
+ [
+ 3.88517235,
+ 43.61385625
+ ],
+ [
+ 3.8854335499999997,
+ 43.61384645
+ ],
+ [
+ 3.8856845499999997,
+ 43.61383975
+ ],
+ [
+ 3.88580915,
+ 43.61384095
+ ],
+ [
+ 3.88596175,
+ 43.61385015
+ ],
+ [
+ 3.8860991499999997,
+ 43.61386975
+ ],
+ [
+ 3.88642565,
+ 43.61393735
+ ],
+ [
+ 3.88654005,
+ 43.613955149999995
+ ],
+ [
+ 3.88665205,
+ 43.61396745
+ ],
+ [
+ 3.8869894499999997,
+ 43.61397905
+ ],
+ [
+ 3.88715085,
+ 43.613981249999995
+ ],
+ [
+ 3.88725575,
+ 43.61398645
+ ],
+ [
+ 3.8873902499999997,
+ 43.61398765
+ ],
+ [
+ 3.8877240499999997,
+ 43.61397805
+ ],
+ [
+ 3.88785015,
+ 43.61397475
+ ],
+ [
+ 3.88786365,
+ 43.61397415
+ ],
+ [
+ 3.88833515,
+ 43.613954549999995
+ ],
+ [
+ 3.88858875,
+ 43.61394345
+ ],
+ [
+ 3.88872455,
+ 43.613941749999995
+ ],
+ [
+ 3.8888167499999997,
+ 43.61394525
+ ],
+ [
+ 3.8888623499999997,
+ 43.613947149999994
+ ],
+ [
+ 3.88893655,
+ 43.613953349999996
+ ],
+ [
+ 3.8890992499999997,
+ 43.613971649999996
+ ],
+ [
+ 3.8893385499999997,
+ 43.61399485
+ ],
+ [
+ 3.88941385,
+ 43.614001949999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8804319499999997,
+ 43.61421755
+ ],
+ [
+ 3.88047005,
+ 43.61418825
+ ],
+ [
+ 3.8805513499999997,
+ 43.61412575
+ ],
+ [
+ 3.8806352499999996,
+ 43.614072449999995
+ ],
+ [
+ 3.8807128499999997,
+ 43.614037749999994
+ ],
+ [
+ 3.88082525,
+ 43.61400115
+ ],
+ [
+ 3.8809388499999997,
+ 43.61397905
+ ],
+ [
+ 3.88105385,
+ 43.61397595
+ ],
+ [
+ 3.8811757499999997,
+ 43.61398525
+ ],
+ [
+ 3.88127105,
+ 43.61400635
+ ],
+ [
+ 3.88143835,
+ 43.614062749999995
+ ],
+ [
+ 3.88167905,
+ 43.61415505
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.87661035,
+ 43.60300975
+ ],
+ [
+ 3.8772891499999997,
+ 43.602912849999996
+ ],
+ [
+ 3.87740105,
+ 43.60289685
+ ],
+ [
+ 3.8774758499999997,
+ 43.60289135
+ ],
+ [
+ 3.87750755,
+ 43.602891549999995
+ ],
+ [
+ 3.87756615,
+ 43.602896449999996
+ ],
+ [
+ 3.87761385,
+ 43.60290525
+ ],
+ [
+ 3.87767335,
+ 43.602926149999995
+ ],
+ [
+ 3.87772125,
+ 43.60294855
+ ],
+ [
+ 3.8777567499999996,
+ 43.60297135
+ ],
+ [
+ 3.87781115,
+ 43.60301155
+ ],
+ [
+ 3.87801385,
+ 43.60315275
+ ],
+ [
+ 3.87872945,
+ 43.60365115
+ ],
+ [
+ 3.87884055,
+ 43.603728749999995
+ ],
+ [
+ 3.87887755,
+ 43.60375475
+ ],
+ [
+ 3.8790738499999997,
+ 43.603892249999994
+ ],
+ [
+ 3.8796629499999997,
+ 43.60430625
+ ],
+ [
+ 3.87985465,
+ 43.60444095
+ ],
+ [
+ 3.8800162499999997,
+ 43.604554449999995
+ ],
+ [
+ 3.88009615,
+ 43.604611649999995
+ ],
+ [
+ 3.8801212499999997,
+ 43.60462965
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8941222499999997,
+ 43.60871865
+ ],
+ [
+ 3.8940796499999997,
+ 43.60866695
+ ],
+ [
+ 3.89405775,
+ 43.608625249999996
+ ],
+ [
+ 3.8940397499999997,
+ 43.60854145
+ ],
+ [
+ 3.8940223499999997,
+ 43.608433049999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.88941385,
+ 43.614001949999995
+ ],
+ [
+ 3.88977755,
+ 43.61403625
+ ],
+ [
+ 3.89021355,
+ 43.61407835
+ ],
+ [
+ 3.89037715,
+ 43.614103549999996
+ ],
+ [
+ 3.89049225,
+ 43.61413425
+ ],
+ [
+ 3.8906049499999997,
+ 43.61417025
+ ],
+ [
+ 3.8907186499999997,
+ 43.614227449999994
+ ],
+ [
+ 3.89082145,
+ 43.614280949999994
+ ],
+ [
+ 3.89170755,
+ 43.61479105
+ ],
+ [
+ 3.89179495,
+ 43.61483525
+ ],
+ [
+ 3.8918602499999997,
+ 43.614861649999995
+ ],
+ [
+ 3.89191445,
+ 43.61487765
+ ],
+ [
+ 3.89197725,
+ 43.61488445
+ ],
+ [
+ 3.89201645,
+ 43.61488445
+ ],
+ [
+ 3.89204085,
+ 43.61488445
+ ],
+ [
+ 3.8920539499999998,
+ 43.61488345
+ ],
+ [
+ 3.8920976499999997,
+ 43.61488015
+ ],
+ [
+ 3.8921218499999997,
+ 43.61487495
+ ],
+ [
+ 3.89215525,
+ 43.614867849999996
+ ],
+ [
+ 3.89221565,
+ 43.61484695
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8943393499999996,
+ 43.60959025
+ ],
+ [
+ 3.89433125,
+ 43.60953875
+ ],
+ [
+ 3.8943238499999997,
+ 43.609492849999995
+ ],
+ [
+ 3.8943097499999997,
+ 43.60939085
+ ],
+ [
+ 3.89429775,
+ 43.609301949999995
+ ],
+ [
+ 3.89424145,
+ 43.608968049999994
+ ],
+ [
+ 3.89422785,
+ 43.608898249999996
+ ],
+ [
+ 3.8942098499999998,
+ 43.60885295
+ ],
+ [
+ 3.8941648499999997,
+ 43.60877025
+ ],
+ [
+ 3.8941222499999997,
+ 43.60871865
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.89406465,
+ 43.60653705
+ ],
+ [
+ 3.89407235,
+ 43.60648405
+ ],
+ [
+ 3.89407955,
+ 43.60632455
+ ],
+ [
+ 3.89408115,
+ 43.60628885
+ ],
+ [
+ 3.89409525,
+ 43.60622035
+ ],
+ [
+ 3.89411145,
+ 43.60614525
+ ],
+ [
+ 3.89413515,
+ 43.60607625
+ ],
+ [
+ 3.8942001499999996,
+ 43.60594285
+ ],
+ [
+ 3.89422095,
+ 43.60590025
+ ],
+ [
+ 3.89450145,
+ 43.60531055
+ ],
+ [
+ 3.89472375,
+ 43.60483265
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier4",
+ "name": "4",
+ "color": "#4A2A15",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8748778,
+ 43.605290800000006
+ ],
+ [
+ 3.8749099,
+ 43.605300500000006
+ ],
+ [
+ 3.8749475,
+ 43.6053141
+ ],
+ [
+ 3.8749619,
+ 43.6053206
+ ],
+ [
+ 3.8749878,
+ 43.6053322
+ ],
+ [
+ 3.8750453,
+ 43.6053659
+ ],
+ [
+ 3.8750854,
+ 43.605400200000005
+ ],
+ [
+ 3.8751182,
+ 43.6054406
+ ],
+ [
+ 3.8752202000000002,
+ 43.605573500000006
+ ],
+ [
+ 3.8752289,
+ 43.6055857
+ ],
+ [
+ 3.8755917,
+ 43.606095200000006
+ ],
+ [
+ 3.8758183,
+ 43.6064134
+ ],
+ [
+ 3.8758338,
+ 43.606435100000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8758338,
+ 43.606435100000006
+ ],
+ [
+ 3.8758350000000004,
+ 43.6064364
+ ],
+ [
+ 3.8758556,
+ 43.6064796
+ ],
+ [
+ 3.8758636,
+ 43.6065283
+ ],
+ [
+ 3.8758584000000003,
+ 43.606565100000005
+ ],
+ [
+ 3.8758354,
+ 43.6066218
+ ],
+ [
+ 3.8757888,
+ 43.6066723
+ ],
+ [
+ 3.8757665,
+ 43.6066894
+ ],
+ [
+ 3.8757422000000004,
+ 43.6067076
+ ],
+ [
+ 3.8756885000000003,
+ 43.606749300000004
+ ],
+ [
+ 3.8756448000000003,
+ 43.6067826
+ ],
+ [
+ 3.8755895000000002,
+ 43.6068212
+ ],
+ [
+ 3.8755100000000002,
+ 43.6068671
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8722540000000003,
+ 43.6110209
+ ],
+ [
+ 3.8722715,
+ 43.611168400000004
+ ],
+ [
+ 3.87228,
+ 43.6112242
+ ],
+ [
+ 3.8722822000000003,
+ 43.6112454
+ ],
+ [
+ 3.8722885000000002,
+ 43.6112801
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8733829,
+ 43.6082982
+ ],
+ [
+ 3.8732702000000003,
+ 43.6084028
+ ],
+ [
+ 3.8731341,
+ 43.608541200000005
+ ],
+ [
+ 3.8730914000000003,
+ 43.6085968
+ ],
+ [
+ 3.8730677,
+ 43.6086277
+ ],
+ [
+ 3.8729802,
+ 43.6087713
+ ],
+ [
+ 3.8726776000000003,
+ 43.6093411
+ ],
+ [
+ 3.8725378000000004,
+ 43.609627
+ ],
+ [
+ 3.8724551000000003,
+ 43.609799
+ ],
+ [
+ 3.8724380000000003,
+ 43.6098346
+ ],
+ [
+ 3.8723807000000003,
+ 43.609991900000004
+ ],
+ [
+ 3.8723606000000004,
+ 43.6100677
+ ],
+ [
+ 3.8723308000000003,
+ 43.6101905
+ ],
+ [
+ 3.8723237000000004,
+ 43.6102162
+ ],
+ [
+ 3.8723202000000003,
+ 43.610238200000005
+ ],
+ [
+ 3.8722932,
+ 43.610407
+ ],
+ [
+ 3.8722671,
+ 43.6105783
+ ],
+ [
+ 3.8722587,
+ 43.6106623
+ ],
+ [
+ 3.8722536,
+ 43.6107391
+ ],
+ [
+ 3.8722476,
+ 43.610855900000004
+ ],
+ [
+ 3.8722496,
+ 43.610944
+ ],
+ [
+ 3.8722540000000003,
+ 43.6110209
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8723925,
+ 43.6120438
+ ],
+ [
+ 3.8723948000000004,
+ 43.612058000000005
+ ],
+ [
+ 3.8723967000000004,
+ 43.612069600000005
+ ],
+ [
+ 3.8724132,
+ 43.612191
+ ],
+ [
+ 3.8724305,
+ 43.6122906
+ ],
+ [
+ 3.872434,
+ 43.612310900000004
+ ],
+ [
+ 3.8724464000000003,
+ 43.612359000000005
+ ],
+ [
+ 3.8724642,
+ 43.612403900000004
+ ],
+ [
+ 3.8724984,
+ 43.6124796
+ ],
+ [
+ 3.872566,
+ 43.612600900000004
+ ],
+ [
+ 3.8726117,
+ 43.6126828
+ ],
+ [
+ 3.8727604,
+ 43.6129502
+ ],
+ [
+ 3.8735077,
+ 43.6143159
+ ],
+ [
+ 3.8737907000000003,
+ 43.614825100000004
+ ],
+ [
+ 3.8739491000000004,
+ 43.6151307
+ ],
+ [
+ 3.8740390000000002,
+ 43.615304200000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8740390000000002,
+ 43.615304200000004
+ ],
+ [
+ 3.8740613,
+ 43.6153433
+ ],
+ [
+ 3.8740841,
+ 43.6153834
+ ],
+ [
+ 3.8740956,
+ 43.6154018
+ ],
+ [
+ 3.8741388000000003,
+ 43.6154537
+ ],
+ [
+ 3.8744875000000003,
+ 43.615802
+ ],
+ [
+ 3.8745156,
+ 43.615840500000004
+ ],
+ [
+ 3.8745328000000003,
+ 43.6158647
+ ],
+ [
+ 3.874547,
+ 43.6158913
+ ],
+ [
+ 3.8745736,
+ 43.615963
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8745736,
+ 43.615963
+ ],
+ [
+ 3.874582,
+ 43.6159977
+ ],
+ [
+ 3.8745914000000004,
+ 43.616039900000004
+ ],
+ [
+ 3.8745955000000003,
+ 43.6160751
+ ],
+ [
+ 3.8745934,
+ 43.616109
+ ],
+ [
+ 3.8745876000000004,
+ 43.616142100000005
+ ],
+ [
+ 3.8745743000000004,
+ 43.616171800000004
+ ],
+ [
+ 3.8745577,
+ 43.6161997
+ ],
+ [
+ 3.8745503,
+ 43.6162085
+ ],
+ [
+ 3.8745324,
+ 43.6162298
+ ],
+ [
+ 3.8745022000000002,
+ 43.6162598
+ ],
+ [
+ 3.8744405,
+ 43.616304
+ ],
+ [
+ 3.8743256,
+ 43.616390800000005
+ ],
+ [
+ 3.8740024,
+ 43.616610300000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8237892,
+ 43.5929657
+ ],
+ [
+ 3.8241376000000002,
+ 43.5930054
+ ],
+ [
+ 3.8241723000000003,
+ 43.5930094
+ ],
+ [
+ 3.8244962,
+ 43.593046400000006
+ ],
+ [
+ 3.8245408000000003,
+ 43.5930522
+ ],
+ [
+ 3.8247589,
+ 43.5930667
+ ],
+ [
+ 3.8249346,
+ 43.5930732
+ ],
+ [
+ 3.8251134,
+ 43.593068
+ ],
+ [
+ 3.8252676,
+ 43.5930595
+ ],
+ [
+ 3.8253528,
+ 43.593050500000004
+ ],
+ [
+ 3.8258353,
+ 43.5929815
+ ],
+ [
+ 3.8262034000000003,
+ 43.592928900000004
+ ],
+ [
+ 3.8277617000000004,
+ 43.592733800000005
+ ],
+ [
+ 3.8280156,
+ 43.592714300000004
+ ],
+ [
+ 3.828167,
+ 43.5927146
+ ],
+ [
+ 3.8283560000000003,
+ 43.592723
+ ],
+ [
+ 3.8285572,
+ 43.5927474
+ ],
+ [
+ 3.8287075,
+ 43.592772000000004
+ ],
+ [
+ 3.8288765000000002,
+ 43.592812
+ ],
+ [
+ 3.8290300000000004,
+ 43.592857300000006
+ ],
+ [
+ 3.8290556000000002,
+ 43.5928649
+ ],
+ [
+ 3.8297977000000003,
+ 43.593107200000006
+ ],
+ [
+ 3.8299072,
+ 43.5931416
+ ],
+ [
+ 3.830069,
+ 43.5931943
+ ],
+ [
+ 3.8301922000000004,
+ 43.5932344
+ ],
+ [
+ 3.8303503,
+ 43.5932783
+ ],
+ [
+ 3.8305191,
+ 43.5933158
+ ],
+ [
+ 3.8307302,
+ 43.5933573
+ ],
+ [
+ 3.8316569,
+ 43.5935441
+ ],
+ [
+ 3.8328549,
+ 43.593784500000005
+ ],
+ [
+ 3.8337551000000003,
+ 43.5939345
+ ],
+ [
+ 3.8342254000000002,
+ 43.5940128
+ ],
+ [
+ 3.8346968,
+ 43.594109700000004
+ ],
+ [
+ 3.8349699000000004,
+ 43.594182100000005
+ ],
+ [
+ 3.8351742,
+ 43.5942681
+ ],
+ [
+ 3.8352908,
+ 43.594328700000005
+ ],
+ [
+ 3.8354721,
+ 43.594427200000005
+ ],
+ [
+ 3.83555,
+ 43.5944881
+ ],
+ [
+ 3.8356028,
+ 43.5945339
+ ],
+ [
+ 3.8357164000000004,
+ 43.5946348
+ ],
+ [
+ 3.8358064,
+ 43.5947278
+ ],
+ [
+ 3.8360067,
+ 43.594991300000004
+ ],
+ [
+ 3.8360214000000004,
+ 43.5950134
+ ],
+ [
+ 3.8362071,
+ 43.5952933
+ ],
+ [
+ 3.8363225,
+ 43.595465600000004
+ ],
+ [
+ 3.8363419000000003,
+ 43.5954908
+ ],
+ [
+ 3.8363595000000004,
+ 43.595513700000005
+ ],
+ [
+ 3.8364108000000003,
+ 43.595561000000004
+ ],
+ [
+ 3.8364781000000003,
+ 43.5955898
+ ],
+ [
+ 3.8365047000000003,
+ 43.5955943
+ ],
+ [
+ 3.8365752,
+ 43.5956063
+ ],
+ [
+ 3.8366478,
+ 43.5956062
+ ],
+ [
+ 3.8367012000000003,
+ 43.5955974
+ ],
+ [
+ 3.8367277,
+ 43.5955864
+ ],
+ [
+ 3.8369205,
+ 43.5955061
+ ],
+ [
+ 3.8370178000000004,
+ 43.5954649
+ ],
+ [
+ 3.8371008,
+ 43.5954287
+ ],
+ [
+ 3.8374443,
+ 43.595279000000005
+ ],
+ [
+ 3.8375732,
+ 43.595218800000005
+ ],
+ [
+ 3.8376466000000002,
+ 43.595179200000004
+ ],
+ [
+ 3.8376710000000003,
+ 43.5951661
+ ],
+ [
+ 3.8377386,
+ 43.5951237
+ ],
+ [
+ 3.837781,
+ 43.595083800000005
+ ],
+ [
+ 3.8378037000000003,
+ 43.595062500000004
+ ],
+ [
+ 3.8378508,
+ 43.5950067
+ ],
+ [
+ 3.8379395,
+ 43.594838100000004
+ ],
+ [
+ 3.8379480000000004,
+ 43.5948219
+ ],
+ [
+ 3.8379953,
+ 43.5947556
+ ],
+ [
+ 3.8381034,
+ 43.5946548
+ ],
+ [
+ 3.8381670000000003,
+ 43.5946097
+ ],
+ [
+ 3.8381890000000003,
+ 43.5945941
+ ],
+ [
+ 3.8383162,
+ 43.5945276
+ ],
+ [
+ 3.838388,
+ 43.5944931
+ ],
+ [
+ 3.8385147,
+ 43.594458700000004
+ ],
+ [
+ 3.8386516,
+ 43.59443
+ ],
+ [
+ 3.8387329,
+ 43.5944203
+ ],
+ [
+ 3.8387558,
+ 43.594417500000006
+ ],
+ [
+ 3.8387768,
+ 43.594415000000005
+ ],
+ [
+ 3.8388744000000004,
+ 43.594412600000005
+ ],
+ [
+ 3.839001,
+ 43.5944191
+ ],
+ [
+ 3.839105,
+ 43.5944341
+ ],
+ [
+ 3.8391978,
+ 43.594458800000005
+ ],
+ [
+ 3.8394194,
+ 43.5945259
+ ],
+ [
+ 3.8394343,
+ 43.594530400000004
+ ],
+ [
+ 3.8396003000000003,
+ 43.5945825
+ ],
+ [
+ 3.8396824,
+ 43.5945971
+ ],
+ [
+ 3.8397525000000003,
+ 43.5946042
+ ],
+ [
+ 3.8398303,
+ 43.5945893
+ ],
+ [
+ 3.83991,
+ 43.5945637
+ ],
+ [
+ 3.8400135,
+ 43.5945164
+ ],
+ [
+ 3.8400939000000003,
+ 43.594445
+ ],
+ [
+ 3.8404005000000003,
+ 43.594171800000005
+ ],
+ [
+ 3.8405427000000003,
+ 43.5940418
+ ],
+ [
+ 3.8405746,
+ 43.594015500000005
+ ],
+ [
+ 3.8406015,
+ 43.593995400000004
+ ],
+ [
+ 3.8406221,
+ 43.5939843
+ ],
+ [
+ 3.8406894,
+ 43.5939482
+ ],
+ [
+ 3.8407576000000003,
+ 43.593920700000005
+ ],
+ [
+ 3.8408565,
+ 43.5939017
+ ],
+ [
+ 3.8410153,
+ 43.5938713
+ ],
+ [
+ 3.8425047,
+ 43.5935879
+ ],
+ [
+ 3.8433051000000003,
+ 43.593429400000005
+ ],
+ [
+ 3.8434156,
+ 43.5934077
+ ],
+ [
+ 3.8435123,
+ 43.5933888
+ ],
+ [
+ 3.8436454,
+ 43.593359
+ ],
+ [
+ 3.8436632,
+ 43.593353300000004
+ ],
+ [
+ 3.8437298,
+ 43.593332000000004
+ ],
+ [
+ 3.8437595,
+ 43.5933204
+ ],
+ [
+ 3.8437859000000003,
+ 43.593310100000004
+ ],
+ [
+ 3.8438457,
+ 43.5932758
+ ],
+ [
+ 3.8438811,
+ 43.593236700000006
+ ],
+ [
+ 3.8439102000000003,
+ 43.5931937
+ ],
+ [
+ 3.8446561000000004,
+ 43.592177400000004
+ ],
+ [
+ 3.8446989,
+ 43.5921192
+ ],
+ [
+ 3.8447715000000002,
+ 43.592020500000004
+ ],
+ [
+ 3.8448364,
+ 43.591932400000005
+ ],
+ [
+ 3.8451914,
+ 43.591422
+ ],
+ [
+ 3.8453262,
+ 43.5912485
+ ],
+ [
+ 3.8453864,
+ 43.5911902
+ ],
+ [
+ 3.8454173000000003,
+ 43.591174
+ ],
+ [
+ 3.8454962000000004,
+ 43.5911367
+ ],
+ [
+ 3.8455472,
+ 43.5911241
+ ],
+ [
+ 3.8456319000000003,
+ 43.5911173
+ ],
+ [
+ 3.8457506,
+ 43.5911252
+ ],
+ [
+ 3.8462924000000003,
+ 43.5912019
+ ],
+ [
+ 3.8468524,
+ 43.5912811
+ ],
+ [
+ 3.8471511,
+ 43.5913247
+ ],
+ [
+ 3.8478753,
+ 43.591433800000004
+ ],
+ [
+ 3.8483344,
+ 43.591502000000006
+ ],
+ [
+ 3.8487916,
+ 43.5915703
+ ],
+ [
+ 3.849184,
+ 43.5916289
+ ],
+ [
+ 3.8493543000000003,
+ 43.5916544
+ ],
+ [
+ 3.8494990000000002,
+ 43.5916889
+ ],
+ [
+ 3.8496391,
+ 43.5917365
+ ],
+ [
+ 3.8508405000000003,
+ 43.5921256
+ ],
+ [
+ 3.8515078000000003,
+ 43.592338600000005
+ ],
+ [
+ 3.8515624,
+ 43.5923667
+ ],
+ [
+ 3.8515982,
+ 43.5923832
+ ],
+ [
+ 3.8516653,
+ 43.5924227
+ ],
+ [
+ 3.8517341000000003,
+ 43.5924777
+ ],
+ [
+ 3.8517751000000002,
+ 43.5925196
+ ],
+ [
+ 3.8518201000000003,
+ 43.5925859
+ ],
+ [
+ 3.8518531,
+ 43.592664500000005
+ ],
+ [
+ 3.8518632000000004,
+ 43.592738100000005
+ ],
+ [
+ 3.8518558,
+ 43.5928064
+ ],
+ [
+ 3.8518361000000003,
+ 43.592874
+ ],
+ [
+ 3.8518086,
+ 43.5929365
+ ],
+ [
+ 3.8517518,
+ 43.593004900000004
+ ],
+ [
+ 3.8516804000000002,
+ 43.5930763
+ ],
+ [
+ 3.8516626,
+ 43.5930922
+ ],
+ [
+ 3.8515224000000003,
+ 43.5932176
+ ],
+ [
+ 3.85151,
+ 43.5932289
+ ],
+ [
+ 3.8514942000000003,
+ 43.593243300000005
+ ],
+ [
+ 3.8512675,
+ 43.5934498
+ ],
+ [
+ 3.851159,
+ 43.5935409
+ ],
+ [
+ 3.8509230000000003,
+ 43.5937463
+ ],
+ [
+ 3.8508157,
+ 43.5938311
+ ],
+ [
+ 3.8507317000000003,
+ 43.5938892
+ ],
+ [
+ 3.8502886000000003,
+ 43.594187600000005
+ ],
+ [
+ 3.8502593000000003,
+ 43.594210100000005
+ ],
+ [
+ 3.8502210000000003,
+ 43.5942395
+ ],
+ [
+ 3.8501637,
+ 43.59429
+ ],
+ [
+ 3.8501234,
+ 43.5943257
+ ],
+ [
+ 3.850105,
+ 43.5943692
+ ],
+ [
+ 3.8500922,
+ 43.5944148
+ ],
+ [
+ 3.8500876,
+ 43.5944596
+ ],
+ [
+ 3.8500892,
+ 43.594509300000006
+ ],
+ [
+ 3.8500897000000003,
+ 43.5945401
+ ],
+ [
+ 3.8500838,
+ 43.5946668
+ ],
+ [
+ 3.8500622,
+ 43.5947466
+ ],
+ [
+ 3.8500531000000002,
+ 43.5947678
+ ],
+ [
+ 3.8500264,
+ 43.594830300000005
+ ],
+ [
+ 3.8498967,
+ 43.595151200000004
+ ],
+ [
+ 3.8498119,
+ 43.5953748
+ ],
+ [
+ 3.8497032,
+ 43.5956416
+ ],
+ [
+ 3.8495651,
+ 43.5959614
+ ],
+ [
+ 3.8494651,
+ 43.5961908
+ ],
+ [
+ 3.8494116000000003,
+ 43.596298600000004
+ ],
+ [
+ 3.8493889,
+ 43.5963408
+ ],
+ [
+ 3.8493562000000003,
+ 43.5964015
+ ],
+ [
+ 3.849251,
+ 43.596583
+ ],
+ [
+ 3.8491564,
+ 43.5967496
+ ],
+ [
+ 3.8491029,
+ 43.596836700000004
+ ],
+ [
+ 3.8490891,
+ 43.5968591
+ ],
+ [
+ 3.8490273000000004,
+ 43.5969567
+ ],
+ [
+ 3.8489982,
+ 43.5969963
+ ],
+ [
+ 3.848964,
+ 43.5970426
+ ],
+ [
+ 3.8489121,
+ 43.5970997
+ ],
+ [
+ 3.848827,
+ 43.5971959
+ ],
+ [
+ 3.8483949,
+ 43.5976522
+ ],
+ [
+ 3.8482798000000003,
+ 43.5977748
+ ],
+ [
+ 3.848056,
+ 43.598024300000006
+ ],
+ [
+ 3.8479428,
+ 43.5981606
+ ],
+ [
+ 3.8479103,
+ 43.5982202
+ ],
+ [
+ 3.8478928000000003,
+ 43.5982524
+ ],
+ [
+ 3.847871,
+ 43.5982922
+ ],
+ [
+ 3.8478433,
+ 43.598361600000004
+ ],
+ [
+ 3.8478369000000003,
+ 43.5983777
+ ],
+ [
+ 3.8475454,
+ 43.599227
+ ],
+ [
+ 3.8475225,
+ 43.599294900000004
+ ],
+ [
+ 3.8475111,
+ 43.5993615
+ ],
+ [
+ 3.8475095,
+ 43.5994267
+ ],
+ [
+ 3.8475129000000003,
+ 43.599471900000005
+ ],
+ [
+ 3.8475173000000003,
+ 43.5995061
+ ],
+ [
+ 3.8475330000000003,
+ 43.599567
+ ],
+ [
+ 3.8475728,
+ 43.5996882
+ ],
+ [
+ 3.8476212000000003,
+ 43.599764900000004
+ ],
+ [
+ 3.8476821,
+ 43.5998323
+ ],
+ [
+ 3.8477596000000003,
+ 43.5998961
+ ],
+ [
+ 3.8478231000000003,
+ 43.599944400000005
+ ],
+ [
+ 3.847888,
+ 43.5999934
+ ],
+ [
+ 3.8479518,
+ 43.6000394
+ ],
+ [
+ 3.8479832000000003,
+ 43.600061000000004
+ ],
+ [
+ 3.8480914,
+ 43.6001338
+ ],
+ [
+ 3.8482269000000002,
+ 43.6002226
+ ],
+ [
+ 3.8483394,
+ 43.6002828
+ ],
+ [
+ 3.8484688,
+ 43.6003423
+ ],
+ [
+ 3.8486538,
+ 43.6004323
+ ],
+ [
+ 3.8490238000000003,
+ 43.600579700000004
+ ],
+ [
+ 3.8495406,
+ 43.6007851
+ ],
+ [
+ 3.8496861,
+ 43.600839
+ ],
+ [
+ 3.8498421,
+ 43.6008974
+ ],
+ [
+ 3.8499344,
+ 43.6009195
+ ],
+ [
+ 3.8500082,
+ 43.6009351
+ ],
+ [
+ 3.8501776000000003,
+ 43.600966
+ ],
+ [
+ 3.850254,
+ 43.6009807
+ ],
+ [
+ 3.8504451,
+ 43.6010148
+ ],
+ [
+ 3.8506179,
+ 43.6010525
+ ],
+ [
+ 3.8517372,
+ 43.601391500000005
+ ],
+ [
+ 3.8519182,
+ 43.601460100000004
+ ],
+ [
+ 3.8520232,
+ 43.6015061
+ ],
+ [
+ 3.8523103,
+ 43.601632
+ ],
+ [
+ 3.8542402,
+ 43.602479200000005
+ ],
+ [
+ 3.8547948,
+ 43.6027227
+ ],
+ [
+ 3.8549269,
+ 43.602780100000004
+ ],
+ [
+ 3.8550602,
+ 43.6028376
+ ],
+ [
+ 3.8551230000000003,
+ 43.6028559
+ ],
+ [
+ 3.8551972,
+ 43.602863
+ ],
+ [
+ 3.8552310000000003,
+ 43.6028663
+ ],
+ [
+ 3.8553072000000004,
+ 43.6028602
+ ],
+ [
+ 3.8553677,
+ 43.6028437
+ ],
+ [
+ 3.8554728000000003,
+ 43.6027847
+ ],
+ [
+ 3.8555691000000003,
+ 43.6027263
+ ],
+ [
+ 3.8557962000000003,
+ 43.602585000000005
+ ],
+ [
+ 3.8559958,
+ 43.602465
+ ],
+ [
+ 3.8564302,
+ 43.602203700000004
+ ],
+ [
+ 3.8568922000000003,
+ 43.6019237
+ ],
+ [
+ 3.8569782000000004,
+ 43.601888100000004
+ ],
+ [
+ 3.8570909,
+ 43.6018519
+ ],
+ [
+ 3.8571805,
+ 43.601823100000004
+ ],
+ [
+ 3.8572526000000003,
+ 43.6017972
+ ],
+ [
+ 3.8573378000000003,
+ 43.601758100000005
+ ],
+ [
+ 3.8574354,
+ 43.601703
+ ],
+ [
+ 3.8582589,
+ 43.6010617
+ ],
+ [
+ 3.8586919,
+ 43.600729900000005
+ ],
+ [
+ 3.8590662,
+ 43.6004627
+ ],
+ [
+ 3.8591351,
+ 43.600419300000006
+ ],
+ [
+ 3.8592325,
+ 43.600384000000005
+ ],
+ [
+ 3.8593266,
+ 43.600363200000004
+ ],
+ [
+ 3.8593610000000003,
+ 43.600361500000005
+ ],
+ [
+ 3.8594545,
+ 43.600370000000005
+ ],
+ [
+ 3.8595047,
+ 43.6003843
+ ],
+ [
+ 3.8595719,
+ 43.600408
+ ],
+ [
+ 3.8596451000000003,
+ 43.6004536
+ ],
+ [
+ 3.859715,
+ 43.6005186
+ ],
+ [
+ 3.8599564,
+ 43.600754300000006
+ ],
+ [
+ 3.860126,
+ 43.6009359
+ ],
+ [
+ 3.8601869,
+ 43.6010063
+ ],
+ [
+ 3.860369,
+ 43.6012432
+ ],
+ [
+ 3.860443,
+ 43.601354900000004
+ ],
+ [
+ 3.8607255,
+ 43.6017671
+ ],
+ [
+ 3.8607635,
+ 43.6018216
+ ],
+ [
+ 3.8608176000000003,
+ 43.601870000000005
+ ],
+ [
+ 3.8608811000000003,
+ 43.601907600000004
+ ],
+ [
+ 3.8609548,
+ 43.6019364
+ ],
+ [
+ 3.8610207,
+ 43.601950300000006
+ ],
+ [
+ 3.8610787,
+ 43.601952100000005
+ ],
+ [
+ 3.8611453,
+ 43.601947100000004
+ ],
+ [
+ 3.8611753,
+ 43.601941100000005
+ ],
+ [
+ 3.861202,
+ 43.601934400000005
+ ],
+ [
+ 3.8612781000000003,
+ 43.6019141
+ ],
+ [
+ 3.8614399,
+ 43.60186
+ ],
+ [
+ 3.8615001,
+ 43.601838
+ ],
+ [
+ 3.8618771,
+ 43.601705800000005
+ ],
+ [
+ 3.8619162,
+ 43.601692
+ ],
+ [
+ 3.8622982,
+ 43.601562300000005
+ ],
+ [
+ 3.8624228,
+ 43.601518600000006
+ ],
+ [
+ 3.8625713000000004,
+ 43.6014688
+ ],
+ [
+ 3.8626623,
+ 43.6014433
+ ],
+ [
+ 3.8627325000000003,
+ 43.6014287
+ ],
+ [
+ 3.8627562,
+ 43.6014238
+ ],
+ [
+ 3.8628248000000003,
+ 43.6014178
+ ],
+ [
+ 3.8629086000000004,
+ 43.6014065
+ ],
+ [
+ 3.8632946,
+ 43.6013703
+ ],
+ [
+ 3.8638591,
+ 43.601317300000005
+ ],
+ [
+ 3.8646199,
+ 43.6012459
+ ],
+ [
+ 3.8660106,
+ 43.601104400000004
+ ],
+ [
+ 3.8668547,
+ 43.601013300000005
+ ],
+ [
+ 3.8672125,
+ 43.600977
+ ],
+ [
+ 3.8673899,
+ 43.600962100000004
+ ],
+ [
+ 3.8674526,
+ 43.6009681
+ ],
+ [
+ 3.8674711,
+ 43.6009717
+ ],
+ [
+ 3.867519,
+ 43.600981100000006
+ ],
+ [
+ 3.8675762000000002,
+ 43.600995700000006
+ ],
+ [
+ 3.8676373,
+ 43.601025
+ ],
+ [
+ 3.8677701,
+ 43.601104400000004
+ ],
+ [
+ 3.8678066,
+ 43.601126300000004
+ ],
+ [
+ 3.867839,
+ 43.601145700000004
+ ],
+ [
+ 3.8678614000000002,
+ 43.601159100000004
+ ],
+ [
+ 3.8682684000000003,
+ 43.6014117
+ ],
+ [
+ 3.8683387000000002,
+ 43.601453400000004
+ ],
+ [
+ 3.8684031,
+ 43.6014861
+ ],
+ [
+ 3.8684507000000004,
+ 43.6015004
+ ],
+ [
+ 3.8685131000000004,
+ 43.6015105
+ ],
+ [
+ 3.8686504000000004,
+ 43.6015218
+ ],
+ [
+ 3.8686931,
+ 43.601525300000006
+ ],
+ [
+ 3.8687154,
+ 43.601529500000005
+ ],
+ [
+ 3.8688011,
+ 43.6015455
+ ],
+ [
+ 3.8688404000000003,
+ 43.601557500000006
+ ],
+ [
+ 3.8688647,
+ 43.6015676
+ ],
+ [
+ 3.8689974,
+ 43.601635200000004
+ ],
+ [
+ 3.8692615000000004,
+ 43.6017792
+ ],
+ [
+ 3.8696875,
+ 43.6020114
+ ],
+ [
+ 3.870096,
+ 43.602234100000004
+ ],
+ [
+ 3.8702460000000003,
+ 43.6023159
+ ],
+ [
+ 3.8704851000000002,
+ 43.602446400000005
+ ],
+ [
+ 3.870547,
+ 43.6024801
+ ],
+ [
+ 3.8710161000000003,
+ 43.6027355
+ ],
+ [
+ 3.8712699,
+ 43.6028736
+ ],
+ [
+ 3.8713420000000003,
+ 43.6029129
+ ],
+ [
+ 3.871862,
+ 43.6032109
+ ],
+ [
+ 3.8724026,
+ 43.603509800000005
+ ],
+ [
+ 3.8724591000000004,
+ 43.6035423
+ ],
+ [
+ 3.8726756,
+ 43.6036659
+ ],
+ [
+ 3.8727467,
+ 43.6037066
+ ],
+ [
+ 3.8728954,
+ 43.6037899
+ ],
+ [
+ 3.8729896000000004,
+ 43.6038494
+ ],
+ [
+ 3.873098,
+ 43.603920800000004
+ ],
+ [
+ 3.8731778,
+ 43.6039821
+ ],
+ [
+ 3.8733816,
+ 43.604142700000004
+ ],
+ [
+ 3.8734102000000004,
+ 43.604165300000005
+ ],
+ [
+ 3.8734167000000004,
+ 43.604170800000006
+ ],
+ [
+ 3.8734593,
+ 43.6042064
+ ],
+ [
+ 3.8736383,
+ 43.604356200000005
+ ],
+ [
+ 3.8737681000000004,
+ 43.6044649
+ ],
+ [
+ 3.8741280000000002,
+ 43.604745400000006
+ ],
+ [
+ 3.8745394,
+ 43.6050801
+ ],
+ [
+ 3.8745527,
+ 43.6050909
+ ],
+ [
+ 3.8745873,
+ 43.605119
+ ],
+ [
+ 3.87466,
+ 43.605178200000005
+ ],
+ [
+ 3.874731,
+ 43.6052302
+ ],
+ [
+ 3.8747554,
+ 43.6052437
+ ],
+ [
+ 3.8747788,
+ 43.605256600000004
+ ],
+ [
+ 3.8748207000000003,
+ 43.605274200000004
+ ],
+ [
+ 3.8748778,
+ 43.605290800000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8751951,
+ 43.6070142
+ ],
+ [
+ 3.8748391,
+ 43.6071806
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8663867,
+ 43.6268206
+ ],
+ [
+ 3.8668826000000003,
+ 43.6271938
+ ],
+ [
+ 3.8674496,
+ 43.6276154
+ ],
+ [
+ 3.8676176,
+ 43.627738900000004
+ ],
+ [
+ 3.8682051,
+ 43.6281813
+ ],
+ [
+ 3.8683006,
+ 43.6282537
+ ],
+ [
+ 3.8683424,
+ 43.6282854
+ ],
+ [
+ 3.8691433,
+ 43.628853
+ ],
+ [
+ 3.8692961,
+ 43.6289664
+ ],
+ [
+ 3.8696431000000002,
+ 43.6292324
+ ],
+ [
+ 3.8697382,
+ 43.629305900000006
+ ],
+ [
+ 3.8697946,
+ 43.6293607
+ ],
+ [
+ 3.8698292000000003,
+ 43.6294036
+ ],
+ [
+ 3.8698531000000003,
+ 43.6294543
+ ],
+ [
+ 3.8698561000000002,
+ 43.6294765
+ ],
+ [
+ 3.8698628000000004,
+ 43.6295249
+ ],
+ [
+ 3.8698552,
+ 43.629578
+ ],
+ [
+ 3.8698396,
+ 43.629623300000006
+ ],
+ [
+ 3.8698032,
+ 43.6296909
+ ],
+ [
+ 3.8695398,
+ 43.6301617
+ ],
+ [
+ 3.8694924,
+ 43.630250100000005
+ ],
+ [
+ 3.8694012,
+ 43.630421600000005
+ ],
+ [
+ 3.8693287,
+ 43.630557800000005
+ ],
+ [
+ 3.8691435000000003,
+ 43.6308639
+ ],
+ [
+ 3.8683586,
+ 43.6319644
+ ],
+ [
+ 3.8683015000000003,
+ 43.6320421
+ ],
+ [
+ 3.8681899,
+ 43.6321938
+ ],
+ [
+ 3.8680326000000003,
+ 43.632455300000004
+ ],
+ [
+ 3.8679472,
+ 43.632661500000005
+ ],
+ [
+ 3.8678926000000002,
+ 43.632888300000005
+ ],
+ [
+ 3.8678619000000003,
+ 43.633081100000005
+ ],
+ [
+ 3.867861,
+ 43.6333262
+ ],
+ [
+ 3.8678976,
+ 43.6335689
+ ],
+ [
+ 3.8679181000000002,
+ 43.6336917
+ ],
+ [
+ 3.8679411000000004,
+ 43.633830100000004
+ ],
+ [
+ 3.8680029,
+ 43.6341953
+ ],
+ [
+ 3.8680542,
+ 43.6345167
+ ],
+ [
+ 3.8680744000000002,
+ 43.6345943
+ ],
+ [
+ 3.8681054,
+ 43.6347131
+ ],
+ [
+ 3.8681253,
+ 43.6347893
+ ],
+ [
+ 3.8681428,
+ 43.634872200000004
+ ],
+ [
+ 3.8682239000000003,
+ 43.6352313
+ ],
+ [
+ 3.8682393000000004,
+ 43.6353397
+ ],
+ [
+ 3.8682345000000002,
+ 43.6354449
+ ],
+ [
+ 3.8682218,
+ 43.6355121
+ ],
+ [
+ 3.8681816,
+ 43.635616500000005
+ ],
+ [
+ 3.8681465000000004,
+ 43.6356746
+ ],
+ [
+ 3.8680807,
+ 43.635774600000005
+ ],
+ [
+ 3.8678655,
+ 43.6360225
+ ],
+ [
+ 3.8677664000000003,
+ 43.6361367
+ ],
+ [
+ 3.8675344000000003,
+ 43.6363916
+ ],
+ [
+ 3.8673517,
+ 43.636592300000004
+ ],
+ [
+ 3.8670194,
+ 43.6369759
+ ],
+ [
+ 3.8668596,
+ 43.6371533
+ ],
+ [
+ 3.8668067,
+ 43.637212000000005
+ ],
+ [
+ 3.8667479,
+ 43.6372773
+ ],
+ [
+ 3.8657747000000002,
+ 43.638360600000006
+ ],
+ [
+ 3.8656840000000003,
+ 43.638460800000004
+ ],
+ [
+ 3.8656368000000003,
+ 43.638513800000005
+ ],
+ [
+ 3.8656277,
+ 43.6385239
+ ],
+ [
+ 3.8655392,
+ 43.6386273
+ ],
+ [
+ 3.8650415000000002,
+ 43.6391884
+ ],
+ [
+ 3.8648023,
+ 43.6394709
+ ],
+ [
+ 3.864512,
+ 43.639799000000004
+ ],
+ [
+ 3.8643928,
+ 43.6399252
+ ],
+ [
+ 3.8641039000000004,
+ 43.64025
+ ],
+ [
+ 3.8639904,
+ 43.6403776
+ ],
+ [
+ 3.8639766,
+ 43.6403928
+ ],
+ [
+ 3.8636811,
+ 43.640717200000005
+ ],
+ [
+ 3.8635488000000002,
+ 43.6408598
+ ],
+ [
+ 3.8634629,
+ 43.6409455
+ ],
+ [
+ 3.8633889000000003,
+ 43.6410064
+ ],
+ [
+ 3.8633246000000003,
+ 43.641056
+ ],
+ [
+ 3.8632327,
+ 43.641112400000004
+ ],
+ [
+ 3.8631424,
+ 43.641160500000005
+ ],
+ [
+ 3.8629905,
+ 43.6412175
+ ],
+ [
+ 3.8628850000000003,
+ 43.641252300000005
+ ],
+ [
+ 3.8626948000000003,
+ 43.6412959
+ ],
+ [
+ 3.8624264000000004,
+ 43.641355000000004
+ ],
+ [
+ 3.8622909,
+ 43.641396900000004
+ ],
+ [
+ 3.8622333,
+ 43.6414163
+ ],
+ [
+ 3.8621623,
+ 43.641444
+ ],
+ [
+ 3.8621211,
+ 43.6414601
+ ],
+ [
+ 3.8620153000000004,
+ 43.6415208
+ ],
+ [
+ 3.8618977,
+ 43.6416235
+ ],
+ [
+ 3.86147,
+ 43.642110800000005
+ ],
+ [
+ 3.8613231000000003,
+ 43.6422882
+ ],
+ [
+ 3.8610324,
+ 43.6426819
+ ],
+ [
+ 3.8607547,
+ 43.6430522
+ ],
+ [
+ 3.8606657,
+ 43.643194400000006
+ ],
+ [
+ 3.8606415000000003,
+ 43.643243000000005
+ ],
+ [
+ 3.8606287000000004,
+ 43.6432766
+ ],
+ [
+ 3.8606138000000003,
+ 43.6433156
+ ],
+ [
+ 3.8605947,
+ 43.643388300000005
+ ],
+ [
+ 3.860593,
+ 43.6434792
+ ],
+ [
+ 3.8606076000000003,
+ 43.643582300000006
+ ],
+ [
+ 3.8606447000000004,
+ 43.643698900000004
+ ],
+ [
+ 3.8606800000000003,
+ 43.643765300000005
+ ],
+ [
+ 3.8607339,
+ 43.6438469
+ ],
+ [
+ 3.8607923,
+ 43.6439096
+ ],
+ [
+ 3.8608621000000003,
+ 43.6439748
+ ],
+ [
+ 3.8613424000000003,
+ 43.644406000000004
+ ],
+ [
+ 3.8616803,
+ 43.6447061
+ ],
+ [
+ 3.8617433,
+ 43.6447651
+ ],
+ [
+ 3.8617967,
+ 43.6448004
+ ],
+ [
+ 3.8618671,
+ 43.644834200000005
+ ],
+ [
+ 3.8619484,
+ 43.644852300000004
+ ],
+ [
+ 3.8620177,
+ 43.6448587
+ ],
+ [
+ 3.8621195000000004,
+ 43.644862100000005
+ ],
+ [
+ 3.8621854,
+ 43.6448559
+ ],
+ [
+ 3.8622636000000004,
+ 43.6448386
+ ],
+ [
+ 3.8623570000000003,
+ 43.6447979
+ ],
+ [
+ 3.8624488,
+ 43.6447483
+ ],
+ [
+ 3.8628186,
+ 43.6445213
+ ],
+ [
+ 3.8628933,
+ 43.644479000000004
+ ],
+ [
+ 3.8632787,
+ 43.6442609
+ ],
+ [
+ 3.8634863000000004,
+ 43.6441725
+ ],
+ [
+ 3.8637084,
+ 43.6441272
+ ],
+ [
+ 3.8638858000000003,
+ 43.6441084
+ ],
+ [
+ 3.8640663,
+ 43.6441144
+ ],
+ [
+ 3.8642935,
+ 43.6441322
+ ],
+ [
+ 3.8664624,
+ 43.644365900000004
+ ],
+ [
+ 3.8668522000000003,
+ 43.644422000000006
+ ],
+ [
+ 3.8681955,
+ 43.644627500000006
+ ],
+ [
+ 3.8682916,
+ 43.6446564
+ ],
+ [
+ 3.8683646,
+ 43.6446945
+ ],
+ [
+ 3.8683795,
+ 43.6447073
+ ],
+ [
+ 3.8684257,
+ 43.6447487
+ ],
+ [
+ 3.8684406,
+ 43.6447651
+ ],
+ [
+ 3.868469,
+ 43.6447963
+ ],
+ [
+ 3.8684808,
+ 43.6448144
+ ],
+ [
+ 3.8685008,
+ 43.6448454
+ ],
+ [
+ 3.8685213000000003,
+ 43.6449312
+ ],
+ [
+ 3.8685317,
+ 43.6450862
+ ],
+ [
+ 3.8685365000000003,
+ 43.6451572
+ ],
+ [
+ 3.8685516,
+ 43.6453286
+ ],
+ [
+ 3.8685722,
+ 43.6456657
+ ],
+ [
+ 3.8686096,
+ 43.646205900000005
+ ],
+ [
+ 3.8686261,
+ 43.6464306
+ ],
+ [
+ 3.8686472000000003,
+ 43.6467137
+ ],
+ [
+ 3.8686498,
+ 43.6467285
+ ],
+ [
+ 3.8686747,
+ 43.646871600000004
+ ],
+ [
+ 3.8687343000000003,
+ 43.647154900000004
+ ],
+ [
+ 3.8687713,
+ 43.647491900000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8728813,
+ 43.617082
+ ],
+ [
+ 3.8726812,
+ 43.6171439
+ ],
+ [
+ 3.8723757,
+ 43.6172361
+ ],
+ [
+ 3.871937,
+ 43.617384300000005
+ ],
+ [
+ 3.8717292000000003,
+ 43.6174684
+ ],
+ [
+ 3.8715253,
+ 43.6175493
+ ],
+ [
+ 3.871414,
+ 43.6175814
+ ],
+ [
+ 3.8713135000000003,
+ 43.617591700000006
+ ],
+ [
+ 3.8712035,
+ 43.617596500000005
+ ],
+ [
+ 3.8708589,
+ 43.6175548
+ ],
+ [
+ 3.8704848000000003,
+ 43.617510100000004
+ ],
+ [
+ 3.8703694,
+ 43.617510100000004
+ ],
+ [
+ 3.8702467,
+ 43.6175295
+ ],
+ [
+ 3.8700769000000004,
+ 43.617577100000005
+ ],
+ [
+ 3.8698852,
+ 43.6176429
+ ],
+ [
+ 3.8697964000000002,
+ 43.617686500000005
+ ],
+ [
+ 3.8697274000000004,
+ 43.6177349
+ ],
+ [
+ 3.8696693,
+ 43.617784900000004
+ ],
+ [
+ 3.8696058,
+ 43.6178777
+ ],
+ [
+ 3.8695685,
+ 43.617964300000004
+ ],
+ [
+ 3.869561,
+ 43.618044100000006
+ ],
+ [
+ 3.8695338,
+ 43.6187662
+ ],
+ [
+ 3.8695261000000003,
+ 43.6190877
+ ],
+ [
+ 3.8695231000000003,
+ 43.6192147
+ ],
+ [
+ 3.8695192,
+ 43.619447
+ ],
+ [
+ 3.8695151,
+ 43.6194861
+ ],
+ [
+ 3.8695071000000003,
+ 43.619561600000004
+ ],
+ [
+ 3.8694762000000003,
+ 43.6196975
+ ],
+ [
+ 3.8694610000000003,
+ 43.6197431
+ ],
+ [
+ 3.8694381,
+ 43.619800600000005
+ ],
+ [
+ 3.8694036,
+ 43.619887500000004
+ ],
+ [
+ 3.8690538,
+ 43.620645100000004
+ ],
+ [
+ 3.8686074,
+ 43.6216102
+ ],
+ [
+ 3.8683181,
+ 43.622235800000006
+ ],
+ [
+ 3.8682284,
+ 43.622431500000005
+ ],
+ [
+ 3.8681135,
+ 43.6226846
+ ],
+ [
+ 3.8680384,
+ 43.6228544
+ ],
+ [
+ 3.8680122000000003,
+ 43.622914200000004
+ ],
+ [
+ 3.8677005,
+ 43.6235774
+ ],
+ [
+ 3.8671869,
+ 43.624700100000005
+ ],
+ [
+ 3.8668033,
+ 43.625502100000006
+ ],
+ [
+ 3.8664694,
+ 43.626257
+ ],
+ [
+ 3.8664412,
+ 43.626319200000005
+ ],
+ [
+ 3.8664277,
+ 43.6263489
+ ],
+ [
+ 3.8663942000000002,
+ 43.6264113
+ ],
+ [
+ 3.8663894,
+ 43.6264163
+ ],
+ [
+ 3.8663808,
+ 43.6264357
+ ],
+ [
+ 3.8663634,
+ 43.6264685
+ ],
+ [
+ 3.8663497000000002,
+ 43.6264942
+ ],
+ [
+ 3.86633,
+ 43.6265311
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8688077,
+ 43.6480483
+ ],
+ [
+ 3.868824,
+ 43.6483128
+ ],
+ [
+ 3.8688207,
+ 43.648391600000004
+ ],
+ [
+ 3.8688048000000004,
+ 43.648448900000005
+ ],
+ [
+ 3.8687819,
+ 43.6485062
+ ],
+ [
+ 3.8687455,
+ 43.6485624
+ ],
+ [
+ 3.8686985000000003,
+ 43.64862
+ ],
+ [
+ 3.8686227,
+ 43.648679900000005
+ ],
+ [
+ 3.8684817000000002,
+ 43.6487805
+ ],
+ [
+ 3.8684318,
+ 43.648821500000004
+ ],
+ [
+ 3.8684027000000003,
+ 43.6488454
+ ],
+ [
+ 3.8675257000000003,
+ 43.6495675
+ ],
+ [
+ 3.8668497,
+ 43.650115500000005
+ ],
+ [
+ 3.8667636,
+ 43.650185400000005
+ ],
+ [
+ 3.8666745000000002,
+ 43.6502647
+ ],
+ [
+ 3.8666279,
+ 43.650306300000004
+ ],
+ [
+ 3.8665664,
+ 43.650365400000005
+ ],
+ [
+ 3.8665146000000004,
+ 43.6504306
+ ],
+ [
+ 3.8664678,
+ 43.650512
+ ],
+ [
+ 3.8664473000000004,
+ 43.650561700000004
+ ],
+ [
+ 3.8664327000000003,
+ 43.6506053
+ ],
+ [
+ 3.8664128,
+ 43.650654
+ ],
+ [
+ 3.8663972,
+ 43.6507085
+ ],
+ [
+ 3.8663835,
+ 43.6507766
+ ],
+ [
+ 3.8663796,
+ 43.6508904
+ ],
+ [
+ 3.8663865,
+ 43.651012800000004
+ ],
+ [
+ 3.8664064000000002,
+ 43.6510942
+ ],
+ [
+ 3.8664367,
+ 43.6511614
+ ],
+ [
+ 3.8664817,
+ 43.651219000000005
+ ],
+ [
+ 3.8665188,
+ 43.651249
+ ],
+ [
+ 3.8665507000000003,
+ 43.651268800000004
+ ],
+ [
+ 3.8665903000000004,
+ 43.6512875
+ ],
+ [
+ 3.8666892,
+ 43.6513184
+ ],
+ [
+ 3.8668327000000002,
+ 43.6513336
+ ],
+ [
+ 3.8668784,
+ 43.6513384
+ ],
+ [
+ 3.8676343,
+ 43.651411700000004
+ ],
+ [
+ 3.8686906000000003,
+ 43.651528500000005
+ ],
+ [
+ 3.8690321,
+ 43.651571000000004
+ ],
+ [
+ 3.8691788000000003,
+ 43.651592
+ ],
+ [
+ 3.8693150000000003,
+ 43.6516207
+ ],
+ [
+ 3.8694775000000003,
+ 43.6516572
+ ],
+ [
+ 3.8696418,
+ 43.6517077
+ ],
+ [
+ 3.8699669,
+ 43.651819
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8687713,
+ 43.647491900000006
+ ],
+ [
+ 3.8688077,
+ 43.6480483
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.86633,
+ 43.6265311
+ ],
+ [
+ 3.8663019000000003,
+ 43.6266017
+ ],
+ [
+ 3.8663013,
+ 43.626645
+ ],
+ [
+ 3.866304,
+ 43.6266662
+ ],
+ [
+ 3.8663083,
+ 43.6266898
+ ],
+ [
+ 3.8663192,
+ 43.6267245
+ ],
+ [
+ 3.8663398,
+ 43.626767
+ ],
+ [
+ 3.8663867,
+ 43.6268206
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8699669,
+ 43.651819
+ ],
+ [
+ 3.8707679,
+ 43.652129300000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8707679,
+ 43.652129300000006
+ ],
+ [
+ 3.8710310000000003,
+ 43.652241000000004
+ ],
+ [
+ 3.8711843000000004,
+ 43.6523206
+ ],
+ [
+ 3.8714444,
+ 43.652490900000004
+ ],
+ [
+ 3.8715437,
+ 43.652565100000004
+ ],
+ [
+ 3.8716917,
+ 43.652692300000005
+ ],
+ [
+ 3.8719196,
+ 43.652889300000005
+ ],
+ [
+ 3.8721300000000003,
+ 43.6530823
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8755100000000002,
+ 43.6068671
+ ],
+ [
+ 3.8751951,
+ 43.6070142
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8748391,
+ 43.6071806
+ ],
+ [
+ 3.8745382000000004,
+ 43.6073284
+ ],
+ [
+ 3.8744680000000002,
+ 43.6073603
+ ],
+ [
+ 3.8743800000000004,
+ 43.6074043
+ ],
+ [
+ 3.8743092000000003,
+ 43.607451700000006
+ ],
+ [
+ 3.8742448,
+ 43.6075098
+ ],
+ [
+ 3.8741482,
+ 43.6075959
+ ],
+ [
+ 3.8738844,
+ 43.607837200000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8738844,
+ 43.607837200000006
+ ],
+ [
+ 3.8735512,
+ 43.6081359
+ ],
+ [
+ 3.8734699000000004,
+ 43.6082145
+ ],
+ [
+ 3.8734052,
+ 43.6082775
+ ],
+ [
+ 3.8733829,
+ 43.6082982
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8722885000000002,
+ 43.6112801
+ ],
+ [
+ 3.8722968,
+ 43.611334400000004
+ ],
+ [
+ 3.8723305000000003,
+ 43.611609900000005
+ ],
+ [
+ 3.8723559,
+ 43.611806800000004
+ ],
+ [
+ 3.872377,
+ 43.6119478
+ ],
+ [
+ 3.8723925,
+ 43.6120438
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8740024,
+ 43.616610300000005
+ ],
+ [
+ 3.8738969,
+ 43.6166886
+ ],
+ [
+ 3.8737664,
+ 43.6167821
+ ],
+ [
+ 3.8736631000000004,
+ 43.616836400000004
+ ],
+ [
+ 3.8734289,
+ 43.6169166
+ ],
+ [
+ 3.8733039000000002,
+ 43.6169549
+ ],
+ [
+ 3.8732904,
+ 43.6169591
+ ],
+ [
+ 3.8731655000000003,
+ 43.616994000000005
+ ],
+ [
+ 3.8728813,
+ 43.617082
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 3.8721300000000003,
+ 43.6530823
+ ],
+ [
+ 3.8723939,
+ 43.653300200000004
+ ],
+ [
+ 3.8729120000000004,
+ 43.6537499
+ ]
+ ]
+ },
+ "properties": {
+ "line": "Montpellier5",
+ "name": "5",
+ "color": "#2D7431",
+ "order": 5
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/montpellier/data/source.json b/src/app/(game)/montpellier/data/source.json
new file mode 100644
index 0000000..4280c6d
--- /dev/null
+++ b/src/app/(game)/montpellier/data/source.json
@@ -0,0 +1,23423 @@
+{
+ "lines": [
+ {
+ "lineId": "Montpellier1",
+ "relations": [
+ {
+ "relationId": 4107815,
+ "stationsNodeIds": [
+ 3124678227,
+ 3123039811,
+ 3123033194,
+ 2577355086,
+ 2577355001,
+ 3123093632,
+ 2577354970,
+ 2998606177,
+ 2577880057,
+ 2998606178,
+ 317829490,
+ 60025069,
+ 126601804,
+ 60025062,
+ 61103414,
+ 60025046,
+ 60025037,
+ 60939764,
+ 61094962,
+ 3118564775,
+ 265410397,
+ 267847611,
+ 267929741,
+ 60722751,
+ 60732076,
+ 281177110,
+ 317827455,
+ 317827428,
+ 2575611355,
+ 2575611364,
+ 11891384903
+ ],
+ "routesWayIds": [
+ 945619870,
+ 943565392,
+ 943565390,
+ 307216119,
+ 307216118,
+ 249886216,
+ 945623776,
+ 251526449,
+ 251526438,
+ 14863807,
+ 1076443335,
+ 1355949083,
+ 1355949081,
+ 828839267,
+ 137513631,
+ 1320961341,
+ 1355949077,
+ 428791854,
+ 1355955061,
+ 866211993,
+ 866211992,
+ 137514637,
+ 1355955051,
+ 307174470,
+ 23182158,
+ 8656948,
+ 137514636,
+ 36990727,
+ 36990728,
+ 306880153,
+ 1355955046,
+ 221515328,
+ 1355955048,
+ 36990729,
+ 1436534803,
+ 36990730,
+ 1436534809,
+ 129895555,
+ 131318643,
+ 249986121,
+ 306902181,
+ 26586647,
+ 1355961352,
+ 129895553,
+ 1355961351,
+ 251321229,
+ 251321232,
+ 307558605,
+ 251321234,
+ 945619874,
+ 251321235,
+ 945619873,
+ 251321233,
+ 1109804313,
+ 1177879700,
+ 1109804312
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "Montpellier2",
+ "relations": [
+ {
+ "relationId": 4107772,
+ "stationsNodeIds": [
+ 231578457,
+ 231578469,
+ 231578480,
+ 279249812,
+ 231578510,
+ 281259065,
+ 38460665,
+ 231532087,
+ 281259064,
+ 231529652,
+ 350510758,
+ 279556951,
+ 2305432922,
+ 2305432920,
+ 70972317,
+ 224660817,
+ 148694939,
+ 74943027,
+ 119409072,
+ 1547454806,
+ 1547447278,
+ 1547443496,
+ 1547440719,
+ 945144528,
+ 308735605,
+ 308734763,
+ 368004431,
+ 308531607
+ ],
+ "routesWayIds": [
+ 26571315,
+ 307543712,
+ 140595735,
+ 140595736,
+ 1328261311,
+ 307543714,
+ 307543713,
+ 302968557,
+ 302968556,
+ 303838626,
+ 303838628,
+ 307352593,
+ 1355963985,
+ 1328261310,
+ 307543710,
+ 140596677,
+ 145128870,
+ 291587751,
+ 1355955064,
+ 221515306,
+ 221515300,
+ 1355955049,
+ 221515305,
+ 221515304,
+ 307174472,
+ 307174471,
+ 1355955050,
+ 131318451,
+ 11408508,
+ 471443534,
+ 11408509,
+ 141374026,
+ 141374027,
+ 141373407,
+ 141373409,
+ 141373104,
+ 141373107,
+ 141372661,
+ 141372657,
+ 141371856,
+ 141371853,
+ 84175129,
+ 84175121,
+ 763216020
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "Montpellier3",
+ "relations": [
+ {
+ "relationId": 4107865,
+ "stationsNodeIds": [
+ 3124627566,
+ 1508371591,
+ 3119254608,
+ 3119255452,
+ 1508371563,
+ 13185641080,
+ 1680783342,
+ 3124627562,
+ 2565144095,
+ 3124636922,
+ 3122456986,
+ 3122456979,
+ 1680783345,
+ 1506452485,
+ 1675121448,
+ 3123033195,
+ 3123033218,
+ 2575419253,
+ 2575419127,
+ 3123039812,
+ 2575419210,
+ 2575419150,
+ 2575419232,
+ 2564554951,
+ 3124664054,
+ 3124664051
+ ],
+ "routesWayIds": [
+ 267625663,
+ 307563690,
+ 307563694,
+ 1355961342,
+ 1355961343,
+ 307563692,
+ 267625666,
+ 307563699,
+ 267625665,
+ 208440297,
+ 137218048,
+ 953002549,
+ 953002550,
+ 307563695,
+ 1355961346,
+ 307563689,
+ 306902186,
+ 306902184,
+ 249986124,
+ 251318920,
+ 307541333,
+ 1436534815,
+ 307541337,
+ 1315691431,
+ 1315691433,
+ 1315691429,
+ 306880152,
+ 1355955044,
+ 221515322,
+ 306880148,
+ 221515309,
+ 96702556,
+ 96702558,
+ 1355949069,
+ 1076443331,
+ 428791860,
+ 1355949070,
+ 730290431,
+ 199477545,
+ 1355949066,
+ 249886214,
+ 1355949064,
+ 1097912325,
+ 1097912324,
+ 1355949063,
+ 1355949062,
+ 565478434,
+ 1355949060,
+ 1355949058,
+ 1355949055,
+ 1355949054,
+ 1355949052,
+ 1355949050,
+ 1355949049,
+ 1355949048,
+ 1355949046,
+ 1355949044,
+ 1355949043,
+ 1355949041,
+ 943565382,
+ 1355949040,
+ 943565385,
+ 943565386,
+ 943565389,
+ 249886206,
+ 137070557,
+ 943565393,
+ 154099145,
+ 943565394,
+ 943565395,
+ 943565396,
+ 249856384,
+ 943565397,
+ 249856367,
+ 943565398,
+ 943565399,
+ 943565400,
+ 307563704
+ ]
+ }
+ ],
+ "extraStationNodeIds": [
+ 3127567487,
+ 1680725835
+ ],
+ "extraRouteWayIds": [
+ 307563698,
+ 208440292,
+ 307170833,
+ 208440295,
+ 208440294,
+ 307563691,
+ 1355961353,
+ 1355961354,
+ 307563703,
+ 1355961355,
+ 1355961356,
+ 208440293,
+ 1355961357,
+ 306902199
+ ]
+ },
+ {
+ "lineId": "Montpellier4",
+ "relations": [
+ {
+ "relationId": 1852816,
+ "stationsNodeIds": [
+ 1506442726,
+ 1934914135,
+ 2564674976,
+ 350510758,
+ 279556951,
+ 1680783345,
+ 1506452485,
+ 4345616053,
+ 3728561514,
+ 4345616072,
+ 60025046,
+ 60025037,
+ 231454841,
+ 250677074,
+ 267929741,
+ 60722751,
+ 1325372165,
+ 1506442723,
+ 8719434195
+ ],
+ "routesWayIds": [
+ 376153856,
+ 117690839,
+ 145128931,
+ 291587751,
+ 1355955064,
+ 154987250,
+ 96702558,
+ 1355949069,
+ 1076443331,
+ 1355949072,
+ 1355949073,
+ 369020595,
+ 369020594,
+ 1355949075,
+ 369348842,
+ 428791859,
+ 1355949077,
+ 428791854,
+ 1355955061,
+ 866211993,
+ 866211992,
+ 131318450,
+ 1355955053,
+ 1355955058,
+ 1436534805,
+ 137513630,
+ 1436534808,
+ 1436534804,
+ 36990730,
+ 1436534809,
+ 129895555,
+ 131318643,
+ 131318616,
+ 117690838,
+ 376153833,
+ 376153832,
+ 376153855,
+ 764129683
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "Montpellier5",
+ "relations": [
+ {
+ "relationId": 19846275,
+ "stationsNodeIds": [
+ 11885076555,
+ 11885076557,
+ 11885076559,
+ 11885076561,
+ 11885076563,
+ 11885076564,
+ 11885076567,
+ 11885078569,
+ 11885078571,
+ 11885078573,
+ 11885078574,
+ 11885078576,
+ 4345616053,
+ 3728561514,
+ 4345616072,
+ 3123093686,
+ 3123093631,
+ 11808212967,
+ 11885078579,
+ 11885078581,
+ 11885078582,
+ 11885078584,
+ 11885078587,
+ 11885078589,
+ 11885078591
+ ],
+ "routesWayIds": [
+ 1055692905,
+ 251318916,
+ 251318924,
+ 1355949069,
+ 1076443331,
+ 1355949072,
+ 1355949073,
+ 369020595,
+ 369020594,
+ 1355949075,
+ 369348842,
+ 420570484,
+ 828839266,
+ 1355949082,
+ 1076443333,
+ 1271569355,
+ 1076443332,
+ 1218503412,
+ 1218503411,
+ 1274994210,
+ 1274994215,
+ 1451139999
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ }
+ ],
+ "ways": [
+ {
+ "wayId": 1320961341,
+ "nodeIds": [
+ 60025048,
+ 3118402878
+ ]
+ },
+ {
+ "wayId": 291587751,
+ "nodeIds": [
+ 2565049829,
+ 1547389460,
+ 1547389514,
+ 1547389446,
+ 1547389527,
+ 3124581452,
+ 1547389524,
+ 1547389530,
+ 1357871365,
+ 350510758,
+ 3644585293,
+ 1547389478,
+ 3644584894,
+ 1547389452,
+ 1547389455,
+ 3644585795,
+ 1547389485,
+ 11025889286,
+ 5225994445,
+ 1547389513,
+ 5225994442,
+ 1547389552,
+ 1547389512,
+ 5225994433,
+ 3124581457,
+ 5225994435,
+ 1547389481,
+ 5225994440,
+ 1547389560,
+ 5225994438,
+ 1547389459,
+ 5225994439,
+ 1547389515,
+ 1547389491,
+ 5225994429,
+ 279556951,
+ 5225994428,
+ 12549178110
+ ]
+ },
+ {
+ "wayId": 945619870,
+ "nodeIds": [
+ 3124678227,
+ 9907971609,
+ 2564254158
+ ]
+ },
+ {
+ "wayId": 866211992,
+ "nodeIds": [
+ 8073906643,
+ 60025037,
+ 13386945313,
+ 1546423298,
+ 9910364740,
+ 60722461
+ ]
+ },
+ {
+ "wayId": 307543714,
+ "nodeIds": [
+ 279555983,
+ 7111947907,
+ 1424231617,
+ 20933438,
+ 7111947920,
+ 7111947725,
+ 279249812,
+ 1250211504,
+ 231578487
+ ]
+ },
+ {
+ "wayId": 1109804312,
+ "nodeIds": [
+ 10152795583,
+ 13235179541,
+ 13180988516,
+ 13235179536,
+ 13180988515,
+ 10152795586,
+ 10152795585,
+ 13110738797,
+ 10152869368,
+ 13110738795,
+ 13290628963,
+ 11891384903
+ ]
+ },
+ {
+ "wayId": 307352593,
+ "nodeIds": [
+ 291356213,
+ 3124609062,
+ 3124609063,
+ 3124609064,
+ 1357946532,
+ 12549252357
+ ]
+ },
+ {
+ "wayId": 307174470,
+ "nodeIds": [
+ 976921090,
+ 976921295,
+ 60722814,
+ 291451614,
+ 291451610,
+ 976921270
+ ]
+ },
+ {
+ "wayId": 221515328,
+ "nodeIds": [
+ 12549104235,
+ 12549104233,
+ 60722785,
+ 12085703504,
+ 3118564772,
+ 3811884920,
+ 3118564773,
+ 3811884923,
+ 3118564774,
+ 3118564775,
+ 3118564776,
+ 3118564777,
+ 3118564784,
+ 3118564787,
+ 3118564790,
+ 3118564792,
+ 3118564793,
+ 3811884935,
+ 3118564794,
+ 3118564797,
+ 3811884941,
+ 3118564798,
+ 3118564796,
+ 3118564795,
+ 3118564791,
+ 3118564788,
+ 3118564786,
+ 3811884928,
+ 3118564785,
+ 3118564782,
+ 3118564780,
+ 3118564778,
+ 3118564779,
+ 3118564781,
+ 3118564783,
+ 1811512146,
+ 942738973,
+ 294764980,
+ 1811512149,
+ 60722773,
+ 942738843,
+ 60722772,
+ 942738889,
+ 1811512153,
+ 294764983,
+ 60722771
+ ]
+ },
+ {
+ "wayId": 1355955048,
+ "nodeIds": [
+ 60722771,
+ 294764973,
+ 3118564789,
+ 60722770,
+ 9735726651,
+ 60722769,
+ 9735726647,
+ 265410397,
+ 3118564800,
+ 60722768,
+ 60722767,
+ 3118564801,
+ 60722766,
+ 60722765,
+ 60722764,
+ 295092708,
+ 12549104237
+ ]
+ },
+ {
+ "wayId": 307563689,
+ "nodeIds": [
+ 3119065617,
+ 2572111077,
+ 3670803278,
+ 2572111076,
+ 3124627562,
+ 2572111096,
+ 5160569079,
+ 3119255449,
+ 2572111075,
+ 2572111103,
+ 13272459497,
+ 3796070191,
+ 2572111105,
+ 2565144103
+ ]
+ },
+ {
+ "wayId": 428791854,
+ "nodeIds": [
+ 9779381520,
+ 12194289176,
+ 9779381522,
+ 61715211,
+ 60025047,
+ 5557073539,
+ 12090280101,
+ 3779650585,
+ 60025046,
+ 12549178108,
+ 60025045,
+ 3118402868,
+ 60025044,
+ 3118402863,
+ 60025043,
+ 60025042,
+ 12549178106
+ ]
+ },
+ {
+ "wayId": 1355955061,
+ "nodeIds": [
+ 12549178106,
+ 6718462178,
+ 60025041,
+ 246650644,
+ 246650645,
+ 246650646,
+ 976921326,
+ 60025039,
+ 976921086,
+ 976921278,
+ 11586524058,
+ 8073906644
+ ]
+ },
+ {
+ "wayId": 307563690,
+ "nodeIds": [
+ 1503531785,
+ 1503531780,
+ 3119254613,
+ 1503531759,
+ 3119254612,
+ 1503531766,
+ 1503531772,
+ 3119254611,
+ 1503531803,
+ 3119254610,
+ 1503531715
+ ]
+ },
+ {
+ "wayId": 84175129,
+ "nodeIds": [
+ 979209452,
+ 979209565
+ ]
+ },
+ {
+ "wayId": 943565392,
+ "nodeIds": [
+ 2564254158,
+ 2564254143,
+ 2564254126,
+ 2564254123,
+ 3781187311,
+ 2564254141,
+ 2564254145,
+ 2564254164,
+ 2564254190,
+ 2564254206,
+ 2564254124,
+ 2564254175,
+ 8736481257
+ ]
+ },
+ {
+ "wayId": 251321234,
+ "nodeIds": [
+ 2575611364,
+ 3779581649,
+ 2575611338
+ ]
+ },
+ {
+ "wayId": 306902181,
+ "nodeIds": [
+ 60732074,
+ 3119255445
+ ]
+ },
+ {
+ "wayId": 1355961342,
+ "nodeIds": [
+ 1503531713,
+ 1503531776,
+ 1503531790,
+ 1503531788
+ ]
+ },
+ {
+ "wayId": 1177879700,
+ "nodeIds": [
+ 10152795583,
+ 10942076562
+ ]
+ },
+ {
+ "wayId": 140595735,
+ "nodeIds": [
+ 1248723642,
+ 3789446939,
+ 3124581126,
+ 541638803,
+ 716072709,
+ 1540200972,
+ 1994630028,
+ 231578469,
+ 3789755959,
+ 1540200955,
+ 1540200964,
+ 231578472
+ ]
+ },
+ {
+ "wayId": 471443534,
+ "nodeIds": [
+ 1427248853,
+ 978690535,
+ 912002237,
+ 5329445663,
+ 912002214,
+ 5329445665,
+ 912002200,
+ 5329445668,
+ 74943035,
+ 5329445669,
+ 74943034,
+ 5329445676,
+ 5329445678,
+ 1427248788,
+ 74943033,
+ 911914488,
+ 1427248780,
+ 74943032,
+ 74943031,
+ 3911088521,
+ 74943030,
+ 10157301054,
+ 911914400,
+ 911914450,
+ 74943029,
+ 10157275286,
+ 911914425,
+ 911914478,
+ 911914382,
+ 74943028,
+ 6302382141,
+ 6568530983,
+ 74943027,
+ 6302382159,
+ 74943026,
+ 911914439,
+ 4023228562,
+ 3911089204,
+ 1357928567,
+ 74943024,
+ 74943023,
+ 911914376,
+ 3118402702,
+ 911914467,
+ 911914490,
+ 74943022,
+ 1357928571,
+ 119409072,
+ 5329559713,
+ 74943021,
+ 3911089220,
+ 715939112,
+ 2387184190,
+ 3966921614,
+ 3118402714,
+ 3118402716,
+ 3118402718,
+ 74943020,
+ 3118402722,
+ 3911089243,
+ 74943019,
+ 101499596,
+ 101499598,
+ 101499601,
+ 101499602,
+ 101499605,
+ 101499606
+ ]
+ },
+ {
+ "wayId": 141372661,
+ "nodeIds": [
+ 1547411695,
+ 1547411658,
+ 1547411669,
+ 1201917566,
+ 308734763,
+ 1547411662,
+ 1547411694,
+ 308531347
+ ]
+ },
+ {
+ "wayId": 1076443335,
+ "nodeIds": [
+ 3810224711,
+ 12576551196,
+ 13351269292,
+ 1584025859,
+ 2479837308,
+ 2479837360,
+ 13351269294,
+ 1584025856,
+ 60025067,
+ 1184212199,
+ 2421896321,
+ 9735869055,
+ 6843951478,
+ 126601804,
+ 12505089949,
+ 2421895313,
+ 3123093645,
+ 3123093644,
+ 9735869044,
+ 60025063,
+ 3123093643,
+ 2078140306,
+ 9735869053,
+ 60025062,
+ 9735869030,
+ 60025061,
+ 2421880159,
+ 60025059,
+ 2421880157,
+ 3123093642,
+ 221757533,
+ 60025058,
+ 2421880161,
+ 3123093634,
+ 60025057,
+ 221804481
+ ]
+ },
+ {
+ "wayId": 1355949083,
+ "nodeIds": [
+ 221804481,
+ 221758027,
+ 3123093636,
+ 60025056,
+ 60025055,
+ 2421880154,
+ 60025053,
+ 5158728474,
+ 247386281,
+ 11664796809,
+ 12542859572,
+ 5158728478,
+ 60025052,
+ 3118402902,
+ 3118402900,
+ 5158728476,
+ 1508406332,
+ 61103414
+ ]
+ },
+ {
+ "wayId": 251321235,
+ "nodeIds": [
+ 4592566663,
+ 4592566662
+ ]
+ },
+ {
+ "wayId": 267625663,
+ "nodeIds": [
+ 1503531715,
+ 3775381431,
+ 2730687924,
+ 3775381423,
+ 3124627566
+ ]
+ },
+ {
+ "wayId": 141372657,
+ "nodeIds": [
+ 308531347,
+ 979209317,
+ 979209720,
+ 308531348,
+ 979210056,
+ 979209506,
+ 979209058,
+ 979208909,
+ 979209599,
+ 979210255,
+ 979209971,
+ 979208836,
+ 368004427,
+ 979209107,
+ 979209513,
+ 979210197,
+ 979209014,
+ 368004426,
+ 979209076,
+ 308531349,
+ 979210087,
+ 979208904,
+ 979209965,
+ 979209674,
+ 368004428,
+ 979208830,
+ 979209790,
+ 979210123,
+ 979209225,
+ 979208929,
+ 3936092644,
+ 1547408265,
+ 1547408248,
+ 1547408262,
+ 1547408250,
+ 11377320193,
+ 1547408253,
+ 979209825
+ ]
+ },
+ {
+ "wayId": 137514636,
+ "nodeIds": [
+ 60722803,
+ 2305432997,
+ 60722802,
+ 267695343,
+ 11881765491,
+ 11881765496,
+ 940559073,
+ 11881765495,
+ 940558839,
+ 940559121,
+ 11881765493,
+ 60939764,
+ 11881765492,
+ 940558775,
+ 940559034,
+ 60722798,
+ 940558639,
+ 1836141036,
+ 6328672241,
+ 940558515,
+ 11293148822,
+ 1111379585,
+ 2305432980,
+ 2305432979,
+ 2305432977,
+ 2305432966,
+ 61094962,
+ 2305432958,
+ 13386945308,
+ 11881765494,
+ 60722796
+ ]
+ },
+ {
+ "wayId": 36990728,
+ "nodeIds": [
+ 60722793,
+ 3119065624
+ ]
+ },
+ {
+ "wayId": 129895555,
+ "nodeIds": [
+ 2575586466,
+ 9910283319,
+ 9910283318,
+ 943983652,
+ 5130642886,
+ 950758548,
+ 5130642870,
+ 5130642872,
+ 60722751,
+ 5130642868,
+ 1325351626,
+ 5130642854,
+ 2575586325,
+ 1508412207,
+ 943983776,
+ 9910291743,
+ 1605459462
+ ]
+ },
+ {
+ "wayId": 1355955051,
+ "nodeIds": [
+ 60722459,
+ 976921119,
+ 3779650579,
+ 9910306902,
+ 976921224,
+ 976921276,
+ 60722816,
+ 976921324,
+ 976921200,
+ 60722815,
+ 976921090
+ ]
+ },
+ {
+ "wayId": 945619873,
+ "nodeIds": [
+ 4592566662,
+ 2575611363
+ ]
+ },
+ {
+ "wayId": 307563699,
+ "nodeIds": [
+ 1503531779,
+ 1503531792,
+ 1503531726,
+ 1503531760,
+ 1503531761,
+ 1503531746,
+ 1503531712
+ ]
+ },
+ {
+ "wayId": 26571315,
+ "nodeIds": [
+ 231578457,
+ 6779486451,
+ 1248724032,
+ 1540197381,
+ 1540197426,
+ 1248723735
+ ]
+ },
+ {
+ "wayId": 251526438,
+ "nodeIds": [
+ 2577355052,
+ 9908094944,
+ 2577354954,
+ 9908094943,
+ 2577355036,
+ 9908095440,
+ 9908095441,
+ 2577354973,
+ 9908095442,
+ 2577355008,
+ 9908095443,
+ 2577355005,
+ 9908095444,
+ 2577355098,
+ 2577355044
+ ]
+ },
+ {
+ "wayId": 303838626,
+ "nodeIds": [
+ 3082952706,
+ 3082952707
+ ]
+ },
+ {
+ "wayId": 1355955049,
+ "nodeIds": [
+ 2305432957,
+ 2305432959,
+ 2305432922,
+ 2305432967,
+ 2305432978,
+ 2305432981,
+ 12549104238
+ ]
+ },
+ {
+ "wayId": 1355955050,
+ "nodeIds": [
+ 12549104239,
+ 13386945312,
+ 3118402832,
+ 3118402833,
+ 9910306903,
+ 9910306904,
+ 3118402834,
+ 3118402835,
+ 9910306905,
+ 1968235815,
+ 3118402841
+ ]
+ },
+ {
+ "wayId": 221515304,
+ "nodeIds": [
+ 12568272902,
+ 3122482370,
+ 3122482371,
+ 3122482372,
+ 3122482373,
+ 3122482374,
+ 3122482375,
+ 3122482376,
+ 3122482377,
+ 3122482378,
+ 3122482379,
+ 3122482380,
+ 3122482381,
+ 3122482382,
+ 13381100410,
+ 3122482383,
+ 3122482384,
+ 3122482385,
+ 3122482386
+ ]
+ },
+ {
+ "wayId": 221515305,
+ "nodeIds": [
+ 12549104238,
+ 2305432982,
+ 2305432983,
+ 11881765486,
+ 6328625914,
+ 2305432984,
+ 2305432985,
+ 2305432987,
+ 2305432988,
+ 2305432989,
+ 11881765487,
+ 2305432920,
+ 11881765488,
+ 2305432990,
+ 2305432991,
+ 11881765489,
+ 2305432992,
+ 11881765490,
+ 11881765485,
+ 2305432993,
+ 2305432994,
+ 2305432996,
+ 12568272902
+ ]
+ },
+ {
+ "wayId": 307543710,
+ "nodeIds": [
+ 3124581442,
+ 716381233,
+ 716381260,
+ 5427412080,
+ 1540210592,
+ 1540210599,
+ 1540210705,
+ 1540210659,
+ 1540210654,
+ 1540210685,
+ 1540210562,
+ 1540210738,
+ 1540210565,
+ 1540210661,
+ 1540210612,
+ 1540210632
+ ]
+ },
+ {
+ "wayId": 221515306,
+ "nodeIds": [
+ 2575586346,
+ 11881765505,
+ 1547389461,
+ 1674355771,
+ 11881765512,
+ 256089087
+ ]
+ },
+ {
+ "wayId": 307563692,
+ "nodeIds": [
+ 1503531774,
+ 3763741867,
+ 1503531787,
+ 3772060912,
+ 1503531756,
+ 1503531793,
+ 1503531740,
+ 1712551992,
+ 12549212248
+ ]
+ },
+ {
+ "wayId": 141374027,
+ "nodeIds": [
+ 979209478,
+ 979210136,
+ 979210262,
+ 979209068,
+ 3810599026,
+ 979209439,
+ 231476084,
+ 979209153,
+ 3810599191,
+ 715918222,
+ 979209343,
+ 979208989,
+ 3810599225,
+ 979209995,
+ 979208859,
+ 20932810,
+ 3810599254,
+ 979209907,
+ 979208935,
+ 20932811,
+ 979209022,
+ 3810599438,
+ 979210057,
+ 1547420305,
+ 979208881,
+ 1547420303,
+ 1547420302
+ ]
+ },
+ {
+ "wayId": 306880153,
+ "nodeIds": [
+ 3119065624,
+ 231389150,
+ 939396355,
+ 60722790,
+ 939396313,
+ 60722789,
+ 939396387,
+ 12177979473,
+ 279197046
+ ]
+ },
+ {
+ "wayId": 36990729,
+ "nodeIds": [
+ 12549104237,
+ 294078374,
+ 267579446,
+ 12192562845,
+ 318880883,
+ 6727634707,
+ 267847611,
+ 12192562846,
+ 282723247,
+ 3119066083,
+ 287599053,
+ 12192562847,
+ 282904146,
+ 3118564799,
+ 13203485364
+ ]
+ },
+ {
+ "wayId": 23182158,
+ "nodeIds": [
+ 976921270,
+ 60722813,
+ 976921154,
+ 940559064
+ ]
+ },
+ {
+ "wayId": 11408509,
+ "nodeIds": [
+ 101499606,
+ 911914416,
+ 101499609,
+ 1166431354,
+ 101499613,
+ 1166431349,
+ 101499618
+ ]
+ },
+ {
+ "wayId": 141373104,
+ "nodeIds": [
+ 1547417303,
+ 1547417292,
+ 1547417304,
+ 1547417321,
+ 1547417311,
+ 1547417306,
+ 1547417318,
+ 979209099
+ ]
+ },
+ {
+ "wayId": 306902184,
+ "nodeIds": [
+ 2565144156,
+ 3119255448
+ ]
+ },
+ {
+ "wayId": 307174472,
+ "nodeIds": [
+ 3122482386,
+ 3122482387,
+ 3122482388,
+ 3122482389
+ ]
+ },
+ {
+ "wayId": 1328261310,
+ "nodeIds": [
+ 231578493,
+ 3124609065,
+ 3124609066,
+ 3124581442
+ ]
+ },
+ {
+ "wayId": 763216020,
+ "nodeIds": [
+ 979209239,
+ 979209943,
+ 979209047,
+ 308531607
+ ]
+ },
+ {
+ "wayId": 137514637,
+ "nodeIds": [
+ 60722461,
+ 9910325997,
+ 976921112,
+ 9910306916,
+ 60722460,
+ 9910306910,
+ 9910306909,
+ 976921318,
+ 976921248,
+ 3780633458,
+ 9910306908,
+ 976921085,
+ 60722459
+ ]
+ },
+ {
+ "wayId": 208440297,
+ "nodeIds": [
+ 2187320606,
+ 1503531732,
+ 1503531723,
+ 3170723783,
+ 1503531752,
+ 1503531724,
+ 3170723774,
+ 1503531751,
+ 1503531767
+ ]
+ },
+ {
+ "wayId": 1355949081,
+ "nodeIds": [
+ 61103414,
+ 13386945310,
+ 12549116926
+ ]
+ },
+ {
+ "wayId": 131318643,
+ "nodeIds": [
+ 1605459462,
+ 9910291742,
+ 943983746,
+ 60722747,
+ 943983823,
+ 5540310155,
+ 943983757,
+ 943983689,
+ 943983665,
+ 60722746,
+ 1622220355,
+ 60722745,
+ 943983819,
+ 943983756,
+ 943983682,
+ 943983839,
+ 60722744,
+ 5576120248,
+ 944584054,
+ 944584041,
+ 944584038,
+ 60722742,
+ 60722741,
+ 2157558284,
+ 944584048,
+ 944584046,
+ 60732077,
+ 944584058,
+ 944584050,
+ 944584042,
+ 5540310153,
+ 60732076,
+ 3669341973,
+ 60732075
+ ]
+ },
+ {
+ "wayId": 8656948,
+ "nodeIds": [
+ 940559064,
+ 60722811,
+ 976921109,
+ 60722810,
+ 13381100411,
+ 940558738,
+ 940559068,
+ 940558802,
+ 940558685,
+ 940558921,
+ 940558995,
+ 940558454,
+ 60722809,
+ 60722808,
+ 60722805,
+ 60722804,
+ 940558692,
+ 940558482,
+ 60722803
+ ]
+ },
+ {
+ "wayId": 251321233,
+ "nodeIds": [
+ 2575611363,
+ 12181124129
+ ]
+ },
+ {
+ "wayId": 251321232,
+ "nodeIds": [
+ 2575611334,
+ 3779584796,
+ 2575611333
+ ]
+ },
+ {
+ "wayId": 306902186,
+ "nodeIds": [
+ 2565144103,
+ 2565144156
+ ]
+ },
+ {
+ "wayId": 1355955064,
+ "nodeIds": [
+ 12549178110,
+ 11025889260,
+ 7727011507,
+ 1547389458,
+ 1547389475,
+ 1547389555,
+ 1547389558,
+ 1547389522,
+ 7727011506,
+ 1547389495,
+ 1547389450,
+ 9850561953,
+ 3124581458,
+ 1288260813,
+ 1547389457,
+ 1547389484,
+ 9850561951,
+ 7737339682,
+ 231529696,
+ 13386945306,
+ 2575586346
+ ]
+ },
+ {
+ "wayId": 1355961351,
+ "nodeIds": [
+ 1505206380,
+ 946858919,
+ 5837142743,
+ 2572111098,
+ 3640025164,
+ 12549212256
+ ]
+ },
+ {
+ "wayId": 36990730,
+ "nodeIds": [
+ 60722759,
+ 287599047,
+ 282727519,
+ 3802871041,
+ 3118523799,
+ 950758553,
+ 267929741,
+ 60722757,
+ 950758590,
+ 12772083136,
+ 294077546,
+ 12925347386,
+ 12772083134,
+ 294077548,
+ 12772083135,
+ 265393949,
+ 12925347367,
+ 60722756,
+ 950758557,
+ 8754231936
+ ]
+ },
+ {
+ "wayId": 1355949077,
+ "nodeIds": [
+ 3118402878,
+ 9779381520
+ ]
+ },
+ {
+ "wayId": 953002549,
+ "nodeIds": [
+ 1503509427,
+ 5348940707,
+ 1508371563,
+ 5348940708,
+ 1503509450,
+ 12078653473,
+ 12078653479,
+ 12078653493,
+ 5348940704,
+ 5348940709,
+ 1503509388,
+ 1503509425,
+ 13585297939,
+ 13185641080,
+ 1503509442,
+ 1434763569,
+ 1434763558
+ ]
+ },
+ {
+ "wayId": 267625666,
+ "nodeIds": [
+ 1503531774,
+ 3119254608,
+ 2730687933,
+ 2730687934,
+ 2730687935,
+ 2730687936,
+ 1503531712
+ ]
+ },
+ {
+ "wayId": 249986121,
+ "nodeIds": [
+ 60732075,
+ 946858840,
+ 1585115978,
+ 946858797,
+ 946858940,
+ 946858949,
+ 2565144131,
+ 2565144154,
+ 8754231938,
+ 60732074
+ ]
+ },
+ {
+ "wayId": 251321229,
+ "nodeIds": [
+ 12549212256,
+ 947038439,
+ 3659875229,
+ 317827455,
+ 3659875830,
+ 13392937962,
+ 13392937934,
+ 2572111089,
+ 333780562,
+ 60732069,
+ 947038587,
+ 947038555,
+ 333780558,
+ 947038618,
+ 947038589,
+ 947038603,
+ 60732068,
+ 13392937946,
+ 13392937941,
+ 60732067,
+ 947038489,
+ 947038580,
+ 60732066,
+ 3659255837,
+ 317827428,
+ 3659255847,
+ 947038554,
+ 333780546,
+ 947038509,
+ 60732065,
+ 947038572,
+ 947038635,
+ 60732064,
+ 947038609,
+ 282689862,
+ 13435827695,
+ 947038466,
+ 947038515,
+ 60732063,
+ 3747789333,
+ 282689863,
+ 282689864,
+ 282691711,
+ 13435859102,
+ 947038549,
+ 60732062,
+ 947038617,
+ 947038606,
+ 333780538,
+ 60732061,
+ 11891363761,
+ 13334264488,
+ 13334264491,
+ 13334264490,
+ 13334264496,
+ 2575611355,
+ 13334264495,
+ 13332597126,
+ 3122910522,
+ 11891363763,
+ 3659120421,
+ 3779584816,
+ 2575611350,
+ 2575611353,
+ 3747845352,
+ 2575611356,
+ 2575611345,
+ 2575611349,
+ 2575611348,
+ 3122910524,
+ 3927111978,
+ 2575611346,
+ 2575611334
+ ]
+ },
+ {
+ "wayId": 26586647,
+ "nodeIds": [
+ 3119255445,
+ 12549212257
+ ]
+ },
+ {
+ "wayId": 251526449,
+ "nodeIds": [
+ 2577354951,
+ 3781456422,
+ 9909330711,
+ 2577355070,
+ 9908094945,
+ 2577354957,
+ 2577355052
+ ]
+ },
+ {
+ "wayId": 137218048,
+ "nodeIds": [
+ 2187320606,
+ 9907924110,
+ 3119254621,
+ 3119254622,
+ 9907924109,
+ 1503509427
+ ]
+ },
+ {
+ "wayId": 11408508,
+ "nodeIds": [
+ 1445506087,
+ 9910364737,
+ 3780633464,
+ 70972317,
+ 70972316,
+ 976921115,
+ 11226496595,
+ 976921272,
+ 976921070,
+ 520788827,
+ 976921139,
+ 976921191,
+ 976921309,
+ 520788822,
+ 3780633465,
+ 976921136,
+ 1992311766,
+ 976921185,
+ 976921235,
+ 976921304,
+ 70972313,
+ 3780633477,
+ 1992311770,
+ 3780633091,
+ 3780633098,
+ 3780633100,
+ 6240776771,
+ 976921093,
+ 6154243256,
+ 6240776778,
+ 976921227,
+ 976921163,
+ 976921281,
+ 6245739908,
+ 978690526,
+ 6245739841,
+ 70972306,
+ 6245739843,
+ 224660817,
+ 6245739837,
+ 978690445,
+ 978690565,
+ 3118402906,
+ 185531291,
+ 70974174,
+ 3118402909,
+ 70974173,
+ 978690478,
+ 279798507,
+ 978690584,
+ 978690532,
+ 70974172,
+ 978690482,
+ 978690439,
+ 70974171,
+ 70974169,
+ 978690554,
+ 978690504,
+ 279798576,
+ 70974168,
+ 70974167,
+ 978690456,
+ 978690575,
+ 1427248809,
+ 6252659751,
+ 74943046,
+ 6252660045,
+ 978690464,
+ 6234947781,
+ 978690581,
+ 74943043,
+ 978690531,
+ 978690480,
+ 6227216984,
+ 978690585,
+ 6568557590,
+ 148694939,
+ 6232816214,
+ 74943040,
+ 978690522,
+ 3118402667,
+ 4531805118,
+ 978690475,
+ 6568530984,
+ 978690560,
+ 978690509,
+ 4531805116,
+ 3118402672,
+ 74943039,
+ 1427248758,
+ 5329445701,
+ 1427248853
+ ]
+ },
+ {
+ "wayId": 306880152,
+ "nodeIds": [
+ 3119065626,
+ 2575586414,
+ 2575586439,
+ 12177979481,
+ 12549104232
+ ]
+ },
+ {
+ "wayId": 221515300,
+ "nodeIds": [
+ 256089087,
+ 2305432925,
+ 2305432926,
+ 2305432928,
+ 1674355773,
+ 2583839257,
+ 1119886404,
+ 2009776392,
+ 11881765515,
+ 4040099684,
+ 2305432949,
+ 11881765518,
+ 4040099678,
+ 11881765497,
+ 2305432957
+ ]
+ },
+ {
+ "wayId": 307543713,
+ "nodeIds": [
+ 231578487,
+ 3072514362
+ ]
+ },
+ {
+ "wayId": 866211993,
+ "nodeIds": [
+ 8073906644,
+ 8073906643
+ ]
+ },
+ {
+ "wayId": 141373407,
+ "nodeIds": [
+ 1547420302,
+ 1547420300,
+ 1547420294,
+ 3810599637,
+ 1547420304,
+ 308735605,
+ 3810599961,
+ 1547420306,
+ 1547420307,
+ 1547420301,
+ 979210260
+ ]
+ },
+ {
+ "wayId": 1328261311,
+ "nodeIds": [
+ 231578482,
+ 279555983
+ ]
+ },
+ {
+ "wayId": 14863807,
+ "nodeIds": [
+ 2577355044,
+ 9908095445,
+ 9908095446,
+ 3123039810,
+ 2577355067,
+ 2577355031,
+ 3782086444,
+ 2577354994,
+ 2617397597,
+ 3782086688,
+ 2577355001,
+ 3782086753,
+ 2577355061,
+ 2577354986,
+ 3780633142,
+ 2577355034,
+ 3780633147,
+ 2577355011,
+ 3780633154,
+ 2577355051,
+ 2577354982,
+ 2577354948,
+ 2577355083,
+ 2577355009,
+ 3780638668,
+ 3123093632,
+ 3780633836,
+ 2577355014,
+ 2577354997,
+ 3780638672,
+ 2577355062,
+ 2577354959,
+ 3780633847,
+ 3123093683,
+ 2577355030,
+ 2577355035,
+ 11325348614,
+ 2577355038,
+ 2577354946,
+ 2577355047,
+ 2577355022,
+ 2577355020,
+ 2577354958,
+ 2577355027,
+ 2577354963,
+ 2577354960,
+ 3780633567,
+ 2577355058,
+ 2577355065,
+ 2577355072,
+ 11326491555,
+ 2577354999,
+ 2577355057,
+ 2577355075,
+ 2577354984,
+ 2577355018,
+ 2577355094,
+ 2577355097,
+ 2577355074,
+ 2577355039,
+ 2577355095,
+ 2577354970,
+ 2577880039,
+ 2577880179,
+ 3780657101,
+ 2577880032,
+ 2577880009,
+ 2577880174,
+ 2577880068,
+ 3780657100,
+ 2577880031,
+ 2577880027,
+ 3780657098,
+ 2577880021,
+ 2577880139,
+ 2577880149,
+ 2577880020,
+ 3780657094,
+ 2577880008,
+ 3780657091,
+ 2577880123,
+ 2577880007,
+ 2577880069,
+ 2577880035,
+ 2577880034,
+ 2577880024,
+ 2577880071,
+ 2577880137,
+ 2577880078,
+ 2577880011,
+ 2577880147,
+ 2577880045,
+ 2577880087,
+ 2577880050,
+ 3123093656,
+ 2577880170,
+ 2577880092,
+ 2577880055,
+ 2577880054,
+ 2577880028,
+ 2577880019,
+ 3123093652,
+ 2577880053,
+ 2577880168,
+ 2577880017,
+ 2577880012,
+ 2577880066,
+ 2577880042,
+ 2577880029,
+ 2577880041,
+ 2577880047,
+ 2577880003,
+ 2577880033,
+ 3780666548,
+ 2577880121,
+ 2998606177,
+ 2577880095,
+ 3782085919,
+ 3782085922,
+ 2577880080,
+ 2577880048,
+ 2577880018,
+ 3782085940,
+ 2577880126,
+ 2577880056,
+ 3782086360,
+ 6311835566,
+ 2577880005,
+ 2577880023,
+ 2577880159,
+ 3782086373,
+ 3782086385,
+ 3123093668,
+ 2577880176,
+ 3782086415,
+ 2577880058,
+ 2577880075,
+ 2577880037,
+ 2577880040,
+ 2577880044,
+ 2577880140,
+ 2577880064,
+ 2577880145,
+ 2577880097,
+ 2577880013,
+ 3782086502,
+ 3123093675,
+ 2577880030,
+ 2577880076,
+ 2577880144,
+ 2577880006,
+ 2577880022,
+ 2577880043,
+ 3782086616,
+ 2577880151,
+ 3782086524,
+ 2577880036,
+ 2577880052,
+ 3471270551,
+ 2577880057,
+ 9750164997,
+ 2577880046,
+ 2577880038,
+ 2577880165,
+ 13434369137,
+ 2577880132,
+ 2577880004,
+ 2577880162,
+ 3782085935,
+ 2577880130,
+ 6314183419,
+ 2577880010,
+ 2577880062,
+ 2998606178,
+ 6314183430,
+ 2577880116,
+ 2577880110,
+ 5329272322,
+ 2577880154,
+ 2577880114,
+ 2577880119,
+ 2577880142,
+ 2577880117,
+ 2577880135,
+ 2577880134,
+ 2577880099,
+ 2577880100,
+ 2577880102,
+ 2577880090,
+ 2577880082,
+ 2577880081,
+ 10004299076,
+ 2577880060,
+ 2577880112,
+ 2577880085,
+ 2577880088,
+ 5329272338,
+ 2577880014,
+ 3123093650,
+ 13434395444,
+ 2572267702,
+ 1204403017,
+ 2479837290,
+ 10157237808,
+ 2479837320,
+ 5329272336,
+ 2479837344,
+ 60025081,
+ 60025080,
+ 60025079,
+ 2479837318,
+ 6314183469,
+ 317829490,
+ 6314183474,
+ 3906240582,
+ 2479837359,
+ 60025077,
+ 3906240593,
+ 3906240595,
+ 60025076,
+ 3906240597,
+ 3906240598,
+ 3906240596,
+ 60025075,
+ 2479837314,
+ 3906240590,
+ 2479837322,
+ 3906240587,
+ 2479837293,
+ 60025074,
+ 60025073,
+ 3760544483,
+ 60025072,
+ 1424195831,
+ 3123093649,
+ 60025071,
+ 2479837331,
+ 2479837354,
+ 3906240571,
+ 12676059790,
+ 3906236655,
+ 60025069,
+ 12202780278,
+ 3810224718,
+ 551219175,
+ 3810224712,
+ 60025068,
+ 3810224711
+ ]
+ },
+ {
+ "wayId": 1436534803,
+ "nodeIds": [
+ 13203485364,
+ 60722760,
+ 267850926,
+ 294077539,
+ 3802871868,
+ 294077540,
+ 294077543,
+ 60722759
+ ]
+ },
+ {
+ "wayId": 1355949069,
+ "nodeIds": [
+ 9855106171,
+ 12549116920
+ ]
+ },
+ {
+ "wayId": 307563695,
+ "nodeIds": [
+ 8820959333,
+ 1434763563,
+ 1434763556,
+ 1434763555,
+ 1434763564,
+ 1434763568,
+ 1503509377,
+ 1434763562,
+ 4550675219,
+ 1434763559,
+ 3119255433,
+ 3119255434,
+ 1434756299,
+ 3119255436,
+ 3119255438,
+ 1434756298,
+ 4550675086,
+ 1434756304,
+ 4550675079,
+ 1434756296,
+ 1434756310,
+ 12549212251
+ ]
+ },
+ {
+ "wayId": 36990727,
+ "nodeIds": [
+ 60722796,
+ 4040099677,
+ 11881765520,
+ 938646843,
+ 2305432949,
+ 1111381197,
+ 938646808,
+ 60722795,
+ 266328720,
+ 2009776395,
+ 938646818,
+ 2007778301,
+ 938646824,
+ 11881765510,
+ 11881765508,
+ 60722793
+ ]
+ },
+ {
+ "wayId": 307541333,
+ "nodeIds": [
+ 2575586441,
+ 9910291750,
+ 9910291748,
+ 9910291747,
+ 2575586370,
+ 2575586325,
+ 2575586429,
+ 9910291739,
+ 2575586321,
+ 5130642866,
+ 9910291738,
+ 9910291737,
+ 9910291736,
+ 2575586496,
+ 9910288721,
+ 9910291731,
+ 2575586538,
+ 943983843,
+ 3122456982,
+ 2575586542
+ ]
+ },
+ {
+ "wayId": 302968556,
+ "nodeIds": [
+ 3072514363,
+ 3082952706
+ ]
+ },
+ {
+ "wayId": 141373409,
+ "nodeIds": [
+ 979210260,
+ 20932818,
+ 979209061,
+ 979209431,
+ 979209816,
+ 20932819,
+ 979209236,
+ 979209665,
+ 20932805,
+ 979209955,
+ 979208827,
+ 979209426,
+ 979210129,
+ 979209813,
+ 979208933,
+ 3810253590,
+ 1547417295,
+ 3810253594,
+ 1547417303
+ ]
+ },
+ {
+ "wayId": 208440292,
+ "nodeIds": [
+ 1503509409,
+ 1503509429,
+ 3122450432,
+ 1503509426,
+ 3122450433,
+ 1503509421,
+ 1503509354,
+ 3122450435,
+ 3122450434,
+ 1503509389,
+ 2898883484,
+ 1503509373,
+ 1503509418,
+ 1503509432,
+ 3122450431,
+ 1503509356,
+ 1503509374,
+ 12546993777,
+ 2564072316,
+ 1871496575,
+ 3122450425,
+ 1503509359
+ ]
+ },
+ {
+ "wayId": 140596677,
+ "nodeIds": [
+ 1540210632,
+ 3648748786,
+ 1540210650,
+ 1540210702
+ ]
+ },
+ {
+ "wayId": 141371856,
+ "nodeIds": [
+ 979209825,
+ 1547404564,
+ 1547404567,
+ 368004431,
+ 707396897
+ ]
+ },
+ {
+ "wayId": 96702556,
+ "nodeIds": [
+ 2305432939,
+ 1119886401,
+ 11881765517,
+ 2583839267,
+ 2007778290,
+ 1119886404,
+ 2583839259,
+ 256089085,
+ 2305432935,
+ 1119886391,
+ 2007778291,
+ 11881765514,
+ 2583839262,
+ 1119886394,
+ 1119886395,
+ 11881765507,
+ 2575586472
+ ]
+ },
+ {
+ "wayId": 251318920,
+ "nodeIds": [
+ 2565144090,
+ 3796070184,
+ 2565144095,
+ 5540310154,
+ 2565144109,
+ 2575591257,
+ 2575591261,
+ 2575591259,
+ 2575591255,
+ 2575591263,
+ 5052362439,
+ 2575591268,
+ 2575591267,
+ 2575591256,
+ 5576120249,
+ 2575591265,
+ 2575591264,
+ 2575586402,
+ 2575586539,
+ 2575586365,
+ 2575586534,
+ 5540310156,
+ 2575586504,
+ 2575586440,
+ 9910291751,
+ 9910291752,
+ 2575586441
+ ]
+ },
+ {
+ "wayId": 306880148,
+ "nodeIds": [
+ 3119065627,
+ 13386945305,
+ 2305432951
+ ]
+ },
+ {
+ "wayId": 307216118,
+ "nodeIds": [
+ 3123039787,
+ 3123039811,
+ 2577355099
+ ]
+ },
+ {
+ "wayId": 943565395,
+ "nodeIds": [
+ 3123039758,
+ 1503629524,
+ 1505157922,
+ 2564061633,
+ 3781186881,
+ 2564061632,
+ 3781186875,
+ 2564061631,
+ 2564061771,
+ 2564061636,
+ 2564061641
+ ]
+ },
+ {
+ "wayId": 96702558,
+ "nodeIds": [
+ 2575586472,
+ 2007778302,
+ 1680783345,
+ 1119886396,
+ 1119886390,
+ 3123033202,
+ 1324678102,
+ 1324678099,
+ 1616132602,
+ 1323744512,
+ 12177979463,
+ 1506452485,
+ 1692070908,
+ 3123033205,
+ 1326256111,
+ 3123033207,
+ 13306349931,
+ 12190070892,
+ 3123033208,
+ 9855106171
+ ]
+ },
+ {
+ "wayId": 249986124,
+ "nodeIds": [
+ 3119255448,
+ 3119255446,
+ 2565144148,
+ 8754231941,
+ 2565144115,
+ 8754231940,
+ 2565144107,
+ 2565144101,
+ 8754231939,
+ 2565144160,
+ 2565144090
+ ]
+ },
+ {
+ "wayId": 140595736,
+ "nodeIds": [
+ 231578472,
+ 1250211571,
+ 231578473,
+ 1250211308,
+ 1250211382,
+ 1248723708,
+ 1250211326,
+ 231578476,
+ 1250211451,
+ 231578477,
+ 1248723845,
+ 1248724116,
+ 1250211294,
+ 1250211361,
+ 231578478,
+ 3475801483,
+ 7726926817,
+ 231578480,
+ 3124581429,
+ 231578482
+ ]
+ },
+ {
+ "wayId": 267625665,
+ "nodeIds": [
+ 1503531779,
+ 3119254618,
+ 2730687937,
+ 6004546179,
+ 2730687938,
+ 1802962917,
+ 6004546178,
+ 3119255452,
+ 7507171692,
+ 2730687939,
+ 1503531767
+ ]
+ },
+ {
+ "wayId": 953002550,
+ "nodeIds": [
+ 1434763558,
+ 8820959333
+ ]
+ },
+ {
+ "wayId": 307563694,
+ "nodeIds": [
+ 1503531785,
+ 1712551991,
+ 1508371591,
+ 1503531788
+ ]
+ },
+ {
+ "wayId": 1355949070,
+ "nodeIds": [
+ 3123033214,
+ 3123033209,
+ 12549116921
+ ]
+ },
+ {
+ "wayId": 1355949062,
+ "nodeIds": [
+ 5116912598,
+ 3123039729,
+ 2575586369,
+ 2575586445,
+ 3123039730,
+ 2575586546,
+ 5116912552,
+ 2575419056,
+ 11889083461,
+ 2575419053,
+ 3123033227,
+ 2575419136,
+ 5116912564,
+ 2575419253,
+ 5116912583,
+ 2575419251,
+ 2575419239,
+ 2575419134
+ ]
+ },
+ {
+ "wayId": 117690839,
+ "nodeIds": [
+ 1325374749,
+ 1325374712
+ ]
+ },
+ {
+ "wayId": 1355961346,
+ "nodeIds": [
+ 12549212251,
+ 3033184154,
+ 2515753668,
+ 1505206360,
+ 2564072360,
+ 12531443063,
+ 1505206325,
+ 1505206361,
+ 12531443062,
+ 3119255441,
+ 4063681440,
+ 12531443061,
+ 1680783342,
+ 12531443050,
+ 12531443047,
+ 12531443053,
+ 12531443055,
+ 12531443058,
+ 12531443059,
+ 3970979682,
+ 5024016040,
+ 1505206356,
+ 2442545853,
+ 1505206368,
+ 5053439339,
+ 1505206353,
+ 1505206343,
+ 1534312111,
+ 1505206371,
+ 1505206358,
+ 1505206338,
+ 8754231944,
+ 1534312144,
+ 8754231942,
+ 946858919,
+ 8754231943,
+ 3119065618,
+ 3119065617
+ ]
+ },
+ {
+ "wayId": 1355949066,
+ "nodeIds": [
+ 2575586423,
+ 3421812793,
+ 1675121448,
+ 3421812799,
+ 2575586443,
+ 12549116917
+ ]
+ },
+ {
+ "wayId": 131318616,
+ "nodeIds": [
+ 60732075,
+ 1445507885,
+ 1585115891,
+ 1445507887,
+ 1445507883,
+ 1445507884,
+ 1539538098,
+ 1539538088,
+ 1445507886
+ ]
+ },
+ {
+ "wayId": 141371853,
+ "nodeIds": [
+ 707396897,
+ 979209452
+ ]
+ },
+ {
+ "wayId": 1355949040,
+ "nodeIds": [
+ 12549097487,
+ 2564555089,
+ 5158657245,
+ 2564555098,
+ 5158657257,
+ 2564555220,
+ 2564555224,
+ 2564555210,
+ 2564555122,
+ 2564555158,
+ 2564554964
+ ]
+ },
+ {
+ "wayId": 131318451,
+ "nodeIds": [
+ 3118402841,
+ 9910339419,
+ 9910339418,
+ 1445506090,
+ 1445506092,
+ 1445506088,
+ 9910339423,
+ 3118402857,
+ 3118402858,
+ 9910339426,
+ 3118402859,
+ 9910339427,
+ 1445506087
+ ]
+ },
+ {
+ "wayId": 1355949064,
+ "nodeIds": [
+ 5445917770,
+ 2575586444,
+ 5216855955,
+ 2575586435,
+ 5216860325,
+ 3123033195,
+ 5216857717,
+ 9207219223,
+ 2575586344,
+ 2575586549,
+ 2575586525,
+ 2575586530,
+ 9237594725,
+ 12549116915
+ ]
+ },
+ {
+ "wayId": 84175121,
+ "nodeIds": [
+ 979209565,
+ 979209348,
+ 979209749,
+ 979210080,
+ 707396746,
+ 979209123,
+ 707396751,
+ 979209843,
+ 979210170,
+ 979209634,
+ 979209950,
+ 979209084,
+ 979208994,
+ 979209999,
+ 979210119,
+ 979209582,
+ 979208862,
+ 707396756,
+ 979209938,
+ 979210248,
+ 7304119348,
+ 979209024,
+ 979209563,
+ 979210195,
+ 979208986,
+ 979209737,
+ 979208857,
+ 979209340,
+ 308531605,
+ 979209119,
+ 979209542,
+ 979209232,
+ 979209375,
+ 979210053,
+ 979208876,
+ 979209132,
+ 3124509189,
+ 707396765,
+ 979209555,
+ 979208982,
+ 979209318,
+ 308531606,
+ 9396650663,
+ 11469111165,
+ 979209716,
+ 3124509191,
+ 979209239
+ ]
+ },
+ {
+ "wayId": 943565386,
+ "nodeIds": [
+ 8736481255,
+ 2564554923,
+ 2564554918,
+ 3150673056,
+ 3150673058,
+ 3781186744,
+ 3781186745,
+ 2564554956,
+ 2564554926,
+ 2564554961
+ ]
+ },
+ {
+ "wayId": 943565393,
+ "nodeIds": [
+ 1503629465,
+ 1503629530
+ ]
+ },
+ {
+ "wayId": 249856384,
+ "nodeIds": [
+ 2564061676,
+ 2564061595
+ ]
+ },
+ {
+ "wayId": 145128870,
+ "nodeIds": [
+ 1540210702,
+ 3648748791,
+ 3071860323,
+ 3071860322,
+ 3071860303,
+ 231578510,
+ 5427404872,
+ 1540204045,
+ 1540204072,
+ 1540204039,
+ 1540204079,
+ 1540204042,
+ 1540204096,
+ 3652686230,
+ 1540203995,
+ 1540204051,
+ 1540204093,
+ 1540204066,
+ 1540203996,
+ 1540204043,
+ 1540204026,
+ 1540204091,
+ 12953888092,
+ 1540203972,
+ 1560692484,
+ 1540204016,
+ 1540204086,
+ 5427404904,
+ 1540204102,
+ 1540203988,
+ 1540203983,
+ 1560692509,
+ 1540204012,
+ 1540204023,
+ 1540203998,
+ 1540204014,
+ 1540204075,
+ 1560692512,
+ 1540204070,
+ 1540204009,
+ 1540204017,
+ 1540204098,
+ 1540204085,
+ 1560692520,
+ 1540204001,
+ 1560692568,
+ 1540203992,
+ 1540203999,
+ 1540203986,
+ 5876482549,
+ 1540204104,
+ 1540204011,
+ 6287307037,
+ 1540204106,
+ 281259065,
+ 6287307030,
+ 1560692511,
+ 1560692573,
+ 1540213316,
+ 1540213298,
+ 1540213345,
+ 1540213356,
+ 1560692510,
+ 1560692508,
+ 1460330065,
+ 1540213392,
+ 1540213383,
+ 1540213385,
+ 1540213295,
+ 1540213331,
+ 1540213343,
+ 1540213335,
+ 1560692515,
+ 1540213333,
+ 38460665,
+ 1540213350,
+ 1560692487,
+ 1540213303,
+ 1540213376,
+ 1540213318,
+ 1540213325,
+ 1540213329,
+ 1540213319,
+ 1540213360,
+ 1540213346,
+ 1540213323,
+ 1540213292,
+ 1540213348,
+ 1540213381,
+ 6287306769,
+ 9155630886,
+ 1540213401,
+ 1540213406,
+ 6287306771,
+ 1540214813,
+ 231532087,
+ 6287306751,
+ 1540214809,
+ 1540214807,
+ 1540214810,
+ 1540214825,
+ 1560685371,
+ 1540214826,
+ 3788301372,
+ 1540214828,
+ 1540214811,
+ 5132444437,
+ 1540214808,
+ 1540214823,
+ 1547380599,
+ 3124581449,
+ 1547380636,
+ 1547380671,
+ 1547380689,
+ 1547380666,
+ 1547380699,
+ 1547380697,
+ 1547380724,
+ 6371143413,
+ 1547380692,
+ 523393059,
+ 1547380663,
+ 1547380628,
+ 1547380594,
+ 1547380739,
+ 1547380695,
+ 1547380715,
+ 281259064,
+ 3577225633,
+ 1547380660,
+ 3577225629,
+ 3124581448,
+ 3911517051,
+ 3124581447,
+ 3071689076,
+ 3577225620,
+ 3124581445,
+ 3124581444,
+ 1547380712,
+ 1547380735,
+ 1547380625,
+ 1547380718,
+ 3577225622,
+ 1547380638,
+ 1547380652,
+ 1547380656,
+ 1547380687,
+ 606139864,
+ 3577225639,
+ 231529652,
+ 3577225643,
+ 1547380727,
+ 1547380632,
+ 1547380731,
+ 1547380639,
+ 1547380673,
+ 1547380637,
+ 3577225650,
+ 1547380590,
+ 3577225655,
+ 1547380606,
+ 3577225660,
+ 1547380604,
+ 1547380635,
+ 3629357502,
+ 1547380701,
+ 1623916760,
+ 2565049797,
+ 1547380602,
+ 2565049829
+ ]
+ },
+ {
+ "wayId": 145128931,
+ "nodeIds": [
+ 1325374712,
+ 1325374709,
+ 1325374703,
+ 1623916670,
+ 1623916840,
+ 3124411840,
+ 2565049815,
+ 2565049767,
+ 2565049808,
+ 2565049763,
+ 2565049829
+ ]
+ },
+ {
+ "wayId": 1355949052,
+ "nodeIds": [
+ 12549116905,
+ 12549116906,
+ 2575419225,
+ 2575419216,
+ 2575419157,
+ 2575419148,
+ 2575419255,
+ 2575419252,
+ 2575419050,
+ 12549097494,
+ 2575419179,
+ 12549116903
+ ]
+ },
+ {
+ "wayId": 307543712,
+ "nodeIds": [
+ 1248723735,
+ 1248724142,
+ 10218267421,
+ 1248723904,
+ 1248724108,
+ 1248723844,
+ 1248723698,
+ 3789448369,
+ 1248724064,
+ 1248723679,
+ 1248724008,
+ 1248723816,
+ 1248724130,
+ 1248723863,
+ 1248723673,
+ 1248724077,
+ 1248723792,
+ 1248724038,
+ 1248723743,
+ 3124581128,
+ 1248723642
+ ]
+ },
+ {
+ "wayId": 307216119,
+ "nodeIds": [
+ 2564254183,
+ 2564254132,
+ 2564254200,
+ 2564254212,
+ 2564254188,
+ 2564254142,
+ 13326715792,
+ 13326715791,
+ 13326715790,
+ 2564254189,
+ 2564254166,
+ 2564254122,
+ 5359000607,
+ 2564254209,
+ 2564254202,
+ 2564254130,
+ 2564254161,
+ 2577354992,
+ 3123039787
+ ]
+ },
+ {
+ "wayId": 943565390,
+ "nodeIds": [
+ 8736481257,
+ 2564254181,
+ 2564254170,
+ 3781183317,
+ 3123039782,
+ 2564254183
+ ]
+ },
+ {
+ "wayId": 129895553,
+ "nodeIds": [
+ 291564587,
+ 60732073,
+ 3796070189,
+ 13272459498,
+ 946858896,
+ 946858875,
+ 946858852,
+ 3119255450,
+ 5160569078,
+ 2007668078,
+ 281177110,
+ 3670803277,
+ 1505206326,
+ 1505206380
+ ]
+ },
+ {
+ "wayId": 307541337,
+ "nodeIds": [
+ 13203485374,
+ 2575586527,
+ 3122456981,
+ 2575586348,
+ 2575586328,
+ 2575586324,
+ 2575586353,
+ 2575586540,
+ 2575586364,
+ 2575586361,
+ 2575586489,
+ 2575586322,
+ 3122456980,
+ 2575586524,
+ 2575586547,
+ 5130642829,
+ 2575586475,
+ 2575586416,
+ 2575586360,
+ 2575586456,
+ 3122456986,
+ 2575586415,
+ 2575586528,
+ 2575586345,
+ 2575586376,
+ 2575586418,
+ 2575586449,
+ 2575586409,
+ 2575586395,
+ 2575586349,
+ 2575586334,
+ 2575586339,
+ 2575586511,
+ 3744335500,
+ 2575586474,
+ 2575586391,
+ 2575586459,
+ 3122456979,
+ 2575586379,
+ 2575586460,
+ 12178251180,
+ 2575586513,
+ 938646806
+ ]
+ },
+ {
+ "wayId": 1355961352,
+ "nodeIds": [
+ 12549212257,
+ 291564587
+ ]
+ },
+ {
+ "wayId": 221515322,
+ "nodeIds": [
+ 2305432975,
+ 12177979474,
+ 2305432976,
+ 2305432974,
+ 2305432969,
+ 2305432965,
+ 2305432960,
+ 3119065627
+ ]
+ },
+ {
+ "wayId": 1355961355,
+ "nodeIds": [
+ 12549212260,
+ 1503509391,
+ 1503509395,
+ 1503509424,
+ 1503509355
+ ]
+ },
+ {
+ "wayId": 369020595,
+ "nodeIds": [
+ 12549116923,
+ 8755641116,
+ 8755691717,
+ 8755641113,
+ 3728561640,
+ 3728561625,
+ 8755691718,
+ 3728561630,
+ 9779381525,
+ 8755641112,
+ 8755641110,
+ 9779381524,
+ 6328625890,
+ 3728561631,
+ 9779381523,
+ 8755641108,
+ 3728561639,
+ 8755641096,
+ 8755641106,
+ 8755641105,
+ 8755641104,
+ 39724069
+ ]
+ },
+ {
+ "wayId": 945619874,
+ "nodeIds": [
+ 2575611338,
+ 4592566663
+ ]
+ },
+ {
+ "wayId": 307558605,
+ "nodeIds": [
+ 2575611333,
+ 2575611364
+ ]
+ },
+ {
+ "wayId": 199477545,
+ "nodeIds": [
+ 3123033203,
+ 3123033200,
+ 8755383274,
+ 8755383273,
+ 5216855959,
+ 1432319451,
+ 2575586491,
+ 4409290640,
+ 2575586464,
+ 2575586423
+ ]
+ },
+ {
+ "wayId": 1355961354,
+ "nodeIds": [
+ 1503509414,
+ 1503509367,
+ 1503509449
+ ]
+ },
+ {
+ "wayId": 1315691433,
+ "nodeIds": [
+ 2575586514,
+ 2575586427
+ ]
+ },
+ {
+ "wayId": 141374026,
+ "nodeIds": [
+ 101499618,
+ 6024968750,
+ 3965104430,
+ 1547454946,
+ 1547454787,
+ 1547454885,
+ 1547454694,
+ 1547454871,
+ 1547454731,
+ 1547454935,
+ 1547454792,
+ 1547454770,
+ 1547454881,
+ 1547454690,
+ 3966921620,
+ 1547454976,
+ 1547454859,
+ 1547454940,
+ 3914371558,
+ 1547454820,
+ 3914371568,
+ 3914371569,
+ 1547454806,
+ 3914371617,
+ 3914371475,
+ 1547454685,
+ 3914371489,
+ 1547454897,
+ 3914370122,
+ 1547454862,
+ 1547454768,
+ 1547454891,
+ 1547454930,
+ 1547454876,
+ 1547447282,
+ 3914371903,
+ 20931435,
+ 1547447284,
+ 3914372166,
+ 1547447285,
+ 1547447280,
+ 1547447283,
+ 3966921628,
+ 1547447278,
+ 1547447279,
+ 1547447281,
+ 1547443532,
+ 3966914851,
+ 1547443493,
+ 1547443536,
+ 3966921757,
+ 1547443496,
+ 1547443540,
+ 1547443500,
+ 1547440722,
+ 3966917746,
+ 1547440719,
+ 1994630057,
+ 1547440721,
+ 1547440755,
+ 3966921876,
+ 1547440734,
+ 11343665737,
+ 1547440757,
+ 1547440752,
+ 1547440737,
+ 1547440746,
+ 1547440749,
+ 1547440741,
+ 1547440730,
+ 945144528,
+ 1547425612,
+ 3124509172,
+ 1547425601,
+ 12860288788,
+ 1547425566,
+ 1547425572,
+ 1547425574,
+ 1547425618,
+ 5841648987,
+ 1547425579,
+ 979209478
+ ]
+ },
+ {
+ "wayId": 943565382,
+ "nodeIds": [
+ 2564555186,
+ 5158657243,
+ 2564554951,
+ 12549097487
+ ]
+ },
+ {
+ "wayId": 302968557,
+ "nodeIds": [
+ 3072514362,
+ 3072514363
+ ]
+ },
+ {
+ "wayId": 1097912324,
+ "nodeIds": [
+ 317545668,
+ 3123033216,
+ 3123033217,
+ 3123033218,
+ 5360579272,
+ 3123033219,
+ 3123033220,
+ 10053132850,
+ 3123033223,
+ 3123033225,
+ 3123033226,
+ 12549116913
+ ]
+ },
+ {
+ "wayId": 137070557,
+ "nodeIds": [
+ 2564254179,
+ 3781187683,
+ 1503629465
+ ]
+ },
+ {
+ "wayId": 1218503411,
+ "nodeIds": [
+ 11290763611,
+ 9871245560,
+ 11838390651,
+ 13198237507,
+ 9871245561,
+ 13198237508,
+ 11838390652,
+ 9871245562,
+ 13306123068,
+ 13306123066,
+ 12158164980,
+ 9871245563,
+ 9871245564,
+ 9871245565,
+ 12158164979,
+ 11809725745,
+ 12158164981,
+ 11800164959,
+ 12158164983,
+ 12430269162,
+ 13198219479,
+ 11809145688,
+ 5287714650,
+ 13198237512,
+ 13198237516,
+ 9871245567,
+ 12223986895,
+ 13198237514,
+ 12223986894,
+ 12514004751,
+ 9871245568,
+ 12848592212,
+ 12223986893,
+ 13306123067,
+ 11838390667,
+ 11885078589,
+ 9871245569,
+ 12512395389,
+ 13198237521,
+ 11800164960,
+ 13198237520,
+ 13198237519,
+ 9871245570
+ ]
+ },
+ {
+ "wayId": 208440293,
+ "nodeIds": [
+ 12549212261,
+ 1503509362,
+ 1503509390,
+ 1503509360,
+ 3122450467,
+ 3122450466,
+ 12549212259
+ ]
+ },
+ {
+ "wayId": 828839267,
+ "nodeIds": [
+ 12549116926,
+ 8985892853,
+ 60025051,
+ 11867053060,
+ 11867053061,
+ 60025050,
+ 918523098,
+ 3118402895,
+ 11867053062,
+ 11867053063,
+ 11867053064,
+ 3118402894
+ ]
+ },
+ {
+ "wayId": 1355949041,
+ "nodeIds": [
+ 12549097488,
+ 2564555110,
+ 5158657231,
+ 2564554921,
+ 2564555196,
+ 2564555193,
+ 2564555152,
+ 5158657238,
+ 2564555197,
+ 5158657234,
+ 2564555087,
+ 2564555186
+ ]
+ },
+ {
+ "wayId": 1355949050,
+ "nodeIds": [
+ 12549116903,
+ 2575419224,
+ 2575419208,
+ 2575419229,
+ 2575419246,
+ 6311834769,
+ 2575419094,
+ 6311834801,
+ 2575419210,
+ 5533923407,
+ 12549116902
+ ]
+ },
+ {
+ "wayId": 1436534808,
+ "nodeIds": [
+ 13203485369,
+ 6238445889,
+ 2597102255,
+ 6238445887,
+ 2597102247,
+ 231454795,
+ 977674834,
+ 977674757,
+ 977674774,
+ 13203485365
+ ]
+ },
+ {
+ "wayId": 208440295,
+ "nodeIds": [
+ 1503509380,
+ 1503509353,
+ 3122450437,
+ 2942632656,
+ 2564072249,
+ 3122450436,
+ 1503509435,
+ 1503509447,
+ 2564072353,
+ 1503509365
+ ]
+ },
+ {
+ "wayId": 1355963985,
+ "nodeIds": [
+ 12549252357,
+ 231578493
+ ]
+ },
+ {
+ "wayId": 154099145,
+ "nodeIds": [
+ 1503629530,
+ 3781187665,
+ 3123039767,
+ 3781187657,
+ 1503629527,
+ 3781187313,
+ 1503629515,
+ 3123039766,
+ 3781187308,
+ 1503629509
+ ]
+ },
+ {
+ "wayId": 307563704,
+ "nodeIds": [
+ 3123039769,
+ 2564061751,
+ 3123039773,
+ 2564061752,
+ 3123039776,
+ 2564061742,
+ 2564061760,
+ 5162759099,
+ 3124664051
+ ]
+ },
+ {
+ "wayId": 943565398,
+ "nodeIds": [
+ 3123039759,
+ 2564061755,
+ 2564061724,
+ 2564061693,
+ 3123039761
+ ]
+ },
+ {
+ "wayId": 1274994215,
+ "nodeIds": [
+ 9871245571,
+ 13198237522,
+ 12202780234,
+ 9871245572,
+ 13198237524,
+ 12488817523,
+ 13198237523,
+ 9871245574
+ ]
+ },
+ {
+ "wayId": 1274994210,
+ "nodeIds": [
+ 9871245570,
+ 9871245571
+ ]
+ },
+ {
+ "wayId": 376153856,
+ "nodeIds": [
+ 1506442726,
+ 3796147301,
+ 1256343803,
+ 3796147298,
+ 3670568171,
+ 246676689,
+ 1506442724,
+ 3124410422,
+ 1506442725,
+ 1432314076,
+ 3124410417,
+ 1432314065,
+ 1432314079,
+ 1432314085,
+ 1432314061,
+ 3124410413,
+ 3670592906,
+ 3796147494,
+ 1504540315,
+ 3796147493,
+ 3124410412,
+ 1503483804,
+ 3640025099,
+ 1432314063,
+ 2564674874,
+ 5377606220,
+ 1432314057,
+ 3124410415,
+ 1432314058,
+ 3124410419,
+ 3124410421,
+ 1432314080,
+ 3796147697,
+ 1934914135,
+ 3796147706,
+ 6343805384,
+ 3670568166,
+ 10814855885,
+ 9028740408,
+ 3670600191,
+ 2564674912,
+ 1503483786,
+ 3124410427,
+ 3124410428,
+ 2564675013,
+ 3124411829,
+ 1942478523,
+ 1432314075,
+ 2564674976,
+ 1432314062,
+ 3670600297,
+ 3124411831,
+ 1503483808,
+ 3670600315,
+ 1432314059,
+ 1432314067,
+ 3670601359,
+ 3796147338,
+ 3124411832,
+ 1432314082,
+ 1432314086,
+ 3124411837,
+ 1432314056,
+ 3670601400,
+ 2564674897,
+ 1432314081,
+ 3124411838,
+ 1432314088,
+ 1432314071,
+ 3796147741,
+ 2564675036,
+ 1325374707,
+ 246676721,
+ 1325374738,
+ 1325374733,
+ 1325374749
+ ]
+ },
+ {
+ "wayId": 307170833,
+ "nodeIds": [
+ 1503509409,
+ 3122450426,
+ 1503509363,
+ 2187320596,
+ 1503509398,
+ 1680725835,
+ 3122450428,
+ 3122450429,
+ 1503509365
+ ]
+ },
+ {
+ "wayId": 1355949054,
+ "nodeIds": [
+ 2575419241,
+ 2575419119,
+ 2575419214,
+ 12549116905
+ ]
+ },
+ {
+ "wayId": 1076443332,
+ "nodeIds": [
+ 9871231590,
+ 11808212967,
+ 11850833146,
+ 12158179125,
+ 9871231592,
+ 13306128619,
+ 12514004758,
+ 12514004766,
+ 12514004764,
+ 12514004762,
+ 12514004760,
+ 9871231596,
+ 13198237591,
+ 9871231597,
+ 13306128617,
+ 9871231598,
+ 13198237592,
+ 9871231599,
+ 13306128615,
+ 11885078579,
+ 9871231600,
+ 13306128613,
+ 9871231602,
+ 12184356827,
+ 9871231603,
+ 13306128611,
+ 9871231604,
+ 9871231605,
+ 9871231606,
+ 9871231607,
+ 9871231608,
+ 9871231609,
+ 12158179113,
+ 13306128608,
+ 9871231610,
+ 11885078581,
+ 11838390610,
+ 13306128609,
+ 13306128610,
+ 12202780266,
+ 13198237583,
+ 9871231611,
+ 11838390611,
+ 9871231612,
+ 9871231613,
+ 12160321769,
+ 9871231615,
+ 9871245517,
+ 13306128603,
+ 11838390613,
+ 13306123100,
+ 9871245518,
+ 11838390614,
+ 13306123099,
+ 13306123096,
+ 13306123094,
+ 11885078582,
+ 13306123093,
+ 13306123090,
+ 9871245520,
+ 12768811840,
+ 11838390616,
+ 13198237547,
+ 9871245521,
+ 12372539210,
+ 13306123089,
+ 11838390618,
+ 13306123087,
+ 11838390619,
+ 9871245523,
+ 13198237548,
+ 13198237543,
+ 9871245524,
+ 9871245525,
+ 13198237545,
+ 9871245526,
+ 13198237546,
+ 9871245527,
+ 13198237540,
+ 9871245528,
+ 9871245530,
+ 13306123085,
+ 9871245531,
+ 9871245532,
+ 9871245533,
+ 11838390622,
+ 12216406808,
+ 11838390624,
+ 9871245534,
+ 12725727268,
+ 12216406810,
+ 13306123082,
+ 12659340338,
+ 12659340337,
+ 12725727265,
+ 9871245536,
+ 9871245537,
+ 9871245538,
+ 13198237539,
+ 11838390627,
+ 9871245539,
+ 11885078584,
+ 9871245540,
+ 9871245541,
+ 9871245543,
+ 13198237537,
+ 13198237536,
+ 12543274722,
+ 11838390638,
+ 13198237532,
+ 9871245545,
+ 13198237531,
+ 9871245546,
+ 9871245547,
+ 13306123080,
+ 9871245548,
+ 9871245549,
+ 11838390634,
+ 9871245550,
+ 11838390632,
+ 9871245551,
+ 9871245552,
+ 11838390640,
+ 12186670923,
+ 12186670924,
+ 9871245553,
+ 12514004757,
+ 11838390642,
+ 13306123072,
+ 9871245554,
+ 13306123073,
+ 9871245555,
+ 9871245556,
+ 13306123074,
+ 9871245557,
+ 3672530575,
+ 9871245558,
+ 11885078587,
+ 12912873149,
+ 12811196159,
+ 13306123075,
+ 9871245559,
+ 9871245663,
+ 11290763610
+ ]
+ },
+ {
+ "wayId": 1355949060,
+ "nodeIds": [
+ 12549116911,
+ 5999160404,
+ 2575419125,
+ 2575419112,
+ 2575419060,
+ 5070973696,
+ 2575419127,
+ 5999160405,
+ 2575419152,
+ 2575419088,
+ 5999160408,
+ 5999160409,
+ 2575419222,
+ 2575419242,
+ 2575419183,
+ 3380456651,
+ 2575419243,
+ 2575419249,
+ 12549097496,
+ 2575419045,
+ 2575419218,
+ 5446274166,
+ 12549116909
+ ]
+ },
+ {
+ "wayId": 249886206,
+ "nodeIds": [
+ 2564254196,
+ 9908063322,
+ 9908063321,
+ 2564254147,
+ 2564254140,
+ 9908063320,
+ 2564254135,
+ 9908063319,
+ 9908063318,
+ 9908063317,
+ 2564254184,
+ 2564254207,
+ 3781187711,
+ 9908053410,
+ 2564254131,
+ 2564254179
+ ]
+ },
+ {
+ "wayId": 221515309,
+ "nodeIds": [
+ 2305432951,
+ 11881765501,
+ 2007778301,
+ 4040099683,
+ 2305432939
+ ]
+ },
+ {
+ "wayId": 1218503412,
+ "nodeIds": [
+ 11290763610,
+ 11290763611
+ ]
+ },
+ {
+ "wayId": 943565397,
+ "nodeIds": [
+ 2564061595,
+ 2564061713,
+ 8736481258
+ ]
+ },
+ {
+ "wayId": 1436534809,
+ "nodeIds": [
+ 8754231936,
+ 60722755,
+ 12772083137,
+ 950758569,
+ 950758599,
+ 60722754,
+ 950758550,
+ 12772083138,
+ 950758584,
+ 2575586463,
+ 2575586466
+ ]
+ },
+ {
+ "wayId": 208440294,
+ "nodeIds": [
+ 2187320588,
+ 1503509380
+ ]
+ },
+ {
+ "wayId": 428791860,
+ "nodeIds": [
+ 1616132598,
+ 3123033212,
+ 8755383285,
+ 3123033215,
+ 8755383284,
+ 8755383283,
+ 1616132593,
+ 5216855964,
+ 1616132592,
+ 5216855962,
+ 8755383277,
+ 5216855963,
+ 8755383276,
+ 8755383282,
+ 8755383278,
+ 3123033214
+ ]
+ },
+ {
+ "wayId": 1355955044,
+ "nodeIds": [
+ 12549104232,
+ 2575586424,
+ 938646830,
+ 3119066031,
+ 2305432968,
+ 2305432975
+ ]
+ },
+ {
+ "wayId": 376153833,
+ "nodeIds": [
+ 3796068518,
+ 2564628106,
+ 3124411830,
+ 1432314068,
+ 6578283044,
+ 3796147325,
+ 1432314066
+ ]
+ },
+ {
+ "wayId": 307563691,
+ "nodeIds": [
+ 12549212258,
+ 3712072815,
+ 1503509403,
+ 1503509402,
+ 2187320588
+ ]
+ },
+ {
+ "wayId": 565478434,
+ "nodeIds": [
+ 2575419134,
+ 5116912556,
+ 2575419074,
+ 2575419131,
+ 2575419155,
+ 5070973654,
+ 3123033224,
+ 2575419236,
+ 2575419057,
+ 2575419090,
+ 2575419175,
+ 2575419165,
+ 2575419078,
+ 6264871887,
+ 2575419254,
+ 2575419054,
+ 3123039731,
+ 2575419051,
+ 12549116911
+ ]
+ },
+ {
+ "wayId": 1436534815,
+ "nodeIds": [
+ 2575586542,
+ 2575586396,
+ 3124636922,
+ 13203485374
+ ]
+ },
+ {
+ "wayId": 428791859,
+ "nodeIds": [
+ 4205213587,
+ 11867054282,
+ 8754231923,
+ 11867054283,
+ 11867054284,
+ 8754231922,
+ 11867054285,
+ 4205213579,
+ 11867054286,
+ 8754231921,
+ 3728561522,
+ 9779324014,
+ 12090201665,
+ 3118402878
+ ]
+ },
+ {
+ "wayId": 154987250,
+ "nodeIds": [
+ 2575586346,
+ 11881765524,
+ 1547396447,
+ 1585653155,
+ 1585653161,
+ 2009776381,
+ 2009776382,
+ 2009776383,
+ 11881765523,
+ 2009776385,
+ 252285662,
+ 2583839270,
+ 2583839272,
+ 11881765507,
+ 2575586472
+ ]
+ },
+ {
+ "wayId": 306902199,
+ "nodeIds": [
+ 1503509431,
+ 9907924081,
+ 2187320587,
+ 9907924082,
+ 3119254620,
+ 9907924083,
+ 9907924085,
+ 2187320600,
+ 9907924086,
+ 3355619607,
+ 9907924103,
+ 2187320603,
+ 9907924102,
+ 9907924101,
+ 2187320590,
+ 3119254625,
+ 9907924107,
+ 9907924108,
+ 1503509427
+ ]
+ },
+ {
+ "wayId": 249886214,
+ "nodeIds": [
+ 12549116917,
+ 3421813094,
+ 3421812296,
+ 3421812299,
+ 5445917770
+ ]
+ },
+ {
+ "wayId": 943565399,
+ "nodeIds": [
+ 3123039761,
+ 2564061597,
+ 5162759104,
+ 5162759102,
+ 2977400536,
+ 5162759101,
+ 3781187307,
+ 8736481259
+ ]
+ },
+ {
+ "wayId": 131318450,
+ "nodeIds": [
+ 60722461,
+ 9910339417,
+ 3118402849,
+ 3118402852,
+ 1445506088,
+ 290826566,
+ 9910339424,
+ 70969011
+ ]
+ },
+ {
+ "wayId": 764129683,
+ "nodeIds": [
+ 3796068514,
+ 3796147307,
+ 8719434195
+ ]
+ },
+ {
+ "wayId": 1355949072,
+ "nodeIds": [
+ 1616132598,
+ 4896854166,
+ 5216855964,
+ 8755383281,
+ 3728561633,
+ 5534472849,
+ 3728561635,
+ 3728561634
+ ]
+ },
+ {
+ "wayId": 307563703,
+ "nodeIds": [
+ 1503509414,
+ 3122450454,
+ 3122450456,
+ 2187320586,
+ 12078541755,
+ 2187320599,
+ 3122450458,
+ 3122450460,
+ 3122450463,
+ 1503509355
+ ]
+ },
+ {
+ "wayId": 1355949044,
+ "nodeIds": [
+ 12549097497,
+ 2575419082,
+ 2575419106,
+ 2575419189,
+ 6311834751,
+ 2575419197,
+ 2575419169,
+ 2575419098,
+ 6311834747,
+ 2575419232,
+ 6311834712,
+ 2575419238
+ ]
+ },
+ {
+ "wayId": 730290431,
+ "nodeIds": [
+ 12549116921,
+ 12089458888,
+ 3123033203
+ ]
+ },
+ {
+ "wayId": 1436534805,
+ "nodeIds": [
+ 12549104275,
+ 3966283957,
+ 231454829,
+ 977674892,
+ 977674803,
+ 5414611514,
+ 977674970,
+ 977674763,
+ 231454825,
+ 977674931,
+ 977674853,
+ 977674764,
+ 977674799,
+ 5414611511,
+ 977674969,
+ 12549104276,
+ 977674826,
+ 5414611504,
+ 977674822,
+ 13203485366
+ ]
+ },
+ {
+ "wayId": 1355949058,
+ "nodeIds": [
+ 12549116909,
+ 2575419129,
+ 2575419117,
+ 2575419063,
+ 2575419144,
+ 12549097495,
+ 2575419206,
+ 2575419108,
+ 2575419240,
+ 6264871456,
+ 6264871478,
+ 3123039812,
+ 2575419075,
+ 6264871481,
+ 3123039742,
+ 2575419154,
+ 2575419185,
+ 2575419163,
+ 3380456662,
+ 6264871483,
+ 2575419102,
+ 2575419104,
+ 3380456670,
+ 3380456682,
+ 2575419187,
+ 2575419235,
+ 2575419065,
+ 2575419248,
+ 6264871466,
+ 2575419177,
+ 12549116908
+ ]
+ },
+ {
+ "wayId": 1355949046,
+ "nodeIds": [
+ 2575419079,
+ 2575419048,
+ 2575419069,
+ 2575419059,
+ 2575419181,
+ 2575419173,
+ 2575419062,
+ 3123039791,
+ 2575419046,
+ 6311835526,
+ 2575419150,
+ 6311835533,
+ 2575419099,
+ 2575419072,
+ 3123039788,
+ 12549097497
+ ]
+ },
+ {
+ "wayId": 1076443331,
+ "nodeIds": [
+ 12549116920,
+ 1616132598
+ ]
+ },
+ {
+ "wayId": 1355961356,
+ "nodeIds": [
+ 12549212259,
+ 1503509372,
+ 3122450465,
+ 1503509423,
+ 12549212260
+ ]
+ },
+ {
+ "wayId": 1355949043,
+ "nodeIds": [
+ 2575419238,
+ 2575419096,
+ 2575419233,
+ 13379078587,
+ 2575419066,
+ 2575419167,
+ 2575419193,
+ 2575419191,
+ 2575419140,
+ 2564555065,
+ 2564555106,
+ 12549097488
+ ]
+ },
+ {
+ "wayId": 943565396,
+ "nodeIds": [
+ 2564061641,
+ 2564061676
+ ]
+ },
+ {
+ "wayId": 1451139999,
+ "nodeIds": [
+ 9871245574,
+ 13306123065,
+ 11885078591
+ ]
+ },
+ {
+ "wayId": 1355949073,
+ "nodeIds": [
+ 3728561634,
+ 4345616053,
+ 3728561518,
+ 8755641115,
+ 12549116923
+ ]
+ },
+ {
+ "wayId": 1315691431,
+ "nodeIds": [
+ 938646806,
+ 2575586514
+ ]
+ },
+ {
+ "wayId": 249856367,
+ "nodeIds": [
+ 8736481258,
+ 2564061630,
+ 2564061626,
+ 2564061661,
+ 10119598687,
+ 2564061662,
+ 2564061659,
+ 2564061685,
+ 2564061766,
+ 3123039745,
+ 2564061621,
+ 2564061680,
+ 2564061643,
+ 2564061707,
+ 2564061607,
+ 2564061600,
+ 3123039759
+ ]
+ },
+ {
+ "wayId": 1097912325,
+ "nodeIds": [
+ 12549116915,
+ 12862174409,
+ 2575586468,
+ 11889083449,
+ 2575586314,
+ 317545668
+ ]
+ },
+ {
+ "wayId": 369020594,
+ "nodeIds": [
+ 39724069,
+ 8712217477,
+ 11889125681,
+ 11889125682,
+ 39724067
+ ]
+ },
+ {
+ "wayId": 1355955046,
+ "nodeIds": [
+ 279197046,
+ 12177979471,
+ 938646830,
+ 2305432962,
+ 3811884912,
+ 939396419,
+ 11069403114,
+ 938646839,
+ 60722787,
+ 12085703502,
+ 939396405,
+ 938646817,
+ 12549104235
+ ]
+ },
+ {
+ "wayId": 307563698,
+ "nodeIds": [
+ 1503509359,
+ 3122450423,
+ 3122450421,
+ 2564704209,
+ 5349138402,
+ 3127567487
+ ]
+ },
+ {
+ "wayId": 1355955058,
+ "nodeIds": [
+ 12549104240,
+ 5414543487,
+ 976921165,
+ 976921260,
+ 231454855,
+ 976921204,
+ 231454851,
+ 976921142,
+ 976921300,
+ 976921178,
+ 976921231,
+ 231454848,
+ 977674887,
+ 977674964,
+ 977674783,
+ 977674917,
+ 977674830,
+ 977674738,
+ 977674933,
+ 977674856,
+ 5414543479,
+ 231454842,
+ 1357894428,
+ 4948406380,
+ 3118524630,
+ 6356023584,
+ 231454841,
+ 231454839,
+ 977674889,
+ 3966267844,
+ 977674800,
+ 977653992,
+ 3966267846,
+ 3966267851,
+ 12549104275
+ ]
+ },
+ {
+ "wayId": 251318916,
+ "nodeIds": [
+ 2575586357,
+ 13165462985,
+ 12190070870,
+ 13190891935,
+ 12190070869,
+ 12190070868,
+ 1745316631,
+ 1755114711,
+ 3123033196,
+ 5218290081,
+ 12190070888,
+ 13306349937,
+ 3123033204
+ ]
+ },
+ {
+ "wayId": 1109804313,
+ "nodeIds": [
+ 12181124129,
+ 12181124133,
+ 12181124132,
+ 12181124131,
+ 11812035751,
+ 11812035750,
+ 13333468825,
+ 13333468826,
+ 13180988537,
+ 11812035747,
+ 13333468828,
+ 13174184329,
+ 13180988536,
+ 13174184328,
+ 10152795574,
+ 10152795575,
+ 13174184313,
+ 295735124,
+ 10152795576,
+ 13180988532,
+ 13174184315,
+ 10152795577,
+ 13180988530,
+ 10152869364,
+ 13180988528,
+ 10157329758,
+ 13180988526,
+ 13234118236,
+ 12168393773,
+ 10152869365,
+ 10942076562
+ ]
+ },
+ {
+ "wayId": 1355949075,
+ "nodeIds": [
+ 39724067,
+ 8755641103,
+ 8755641101,
+ 3728561514,
+ 8755641093,
+ 12549116924
+ ]
+ },
+ {
+ "wayId": 376153855,
+ "nodeIds": [
+ 3670600194,
+ 3796147310,
+ 1432314064,
+ 3796068514
+ ]
+ },
+ {
+ "wayId": 945623776,
+ "nodeIds": [
+ 3123039805,
+ 2577354998,
+ 2577354951
+ ]
+ },
+ {
+ "wayId": 1355961353,
+ "nodeIds": [
+ 1503509449,
+ 2564072375,
+ 1503509368,
+ 246503834,
+ 1503509393,
+ 3122450441,
+ 1503509461,
+ 12549212258
+ ]
+ },
+ {
+ "wayId": 943565389,
+ "nodeIds": [
+ 2564554961,
+ 2564555120,
+ 2564555119,
+ 2564554959,
+ 2564554966,
+ 3123039751,
+ 2564554973,
+ 2564555133,
+ 2564254125,
+ 13084827306,
+ 3124664054,
+ 9907971607,
+ 2564254176,
+ 2564254148,
+ 3781187303,
+ 2564254144,
+ 9908063359,
+ 2564254136,
+ 2564254196
+ ]
+ },
+ {
+ "wayId": 828839266,
+ "nodeIds": [
+ 3118402893,
+ 11867053056,
+ 8754231928,
+ 2569379696,
+ 2569379700,
+ 11867053057,
+ 2569379697,
+ 11867053058,
+ 12090201663,
+ 11867053059,
+ 2569379692,
+ 12542859593,
+ 2569379699,
+ 3118400918
+ ]
+ },
+ {
+ "wayId": 376153832,
+ "nodeIds": [
+ 1432314066,
+ 3796147323,
+ 1432314072,
+ 3124410426,
+ 3670600194
+ ]
+ },
+ {
+ "wayId": 137513630,
+ "nodeIds": [
+ 13203485366,
+ 6238445837,
+ 977674781,
+ 977674958,
+ 977674915,
+ 977674935,
+ 231454818,
+ 231454816,
+ 977674804,
+ 231454815,
+ 977674801,
+ 977674760,
+ 3118523815,
+ 977674937,
+ 6271710370,
+ 977674967,
+ 977674772,
+ 231454812,
+ 977674921,
+ 6238445890,
+ 977674832,
+ 6238445839,
+ 250677074,
+ 6238445849,
+ 977674798,
+ 6238445885,
+ 977674954,
+ 977674929,
+ 6271710363,
+ 231454808,
+ 2597102241,
+ 6271710351,
+ 977674776,
+ 13203485369
+ ]
+ },
+ {
+ "wayId": 943565385,
+ "nodeIds": [
+ 2564554964,
+ 2564554928,
+ 2564555147,
+ 2564555218,
+ 5533923358,
+ 2564555025,
+ 2564555054,
+ 8736481255
+ ]
+ },
+ {
+ "wayId": 117690838,
+ "nodeIds": [
+ 1445507886,
+ 3670034485,
+ 3670034478,
+ 1539538032,
+ 3796070165,
+ 3796070164,
+ 1325372163,
+ 3670034463,
+ 1325372165,
+ 3670034451,
+ 1325372188,
+ 1539537996,
+ 1325372190,
+ 3670034443,
+ 1325372192,
+ 1325372172,
+ 1539537992,
+ 1325372178,
+ 1325372182,
+ 12422543365,
+ 3670031720,
+ 12422543366,
+ 2564591636,
+ 1539537990,
+ 3670601696,
+ 1539537979,
+ 12422543367,
+ 1623916621,
+ 1325372161,
+ 1623916556,
+ 1623916699,
+ 3796068536,
+ 2564628115,
+ 3796068533,
+ 12422543368,
+ 1325372162,
+ 1325372186,
+ 1325372196,
+ 3796068530,
+ 1498625081,
+ 3670601728,
+ 3124411839,
+ 1325372167,
+ 1325372184,
+ 12422543369,
+ 1503483802,
+ 1681472360,
+ 1325372169,
+ 1432314083,
+ 3124411836,
+ 1432314074,
+ 2564591653,
+ 1432314077,
+ 3124411834,
+ 1432314087,
+ 1506442723,
+ 1432314090,
+ 1503483805,
+ 1432314091,
+ 3124411833,
+ 3796148246,
+ 3796068518
+ ]
+ },
+ {
+ "wayId": 1055692905,
+ "nodeIds": [
+ 11885076555,
+ 13306159018,
+ 13456052525,
+ 11838256843,
+ 12978810102,
+ 11838256842,
+ 12978810103,
+ 11838256841,
+ 11838256840,
+ 12978810101,
+ 13306159014,
+ 11838328175,
+ 12978714499,
+ 12978714500,
+ 11838256839,
+ 11838256838,
+ 11838256837,
+ 11838256836,
+ 11838256835,
+ 13306159012,
+ 13198256105,
+ 11885076557,
+ 11838256834,
+ 13306159011,
+ 12978714498,
+ 11838256833,
+ 13198256104,
+ 11838256832,
+ 13336046677,
+ 9700486773,
+ 13306159008,
+ 9700486772,
+ 13198256110,
+ 9700486763,
+ 9700486762,
+ 9700486761,
+ 9700486760,
+ 9700486758,
+ 9700486757,
+ 9700486756,
+ 9700486755,
+ 13234300334,
+ 13306159006,
+ 9700486754,
+ 11838328181,
+ 13306159004,
+ 9700486753,
+ 9700486752,
+ 9700486751,
+ 13306159002,
+ 9700486750,
+ 13234305185,
+ 9700486749,
+ 13306159000,
+ 9700486748,
+ 9700486747,
+ 9700486746,
+ 11885076559,
+ 9700486745,
+ 13306158998,
+ 9700486744,
+ 9700486743,
+ 13306158996,
+ 9700486742,
+ 9700486741,
+ 13306158994,
+ 9700486739,
+ 9700486738,
+ 9700486737,
+ 13306158992,
+ 9700486736,
+ 9700486735,
+ 9700486734,
+ 9700486733,
+ 9700486732,
+ 13306158990,
+ 13306158989,
+ 9700486731,
+ 9700486730,
+ 9700486729,
+ 9700486728,
+ 9700486727,
+ 13306158986,
+ 9700486726,
+ 9700486725,
+ 9700486724,
+ 9700486723,
+ 9700486722,
+ 9700486721,
+ 9700486720,
+ 9700486719,
+ 13198256113,
+ 9700486718,
+ 9700486717,
+ 9700486716,
+ 4534094937,
+ 9700486715,
+ 9700486714,
+ 369660984,
+ 13306158983,
+ 11885076561,
+ 13306158981,
+ 13342288277,
+ 12978810109,
+ 12978810110,
+ 13306158980,
+ 9700486713,
+ 13306158979,
+ 9700486712,
+ 9700486710,
+ 9700486709,
+ 9700486708,
+ 11838328182,
+ 13306158976,
+ 13306158974,
+ 13198256116,
+ 9700486707,
+ 9700486706,
+ 9700486705,
+ 9700486704,
+ 9700486703,
+ 9700486702,
+ 9700486701,
+ 9700486700,
+ 13306158972,
+ 9700486699,
+ 12175054246,
+ 11885076563,
+ 13306158964,
+ 13306158962,
+ 13306158960,
+ 9700486698,
+ 9700486697,
+ 9700486695,
+ 13351186995,
+ 9700486694,
+ 9700486693,
+ 9700486692,
+ 9700486691,
+ 9700486690,
+ 9700486689,
+ 9700486688,
+ 9700486687,
+ 9700486686,
+ 9700486685,
+ 9700486684,
+ 12978810113,
+ 9700486682,
+ 12978810117,
+ 13351186996,
+ 11838328188,
+ 13306158958,
+ 13306158957,
+ 12978810115,
+ 9700486681,
+ 9700486678,
+ 9700486677,
+ 12978810119,
+ 12514008609,
+ 13246223344,
+ 9700486675,
+ 9700486674,
+ 9700486673,
+ 9700486672,
+ 12514008606,
+ 12514008603,
+ 9700486670,
+ 12514008607,
+ 9700486669,
+ 9700486667,
+ 13336008993,
+ 9700486666,
+ 11885076564,
+ 9700486665,
+ 9700486664,
+ 9700486663,
+ 9700486662,
+ 9700486661,
+ 13306158955,
+ 9700486660,
+ 9700486659,
+ 9700486658,
+ 13306158952,
+ 9700486657,
+ 13198256117,
+ 13306158950,
+ 9700486656,
+ 13198256118,
+ 12978810120,
+ 9700486655,
+ 9700486654,
+ 12978810122,
+ 9700486653,
+ 9700486651,
+ 13306158948,
+ 9700486649,
+ 13306158947,
+ 9700486648,
+ 9700486647,
+ 9700486646,
+ 9700486645,
+ 9700486644,
+ 13477841418,
+ 9700486642,
+ 13477841422,
+ 9700486641,
+ 9700486640,
+ 9700486639,
+ 9700486638,
+ 13477841412,
+ 13306158945,
+ 13306158942,
+ 9700486637,
+ 9700486636,
+ 9700486635,
+ 9700486634,
+ 9700486633,
+ 9700486632,
+ 9700486631,
+ 11885076567,
+ 13306158939,
+ 13477713348,
+ 13306158940,
+ 13477713347,
+ 13477713361,
+ 9700486627,
+ 9700486626,
+ 9700486625,
+ 9700486622,
+ 13477800002,
+ 9700486621,
+ 9700486620,
+ 13477800016,
+ 11885078569,
+ 13477800028,
+ 9700486619,
+ 9700486618,
+ 13306158934,
+ 9700486617,
+ 9700486616,
+ 9700486615,
+ 9700486613,
+ 9700486612,
+ 12978810130,
+ 13391742618,
+ 11838328191,
+ 9700486611,
+ 9700486609,
+ 13306158928,
+ 9700486608,
+ 9700486607,
+ 9700486606,
+ 9700486605,
+ 11838328192,
+ 9700486602,
+ 9700486601,
+ 9700486600,
+ 9700486599,
+ 9700486597,
+ 13306158926,
+ 13306158925,
+ 9700486596,
+ 9700486595,
+ 9700486594,
+ 9700486592,
+ 9700486591,
+ 9700486590,
+ 9700486589,
+ 9700486588,
+ 12514004772,
+ 9700486587,
+ 9700486586,
+ 9700486585,
+ 9700486584,
+ 9700486583,
+ 9700486582,
+ 9700486581,
+ 9700486580,
+ 13208683943,
+ 9700486579,
+ 9700486578,
+ 9700486577,
+ 13208683958,
+ 13208683955,
+ 13306159022,
+ 11885078571,
+ 13306158920,
+ 9700486576,
+ 9700486575,
+ 13306158919,
+ 9700486574,
+ 9700486573,
+ 13198256126,
+ 13306158916,
+ 13306158914,
+ 13198256129,
+ 13198256124,
+ 12175054249,
+ 9700486537,
+ 9700486519,
+ 9700486520,
+ 13377851357,
+ 13198256123,
+ 9700486521,
+ 9700486522,
+ 13377851360,
+ 13306120288,
+ 13306158906,
+ 13377851368,
+ 11885078573,
+ 12978810137,
+ 9700486527,
+ 12181124075,
+ 9700486528,
+ 13306158905,
+ 9700486529,
+ 13306158902,
+ 9700486530,
+ 13198256131,
+ 12186566286,
+ 9700486531,
+ 13306158901,
+ 13306120298,
+ 13306120296,
+ 11838328194,
+ 13165462978,
+ 13306120294,
+ 13306120292,
+ 13306120291,
+ 9700486532,
+ 11885078574,
+ 3828279522,
+ 10064330852,
+ 9700486533,
+ 283307666,
+ 13017317280,
+ 9700486534,
+ 13017317281,
+ 9700486535,
+ 251310025,
+ 9700486536,
+ 2597367172,
+ 291270428,
+ 283309684,
+ 13017317283,
+ 12175054251,
+ 13391461298,
+ 13306158909,
+ 11885078576,
+ 9700483712,
+ 12116674324,
+ 13306120287,
+ 9700483711,
+ 13190891947,
+ 2575586357
+ ]
+ },
+ {
+ "wayId": 1271569355,
+ "nodeIds": [
+ 2479837374,
+ 9871231584,
+ 9871231586,
+ 12202780282,
+ 12202780284,
+ 9871231588,
+ 9871231589,
+ 9871231590
+ ]
+ },
+ {
+ "wayId": 943565394,
+ "nodeIds": [
+ 1503629509,
+ 2564061593,
+ 2564061779,
+ 3123039758
+ ]
+ },
+ {
+ "wayId": 251318924,
+ "nodeIds": [
+ 3123033204,
+ 252284572,
+ 2575586434,
+ 2575586438,
+ 2575586436,
+ 4278861075,
+ 12190070890,
+ 4278861076,
+ 12176450050,
+ 12190070893,
+ 12176450045,
+ 9855106172,
+ 9855106171
+ ]
+ },
+ {
+ "wayId": 1355949048,
+ "nodeIds": [
+ 5533923387,
+ 2575419159,
+ 2575419202,
+ 5533923394,
+ 2575419234,
+ 5533923380,
+ 2575419110,
+ 2575419079
+ ]
+ },
+ {
+ "wayId": 1355949055,
+ "nodeIds": [
+ 12549116908,
+ 2575419138,
+ 2575419204,
+ 2575419142,
+ 2575419220,
+ 2575419195,
+ 2575419247,
+ 2575419241
+ ]
+ },
+ {
+ "wayId": 943565400,
+ "nodeIds": [
+ 8736481259,
+ 3123039769
+ ]
+ },
+ {
+ "wayId": 1355949063,
+ "nodeIds": [
+ 12549116913,
+ 3123033228,
+ 5116912598
+ ]
+ },
+ {
+ "wayId": 1315691429,
+ "nodeIds": [
+ 2575586427,
+ 2575586506,
+ 2575586437,
+ 3119065626
+ ]
+ },
+ {
+ "wayId": 1355949049,
+ "nodeIds": [
+ 12549116902,
+ 5533923406,
+ 2575419245,
+ 5533923402,
+ 2575419100,
+ 5533923399,
+ 2575419132,
+ 2575419161,
+ 5533923387
+ ]
+ },
+ {
+ "wayId": 1436534804,
+ "nodeIds": [
+ 13203485365,
+ 2007666286,
+ 977674890,
+ 977674802,
+ 60722759
+ ]
+ },
+ {
+ "wayId": 420570484,
+ "nodeIds": [
+ 4205213587,
+ 8755641078,
+ 8755641077,
+ 4205213581,
+ 4345616071,
+ 5158756364,
+ 8754231927,
+ 11867053046,
+ 11867053047,
+ 3118402893
+ ]
+ },
+ {
+ "wayId": 249886216,
+ "nodeIds": [
+ 2577355099,
+ 3781339245,
+ 2577355092,
+ 2577355017,
+ 13033549219,
+ 5359000620,
+ 2577354943,
+ 3781457485,
+ 2577354953,
+ 3781457487,
+ 3781457491,
+ 2577354978,
+ 3781457493,
+ 3781457497,
+ 2577355085,
+ 3781457500,
+ 2577354950,
+ 2577355007,
+ 2577355080,
+ 2577354996,
+ 3781457509,
+ 3123033194,
+ 3781457316,
+ 2577355045,
+ 3781457321,
+ 2577354952,
+ 2577355063,
+ 2577355088,
+ 2577355076,
+ 2577355056,
+ 2577355012,
+ 3781457349,
+ 2577354975,
+ 2577354969,
+ 2577355087,
+ 2577355090,
+ 2577355082,
+ 2577355079,
+ 2577355089,
+ 2577355068,
+ 3781456425,
+ 2577355040,
+ 2577354965,
+ 2577355069,
+ 5358967549,
+ 2577355086,
+ 5358967542,
+ 3123039805
+ ]
+ },
+ {
+ "wayId": 137513631,
+ "nodeIds": [
+ 3118402894,
+ 5158756364,
+ 8754231932,
+ 1508406327,
+ 8754231934,
+ 3118402886,
+ 11867053048,
+ 3118402884,
+ 11867053049,
+ 11867053050,
+ 60025049,
+ 9779381517,
+ 13261866622,
+ 13261866621,
+ 60025048
+ ]
+ },
+ {
+ "wayId": 141373107,
+ "nodeIds": [
+ 979209099,
+ 20932824,
+ 979209860,
+ 979208939,
+ 979209266,
+ 368006866,
+ 979209383,
+ 979210064,
+ 1547415286,
+ 20932825,
+ 979209718,
+ 979208833,
+ 308531339,
+ 979210138,
+ 979209818,
+ 979209436,
+ 3124509173,
+ 308531340,
+ 2588842181,
+ 979209223,
+ 2588842180,
+ 308531342,
+ 308531343,
+ 3124509174,
+ 308531345,
+ 3124509175,
+ 979209155,
+ 1547411695
+ ]
+ },
+ {
+ "wayId": 303838628,
+ "nodeIds": [
+ 3082952707,
+ 3124581437,
+ 291356213
+ ]
+ },
+ {
+ "wayId": 1355961343,
+ "nodeIds": [
+ 12549212248,
+ 1503531757,
+ 3119254616,
+ 1508371597,
+ 1503531728,
+ 1503531734,
+ 1503531717,
+ 1503531741,
+ 1712551986,
+ 1503531713
+ ]
+ },
+ {
+ "wayId": 1076443333,
+ "nodeIds": [
+ 12549116927,
+ 3124679914,
+ 2061950850,
+ 2421895310,
+ 2421895334,
+ 2421895309,
+ 2421895308,
+ 2421895307,
+ 2421895318,
+ 2421895321,
+ 2421895319,
+ 2421895325,
+ 2421895312,
+ 2421895315,
+ 2421895327,
+ 2421895328,
+ 2421895316,
+ 2421895320,
+ 2421895314,
+ 2421895330,
+ 2421895333,
+ 2421895331,
+ 3123093686,
+ 2421895322,
+ 2421895324,
+ 14995491,
+ 2421895332,
+ 2421895323,
+ 5832108486,
+ 14995497,
+ 2421895317,
+ 2421895329,
+ 2421895326,
+ 2421896316,
+ 2421896327,
+ 3123093631,
+ 6843951479,
+ 2421896323,
+ 2421896325,
+ 2479837347,
+ 2479837353,
+ 2479837365,
+ 13351269295,
+ 2479837364,
+ 1584018044,
+ 3810224709,
+ 2479837351,
+ 13351269293,
+ 12576551197,
+ 2479837374
+ ]
+ },
+ {
+ "wayId": 1355949082,
+ "nodeIds": [
+ 3118400918,
+ 1583996896,
+ 2569379694,
+ 2569379698,
+ 2569379695,
+ 12542859573,
+ 2569379693,
+ 5158728472,
+ 12549116927
+ ]
+ },
+ {
+ "wayId": 369348842,
+ "nodeIds": [
+ 12549116924,
+ 11889125693,
+ 3728561521,
+ 8755641091,
+ 8755641079,
+ 3728561632,
+ 8755641089,
+ 8755641090,
+ 8755641084,
+ 8755641083,
+ 3728561627,
+ 8755641082,
+ 8755641080,
+ 4345616072,
+ 13386945311,
+ 4205213587
+ ]
+ },
+ {
+ "wayId": 1355955053,
+ "nodeIds": [
+ 70969011,
+ 1968242060,
+ 9910325969,
+ 976921320,
+ 976921195,
+ 976921088,
+ 976921283,
+ 976921230,
+ 70969013,
+ 70968974,
+ 70968976,
+ 2588826119,
+ 12549104240
+ ]
+ },
+ {
+ "wayId": 307174471,
+ "nodeIds": [
+ 3122482389,
+ 3122482390,
+ 3122482391,
+ 3122482392,
+ 3118400919,
+ 3118400920,
+ 3118400921,
+ 3118400922,
+ 3118402830,
+ 12549104239
+ ]
+ },
+ {
+ "wayId": 1355961357,
+ "nodeIds": [
+ 1503509431,
+ 1503509440,
+ 1503509396,
+ 1503509392,
+ 1503509439,
+ 12549212261
+ ]
+ }
+ ],
+ "nodes": [
+ {
+ "nodeId": 3123039811,
+ "name": "Stade de la Mosson",
+ "lat": 43.6213447,
+ "lon": 3.8174028
+ },
+ {
+ "nodeId": 3124678227,
+ "name": "Mosson",
+ "lat": 43.6162888,
+ "lon": 3.8198414
+ },
+ {
+ "nodeId": 3123033194,
+ "name": "Halles de la Paillade",
+ "lat": 43.627657,
+ "lon": 3.817535
+ },
+ {
+ "nodeId": 2577355001,
+ "name": "Hauts de Massane",
+ "lat": 43.6364094,
+ "lon": 3.822705
+ },
+ {
+ "nodeId": 3118564775,
+ "name": "Du Guesclin",
+ "lat": 43.6071804,
+ "lon": 3.8833017
+ },
+ {
+ "nodeId": 2575419253,
+ "name": "Astruc",
+ "lat": 43.610261,
+ "lon": 3.8548
+ },
+ {
+ "nodeId": 2577355086,
+ "name": "Saint-Paul",
+ "lat": 43.6306548,
+ "lon": 3.8212159
+ },
+ {
+ "nodeId": 60722751,
+ "name": "Rives du Lez",
+ "lat": 43.6040961,
+ "lon": 3.8948979
+ },
+ {
+ "nodeId": 3123033218,
+ "name": "Arceaux",
+ "lat": 43.6100217,
+ "lon": 3.8615025
+ },
+ {
+ "nodeId": 2305432920,
+ "name": "Comédie",
+ "lat": 43.6083781,
+ "lon": 3.8798137
+ },
+ {
+ "nodeId": 74943027,
+ "name": "Aiguelongue",
+ "lat": 43.626274,
+ "lon": 3.8833184
+ },
+ {
+ "nodeId": 60025046,
+ "name": "Louis Blanc - Agora de la Danse",
+ "lat": 43.6147274,
+ "lon": 3.8782032
+ },
+ {
+ "nodeId": 224660817,
+ "name": "Beaux-Arts",
+ "lat": 43.6170502,
+ "lon": 3.8835972
+ },
+ {
+ "nodeId": 231578457,
+ "name": "Saint-Jean-de-Védas Centre",
+ "lat": 43.5748738,
+ "lon": 3.8306564
+ },
+ {
+ "nodeId": 279556951,
+ "name": "Rondelet",
+ "lat": 43.6030665,
+ "lon": 3.8761818
+ },
+ {
+ "nodeId": 2998606178,
+ "name": "Hôpital Lapeyronie",
+ "lat": 43.6316751,
+ "lon": 3.8525608
+ },
+ {
+ "nodeId": 11885078582,
+ "name": "CNRS - Zoo de Lunaret",
+ "lat": 43.6383531,
+ "lon": 3.8657672
+ },
+ {
+ "nodeId": 317829490,
+ "name": "Université Montpellier - Triolet",
+ "lat": 43.6291563,
+ "lon": 3.8616709
+ },
+ {
+ "nodeId": 60025069,
+ "name": "Saint-Éloi",
+ "lat": 43.6269229,
+ "lon": 3.8657829
+ },
+ {
+ "nodeId": 2575611355,
+ "name": "Place de France",
+ "lat": 43.6037388,
+ "lon": 3.9157934
+ },
+ {
+ "nodeId": 279249812,
+ "name": "Victoire 2",
+ "lat": 43.5752209,
+ "lon": 3.8499642
+ },
+ {
+ "nodeId": 368004431,
+ "name": "Georges Pompidou",
+ "lat": 43.6493853,
+ "lon": 3.9209977
+ },
+ {
+ "nodeId": 250677074,
+ "name": "Pompignane",
+ "lat": 43.6125111,
+ "lon": 3.8949065
+ },
+ {
+ "nodeId": 2564674976,
+ "name": "Saint-Martin - Le Jam",
+ "lat": 43.5922458,
+ "lon": 3.8802527
+ },
+ {
+ "nodeId": 2575611364,
+ "name": "Odysseum",
+ "lat": 43.6038356,
+ "lon": 3.9203673
+ },
+ {
+ "nodeId": 2575419210,
+ "name": "Pergola",
+ "lat": 43.6182507,
+ "lon": 3.8391413
+ },
+ {
+ "nodeId": 231578469,
+ "name": "Saint-Jean-le-Sec",
+ "lat": 43.5708282,
+ "lon": 3.8379052
+ },
+ {
+ "nodeId": 2565144095,
+ "name": "Moularès (Hôtel de Ville)",
+ "lat": 43.6006479,
+ "lon": 3.8955356
+ },
+ {
+ "nodeId": 231578510,
+ "name": "Sabines",
+ "lat": 43.583879,
+ "lon": 3.8601051
+ },
+ {
+ "nodeId": 317827455,
+ "name": "Mondial 98",
+ "lat": 43.6027649,
+ "lon": 3.9041182
+ },
+ {
+ "nodeId": 1680783345,
+ "name": "Gare Saint-Roch - République",
+ "lat": 43.6052424,
+ "lon": 3.8797132
+ },
+ {
+ "nodeId": 3123093632,
+ "name": "Euromédecine",
+ "lat": 43.6390018,
+ "lon": 3.8277875
+ },
+ {
+ "nodeId": 11885076564,
+ "name": "Yves du Manoir",
+ "lat": 43.5951437,
+ "lon": 3.8498892
+ },
+ {
+ "nodeId": 2575419150,
+ "name": "Hôtel du Département",
+ "lat": 43.6219189,
+ "lon": 3.8349511
+ },
+ {
+ "nodeId": 11885076567,
+ "name": "Estanove",
+ "lat": 43.6007776,
+ "lon": 3.8495331
+ },
+ {
+ "nodeId": 231532087,
+ "name": "Mas Drevon",
+ "lat": 43.5955627,
+ "lon": 3.8679574
+ },
+ {
+ "nodeId": 1547443496,
+ "name": "La Galine",
+ "lat": 43.6314509,
+ "lon": 3.90911
+ },
+ {
+ "nodeId": 4345616072,
+ "name": "Albert 1er - Jardin des Plantes",
+ "lat": 43.6148176,
+ "lon": 3.8737832
+ },
+ {
+ "nodeId": 3124627566,
+ "name": "Pérols Étang de l'Or",
+ "lat": 43.5579564,
+ "lon": 3.9636474
+ },
+ {
+ "nodeId": 11885076561,
+ "name": "Parc Bagatelle",
+ "lat": 43.5935804,
+ "lon": 3.8424972
+ },
+ {
+ "nodeId": 148694939,
+ "name": "Jeu de Mail des Abbés",
+ "lat": 43.6204816,
+ "lon": 3.8840706
+ },
+ {
+ "nodeId": 1547440719,
+ "name": "Centurions",
+ "lat": 43.6327881,
+ "lon": 3.9158063
+ },
+ {
+ "nodeId": 1680783342,
+ "name": "Pablo Picasso",
+ "lat": 43.5979503,
+ "lon": 3.9035259
+ },
+ {
+ "nodeId": 281177110,
+ "name": "Port Marianne",
+ "lat": 43.6016281,
+ "lon": 3.8997688
+ },
+ {
+ "nodeId": 3123093686,
+ "name": "Stade Philippidès",
+ "lat": 43.6190802,
+ "lon": 3.8695186
+ },
+ {
+ "nodeId": 119409072,
+ "name": "Saint-Lazare",
+ "lat": 43.6267745,
+ "lon": 3.8887704
+ },
+ {
+ "nodeId": 3124664051,
+ "name": "Juvignac",
+ "lat": 43.6175115,
+ "lon": 3.810219
+ },
+ {
+ "nodeId": 3124664054,
+ "name": "Mosson",
+ "lat": 43.6163397,
+ "lon": 3.8196588
+ },
+ {
+ "nodeId": 11885078576,
+ "name": "Gambetta - Saint-Denis",
+ "lat": 43.6051115,
+ "lon": 3.8745798
+ },
+ {
+ "nodeId": 11885078574,
+ "name": "Parc Clemenceau",
+ "lat": 43.6032034,
+ "lon": 3.8718545
+ },
+ {
+ "nodeId": 11885078573,
+ "name": "Place du 8 Mai 1945",
+ "lat": 43.6014042,
+ "lon": 3.8682609
+ },
+ {
+ "nodeId": 60732076,
+ "name": "Moularès (Hôtel de Ville)",
+ "lat": 43.6005714,
+ "lon": 3.8955449
+ },
+ {
+ "nodeId": 1325372165,
+ "name": "Georges Frêche - Hôtel de ville",
+ "lat": 43.5994093,
+ "lon": 3.8949293
+ },
+ {
+ "nodeId": 11885078581,
+ "name": "Pôle Chimie Balard",
+ "lat": 43.6341878,
+ "lon": 3.8679954
+ },
+ {
+ "nodeId": 11885078584,
+ "name": "Plan des 4 Seigneurs",
+ "lat": 43.6443985,
+ "lon": 3.8613349
+ },
+ {
+ "nodeId": 3122456979,
+ "name": "Place Carnot",
+ "lat": 43.6037618,
+ "lon": 3.8842324
+ },
+ {
+ "nodeId": 265410397,
+ "name": "Antigone",
+ "lat": 43.6086092,
+ "lon": 3.8866898
+ },
+ {
+ "nodeId": 3119254608,
+ "name": "Parc Expo",
+ "lat": 43.5729444,
+ "lon": 3.9456566
+ },
+ {
+ "nodeId": 231578480,
+ "name": "La Condamine",
+ "lat": 43.5719919,
+ "lon": 3.8444363
+ },
+ {
+ "nodeId": 1508371591,
+ "name": "Pérols - Centre",
+ "lat": 43.5654383,
+ "lon": 3.9573953
+ },
+ {
+ "nodeId": 11885076563,
+ "name": "Ovalie",
+ "lat": 43.5914263,
+ "lon": 3.8478678
+ },
+ {
+ "nodeId": 1680725835,
+ "name": "Cougourlude",
+ "lat": 43.5713259,
+ "lon": 3.9141537
+ },
+ {
+ "nodeId": 2998606177,
+ "name": "Château d'Ô",
+ "lat": 43.6316307,
+ "lon": 3.8430936
+ },
+ {
+ "nodeId": 60939764,
+ "name": "Comédie",
+ "lat": 43.6084079,
+ "lon": 3.8797702
+ },
+ {
+ "nodeId": 231529652,
+ "name": "Saint-Cléophas",
+ "lat": 43.594954,
+ "lon": 3.8760145
+ },
+ {
+ "nodeId": 3123039812,
+ "name": "Tonnelles",
+ "lat": 43.6135181,
+ "lon": 3.8395235
+ },
+ {
+ "nodeId": 281259065,
+ "name": "Villeneuve d'Angoulême",
+ "lat": 43.5888673,
+ "lon": 3.865695
+ },
+ {
+ "nodeId": 11885078587,
+ "name": "Agropolis",
+ "lat": 43.6461984,
+ "lon": 3.8686021
+ },
+ {
+ "nodeId": 8719434195,
+ "name": "Garcia Lorca",
+ "lat": 43.5912508,
+ "lon": 3.8911346
+ },
+ {
+ "nodeId": 61103414,
+ "name": "Albert 1er - Saint-Charles",
+ "lat": 43.6164538,
+ "lon": 3.8741502
+ },
+ {
+ "nodeId": 267847611,
+ "name": "Léon Blum",
+ "lat": 43.6088993,
+ "lon": 3.8902941
+ },
+ {
+ "nodeId": 11891384903,
+ "name": "Gare Sud de France",
+ "lat": 43.5968999,
+ "lon": 3.9222244
+ },
+ {
+ "nodeId": 281259064,
+ "name": "Lemasson",
+ "lat": 43.59358,
+ "lon": 3.8731927
+ },
+ {
+ "nodeId": 70972317,
+ "name": "Corum",
+ "lat": 43.6144182,
+ "lon": 3.8818054
+ },
+ {
+ "nodeId": 350510758,
+ "name": "Nouveau Saint-Roch",
+ "lat": 43.5994208,
+ "lon": 3.8756775
+ },
+ {
+ "nodeId": 2577354970,
+ "name": "Malbosc - Domaine d'Ô",
+ "lat": 43.6345296,
+ "lon": 3.833307
+ },
+ {
+ "nodeId": 317827428,
+ "name": "Millénaire",
+ "lat": 43.6033557,
+ "lon": 3.9100221
+ },
+ {
+ "nodeId": 1675121448,
+ "name": "Gambetta - Chaptal",
+ "lat": 43.6062372,
+ "lon": 3.8727299
+ },
+ {
+ "nodeId": 1934914135,
+ "name": "Restanque",
+ "lat": 43.5904199,
+ "lon": 3.8849928
+ },
+ {
+ "nodeId": 308735605,
+ "name": "Aube Rouge",
+ "lat": 43.638641,
+ "lon": 3.9248354
+ },
+ {
+ "nodeId": 3728561514,
+ "name": "Peyrou - Arc de Triomphe",
+ "lat": 43.6117993,
+ "lon": 3.8723484
+ },
+ {
+ "nodeId": 3122456986,
+ "name": "Voltaire",
+ "lat": 43.6037185,
+ "lon": 3.8889694
+ },
+ {
+ "nodeId": 11885078571,
+ "name": "Cité Créative - Parc Montcalm",
+ "lat": 43.6015548,
+ "lon": 3.8622907
+ },
+ {
+ "nodeId": 11885076559,
+ "name": "Parc Font-Colombe",
+ "lat": 43.5952715,
+ "lon": 3.8374368
+ },
+ {
+ "nodeId": 2575419127,
+ "name": "Jules Guesde",
+ "lat": 43.6114471,
+ "lon": 3.8466375
+ },
+ {
+ "nodeId": 60025037,
+ "name": "Corum",
+ "lat": 43.6142561,
+ "lon": 3.881957
+ },
+ {
+ "nodeId": 2575419232,
+ "name": "Pilory",
+ "lat": 43.6195151,
+ "lon": 3.8319619
+ },
+ {
+ "nodeId": 2564554951,
+ "name": "Celleneuve",
+ "lat": 43.6154832,
+ "lon": 3.8258568
+ },
+ {
+ "nodeId": 231454841,
+ "name": "Les Aubes",
+ "lat": 43.6139508,
+ "lon": 3.8883314
+ },
+ {
+ "nodeId": 945144528,
+ "name": "Notre-Dame de Sablassou",
+ "lat": 43.6342577,
+ "lon": 3.9223924
+ },
+ {
+ "nodeId": 1547447278,
+ "name": "Clairval",
+ "lat": 43.6301681,
+ "lon": 3.9026917
+ },
+ {
+ "nodeId": 3124627562,
+ "name": "Port Marianne",
+ "lat": 43.601566,
+ "lon": 3.8994636
+ },
+ {
+ "nodeId": 1506442726,
+ "name": "Garcia Lorca",
+ "lat": 43.5911314,
+ "lon": 3.8909614
+ },
+ {
+ "nodeId": 308531607,
+ "name": "Jacou",
+ "lat": 43.6545596,
+ "lon": 3.9128047
+ },
+ {
+ "nodeId": 4345616053,
+ "name": "Saint-Guilhem - Courreau",
+ "lat": 43.6081284,
+ "lon": 3.8735437
+ },
+ {
+ "nodeId": 11885078589,
+ "name": "Montferrier-sur-Lez",
+ "lat": 43.6514042,
+ "lon": 3.8676268
+ },
+ {
+ "nodeId": 308734763,
+ "name": "Via Domitia",
+ "lat": 43.6468218,
+ "lon": 3.9294517
+ },
+ {
+ "nodeId": 3119255452,
+ "name": "Écopôle",
+ "lat": 43.5781392,
+ "lon": 3.9350421
+ },
+ {
+ "nodeId": 11808212967,
+ "name": "Saint-Éloi - Docteur Pezet",
+ "lat": 43.6271863,
+ "lon": 3.8668751
+ },
+ {
+ "nodeId": 11885078569,
+ "name": "Chamberte - Les Roses",
+ "lat": 43.6027152,
+ "lon": 3.8547873
+ },
+ {
+ "nodeId": 11885078579,
+ "name": "Université Paul Valéry",
+ "lat": 43.6301542,
+ "lon": 3.8695323
+ },
+ {
+ "nodeId": 2577880057,
+ "name": "Occitanie - Hôpitaux-Facultés",
+ "lat": 43.634628,
+ "lon": 3.8484797
+ },
+ {
+ "nodeId": 267929741,
+ "name": "Place de l'Europe",
+ "lat": 43.6072981,
+ "lon": 3.8939097
+ },
+ {
+ "nodeId": 126601804,
+ "name": "Boutonnet - Cité des Arts",
+ "lat": 43.6224984,
+ "lon": 3.8681444
+ },
+ {
+ "nodeId": 61094962,
+ "name": "Gare Saint-Roch",
+ "lat": 43.6056584,
+ "lon": 3.8801992
+ },
+ {
+ "nodeId": 38460665,
+ "name": "Croix d'Argent",
+ "lat": 43.5925048,
+ "lon": 3.8664382
+ },
+ {
+ "nodeId": 3124636922,
+ "name": "Rives du Lez - Consuls de Mer",
+ "lat": 43.6040207,
+ "lon": 3.8938614
+ },
+ {
+ "nodeId": 60025062,
+ "name": "Stade Philippidès",
+ "lat": 43.6189067,
+ "lon": 3.8694871
+ },
+ {
+ "nodeId": 1506442723,
+ "name": "La Rauze",
+ "lat": 43.5935375,
+ "lon": 3.8958178
+ },
+ {
+ "nodeId": 1506452485,
+ "name": "Observatoire",
+ "lat": 43.606427,
+ "lon": 3.8766896
+ },
+ {
+ "nodeId": 2305432922,
+ "name": "Gare Saint-Roch",
+ "lat": 43.6056635,
+ "lon": 3.8802526
+ },
+ {
+ "nodeId": 3123093631,
+ "name": "Boutonnet - Cité des Arts",
+ "lat": 43.6226771,
+ "lon": 3.868106
+ },
+ {
+ "nodeId": 3127567487,
+ "name": "Lattes Centre",
+ "lat": 43.570666,
+ "lon": 3.9052229
+ },
+ {
+ "nodeId": 3123033195,
+ "name": "Plan Cabanes",
+ "lat": 43.6085626,
+ "lon": 3.8681304
+ },
+ {
+ "nodeId": 1547454806,
+ "name": "Charles de Gaulle",
+ "lat": 43.628648,
+ "lon": 3.8978384
+ },
+ {
+ "nodeId": 11885078591,
+ "name": "Clapiers",
+ "lat": 43.6537424,
+ "lon": 3.8729045
+ },
+ {
+ "nodeId": 11885076555,
+ "name": "Grés de Montpellier",
+ "lat": 43.5929582,
+ "lon": 3.8237817
+ },
+ {
+ "nodeId": 1508371563,
+ "name": "Soriech",
+ "lat": 43.5827358,
+ "lon": 3.9256144
+ },
+ {
+ "nodeId": 13185641080,
+ "name": "Boirargues",
+ "lat": 43.5854084,
+ "lon": 3.9201909
+ },
+ {
+ "nodeId": 11885076557,
+ "name": "Parc des Bouisses",
+ "lat": 43.5930997,
+ "lon": 3.8297902
+ },
+ {
+ "nodeId": 60025048,
+ "lat": 43.6153181,
+ "lon": 3.8747854
+ },
+ {
+ "nodeId": 3118402878,
+ "lat": 43.615277,
+ "lon": 3.8749356
+ },
+ {
+ "nodeId": 2565049829,
+ "lat": 43.5972129,
+ "lon": 3.8761025
+ },
+ {
+ "nodeId": 1547389460,
+ "lat": 43.5973015,
+ "lon": 3.8760713
+ },
+ {
+ "nodeId": 1547389514,
+ "lat": 43.597384,
+ "lon": 3.8760408
+ },
+ {
+ "nodeId": 1547389446,
+ "lat": 43.5974779,
+ "lon": 3.8759863
+ },
+ {
+ "nodeId": 1547389527,
+ "lat": 43.5975618,
+ "lon": 3.875943
+ },
+ {
+ "nodeId": 3124581452,
+ "lat": 43.5976399,
+ "lon": 3.8759067
+ },
+ {
+ "nodeId": 1547389524,
+ "lat": 43.5977101,
+ "lon": 3.8758857
+ },
+ {
+ "nodeId": 1547389530,
+ "lat": 43.5980999,
+ "lon": 3.8758082
+ },
+ {
+ "nodeId": 1357871365,
+ "lat": 43.5990939,
+ "lon": 3.8757095
+ },
+ {
+ "nodeId": 3644585293,
+ "lat": 43.5996452,
+ "lon": 3.875654
+ },
+ {
+ "nodeId": 1547389478,
+ "lat": 43.5997546,
+ "lon": 3.8756429
+ },
+ {
+ "nodeId": 3644584894,
+ "lat": 43.599853,
+ "lon": 3.8756325
+ },
+ {
+ "nodeId": 1547389452,
+ "lat": 43.5999082,
+ "lon": 3.8756252
+ },
+ {
+ "nodeId": 1547389455,
+ "lat": 43.6002576,
+ "lon": 3.8755643
+ },
+ {
+ "nodeId": 3644585795,
+ "lat": 43.601212,
+ "lon": 3.8754078
+ },
+ {
+ "nodeId": 1547389485,
+ "lat": 43.6012616,
+ "lon": 3.8754001
+ },
+ {
+ "nodeId": 11025889286,
+ "lat": 43.6023943,
+ "lon": 3.8752064
+ },
+ {
+ "nodeId": 5225994445,
+ "lat": 43.6024216,
+ "lon": 3.8752017
+ },
+ {
+ "nodeId": 1547389513,
+ "lat": 43.6024454,
+ "lon": 3.8751976
+ },
+ {
+ "nodeId": 5225994442,
+ "lat": 43.6028315,
+ "lon": 3.8751163
+ },
+ {
+ "nodeId": 1547389552,
+ "lat": 43.6029052,
+ "lon": 3.875103
+ },
+ {
+ "nodeId": 1547389512,
+ "lat": 43.6029854,
+ "lon": 3.875104
+ },
+ {
+ "nodeId": 5225994433,
+ "lat": 43.6030174,
+ "lon": 3.8751134
+ },
+ {
+ "nodeId": 3124581457,
+ "lat": 43.6030448,
+ "lon": 3.8751346
+ },
+ {
+ "nodeId": 5225994435,
+ "lat": 43.6030722,
+ "lon": 3.8751537
+ },
+ {
+ "nodeId": 1547389481,
+ "lat": 43.6030964,
+ "lon": 3.8751831
+ },
+ {
+ "nodeId": 5225994440,
+ "lat": 43.6031157,
+ "lon": 3.8752162
+ },
+ {
+ "nodeId": 1547389560,
+ "lat": 43.6031367,
+ "lon": 3.8752523
+ },
+ {
+ "nodeId": 5225994438,
+ "lat": 43.6031475,
+ "lon": 3.8752864
+ },
+ {
+ "nodeId": 1547389459,
+ "lat": 43.6031607,
+ "lon": 3.8753375
+ },
+ {
+ "nodeId": 5225994439,
+ "lat": 43.6031674,
+ "lon": 3.875387
+ },
+ {
+ "nodeId": 1547389515,
+ "lat": 43.6031676,
+ "lon": 3.8754404
+ },
+ {
+ "nodeId": 1547389491,
+ "lat": 43.6031584,
+ "lon": 3.8755481
+ },
+ {
+ "nodeId": 5225994429,
+ "lat": 43.6031359,
+ "lon": 3.8757032
+ },
+ {
+ "nodeId": 5225994428,
+ "lat": 43.6030329,
+ "lon": 3.8764183
+ },
+ {
+ "nodeId": 12549178110,
+ "lat": 43.603006,
+ "lon": 3.8766066
+ },
+ {
+ "nodeId": 9907971609,
+ "lat": 43.6165466,
+ "lon": 3.819717
+ },
+ {
+ "nodeId": 2564254158,
+ "lat": 43.6165965,
+ "lon": 3.819693
+ },
+ {
+ "nodeId": 8073906643,
+ "lat": 43.614232,
+ "lon": 3.8818923
+ },
+ {
+ "nodeId": 13386945313,
+ "lat": 43.6143058,
+ "lon": 3.8820932
+ },
+ {
+ "nodeId": 1546423298,
+ "lat": 43.6143216,
+ "lon": 3.8821366
+ },
+ {
+ "nodeId": 9910364740,
+ "lat": 43.6143379,
+ "lon": 3.8821832
+ },
+ {
+ "nodeId": 60722461,
+ "lat": 43.6143725,
+ "lon": 3.882282
+ },
+ {
+ "nodeId": 279555983,
+ "lat": 43.5737819,
+ "lon": 3.8476102
+ },
+ {
+ "nodeId": 7111947907,
+ "lat": 43.5744236,
+ "lon": 3.8486749
+ },
+ {
+ "nodeId": 20933438,
+ "lat": 43.5745241,
+ "lon": 3.8488345
+ },
+ {
+ "nodeId": 1424231617,
+ "lat": 43.5744547,
+ "lon": 3.8487266
+ },
+ {
+ "nodeId": 7111947920,
+ "lat": 43.5745579,
+ "lon": 3.8488892
+ },
+ {
+ "nodeId": 7111947725,
+ "lat": 43.5749999,
+ "lon": 3.8496059
+ },
+ {
+ "nodeId": 1250211504,
+ "lat": 43.5756896,
+ "lon": 3.8507243
+ },
+ {
+ "nodeId": 231578487,
+ "lat": 43.5760171,
+ "lon": 3.851232
+ },
+ {
+ "nodeId": 10152795583,
+ "lat": 43.600221,
+ "lon": 3.9192398
+ },
+ {
+ "nodeId": 13235179541,
+ "lat": 43.5995614,
+ "lon": 3.9198459
+ },
+ {
+ "nodeId": 13180988516,
+ "lat": 43.5995188,
+ "lon": 3.919885
+ },
+ {
+ "nodeId": 13235179536,
+ "lat": 43.599466,
+ "lon": 3.9199314
+ },
+ {
+ "nodeId": 13180988515,
+ "lat": 43.5994496,
+ "lon": 3.9199459
+ },
+ {
+ "nodeId": 10152795586,
+ "lat": 43.598531,
+ "lon": 3.9207766
+ },
+ {
+ "nodeId": 10152795585,
+ "lat": 43.5979572,
+ "lon": 3.9212981
+ },
+ {
+ "nodeId": 13110738797,
+ "lat": 43.5974683,
+ "lon": 3.9217241
+ },
+ {
+ "nodeId": 13110738795,
+ "lat": 43.5973276,
+ "lon": 3.9218458
+ },
+ {
+ "nodeId": 10152869368,
+ "lat": 43.597384,
+ "lon": 3.9217961
+ },
+ {
+ "nodeId": 13290628963,
+ "lat": 43.5970767,
+ "lon": 3.9220679
+ },
+ {
+ "nodeId": 291356213,
+ "lat": 43.5791408,
+ "lon": 3.856278
+ },
+ {
+ "nodeId": 3124609062,
+ "lat": 43.5794528,
+ "lon": 3.8567925
+ },
+ {
+ "nodeId": 3124609064,
+ "lat": 43.5802168,
+ "lon": 3.8581473
+ },
+ {
+ "nodeId": 3124609063,
+ "lat": 43.579848,
+ "lon": 3.8574671
+ },
+ {
+ "nodeId": 1357946532,
+ "lat": 43.5804549,
+ "lon": 3.8586074
+ },
+ {
+ "nodeId": 12549252357,
+ "lat": 43.5804809,
+ "lon": 3.858662
+ },
+ {
+ "nodeId": 976921090,
+ "lat": 43.6137304,
+ "lon": 3.8827417
+ },
+ {
+ "nodeId": 976921295,
+ "lat": 43.6136246,
+ "lon": 3.8827109
+ },
+ {
+ "nodeId": 60722814,
+ "lat": 43.6135244,
+ "lon": 3.8826898
+ },
+ {
+ "nodeId": 291451614,
+ "lat": 43.6134111,
+ "lon": 3.8826788
+ },
+ {
+ "nodeId": 291451610,
+ "lat": 43.6131635,
+ "lon": 3.8826612
+ },
+ {
+ "nodeId": 976921270,
+ "lat": 43.6129919,
+ "lon": 3.8826591
+ },
+ {
+ "nodeId": 12549104235,
+ "lat": 43.6059961,
+ "lon": 3.8825684
+ },
+ {
+ "nodeId": 12549104233,
+ "lat": 43.6061417,
+ "lon": 3.8826794
+ },
+ {
+ "nodeId": 60722785,
+ "lat": 43.6062322,
+ "lon": 3.8827484
+ },
+ {
+ "nodeId": 12085703504,
+ "lat": 43.6062974,
+ "lon": 3.8827953
+ },
+ {
+ "nodeId": 3118564772,
+ "lat": 43.6064903,
+ "lon": 3.8829342
+ },
+ {
+ "nodeId": 3811884920,
+ "lat": 43.6066851,
+ "lon": 3.8830627
+ },
+ {
+ "nodeId": 3118564773,
+ "lat": 43.6067383,
+ "lon": 3.8830978
+ },
+ {
+ "nodeId": 3811884923,
+ "lat": 43.6067746,
+ "lon": 3.883116
+ },
+ {
+ "nodeId": 3118564774,
+ "lat": 43.6069258,
+ "lon": 3.8831919
+ },
+ {
+ "nodeId": 3118564776,
+ "lat": 43.6073406,
+ "lon": 3.8833763
+ },
+ {
+ "nodeId": 3118564777,
+ "lat": 43.6074394,
+ "lon": 3.8834127
+ },
+ {
+ "nodeId": 3118564784,
+ "lat": 43.6075438,
+ "lon": 3.8834501
+ },
+ {
+ "nodeId": 3118564787,
+ "lat": 43.6076506,
+ "lon": 3.8834763
+ },
+ {
+ "nodeId": 3118564790,
+ "lat": 43.6078182,
+ "lon": 3.8834992
+ },
+ {
+ "nodeId": 3118564792,
+ "lat": 43.6078888,
+ "lon": 3.8835213
+ },
+ {
+ "nodeId": 3118564793,
+ "lat": 43.6079607,
+ "lon": 3.8835654
+ },
+ {
+ "nodeId": 3811884935,
+ "lat": 43.6080036,
+ "lon": 3.8836234
+ },
+ {
+ "nodeId": 3118564794,
+ "lat": 43.6080178,
+ "lon": 3.8836425
+ },
+ {
+ "nodeId": 3118564797,
+ "lat": 43.6080423,
+ "lon": 3.8837197
+ },
+ {
+ "nodeId": 3811884941,
+ "lat": 43.6080442,
+ "lon": 3.8837363
+ },
+ {
+ "nodeId": 3118564798,
+ "lat": 43.608054,
+ "lon": 3.8838206
+ },
+ {
+ "nodeId": 3118564796,
+ "lat": 43.6080399,
+ "lon": 3.8839232
+ },
+ {
+ "nodeId": 3118564795,
+ "lat": 43.6080202,
+ "lon": 3.8839953
+ },
+ {
+ "nodeId": 3118564791,
+ "lat": 43.6078594,
+ "lon": 3.8842827
+ },
+ {
+ "nodeId": 3118564788,
+ "lat": 43.6077145,
+ "lon": 3.8845464
+ },
+ {
+ "nodeId": 3118564786,
+ "lat": 43.6076371,
+ "lon": 3.8847194
+ },
+ {
+ "nodeId": 3811884928,
+ "lat": 43.6075882,
+ "lon": 3.8848473
+ },
+ {
+ "nodeId": 3118564785,
+ "lat": 43.6075634,
+ "lon": 3.8849119
+ },
+ {
+ "nodeId": 3118564782,
+ "lat": 43.607502,
+ "lon": 3.8850959
+ },
+ {
+ "nodeId": 3118564780,
+ "lat": 43.6074806,
+ "lon": 3.8851977
+ },
+ {
+ "nodeId": 3118564778,
+ "lat": 43.6074726,
+ "lon": 3.8852867
+ },
+ {
+ "nodeId": 3118564779,
+ "lat": 43.6074726,
+ "lon": 3.8853842
+ },
+ {
+ "nodeId": 3118564781,
+ "lat": 43.6074824,
+ "lon": 3.8854682
+ },
+ {
+ "nodeId": 3118564783,
+ "lat": 43.6075072,
+ "lon": 3.8856042
+ },
+ {
+ "nodeId": 1811512146,
+ "lat": 43.6075206,
+ "lon": 3.8857061
+ },
+ {
+ "nodeId": 942738973,
+ "lat": 43.6075239,
+ "lon": 3.8857629
+ },
+ {
+ "nodeId": 294764980,
+ "lat": 43.6075257,
+ "lon": 3.8858379
+ },
+ {
+ "nodeId": 1811512149,
+ "lat": 43.6075252,
+ "lon": 3.885926
+ },
+ {
+ "nodeId": 60722773,
+ "lat": 43.6075157,
+ "lon": 3.8861143
+ },
+ {
+ "nodeId": 942738843,
+ "lat": 43.6075132,
+ "lon": 3.8862084
+ },
+ {
+ "nodeId": 60722772,
+ "lat": 43.6075187,
+ "lon": 3.8862669
+ },
+ {
+ "nodeId": 942738889,
+ "lat": 43.6075304,
+ "lon": 3.886339
+ },
+ {
+ "nodeId": 294764983,
+ "lat": 43.6075924,
+ "lon": 3.8864793
+ },
+ {
+ "nodeId": 1811512153,
+ "lat": 43.607555,
+ "lon": 3.8864145
+ },
+ {
+ "nodeId": 60722771,
+ "lat": 43.6076289,
+ "lon": 3.8865136
+ },
+ {
+ "nodeId": 294764973,
+ "lat": 43.6076853,
+ "lon": 3.886555
+ },
+ {
+ "nodeId": 3118564789,
+ "lat": 43.6077235,
+ "lon": 3.8865682
+ },
+ {
+ "nodeId": 60722770,
+ "lat": 43.6077788,
+ "lon": 3.8865802
+ },
+ {
+ "nodeId": 9735726651,
+ "lat": 43.6079323,
+ "lon": 3.8865994
+ },
+ {
+ "nodeId": 60722769,
+ "lat": 43.6082501,
+ "lon": 3.8866386
+ },
+ {
+ "nodeId": 9735726647,
+ "lat": 43.6082824,
+ "lon": 3.8866432
+ },
+ {
+ "nodeId": 60722768,
+ "lat": 43.6089329,
+ "lon": 3.886733
+ },
+ {
+ "nodeId": 60722767,
+ "lat": 43.6089846,
+ "lon": 3.8867534
+ },
+ {
+ "nodeId": 3118564800,
+ "lat": 43.6088583,
+ "lon": 3.8867204
+ },
+ {
+ "nodeId": 3118564801,
+ "lat": 43.6090306,
+ "lon": 3.8867911
+ },
+ {
+ "nodeId": 60722766,
+ "lat": 43.6090719,
+ "lon": 3.8868451
+ },
+ {
+ "nodeId": 60722765,
+ "lat": 43.609107,
+ "lon": 3.8869206
+ },
+ {
+ "nodeId": 60722764,
+ "lat": 43.6091257,
+ "lon": 3.887031
+ },
+ {
+ "nodeId": 295092708,
+ "lat": 43.6091248,
+ "lon": 3.8871446
+ },
+ {
+ "nodeId": 12549104237,
+ "lat": 43.6091139,
+ "lon": 3.887303
+ },
+ {
+ "nodeId": 3119065617,
+ "lat": 43.6019956,
+ "lon": 3.900763
+ },
+ {
+ "nodeId": 2572111077,
+ "lat": 43.6018745,
+ "lon": 3.9003795
+ },
+ {
+ "nodeId": 3670803278,
+ "lat": 43.6018086,
+ "lon": 3.9001874
+ },
+ {
+ "nodeId": 2572111076,
+ "lat": 43.6016942,
+ "lon": 3.8998353
+ },
+ {
+ "nodeId": 2572111096,
+ "lat": 43.6014038,
+ "lon": 3.8989885
+ },
+ {
+ "nodeId": 5160569079,
+ "lat": 43.6013606,
+ "lon": 3.8988628
+ },
+ {
+ "nodeId": 3119255449,
+ "lat": 43.6012047,
+ "lon": 3.8984087
+ },
+ {
+ "nodeId": 2572111075,
+ "lat": 43.6009779,
+ "lon": 3.8977299
+ },
+ {
+ "nodeId": 2572111103,
+ "lat": 43.6009202,
+ "lon": 3.8975588
+ },
+ {
+ "nodeId": 13272459497,
+ "lat": 43.6008254,
+ "lon": 3.8973384
+ },
+ {
+ "nodeId": 3796070191,
+ "lat": 43.6008124,
+ "lon": 3.8973083
+ },
+ {
+ "nodeId": 2572111105,
+ "lat": 43.6007873,
+ "lon": 3.8972499
+ },
+ {
+ "nodeId": 2565144103,
+ "lat": 43.6006905,
+ "lon": 3.8970567
+ },
+ {
+ "nodeId": 9779381520,
+ "lat": 43.615208,
+ "lon": 3.8752757
+ },
+ {
+ "nodeId": 9779381522,
+ "lat": 43.6150459,
+ "lon": 3.8760742
+ },
+ {
+ "nodeId": 12194289176,
+ "lat": 43.6151399,
+ "lon": 3.8756111
+ },
+ {
+ "nodeId": 60025047,
+ "lat": 43.614798,
+ "lon": 3.8773705
+ },
+ {
+ "nodeId": 5557073539,
+ "lat": 43.6147749,
+ "lon": 3.8774866
+ },
+ {
+ "nodeId": 61715211,
+ "lat": 43.6148914,
+ "lon": 3.8768351
+ },
+ {
+ "nodeId": 12090280101,
+ "lat": 43.6147655,
+ "lon": 3.8775994
+ },
+ {
+ "nodeId": 3779650585,
+ "lat": 43.6147553,
+ "lon": 3.8777444
+ },
+ {
+ "nodeId": 12549178108,
+ "lat": 43.6146894,
+ "lon": 3.8788274
+ },
+ {
+ "nodeId": 60025045,
+ "lat": 43.6146785,
+ "lon": 3.8790062
+ },
+ {
+ "nodeId": 3118402868,
+ "lat": 43.6146512,
+ "lon": 3.8794747
+ },
+ {
+ "nodeId": 60025044,
+ "lat": 43.6146294,
+ "lon": 3.8796635
+ },
+ {
+ "nodeId": 3118402863,
+ "lat": 43.6145927,
+ "lon": 3.8798163
+ },
+ {
+ "nodeId": 60025043,
+ "lat": 43.6145329,
+ "lon": 3.8799661
+ },
+ {
+ "nodeId": 60025042,
+ "lat": 43.6143821,
+ "lon": 3.8802095
+ },
+ {
+ "nodeId": 12549178106,
+ "lat": 43.6142138,
+ "lon": 3.8804282
+ },
+ {
+ "nodeId": 6718462178,
+ "lat": 43.6141845,
+ "lon": 3.8804663
+ },
+ {
+ "nodeId": 60025041,
+ "lat": 43.614122,
+ "lon": 3.8805476
+ },
+ {
+ "nodeId": 246650644,
+ "lat": 43.6140687,
+ "lon": 3.8806315
+ },
+ {
+ "nodeId": 246650646,
+ "lat": 43.6139974,
+ "lon": 3.8808215
+ },
+ {
+ "nodeId": 246650645,
+ "lat": 43.614034,
+ "lon": 3.8807091
+ },
+ {
+ "nodeId": 976921326,
+ "lat": 43.6139753,
+ "lon": 3.8809351
+ },
+ {
+ "nodeId": 60025039,
+ "lat": 43.6139722,
+ "lon": 3.8810501
+ },
+ {
+ "nodeId": 976921086,
+ "lat": 43.6139815,
+ "lon": 3.881172
+ },
+ {
+ "nodeId": 976921278,
+ "lat": 43.6140026,
+ "lon": 3.8812673
+ },
+ {
+ "nodeId": 11586524058,
+ "lat": 43.614059,
+ "lon": 3.8814346
+ },
+ {
+ "nodeId": 8073906644,
+ "lat": 43.6141513,
+ "lon": 3.8816753
+ },
+ {
+ "nodeId": 1503531785,
+ "lat": 43.5645958,
+ "lon": 3.9581083
+ },
+ {
+ "nodeId": 1503531780,
+ "lat": 43.5639025,
+ "lon": 3.9586889
+ },
+ {
+ "nodeId": 3119254613,
+ "lat": 43.563347,
+ "lon": 3.9591589
+ },
+ {
+ "nodeId": 1503531759,
+ "lat": 43.562823,
+ "lon": 3.9595815
+ },
+ {
+ "nodeId": 3119254612,
+ "lat": 43.5620503,
+ "lon": 3.9602259
+ },
+ {
+ "nodeId": 1503531766,
+ "lat": 43.5611902,
+ "lon": 3.9609789
+ },
+ {
+ "nodeId": 1503531772,
+ "lat": 43.5596047,
+ "lon": 3.9623787
+ },
+ {
+ "nodeId": 3119254611,
+ "lat": 43.5592721,
+ "lon": 3.9626751
+ },
+ {
+ "nodeId": 1503531803,
+ "lat": 43.5591163,
+ "lon": 3.9627966
+ },
+ {
+ "nodeId": 3119254610,
+ "lat": 43.5589105,
+ "lon": 3.9629353
+ },
+ {
+ "nodeId": 1503531715,
+ "lat": 43.5585786,
+ "lon": 3.9631446
+ },
+ {
+ "nodeId": 979209452,
+ "lat": 43.6503841,
+ "lon": 3.9204071
+ },
+ {
+ "nodeId": 2564254143,
+ "lat": 43.6167016,
+ "lon": 3.8196453
+ },
+ {
+ "nodeId": 979209565,
+ "lat": 43.6508995,
+ "lon": 3.9200876
+ },
+ {
+ "nodeId": 2564254126,
+ "lat": 43.6168628,
+ "lon": 3.8195622
+ },
+ {
+ "nodeId": 2564254123,
+ "lat": 43.6169619,
+ "lon": 3.8195085
+ },
+ {
+ "nodeId": 3781187311,
+ "lat": 43.6170998,
+ "lon": 3.8194038
+ },
+ {
+ "nodeId": 2564254141,
+ "lat": 43.6171812,
+ "lon": 3.8193369
+ },
+ {
+ "nodeId": 2564254145,
+ "lat": 43.6173146,
+ "lon": 3.8192249
+ },
+ {
+ "nodeId": 2564254164,
+ "lat": 43.6175231,
+ "lon": 3.8190539
+ },
+ {
+ "nodeId": 2564254190,
+ "lat": 43.6176411,
+ "lon": 3.8189339
+ },
+ {
+ "nodeId": 2564254206,
+ "lat": 43.6178202,
+ "lon": 3.8187418
+ },
+ {
+ "nodeId": 2564254124,
+ "lat": 43.6179697,
+ "lon": 3.8185725
+ },
+ {
+ "nodeId": 2564254175,
+ "lat": 43.6181239,
+ "lon": 3.8183971
+ },
+ {
+ "nodeId": 8736481257,
+ "lat": 43.6181471,
+ "lon": 3.8183712
+ },
+ {
+ "nodeId": 3779581649,
+ "lat": 43.6036844,
+ "lon": 3.9204327
+ },
+ {
+ "nodeId": 2575611338,
+ "lat": 43.6036378,
+ "lon": 3.9204571
+ },
+ {
+ "nodeId": 60732074,
+ "lat": 43.6002269,
+ "lon": 3.8962419
+ },
+ {
+ "nodeId": 1503531713,
+ "lat": 43.5675387,
+ "lon": 3.9557491
+ },
+ {
+ "nodeId": 3119255445,
+ "lat": 43.6002423,
+ "lon": 3.8962717
+ },
+ {
+ "nodeId": 1503531776,
+ "lat": 43.5673764,
+ "lon": 3.9558845
+ },
+ {
+ "nodeId": 1503531788,
+ "lat": 43.5662911,
+ "lon": 3.956677
+ },
+ {
+ "nodeId": 1503531790,
+ "lat": 43.5666389,
+ "lon": 3.9563941
+ },
+ {
+ "nodeId": 10942076562,
+ "lat": 43.6006349,
+ "lon": 3.91887
+ },
+ {
+ "nodeId": 1248723642,
+ "lat": 43.571157,
+ "lon": 3.836757
+ },
+ {
+ "nodeId": 3789446939,
+ "lat": 43.5710636,
+ "lon": 3.8369042
+ },
+ {
+ "nodeId": 3124581126,
+ "lat": 43.5709853,
+ "lon": 3.8370276
+ },
+ {
+ "nodeId": 541638803,
+ "lat": 43.5709441,
+ "lon": 3.8370995
+ },
+ {
+ "nodeId": 716072709,
+ "lat": 43.5709039,
+ "lon": 3.8371892
+ },
+ {
+ "nodeId": 1540200972,
+ "lat": 43.5708727,
+ "lon": 3.8373045
+ },
+ {
+ "nodeId": 1994630028,
+ "lat": 43.5708571,
+ "lon": 3.837451
+ },
+ {
+ "nodeId": 1540200955,
+ "lat": 43.5707849,
+ "lon": 3.8384716
+ },
+ {
+ "nodeId": 3789755959,
+ "lat": 43.5707976,
+ "lon": 3.8382915
+ },
+ {
+ "nodeId": 1540200964,
+ "lat": 43.5707725,
+ "lon": 3.8387105
+ },
+ {
+ "nodeId": 231578472,
+ "lat": 43.5707744,
+ "lon": 3.8393331
+ },
+ {
+ "nodeId": 1427248853,
+ "lat": 43.6222478,
+ "lon": 3.8829932
+ },
+ {
+ "nodeId": 978690535,
+ "lat": 43.6223938,
+ "lon": 3.8829342
+ },
+ {
+ "nodeId": 912002237,
+ "lat": 43.6225208,
+ "lon": 3.8828744
+ },
+ {
+ "nodeId": 5329445663,
+ "lat": 43.6227395,
+ "lon": 3.8827879
+ },
+ {
+ "nodeId": 912002214,
+ "lat": 43.6228596,
+ "lon": 3.8827469
+ },
+ {
+ "nodeId": 5329445665,
+ "lat": 43.6229516,
+ "lon": 3.8827262
+ },
+ {
+ "nodeId": 912002200,
+ "lat": 43.623043,
+ "lon": 3.8827185
+ },
+ {
+ "nodeId": 5329445668,
+ "lat": 43.6231186,
+ "lon": 3.8827108
+ },
+ {
+ "nodeId": 74943035,
+ "lat": 43.6231619,
+ "lon": 3.8827125
+ },
+ {
+ "nodeId": 5329445669,
+ "lat": 43.6232353,
+ "lon": 3.8827109
+ },
+ {
+ "nodeId": 74943034,
+ "lat": 43.6233235,
+ "lon": 3.882709
+ },
+ {
+ "nodeId": 1427248788,
+ "lat": 43.6245241,
+ "lon": 3.8826936
+ },
+ {
+ "nodeId": 74943033,
+ "lat": 43.6247388,
+ "lon": 3.8826766
+ },
+ {
+ "nodeId": 5329445676,
+ "lat": 43.6238576,
+ "lon": 3.8826987
+ },
+ {
+ "nodeId": 911914488,
+ "lat": 43.6249618,
+ "lon": 3.8826515
+ },
+ {
+ "nodeId": 1427248780,
+ "lat": 43.6251456,
+ "lon": 3.8826255
+ },
+ {
+ "nodeId": 5329445678,
+ "lat": 43.6243007,
+ "lon": 3.8826967
+ },
+ {
+ "nodeId": 74943031,
+ "lat": 43.6258961,
+ "lon": 3.8825342
+ },
+ {
+ "nodeId": 74943032,
+ "lat": 43.6255281,
+ "lon": 3.8825811
+ },
+ {
+ "nodeId": 3911088521,
+ "lat": 43.6259513,
+ "lon": 3.8825322
+ },
+ {
+ "nodeId": 74943030,
+ "lat": 43.6259854,
+ "lon": 3.8825342
+ },
+ {
+ "nodeId": 10157301054,
+ "lat": 43.6260126,
+ "lon": 3.8825383
+ },
+ {
+ "nodeId": 911914400,
+ "lat": 43.6260387,
+ "lon": 3.8825423
+ },
+ {
+ "nodeId": 911914450,
+ "lat": 43.6260878,
+ "lon": 3.882561
+ },
+ {
+ "nodeId": 74943029,
+ "lat": 43.6261149,
+ "lon": 3.882578
+ },
+ {
+ "nodeId": 10157275286,
+ "lat": 43.6261333,
+ "lon": 3.8825983
+ },
+ {
+ "nodeId": 911914425,
+ "lat": 43.6261548,
+ "lon": 3.882622
+ },
+ {
+ "nodeId": 911914478,
+ "lat": 43.626183,
+ "lon": 3.8826643
+ },
+ {
+ "nodeId": 911914382,
+ "lat": 43.6262029,
+ "lon": 3.8827172
+ },
+ {
+ "nodeId": 74943028,
+ "lat": 43.6262233,
+ "lon": 3.8827944
+ },
+ {
+ "nodeId": 6302382141,
+ "lat": 43.6262265,
+ "lon": 3.8828272
+ },
+ {
+ "nodeId": 6568530983,
+ "lat": 43.6262633,
+ "lon": 3.8832078
+ },
+ {
+ "nodeId": 6302382159,
+ "lat": 43.6263,
+ "lon": 3.8835612
+ },
+ {
+ "nodeId": 74943026,
+ "lat": 43.6263233,
+ "lon": 3.8837789
+ },
+ {
+ "nodeId": 911914439,
+ "lat": 43.6263542,
+ "lon": 3.8841109
+ },
+ {
+ "nodeId": 4023228562,
+ "lat": 43.6263609,
+ "lon": 3.8842678
+ },
+ {
+ "nodeId": 3911089204,
+ "lat": 43.6263691,
+ "lon": 3.8844584
+ },
+ {
+ "nodeId": 1357928567,
+ "lat": 43.6263705,
+ "lon": 3.884589
+ },
+ {
+ "nodeId": 74943024,
+ "lat": 43.6263768,
+ "lon": 3.8854461
+ },
+ {
+ "nodeId": 74943023,
+ "lat": 43.6263818,
+ "lon": 3.8869152
+ },
+ {
+ "nodeId": 3118402702,
+ "lat": 43.6264021,
+ "lon": 3.8872834
+ },
+ {
+ "nodeId": 911914467,
+ "lat": 43.626427,
+ "lon": 3.8874589
+ },
+ {
+ "nodeId": 911914490,
+ "lat": 43.6264658,
+ "lon": 3.8876392
+ },
+ {
+ "nodeId": 74943022,
+ "lat": 43.626517,
+ "lon": 3.8878348
+ },
+ {
+ "nodeId": 911914376,
+ "lat": 43.626387,
+ "lon": 3.8871146
+ },
+ {
+ "nodeId": 1357928571,
+ "lat": 43.6266552,
+ "lon": 3.8883442
+ },
+ {
+ "nodeId": 5329559713,
+ "lat": 43.62685,
+ "lon": 3.8890403
+ },
+ {
+ "nodeId": 74943021,
+ "lat": 43.6269046,
+ "lon": 3.8892353
+ },
+ {
+ "nodeId": 3911089220,
+ "lat": 43.6269359,
+ "lon": 3.889376
+ },
+ {
+ "nodeId": 715939112,
+ "lat": 43.6269787,
+ "lon": 3.8895534
+ },
+ {
+ "nodeId": 2387184190,
+ "lat": 43.6270041,
+ "lon": 3.8896828
+ },
+ {
+ "nodeId": 3966921614,
+ "lat": 43.6270197,
+ "lon": 3.8897977
+ },
+ {
+ "nodeId": 3118402714,
+ "lat": 43.6270648,
+ "lon": 3.8900867
+ },
+ {
+ "nodeId": 3118402716,
+ "lat": 43.6271338,
+ "lon": 3.8905609
+ },
+ {
+ "nodeId": 3118402718,
+ "lat": 43.6271963,
+ "lon": 3.8909251
+ },
+ {
+ "nodeId": 74943020,
+ "lat": 43.6272519,
+ "lon": 3.8911736
+ },
+ {
+ "nodeId": 3118402722,
+ "lat": 43.6273411,
+ "lon": 3.8915036
+ },
+ {
+ "nodeId": 3911089243,
+ "lat": 43.627356,
+ "lon": 3.8915603
+ },
+ {
+ "nodeId": 74943019,
+ "lat": 43.6273727,
+ "lon": 3.8916066
+ },
+ {
+ "nodeId": 101499596,
+ "lat": 43.6275203,
+ "lon": 3.8920109
+ },
+ {
+ "nodeId": 101499598,
+ "lat": 43.627626,
+ "lon": 3.8922565
+ },
+ {
+ "nodeId": 101499601,
+ "lat": 43.627777,
+ "lon": 3.8925657
+ },
+ {
+ "nodeId": 101499602,
+ "lat": 43.6281394,
+ "lon": 3.8932219
+ },
+ {
+ "nodeId": 101499605,
+ "lat": 43.6284195,
+ "lon": 3.8937302
+ },
+ {
+ "nodeId": 101499606,
+ "lat": 43.628621,
+ "lon": 3.8940913
+ },
+ {
+ "nodeId": 1547411695,
+ "lat": 43.645859,
+ "lon": 3.93009
+ },
+ {
+ "nodeId": 1547411658,
+ "lat": 43.6460894,
+ "lon": 3.9299674
+ },
+ {
+ "nodeId": 1547411669,
+ "lat": 43.6462694,
+ "lon": 3.9298509
+ },
+ {
+ "nodeId": 1201917566,
+ "lat": 43.6465052,
+ "lon": 3.9296862
+ },
+ {
+ "nodeId": 1547411662,
+ "lat": 43.6470587,
+ "lon": 3.9292826
+ },
+ {
+ "nodeId": 1547411694,
+ "lat": 43.6472216,
+ "lon": 3.9291519
+ },
+ {
+ "nodeId": 308531347,
+ "lat": 43.6473506,
+ "lon": 3.9290385
+ },
+ {
+ "nodeId": 3810224711,
+ "lat": 43.6265143,
+ "lon": 3.8662719
+ },
+ {
+ "nodeId": 13351269292,
+ "lat": 43.626452,
+ "lon": 3.8663072
+ },
+ {
+ "nodeId": 12576551196,
+ "lat": 43.626475,
+ "lon": 3.8662926
+ },
+ {
+ "nodeId": 1584025859,
+ "lat": 43.6264167,
+ "lon": 3.8663296
+ },
+ {
+ "nodeId": 2479837308,
+ "lat": 43.6263859,
+ "lon": 3.8663465
+ },
+ {
+ "nodeId": 2479837360,
+ "lat": 43.6263319,
+ "lon": 3.8663761
+ },
+ {
+ "nodeId": 13351269294,
+ "lat": 43.6263036,
+ "lon": 3.8663887
+ },
+ {
+ "nodeId": 1584025856,
+ "lat": 43.626239,
+ "lon": 3.8664175
+ },
+ {
+ "nodeId": 60025067,
+ "lat": 43.6254962,
+ "lon": 3.8667611
+ },
+ {
+ "nodeId": 1184212199,
+ "lat": 43.6246819,
+ "lon": 3.8671367
+ },
+ {
+ "nodeId": 2421896321,
+ "lat": 43.6235613,
+ "lon": 3.8676553
+ },
+ {
+ "nodeId": 9735869055,
+ "lat": 43.6228968,
+ "lon": 3.8679611
+ },
+ {
+ "nodeId": 6843951478,
+ "lat": 43.6228357,
+ "lon": 3.8679892
+ },
+ {
+ "nodeId": 12505089949,
+ "lat": 43.6224151,
+ "lon": 3.8681821
+ },
+ {
+ "nodeId": 2421895313,
+ "lat": 43.6215945,
+ "lon": 3.8685616
+ },
+ {
+ "nodeId": 3123093645,
+ "lat": 43.6206362,
+ "lon": 3.8690059
+ },
+ {
+ "nodeId": 9735869044,
+ "lat": 43.6197813,
+ "lon": 3.8693902
+ },
+ {
+ "nodeId": 3123093644,
+ "lat": 43.6198832,
+ "lon": 3.8693511
+ },
+ {
+ "nodeId": 60025063,
+ "lat": 43.6196627,
+ "lon": 3.8694377
+ },
+ {
+ "nodeId": 3123093643,
+ "lat": 43.6195635,
+ "lon": 3.8694563
+ },
+ {
+ "nodeId": 2078140306,
+ "lat": 43.6194793,
+ "lon": 3.8694679
+ },
+ {
+ "nodeId": 9735869053,
+ "lat": 43.6192066,
+ "lon": 3.8694772
+ },
+ {
+ "nodeId": 9735869030,
+ "lat": 43.6187581,
+ "lon": 3.8694911
+ },
+ {
+ "nodeId": 60025061,
+ "lat": 43.6179999,
+ "lon": 3.8695115
+ },
+ {
+ "nodeId": 2421880159,
+ "lat": 43.6178952,
+ "lon": 3.8695334
+ },
+ {
+ "nodeId": 2421880157,
+ "lat": 43.617708,
+ "lon": 3.8696824
+ },
+ {
+ "nodeId": 60025059,
+ "lat": 43.6178056,
+ "lon": 3.869586
+ },
+ {
+ "nodeId": 3123093642,
+ "lat": 43.6176597,
+ "lon": 3.8697481
+ },
+ {
+ "nodeId": 221757533,
+ "lat": 43.6176178,
+ "lon": 3.869834
+ },
+ {
+ "nodeId": 60025058,
+ "lat": 43.6175431,
+ "lon": 3.8700441
+ },
+ {
+ "nodeId": 2421880161,
+ "lat": 43.6174819,
+ "lon": 3.870271
+ },
+ {
+ "nodeId": 3123093634,
+ "lat": 43.6174748,
+ "lon": 3.8703754
+ },
+ {
+ "nodeId": 60025057,
+ "lat": 43.6174748,
+ "lon": 3.8705036
+ },
+ {
+ "nodeId": 221804481,
+ "lat": 43.6175311,
+ "lon": 3.8709529
+ },
+ {
+ "nodeId": 221758027,
+ "lat": 43.6175566,
+ "lon": 3.8711613
+ },
+ {
+ "nodeId": 3123093636,
+ "lat": 43.6175569,
+ "lon": 3.8712962
+ },
+ {
+ "nodeId": 60025056,
+ "lat": 43.6175398,
+ "lon": 3.8714208
+ },
+ {
+ "nodeId": 60025055,
+ "lat": 43.6175015,
+ "lon": 3.8715535
+ },
+ {
+ "nodeId": 2421880154,
+ "lat": 43.6173399,
+ "lon": 3.8719315
+ },
+ {
+ "nodeId": 60025053,
+ "lat": 43.6170125,
+ "lon": 3.872967
+ },
+ {
+ "nodeId": 5158728474,
+ "lat": 43.6169735,
+ "lon": 3.8730788
+ },
+ {
+ "nodeId": 247386281,
+ "lat": 43.6169398,
+ "lon": 3.8731945
+ },
+ {
+ "nodeId": 11664796809,
+ "lat": 43.616929,
+ "lon": 3.8732291
+ },
+ {
+ "nodeId": 12542859572,
+ "lat": 43.6169159,
+ "lon": 3.8732712
+ },
+ {
+ "nodeId": 60025052,
+ "lat": 43.6168396,
+ "lon": 3.8735159
+ },
+ {
+ "nodeId": 5158728478,
+ "lat": 43.6168754,
+ "lon": 3.8734011
+ },
+ {
+ "nodeId": 3118402902,
+ "lat": 43.61678,
+ "lon": 3.873665
+ },
+ {
+ "nodeId": 3118402900,
+ "lat": 43.616715,
+ "lon": 3.8737757
+ },
+ {
+ "nodeId": 5158728476,
+ "lat": 43.616658,
+ "lon": 3.8738572
+ },
+ {
+ "nodeId": 1508406332,
+ "lat": 43.6166171,
+ "lon": 3.8739132
+ },
+ {
+ "nodeId": 4592566663,
+ "lat": 43.603569,
+ "lon": 3.9204883
+ },
+ {
+ "nodeId": 4592566662,
+ "lat": 43.6034611,
+ "lon": 3.9205372
+ },
+ {
+ "nodeId": 3775381431,
+ "lat": 43.5582641,
+ "lon": 3.9633972
+ },
+ {
+ "nodeId": 2730687924,
+ "lat": 43.5582113,
+ "lon": 3.9634433
+ },
+ {
+ "nodeId": 3775381423,
+ "lat": 43.5581334,
+ "lon": 3.9635045
+ },
+ {
+ "nodeId": 979209317,
+ "lat": 43.6474486,
+ "lon": 3.9289492
+ },
+ {
+ "nodeId": 979209720,
+ "lat": 43.6475002,
+ "lon": 3.9288969
+ },
+ {
+ "nodeId": 308531348,
+ "lat": 43.6475581,
+ "lon": 3.9288153
+ },
+ {
+ "nodeId": 979210056,
+ "lat": 43.6475976,
+ "lon": 3.9287512
+ },
+ {
+ "nodeId": 979209506,
+ "lat": 43.647636,
+ "lon": 3.9286672
+ },
+ {
+ "nodeId": 979209058,
+ "lat": 43.6476653,
+ "lon": 3.9285919
+ },
+ {
+ "nodeId": 979208909,
+ "lat": 43.6476894,
+ "lon": 3.9285
+ },
+ {
+ "nodeId": 979209599,
+ "lat": 43.6477134,
+ "lon": 3.9283819
+ },
+ {
+ "nodeId": 979210255,
+ "lat": 43.6477491,
+ "lon": 3.9281845
+ },
+ {
+ "nodeId": 979208836,
+ "lat": 43.6478138,
+ "lon": 3.9278035
+ },
+ {
+ "nodeId": 979209971,
+ "lat": 43.6477895,
+ "lon": 3.927954
+ },
+ {
+ "nodeId": 368004427,
+ "lat": 43.647835,
+ "lon": 3.9276221
+ },
+ {
+ "nodeId": 979209107,
+ "lat": 43.6478487,
+ "lon": 3.9274795
+ },
+ {
+ "nodeId": 979209513,
+ "lat": 43.6478579,
+ "lon": 3.927252
+ },
+ {
+ "nodeId": 979210197,
+ "lat": 43.6478603,
+ "lon": 3.9269651
+ },
+ {
+ "nodeId": 979209014,
+ "lat": 43.6478536,
+ "lon": 3.9267292
+ },
+ {
+ "nodeId": 368004426,
+ "lat": 43.647825,
+ "lon": 3.9264478
+ },
+ {
+ "nodeId": 979209076,
+ "lat": 43.6477875,
+ "lon": 3.926195
+ },
+ {
+ "nodeId": 308531349,
+ "lat": 43.6473554,
+ "lon": 3.9239596
+ },
+ {
+ "nodeId": 979210087,
+ "lat": 43.6473189,
+ "lon": 3.923722
+ },
+ {
+ "nodeId": 979208904,
+ "lat": 43.64731,
+ "lon": 3.9235427
+ },
+ {
+ "nodeId": 979209965,
+ "lat": 43.6473124,
+ "lon": 3.9233735
+ },
+ {
+ "nodeId": 979209674,
+ "lat": 43.6473246,
+ "lon": 3.9231976
+ },
+ {
+ "nodeId": 979208830,
+ "lat": 43.6473894,
+ "lon": 3.9228354
+ },
+ {
+ "nodeId": 368004428,
+ "lat": 43.6473578,
+ "lon": 3.9229813
+ },
+ {
+ "nodeId": 979209790,
+ "lat": 43.647443,
+ "lon": 3.9226631
+ },
+ {
+ "nodeId": 979210123,
+ "lat": 43.647495,
+ "lon": 3.9225293
+ },
+ {
+ "nodeId": 979209225,
+ "lat": 43.6475461,
+ "lon": 3.9224201
+ },
+ {
+ "nodeId": 979208929,
+ "lat": 43.6476108,
+ "lon": 3.9222947
+ },
+ {
+ "nodeId": 3936092644,
+ "lat": 43.6476191,
+ "lon": 3.9222815
+ },
+ {
+ "nodeId": 1547408265,
+ "lat": 43.6476447,
+ "lon": 3.922241
+ },
+ {
+ "nodeId": 1547408262,
+ "lat": 43.6478436,
+ "lon": 3.9219885
+ },
+ {
+ "nodeId": 1547408248,
+ "lat": 43.6477341,
+ "lon": 3.9221134
+ },
+ {
+ "nodeId": 1547408250,
+ "lat": 43.6479693,
+ "lon": 3.9218702
+ },
+ {
+ "nodeId": 11377320193,
+ "lat": 43.6480488,
+ "lon": 3.921811
+ },
+ {
+ "nodeId": 1547408253,
+ "lat": 43.6481235,
+ "lon": 3.9217604
+ },
+ {
+ "nodeId": 60722803,
+ "lat": 43.6091723,
+ "lon": 3.8812719
+ },
+ {
+ "nodeId": 979209825,
+ "lat": 43.6484359,
+ "lon": 3.9215702
+ },
+ {
+ "nodeId": 2305432997,
+ "lat": 43.6090889,
+ "lon": 3.8811458
+ },
+ {
+ "nodeId": 60722802,
+ "lat": 43.6090224,
+ "lon": 3.8810353
+ },
+ {
+ "nodeId": 267695343,
+ "lat": 43.6089265,
+ "lon": 3.8808293
+ },
+ {
+ "nodeId": 11881765496,
+ "lat": 43.6087826,
+ "lon": 3.8804514
+ },
+ {
+ "nodeId": 940559073,
+ "lat": 43.6087606,
+ "lon": 3.8803937
+ },
+ {
+ "nodeId": 11881765491,
+ "lat": 43.6088255,
+ "lon": 3.880564
+ },
+ {
+ "nodeId": 11881765495,
+ "lat": 43.6087546,
+ "lon": 3.880381
+ },
+ {
+ "nodeId": 940558839,
+ "lat": 43.6086978,
+ "lon": 3.880261
+ },
+ {
+ "nodeId": 940559121,
+ "lat": 43.6086042,
+ "lon": 3.8800934
+ },
+ {
+ "nodeId": 11881765492,
+ "lat": 43.6082711,
+ "lon": 3.8795522
+ },
+ {
+ "nodeId": 11881765493,
+ "lat": 43.6085075,
+ "lon": 3.8799342
+ },
+ {
+ "nodeId": 940558775,
+ "lat": 43.6082293,
+ "lon": 3.8794855
+ },
+ {
+ "nodeId": 940559034,
+ "lat": 43.6081708,
+ "lon": 3.8794097
+ },
+ {
+ "nodeId": 60722798,
+ "lat": 43.6081046,
+ "lon": 3.8793638
+ },
+ {
+ "nodeId": 940558639,
+ "lat": 43.6080435,
+ "lon": 3.8793418
+ },
+ {
+ "nodeId": 1836141036,
+ "lat": 43.6079851,
+ "lon": 3.8793437
+ },
+ {
+ "nodeId": 6328672241,
+ "lat": 43.6079384,
+ "lon": 3.8793579
+ },
+ {
+ "nodeId": 940558515,
+ "lat": 43.6078925,
+ "lon": 3.8793718
+ },
+ {
+ "nodeId": 11293148822,
+ "lat": 43.6078768,
+ "lon": 3.8793779
+ },
+ {
+ "nodeId": 1111379585,
+ "lat": 43.6068502,
+ "lon": 3.8797774
+ },
+ {
+ "nodeId": 2305432980,
+ "lat": 43.6063523,
+ "lon": 3.8799492
+ },
+ {
+ "nodeId": 2305432979,
+ "lat": 43.6063198,
+ "lon": 3.8799616
+ },
+ {
+ "nodeId": 2305432977,
+ "lat": 43.6061822,
+ "lon": 3.8800093
+ },
+ {
+ "nodeId": 2305432966,
+ "lat": 43.6057309,
+ "lon": 3.8801714
+ },
+ {
+ "nodeId": 2305432958,
+ "lat": 43.6055046,
+ "lon": 3.8802583
+ },
+ {
+ "nodeId": 13386945308,
+ "lat": 43.6052994,
+ "lon": 3.8803351
+ },
+ {
+ "nodeId": 11881765494,
+ "lat": 43.6052856,
+ "lon": 3.8803403
+ },
+ {
+ "nodeId": 60722796,
+ "lat": 43.6052697,
+ "lon": 3.8803462
+ },
+ {
+ "nodeId": 60722793,
+ "lat": 43.6051882,
+ "lon": 3.8809142
+ },
+ {
+ "nodeId": 2575586466,
+ "lat": 43.6048289,
+ "lon": 3.89472
+ },
+ {
+ "nodeId": 3119065624,
+ "lat": 43.6053991,
+ "lon": 3.881231
+ },
+ {
+ "nodeId": 9910283319,
+ "lat": 43.6047187,
+ "lon": 3.8947641
+ },
+ {
+ "nodeId": 9910283318,
+ "lat": 43.6046656,
+ "lon": 3.8947828
+ },
+ {
+ "nodeId": 943983652,
+ "lat": 43.6046175,
+ "lon": 3.8947966
+ },
+ {
+ "nodeId": 5130642886,
+ "lat": 43.6045804,
+ "lon": 3.8948063
+ },
+ {
+ "nodeId": 950758548,
+ "lat": 43.6045298,
+ "lon": 3.8948179
+ },
+ {
+ "nodeId": 5130642870,
+ "lat": 43.6044547,
+ "lon": 3.8948322
+ },
+ {
+ "nodeId": 5130642872,
+ "lat": 43.6044133,
+ "lon": 3.8948404
+ },
+ {
+ "nodeId": 5130642868,
+ "lat": 43.6040127,
+ "lon": 3.8949146
+ },
+ {
+ "nodeId": 1325351626,
+ "lat": 43.6039822,
+ "lon": 3.8949213
+ },
+ {
+ "nodeId": 2575586325,
+ "lat": 43.6038828,
+ "lon": 3.8949375
+ },
+ {
+ "nodeId": 5130642854,
+ "lat": 43.6039571,
+ "lon": 3.8949263
+ },
+ {
+ "nodeId": 1508412207,
+ "lat": 43.6038103,
+ "lon": 3.8949415
+ },
+ {
+ "nodeId": 9910291743,
+ "lat": 43.6037046,
+ "lon": 3.8949343
+ },
+ {
+ "nodeId": 943983776,
+ "lat": 43.6037739,
+ "lon": 3.8949408
+ },
+ {
+ "nodeId": 1605459462,
+ "lat": 43.6036692,
+ "lon": 3.8949288
+ },
+ {
+ "nodeId": 60722459,
+ "lat": 43.6143678,
+ "lon": 3.882747
+ },
+ {
+ "nodeId": 976921119,
+ "lat": 43.6143507,
+ "lon": 3.88277
+ },
+ {
+ "nodeId": 9910306902,
+ "lat": 43.6142816,
+ "lon": 3.8828287
+ },
+ {
+ "nodeId": 3779650579,
+ "lat": 43.6143074,
+ "lon": 3.882813
+ },
+ {
+ "nodeId": 976921224,
+ "lat": 43.6142546,
+ "lon": 3.8828404
+ },
+ {
+ "nodeId": 976921276,
+ "lat": 43.6142328,
+ "lon": 3.882847
+ },
+ {
+ "nodeId": 60722816,
+ "lat": 43.6142101,
+ "lon": 3.8828499
+ },
+ {
+ "nodeId": 976921324,
+ "lat": 43.6141119,
+ "lon": 3.8828498
+ },
+ {
+ "nodeId": 976921200,
+ "lat": 43.6139645,
+ "lon": 3.8828222
+ },
+ {
+ "nodeId": 60722815,
+ "lat": 43.6138829,
+ "lon": 3.882794
+ },
+ {
+ "nodeId": 2575611363,
+ "lat": 43.603235,
+ "lon": 3.9206398
+ },
+ {
+ "nodeId": 1503531779,
+ "lat": 43.5774483,
+ "lon": 3.9363731
+ },
+ {
+ "nodeId": 1503531792,
+ "lat": 43.5765183,
+ "lon": 3.9382874
+ },
+ {
+ "nodeId": 1503531726,
+ "lat": 43.5755875,
+ "lon": 3.9401918
+ },
+ {
+ "nodeId": 1503531761,
+ "lat": 43.5740631,
+ "lon": 3.9432992
+ },
+ {
+ "nodeId": 1503531760,
+ "lat": 43.57475,
+ "lon": 3.9418909
+ },
+ {
+ "nodeId": 1503531746,
+ "lat": 43.5736813,
+ "lon": 3.944089
+ },
+ {
+ "nodeId": 1503531712,
+ "lat": 43.5734289,
+ "lon": 3.9445995
+ },
+ {
+ "nodeId": 6779486451,
+ "lat": 43.574727,
+ "lon": 3.8309194
+ },
+ {
+ "nodeId": 1248724032,
+ "lat": 43.5746838,
+ "lon": 3.8309968
+ },
+ {
+ "nodeId": 1540197381,
+ "lat": 43.5746498,
+ "lon": 3.8310585
+ },
+ {
+ "nodeId": 1540197426,
+ "lat": 43.5746042,
+ "lon": 3.8311496
+ },
+ {
+ "nodeId": 1248723735,
+ "lat": 43.574513,
+ "lon": 3.8313615
+ },
+ {
+ "nodeId": 2577355052,
+ "lat": 43.6306858,
+ "lon": 3.8223079
+ },
+ {
+ "nodeId": 9908094944,
+ "lat": 43.6307076,
+ "lon": 3.8223646
+ },
+ {
+ "nodeId": 2577354954,
+ "lat": 43.6307293,
+ "lon": 3.8224153
+ },
+ {
+ "nodeId": 9908094943,
+ "lat": 43.6307485,
+ "lon": 3.8224536
+ },
+ {
+ "nodeId": 2577355036,
+ "lat": 43.6307711,
+ "lon": 3.8224935
+ },
+ {
+ "nodeId": 9908095440,
+ "lat": 43.6307972,
+ "lon": 3.8225335
+ },
+ {
+ "nodeId": 9908095441,
+ "lat": 43.6308238,
+ "lon": 3.8225703
+ },
+ {
+ "nodeId": 2577354973,
+ "lat": 43.6308461,
+ "lon": 3.8225999
+ },
+ {
+ "nodeId": 9908095442,
+ "lat": 43.6308755,
+ "lon": 3.8226316
+ },
+ {
+ "nodeId": 2577355008,
+ "lat": 43.6309083,
+ "lon": 3.8226659
+ },
+ {
+ "nodeId": 2577355005,
+ "lat": 43.630977,
+ "lon": 3.8227223
+ },
+ {
+ "nodeId": 9908095443,
+ "lat": 43.6309428,
+ "lon": 3.8226957
+ },
+ {
+ "nodeId": 9908095444,
+ "lat": 43.6310199,
+ "lon": 3.8227487
+ },
+ {
+ "nodeId": 2577355098,
+ "lat": 43.6310521,
+ "lon": 3.8227675
+ },
+ {
+ "nodeId": 2577355044,
+ "lat": 43.63108,
+ "lon": 3.8227794
+ },
+ {
+ "nodeId": 3082952706,
+ "lat": 43.5772211,
+ "lon": 3.8531673
+ },
+ {
+ "nodeId": 3082952707,
+ "lat": 43.5773128,
+ "lon": 3.8533194
+ },
+ {
+ "nodeId": 2305432957,
+ "lat": 43.605307,
+ "lon": 3.8803854
+ },
+ {
+ "nodeId": 2305432959,
+ "lat": 43.6055132,
+ "lon": 3.880307
+ },
+ {
+ "nodeId": 2305432967,
+ "lat": 43.6057395,
+ "lon": 3.8802251
+ },
+ {
+ "nodeId": 2305432978,
+ "lat": 43.606187,
+ "lon": 3.8800581
+ },
+ {
+ "nodeId": 2305432981,
+ "lat": 43.6063609,
+ "lon": 3.8799983
+ },
+ {
+ "nodeId": 12549104239,
+ "lat": 43.6141591,
+ "lon": 3.8828943
+ },
+ {
+ "nodeId": 12549104238,
+ "lat": 43.6064557,
+ "lon": 3.8799635
+ },
+ {
+ "nodeId": 13386945312,
+ "lat": 43.6141894,
+ "lon": 3.882897
+ },
+ {
+ "nodeId": 3118402832,
+ "lat": 43.6142111,
+ "lon": 3.882899
+ },
+ {
+ "nodeId": 3118402833,
+ "lat": 43.6142328,
+ "lon": 3.8828977
+ },
+ {
+ "nodeId": 9910306903,
+ "lat": 43.614261,
+ "lon": 3.8828919
+ },
+ {
+ "nodeId": 9910306904,
+ "lat": 43.6142869,
+ "lon": 3.8828802
+ },
+ {
+ "nodeId": 3118402834,
+ "lat": 43.6143074,
+ "lon": 3.8828676
+ },
+ {
+ "nodeId": 3118402835,
+ "lat": 43.6143275,
+ "lon": 3.8828536
+ },
+ {
+ "nodeId": 9910306905,
+ "lat": 43.6143444,
+ "lon": 3.8828403
+ },
+ {
+ "nodeId": 1968235815,
+ "lat": 43.6143556,
+ "lon": 3.8828319
+ },
+ {
+ "nodeId": 3118402841,
+ "lat": 43.6143785,
+ "lon": 3.8828096
+ },
+ {
+ "nodeId": 12568272902,
+ "lat": 43.6091798,
+ "lon": 3.8813582
+ },
+ {
+ "nodeId": 3122482370,
+ "lat": 43.6093017,
+ "lon": 3.8815038
+ },
+ {
+ "nodeId": 3122482371,
+ "lat": 43.609388,
+ "lon": 3.8816063
+ },
+ {
+ "nodeId": 3122482372,
+ "lat": 43.6094576,
+ "lon": 3.8817008
+ },
+ {
+ "nodeId": 3122482373,
+ "lat": 43.6095137,
+ "lon": 3.8818171
+ },
+ {
+ "nodeId": 3122482374,
+ "lat": 43.6098471,
+ "lon": 3.8826465
+ },
+ {
+ "nodeId": 3122482376,
+ "lat": 43.6099852,
+ "lon": 3.8829534
+ },
+ {
+ "nodeId": 3122482377,
+ "lat": 43.6100491,
+ "lon": 3.883017
+ },
+ {
+ "nodeId": 3122482375,
+ "lat": 43.609929,
+ "lon": 3.8828588
+ },
+ {
+ "nodeId": 3122482378,
+ "lat": 43.6101098,
+ "lon": 3.8830666
+ },
+ {
+ "nodeId": 3122482380,
+ "lat": 43.6102602,
+ "lon": 3.8831038
+ },
+ {
+ "nodeId": 3122482381,
+ "lat": 43.6103328,
+ "lon": 3.8831149
+ },
+ {
+ "nodeId": 3122482379,
+ "lat": 43.6101872,
+ "lon": 3.8830929
+ },
+ {
+ "nodeId": 3122482382,
+ "lat": 43.6103889,
+ "lon": 3.8831072
+ },
+ {
+ "nodeId": 3122482383,
+ "lat": 43.6110118,
+ "lon": 3.8829747
+ },
+ {
+ "nodeId": 3122482384,
+ "lat": 43.6118118,
+ "lon": 3.8828193
+ },
+ {
+ "nodeId": 13381100410,
+ "lat": 43.6107713,
+ "lon": 3.8830259
+ },
+ {
+ "nodeId": 3122482385,
+ "lat": 43.6119229,
+ "lon": 3.8828038
+ },
+ {
+ "nodeId": 3122482386,
+ "lat": 43.6123024,
+ "lon": 3.8827631
+ },
+ {
+ "nodeId": 2305432982,
+ "lat": 43.6068359,
+ "lon": 3.8798239
+ },
+ {
+ "nodeId": 2305432983,
+ "lat": 43.6078965,
+ "lon": 3.8794238
+ },
+ {
+ "nodeId": 11881765486,
+ "lat": 43.6079083,
+ "lon": 3.8794204
+ },
+ {
+ "nodeId": 6328625914,
+ "lat": 43.6079243,
+ "lon": 3.8794158
+ },
+ {
+ "nodeId": 2305432984,
+ "lat": 43.6079783,
+ "lon": 3.8794004
+ },
+ {
+ "nodeId": 2305432985,
+ "lat": 43.6080401,
+ "lon": 3.8793971
+ },
+ {
+ "nodeId": 2305432987,
+ "lat": 43.6080941,
+ "lon": 3.8794111
+ },
+ {
+ "nodeId": 2305432988,
+ "lat": 43.6081535,
+ "lon": 3.8794574
+ },
+ {
+ "nodeId": 2305432989,
+ "lat": 43.6082147,
+ "lon": 3.87954
+ },
+ {
+ "nodeId": 11881765487,
+ "lat": 43.6082414,
+ "lon": 3.8795847
+ },
+ {
+ "nodeId": 11881765488,
+ "lat": 43.6084755,
+ "lon": 3.8799655
+ },
+ {
+ "nodeId": 2305432990,
+ "lat": 43.6085868,
+ "lon": 3.8801389
+ },
+ {
+ "nodeId": 2305432991,
+ "lat": 43.6086747,
+ "lon": 3.8802945
+ },
+ {
+ "nodeId": 11881765489,
+ "lat": 43.6087136,
+ "lon": 3.8803792
+ },
+ {
+ "nodeId": 2305432992,
+ "lat": 43.6087319,
+ "lon": 3.8804189
+ },
+ {
+ "nodeId": 11881765490,
+ "lat": 43.6087791,
+ "lon": 3.8805407
+ },
+ {
+ "nodeId": 11881765485,
+ "lat": 43.6087988,
+ "lon": 3.8805914
+ },
+ {
+ "nodeId": 2305432993,
+ "lat": 43.6088991,
+ "lon": 3.8808503
+ },
+ {
+ "nodeId": 2305432994,
+ "lat": 43.608992,
+ "lon": 3.881056
+ },
+ {
+ "nodeId": 2305432996,
+ "lat": 43.6090801,
+ "lon": 3.8812127
+ },
+ {
+ "nodeId": 3124581442,
+ "lat": 43.580995,
+ "lon": 3.859643
+ },
+ {
+ "nodeId": 716381233,
+ "lat": 43.5813453,
+ "lon": 3.8605081
+ },
+ {
+ "nodeId": 716381260,
+ "lat": 43.5814806,
+ "lon": 3.8608392
+ },
+ {
+ "nodeId": 5427412080,
+ "lat": 43.5815063,
+ "lon": 3.8609009
+ },
+ {
+ "nodeId": 1540210592,
+ "lat": 43.5815315,
+ "lon": 3.8609613
+ },
+ {
+ "nodeId": 1540210599,
+ "lat": 43.581614,
+ "lon": 3.8611488
+ },
+ {
+ "nodeId": 1540210705,
+ "lat": 43.581709,
+ "lon": 3.8613212
+ },
+ {
+ "nodeId": 1540210659,
+ "lat": 43.5817834,
+ "lon": 3.8614421
+ },
+ {
+ "nodeId": 1540210654,
+ "lat": 43.5818528,
+ "lon": 3.8615137
+ },
+ {
+ "nodeId": 1540210685,
+ "lat": 43.5819251,
+ "lon": 3.8615591
+ },
+ {
+ "nodeId": 1540210562,
+ "lat": 43.5820142,
+ "lon": 3.8615869
+ },
+ {
+ "nodeId": 1540210738,
+ "lat": 43.5820946,
+ "lon": 3.8615904
+ },
+ {
+ "nodeId": 1540210565,
+ "lat": 43.58217,
+ "lon": 3.8615697
+ },
+ {
+ "nodeId": 1540210661,
+ "lat": 43.582265,
+ "lon": 3.8615219
+ },
+ {
+ "nodeId": 1540210612,
+ "lat": 43.5823398,
+ "lon": 3.8614693
+ },
+ {
+ "nodeId": 1540210632,
+ "lat": 43.5824341,
+ "lon": 3.8614084
+ },
+ {
+ "nodeId": 2575586346,
+ "lat": 43.6046259,
+ "lon": 3.8801175
+ },
+ {
+ "nodeId": 11881765505,
+ "lat": 43.6047114,
+ "lon": 3.880237
+ },
+ {
+ "nodeId": 1547389461,
+ "lat": 43.6047366,
+ "lon": 3.8802722
+ },
+ {
+ "nodeId": 11881765512,
+ "lat": 43.6048398,
+ "lon": 3.8804257
+ },
+ {
+ "nodeId": 256089087,
+ "lat": 43.6048439,
+ "lon": 3.8804315
+ },
+ {
+ "nodeId": 1503531774,
+ "lat": 43.572534,
+ "lon": 3.9464891
+ },
+ {
+ "nodeId": 1674355771,
+ "lat": 43.6047793,
+ "lon": 3.880333
+ },
+ {
+ "nodeId": 3763741867,
+ "lat": 43.5725264,
+ "lon": 3.94651
+ },
+ {
+ "nodeId": 1503531787,
+ "lat": 43.572113,
+ "lon": 3.9473497
+ },
+ {
+ "nodeId": 3772060912,
+ "lat": 43.5715346,
+ "lon": 3.9485448
+ },
+ {
+ "nodeId": 1503531756,
+ "lat": 43.5714053,
+ "lon": 3.9488019
+ },
+ {
+ "nodeId": 1503531793,
+ "lat": 43.5705344,
+ "lon": 3.9505805
+ },
+ {
+ "nodeId": 1503531740,
+ "lat": 43.5696909,
+ "lon": 3.9523081
+ },
+ {
+ "nodeId": 1712551992,
+ "lat": 43.5693247,
+ "lon": 3.9530603
+ },
+ {
+ "nodeId": 12549212248,
+ "lat": 43.5691674,
+ "lon": 3.9533814
+ },
+ {
+ "nodeId": 979209478,
+ "lat": 43.6353945,
+ "lon": 3.9246401
+ },
+ {
+ "nodeId": 979210136,
+ "lat": 43.6361279,
+ "lon": 3.9262914
+ },
+ {
+ "nodeId": 979210262,
+ "lat": 43.6361685,
+ "lon": 3.9263779
+ },
+ {
+ "nodeId": 979209068,
+ "lat": 43.6362151,
+ "lon": 3.9264649
+ },
+ {
+ "nodeId": 3810599026,
+ "lat": 43.6362434,
+ "lon": 3.9265038
+ },
+ {
+ "nodeId": 979209439,
+ "lat": 43.6362546,
+ "lon": 3.9265196
+ },
+ {
+ "nodeId": 979209153,
+ "lat": 43.6363353,
+ "lon": 3.9265968
+ },
+ {
+ "nodeId": 231476084,
+ "lat": 43.6362896,
+ "lon": 3.9265592
+ },
+ {
+ "nodeId": 3810599191,
+ "lat": 43.6363567,
+ "lon": 3.926606
+ },
+ {
+ "nodeId": 979209343,
+ "lat": 43.6364261,
+ "lon": 3.9266186
+ },
+ {
+ "nodeId": 715918222,
+ "lat": 43.6363796,
+ "lon": 3.9266139
+ },
+ {
+ "nodeId": 979208989,
+ "lat": 43.6364668,
+ "lon": 3.9266147
+ },
+ {
+ "nodeId": 3810599225,
+ "lat": 43.6364991,
+ "lon": 3.9266013
+ },
+ {
+ "nodeId": 979209995,
+ "lat": 43.6365201,
+ "lon": 3.9265924
+ },
+ {
+ "nodeId": 20932810,
+ "lat": 43.6366032,
+ "lon": 3.9265353
+ },
+ {
+ "nodeId": 979208859,
+ "lat": 43.6365505,
+ "lon": 3.9265762
+ },
+ {
+ "nodeId": 3810599254,
+ "lat": 43.6366348,
+ "lon": 3.9265061
+ },
+ {
+ "nodeId": 979209907,
+ "lat": 43.6368476,
+ "lon": 3.926302
+ },
+ {
+ "nodeId": 979208935,
+ "lat": 43.6369619,
+ "lon": 3.9261832
+ },
+ {
+ "nodeId": 20932811,
+ "lat": 43.6371259,
+ "lon": 3.9260022
+ },
+ {
+ "nodeId": 979209022,
+ "lat": 43.6377398,
+ "lon": 3.9253106
+ },
+ {
+ "nodeId": 3810599438,
+ "lat": 43.6378141,
+ "lon": 3.9252307
+ },
+ {
+ "nodeId": 1547420305,
+ "lat": 43.6379098,
+ "lon": 3.9251447
+ },
+ {
+ "nodeId": 979210057,
+ "lat": 43.6378731,
+ "lon": 3.9251725
+ },
+ {
+ "nodeId": 979208881,
+ "lat": 43.6379648,
+ "lon": 3.9251027
+ },
+ {
+ "nodeId": 1547420303,
+ "lat": 43.6380176,
+ "lon": 3.925075
+ },
+ {
+ "nodeId": 1547420302,
+ "lat": 43.6381131,
+ "lon": 3.9250327
+ },
+ {
+ "nodeId": 231389150,
+ "lat": 43.6056352,
+ "lon": 3.8815859
+ },
+ {
+ "nodeId": 60722790,
+ "lat": 43.6057144,
+ "lon": 3.8817427
+ },
+ {
+ "nodeId": 939396355,
+ "lat": 43.6056868,
+ "lon": 3.8816698
+ },
+ {
+ "nodeId": 939396313,
+ "lat": 43.6057304,
+ "lon": 3.8817936
+ },
+ {
+ "nodeId": 939396387,
+ "lat": 43.6057347,
+ "lon": 3.8819106
+ },
+ {
+ "nodeId": 60722789,
+ "lat": 43.6057365,
+ "lon": 3.881841
+ },
+ {
+ "nodeId": 12177979473,
+ "lat": 43.6057274,
+ "lon": 3.8819688
+ },
+ {
+ "nodeId": 279197046,
+ "lat": 43.6057233,
+ "lon": 3.882001
+ },
+ {
+ "nodeId": 267579446,
+ "lat": 43.6090509,
+ "lon": 3.8882304
+ },
+ {
+ "nodeId": 294078374,
+ "lat": 43.6090607,
+ "lon": 3.8880745
+ },
+ {
+ "nodeId": 12192562845,
+ "lat": 43.6089767,
+ "lon": 3.8892477
+ },
+ {
+ "nodeId": 318880883,
+ "lat": 43.6089596,
+ "lon": 3.8894821
+ },
+ {
+ "nodeId": 6727634707,
+ "lat": 43.6089417,
+ "lon": 3.8897362
+ },
+ {
+ "nodeId": 12192562846,
+ "lat": 43.6088845,
+ "lon": 3.8905415
+ },
+ {
+ "nodeId": 282723247,
+ "lat": 43.6088774,
+ "lon": 3.8906584
+ },
+ {
+ "nodeId": 3119066083,
+ "lat": 43.6088648,
+ "lon": 3.8908524
+ },
+ {
+ "nodeId": 287599053,
+ "lat": 43.6088357,
+ "lon": 3.891241
+ },
+ {
+ "nodeId": 12192562847,
+ "lat": 43.6088064,
+ "lon": 3.8916607
+ },
+ {
+ "nodeId": 282904146,
+ "lat": 43.6087405,
+ "lon": 3.8926051
+ },
+ {
+ "nodeId": 3118564799,
+ "lat": 43.6086789,
+ "lon": 3.8935569
+ },
+ {
+ "nodeId": 60722813,
+ "lat": 43.612858,
+ "lon": 3.88266
+ },
+ {
+ "nodeId": 13203485364,
+ "lat": 43.6086733,
+ "lon": 3.8936464
+ },
+ {
+ "nodeId": 976921154,
+ "lat": 43.6125855,
+ "lon": 3.8826829
+ },
+ {
+ "nodeId": 940559064,
+ "lat": 43.6123013,
+ "lon": 3.8827305
+ },
+ {
+ "nodeId": 101499609,
+ "lat": 43.6287812,
+ "lon": 3.8943926
+ },
+ {
+ "nodeId": 911914416,
+ "lat": 43.6287122,
+ "lon": 3.8942538
+ },
+ {
+ "nodeId": 1166431354,
+ "lat": 43.6288273,
+ "lon": 3.8945233
+ },
+ {
+ "nodeId": 101499613,
+ "lat": 43.6288661,
+ "lon": 3.8946568
+ },
+ {
+ "nodeId": 1166431349,
+ "lat": 43.6288918,
+ "lon": 3.8947915
+ },
+ {
+ "nodeId": 101499618,
+ "lat": 43.6289089,
+ "lon": 3.894906
+ },
+ {
+ "nodeId": 1547417303,
+ "lat": 43.6396839,
+ "lon": 3.9274929
+ },
+ {
+ "nodeId": 1547417292,
+ "lat": 43.6397178,
+ "lon": 3.9277665
+ },
+ {
+ "nodeId": 1547417304,
+ "lat": 43.6397373,
+ "lon": 3.9278735
+ },
+ {
+ "nodeId": 1547417321,
+ "lat": 43.639848,
+ "lon": 3.9283394
+ },
+ {
+ "nodeId": 1547417311,
+ "lat": 43.6398902,
+ "lon": 3.9285421
+ },
+ {
+ "nodeId": 1547417306,
+ "lat": 43.6399392,
+ "lon": 3.9288362
+ },
+ {
+ "nodeId": 1547417318,
+ "lat": 43.6399816,
+ "lon": 3.9291143
+ },
+ {
+ "nodeId": 979209099,
+ "lat": 43.6400166,
+ "lon": 3.9293232
+ },
+ {
+ "nodeId": 2565144156,
+ "lat": 43.6002839,
+ "lon": 3.8962678
+ },
+ {
+ "nodeId": 3119255448,
+ "lat": 43.6002723,
+ "lon": 3.8962329
+ },
+ {
+ "nodeId": 3122482387,
+ "lat": 43.6125944,
+ "lon": 3.8827161
+ },
+ {
+ "nodeId": 3122482388,
+ "lat": 43.6127797,
+ "lon": 3.882701
+ },
+ {
+ "nodeId": 3122482389,
+ "lat": 43.6129935,
+ "lon": 3.8826963
+ },
+ {
+ "nodeId": 3124609065,
+ "lat": 43.5807614,
+ "lon": 3.859216
+ },
+ {
+ "nodeId": 231578493,
+ "lat": 43.5806497,
+ "lon": 3.8590173
+ },
+ {
+ "nodeId": 3124609066,
+ "lat": 43.5808971,
+ "lon": 3.8594552
+ },
+ {
+ "nodeId": 979209239,
+ "lat": 43.6545665,
+ "lon": 3.914054
+ },
+ {
+ "nodeId": 979209943,
+ "lat": 43.6545573,
+ "lon": 3.913613
+ },
+ {
+ "nodeId": 979209047,
+ "lat": 43.654558,
+ "lon": 3.9131809
+ },
+ {
+ "nodeId": 9910325997,
+ "lat": 43.6143916,
+ "lon": 3.8823582
+ },
+ {
+ "nodeId": 9910306916,
+ "lat": 43.6144105,
+ "lon": 3.8824426
+ },
+ {
+ "nodeId": 976921112,
+ "lat": 43.6144019,
+ "lon": 3.8823981
+ },
+ {
+ "nodeId": 60722460,
+ "lat": 43.614419,
+ "lon": 3.8824938
+ },
+ {
+ "nodeId": 9910306910,
+ "lat": 43.6144209,
+ "lon": 3.8825272
+ },
+ {
+ "nodeId": 976921318,
+ "lat": 43.6144167,
+ "lon": 3.8826051
+ },
+ {
+ "nodeId": 976921248,
+ "lat": 43.6144104,
+ "lon": 3.8826378
+ },
+ {
+ "nodeId": 9910306909,
+ "lat": 43.6144201,
+ "lon": 3.8825683
+ },
+ {
+ "nodeId": 3780633458,
+ "lat": 43.6144024,
+ "lon": 3.8826626
+ },
+ {
+ "nodeId": 9910306908,
+ "lat": 43.6143935,
+ "lon": 3.8826896
+ },
+ {
+ "nodeId": 976921085,
+ "lat": 43.6143801,
+ "lon": 3.8827205
+ },
+ {
+ "nodeId": 2187320606,
+ "lat": 43.5813921,
+ "lon": 3.9283032
+ },
+ {
+ "nodeId": 1503531732,
+ "lat": 43.5808477,
+ "lon": 3.9294193
+ },
+ {
+ "nodeId": 1503531752,
+ "lat": 43.579591,
+ "lon": 3.931978
+ },
+ {
+ "nodeId": 1503531723,
+ "lat": 43.5802005,
+ "lon": 3.9307353
+ },
+ {
+ "nodeId": 3170723783,
+ "lat": 43.5796845,
+ "lon": 3.9317919
+ },
+ {
+ "nodeId": 1503531724,
+ "lat": 43.5795106,
+ "lon": 3.9321379
+ },
+ {
+ "nodeId": 3170723774,
+ "lat": 43.5793716,
+ "lon": 3.9324147
+ },
+ {
+ "nodeId": 1503531751,
+ "lat": 43.5790279,
+ "lon": 3.9331257
+ },
+ {
+ "nodeId": 1503531767,
+ "lat": 43.5786297,
+ "lon": 3.9339534
+ },
+ {
+ "nodeId": 13386945310,
+ "lat": 43.6163526,
+ "lon": 3.8742922
+ },
+ {
+ "nodeId": 12549116926,
+ "lat": 43.6162827,
+ "lon": 3.8743903
+ },
+ {
+ "nodeId": 9910291742,
+ "lat": 43.6036316,
+ "lon": 3.8949194
+ },
+ {
+ "nodeId": 943983746,
+ "lat": 43.6035882,
+ "lon": 3.894904
+ },
+ {
+ "nodeId": 60722747,
+ "lat": 43.6033918,
+ "lon": 3.8948191
+ },
+ {
+ "nodeId": 943983823,
+ "lat": 43.6032808,
+ "lon": 3.8947774
+ },
+ {
+ "nodeId": 5540310155,
+ "lat": 43.6032332,
+ "lon": 3.8947588
+ },
+ {
+ "nodeId": 943983757,
+ "lat": 43.6031462,
+ "lon": 3.8947247
+ },
+ {
+ "nodeId": 943983689,
+ "lat": 43.6029382,
+ "lon": 3.8946658
+ },
+ {
+ "nodeId": 943983665,
+ "lat": 43.6027641,
+ "lon": 3.8946251
+ },
+ {
+ "nodeId": 60722746,
+ "lat": 43.6025576,
+ "lon": 3.8945732
+ },
+ {
+ "nodeId": 1622220355,
+ "lat": 43.6025111,
+ "lon": 3.8945632
+ },
+ {
+ "nodeId": 60722745,
+ "lat": 43.6024676,
+ "lon": 3.8945587
+ },
+ {
+ "nodeId": 943983819,
+ "lat": 43.6024083,
+ "lon": 3.8945574
+ },
+ {
+ "nodeId": 943983756,
+ "lat": 43.6023387,
+ "lon": 3.8945669
+ },
+ {
+ "nodeId": 943983682,
+ "lat": 43.6022708,
+ "lon": 3.8945953
+ },
+ {
+ "nodeId": 943983839,
+ "lat": 43.6022149,
+ "lon": 3.8946261
+ },
+ {
+ "nodeId": 60722744,
+ "lat": 43.6021643,
+ "lon": 3.894674
+ },
+ {
+ "nodeId": 5576120248,
+ "lat": 43.6017912,
+ "lon": 3.8949952
+ },
+ {
+ "nodeId": 944584054,
+ "lat": 43.6017565,
+ "lon": 3.8950239
+ },
+ {
+ "nodeId": 944584038,
+ "lat": 43.6016694,
+ "lon": 3.8950692
+ },
+ {
+ "nodeId": 944584041,
+ "lat": 43.6017077,
+ "lon": 3.8950497
+ },
+ {
+ "nodeId": 60722742,
+ "lat": 43.6015937,
+ "lon": 3.8950923
+ },
+ {
+ "nodeId": 60722741,
+ "lat": 43.6014,
+ "lon": 3.8951124
+ },
+ {
+ "nodeId": 2157558284,
+ "lat": 43.6011969,
+ "lon": 3.8951316
+ },
+ {
+ "nodeId": 944584048,
+ "lat": 43.6011163,
+ "lon": 3.8951413
+ },
+ {
+ "nodeId": 944584046,
+ "lat": 43.6010573,
+ "lon": 3.8951497
+ },
+ {
+ "nodeId": 60732077,
+ "lat": 43.6009959,
+ "lon": 3.8951705
+ },
+ {
+ "nodeId": 944584058,
+ "lat": 43.6009336,
+ "lon": 3.8952039
+ },
+ {
+ "nodeId": 944584050,
+ "lat": 43.6008954,
+ "lon": 3.8952333
+ },
+ {
+ "nodeId": 944584042,
+ "lat": 43.600849,
+ "lon": 3.8952757
+ },
+ {
+ "nodeId": 5540310153,
+ "lat": 43.6007738,
+ "lon": 3.8953487
+ },
+ {
+ "nodeId": 3669341973,
+ "lat": 43.600405,
+ "lon": 3.8957079
+ },
+ {
+ "nodeId": 60732075,
+ "lat": 43.6003051,
+ "lon": 3.8958115
+ },
+ {
+ "nodeId": 60722811,
+ "lat": 43.6119249,
+ "lon": 3.8827708
+ },
+ {
+ "nodeId": 976921109,
+ "lat": 43.611806,
+ "lon": 3.8827842
+ },
+ {
+ "nodeId": 60722810,
+ "lat": 43.6110061,
+ "lon": 3.8829321
+ },
+ {
+ "nodeId": 13381100411,
+ "lat": 43.6106328,
+ "lon": 3.8830164
+ },
+ {
+ "nodeId": 940558738,
+ "lat": 43.6103823,
+ "lon": 3.883073
+ },
+ {
+ "nodeId": 940559068,
+ "lat": 43.6103297,
+ "lon": 3.8830807
+ },
+ {
+ "nodeId": 940558802,
+ "lat": 43.6102635,
+ "lon": 3.8830712
+ },
+ {
+ "nodeId": 940558685,
+ "lat": 43.6101917,
+ "lon": 3.8830604
+ },
+ {
+ "nodeId": 940558921,
+ "lat": 43.6101131,
+ "lon": 3.8830263
+ },
+ {
+ "nodeId": 940558995,
+ "lat": 43.6100592,
+ "lon": 3.8829844
+ },
+ {
+ "nodeId": 940558454,
+ "lat": 43.6100076,
+ "lon": 3.882924
+ },
+ {
+ "nodeId": 60722808,
+ "lat": 43.6098692,
+ "lon": 3.8826279
+ },
+ {
+ "nodeId": 60722809,
+ "lat": 43.6099517,
+ "lon": 3.8828404
+ },
+ {
+ "nodeId": 60722805,
+ "lat": 43.6095836,
+ "lon": 3.8819062
+ },
+ {
+ "nodeId": 60722804,
+ "lat": 43.609517,
+ "lon": 3.8817424
+ },
+ {
+ "nodeId": 940558692,
+ "lat": 43.6094567,
+ "lon": 3.8816284
+ },
+ {
+ "nodeId": 940558482,
+ "lat": 43.6093789,
+ "lon": 3.8815341
+ },
+ {
+ "nodeId": 12181124129,
+ "lat": 43.6027634,
+ "lon": 3.9208521
+ },
+ {
+ "nodeId": 2575611334,
+ "lat": 43.6044453,
+ "lon": 3.9200822
+ },
+ {
+ "nodeId": 3779584796,
+ "lat": 43.6041277,
+ "lon": 3.9202351
+ },
+ {
+ "nodeId": 2575611333,
+ "lat": 43.6039887,
+ "lon": 3.9202979
+ },
+ {
+ "nodeId": 11025889260,
+ "lat": 43.6029091,
+ "lon": 3.8772854
+ },
+ {
+ "nodeId": 7727011507,
+ "lat": 43.6028931,
+ "lon": 3.8773973
+ },
+ {
+ "nodeId": 1547389458,
+ "lat": 43.6028876,
+ "lon": 3.8774721
+ },
+ {
+ "nodeId": 1547389555,
+ "lat": 43.6028927,
+ "lon": 3.8775624
+ },
+ {
+ "nodeId": 1547389475,
+ "lat": 43.6028878,
+ "lon": 3.8775038
+ },
+ {
+ "nodeId": 1547389558,
+ "lat": 43.6029015,
+ "lon": 3.8776101
+ },
+ {
+ "nodeId": 7727011506,
+ "lat": 43.6029448,
+ "lon": 3.8777175
+ },
+ {
+ "nodeId": 1547389495,
+ "lat": 43.6029676,
+ "lon": 3.877753
+ },
+ {
+ "nodeId": 1547389522,
+ "lat": 43.6029224,
+ "lon": 3.8776696
+ },
+ {
+ "nodeId": 1547389450,
+ "lat": 43.6030078,
+ "lon": 3.8778074
+ },
+ {
+ "nodeId": 9850561953,
+ "lat": 43.603149,
+ "lon": 3.8780101
+ },
+ {
+ "nodeId": 1288260813,
+ "lat": 43.603725,
+ "lon": 3.8788368
+ },
+ {
+ "nodeId": 1547389457,
+ "lat": 43.603751,
+ "lon": 3.8788738
+ },
+ {
+ "nodeId": 1547389484,
+ "lat": 43.6038885,
+ "lon": 3.8790701
+ },
+ {
+ "nodeId": 3124581458,
+ "lat": 43.6036474,
+ "lon": 3.8787257
+ },
+ {
+ "nodeId": 9850561951,
+ "lat": 43.6043025,
+ "lon": 3.8796592
+ },
+ {
+ "nodeId": 7737339682,
+ "lat": 43.6044372,
+ "lon": 3.8798509
+ },
+ {
+ "nodeId": 231529696,
+ "lat": 43.6045507,
+ "lon": 3.8800125
+ },
+ {
+ "nodeId": 13386945306,
+ "lat": 43.6046079,
+ "lon": 3.8800924
+ },
+ {
+ "nodeId": 1505206380,
+ "lat": 43.6018738,
+ "lon": 3.9004904
+ },
+ {
+ "nodeId": 5837142743,
+ "lat": 43.6020108,
+ "lon": 3.9009401
+ },
+ {
+ "nodeId": 946858919,
+ "lat": 43.6020039,
+ "lon": 3.9009124
+ },
+ {
+ "nodeId": 2572111098,
+ "lat": 43.6021457,
+ "lon": 3.9014772
+ },
+ {
+ "nodeId": 3640025164,
+ "lat": 43.6022051,
+ "lon": 3.9017295
+ },
+ {
+ "nodeId": 12549212256,
+ "lat": 43.6022128,
+ "lon": 3.9017625
+ },
+ {
+ "nodeId": 60722759,
+ "lat": 43.6084293,
+ "lon": 3.8940186
+ },
+ {
+ "nodeId": 287599047,
+ "lat": 43.607945,
+ "lon": 3.8939585
+ },
+ {
+ "nodeId": 282727519,
+ "lat": 43.6077707,
+ "lon": 3.8939399
+ },
+ {
+ "nodeId": 3802871041,
+ "lat": 43.6077649,
+ "lon": 3.8939402
+ },
+ {
+ "nodeId": 3118523799,
+ "lat": 43.6076344,
+ "lon": 3.8939465
+ },
+ {
+ "nodeId": 950758553,
+ "lat": 43.6075533,
+ "lon": 3.893944
+ },
+ {
+ "nodeId": 60722757,
+ "lat": 43.6070754,
+ "lon": 3.8938795
+ },
+ {
+ "nodeId": 950758590,
+ "lat": 43.6070146,
+ "lon": 3.8938736
+ },
+ {
+ "nodeId": 12772083136,
+ "lat": 43.6069738,
+ "lon": 3.8938794
+ },
+ {
+ "nodeId": 294077546,
+ "lat": 43.6069422,
+ "lon": 3.8938838
+ },
+ {
+ "nodeId": 12925347386,
+ "lat": 43.6069204,
+ "lon": 3.8938929
+ },
+ {
+ "nodeId": 12772083134,
+ "lat": 43.6069109,
+ "lon": 3.8938968
+ },
+ {
+ "nodeId": 294077548,
+ "lat": 43.6068714,
+ "lon": 3.8939132
+ },
+ {
+ "nodeId": 265393949,
+ "lat": 43.6067309,
+ "lon": 3.8939788
+ },
+ {
+ "nodeId": 12772083135,
+ "lat": 43.6068387,
+ "lon": 3.8939284
+ },
+ {
+ "nodeId": 12925347367,
+ "lat": 43.6067034,
+ "lon": 3.8939916
+ },
+ {
+ "nodeId": 60722756,
+ "lat": 43.6066165,
+ "lon": 3.8940322
+ },
+ {
+ "nodeId": 8754231936,
+ "lat": 43.6065333,
+ "lon": 3.8940609
+ },
+ {
+ "nodeId": 950758557,
+ "lat": 43.6065814,
+ "lon": 3.8940489
+ },
+ {
+ "nodeId": 1503509427,
+ "lat": 43.5820553,
+ "lon": 3.9270177
+ },
+ {
+ "nodeId": 5348940707,
+ "lat": 43.5822434,
+ "lon": 3.9266273
+ },
+ {
+ "nodeId": 5348940708,
+ "lat": 43.5828072,
+ "lon": 3.9254733
+ },
+ {
+ "nodeId": 1503509450,
+ "lat": 43.5828573,
+ "lon": 3.9253785
+ },
+ {
+ "nodeId": 12078653473,
+ "lat": 43.5828695,
+ "lon": 3.9253568
+ },
+ {
+ "nodeId": 12078653493,
+ "lat": 43.5829062,
+ "lon": 3.9252765
+ },
+ {
+ "nodeId": 12078653479,
+ "lat": 43.5828813,
+ "lon": 3.9253254
+ },
+ {
+ "nodeId": 5348940709,
+ "lat": 43.5829635,
+ "lon": 3.9251578
+ },
+ {
+ "nodeId": 5348940704,
+ "lat": 43.5829196,
+ "lon": 3.9252498
+ },
+ {
+ "nodeId": 1503509388,
+ "lat": 43.5836631,
+ "lon": 3.9237572
+ },
+ {
+ "nodeId": 1503509425,
+ "lat": 43.5846604,
+ "lon": 3.9217208
+ },
+ {
+ "nodeId": 13585297939,
+ "lat": 43.5852901,
+ "lon": 3.9204328
+ },
+ {
+ "nodeId": 1503509442,
+ "lat": 43.585548,
+ "lon": 3.9199054
+ },
+ {
+ "nodeId": 1434763569,
+ "lat": 43.5860865,
+ "lon": 3.918808
+ },
+ {
+ "nodeId": 1434763558,
+ "lat": 43.5867814,
+ "lon": 3.9173841
+ },
+ {
+ "nodeId": 2730687933,
+ "lat": 43.5730573,
+ "lon": 3.9454263
+ },
+ {
+ "nodeId": 2730687934,
+ "lat": 43.5731458,
+ "lon": 3.945254
+ },
+ {
+ "nodeId": 2730687935,
+ "lat": 43.5731937,
+ "lon": 3.9451511
+ },
+ {
+ "nodeId": 2730687936,
+ "lat": 43.5732984,
+ "lon": 3.9449292
+ },
+ {
+ "nodeId": 946858840,
+ "lat": 43.6002702,
+ "lon": 3.8958569
+ },
+ {
+ "nodeId": 1585115978,
+ "lat": 43.6002539,
+ "lon": 3.8958793
+ },
+ {
+ "nodeId": 946858797,
+ "lat": 43.6002271,
+ "lon": 3.8959281
+ },
+ {
+ "nodeId": 946858940,
+ "lat": 43.6002102,
+ "lon": 3.8959742
+ },
+ {
+ "nodeId": 946858949,
+ "lat": 43.6001983,
+ "lon": 3.896034
+ },
+ {
+ "nodeId": 2565144131,
+ "lat": 43.6001962,
+ "lon": 3.8960947
+ },
+ {
+ "nodeId": 2565144154,
+ "lat": 43.6002013,
+ "lon": 3.8961582
+ },
+ {
+ "nodeId": 8754231938,
+ "lat": 43.6002117,
+ "lon": 3.8961966
+ },
+ {
+ "nodeId": 947038439,
+ "lat": 43.6026439,
+ "lon": 3.9036235
+ },
+ {
+ "nodeId": 3659875229,
+ "lat": 43.6026477,
+ "lon": 3.9036397
+ },
+ {
+ "nodeId": 3659875830,
+ "lat": 43.6028428,
+ "lon": 3.9044353
+ },
+ {
+ "nodeId": 13392937962,
+ "lat": 43.6033091,
+ "lon": 3.9062904
+ },
+ {
+ "nodeId": 13392937934,
+ "lat": 43.6033188,
+ "lon": 3.9063297
+ },
+ {
+ "nodeId": 2572111089,
+ "lat": 43.6033509,
+ "lon": 3.90646
+ },
+ {
+ "nodeId": 333780562,
+ "lat": 43.6034247,
+ "lon": 3.90677
+ },
+ {
+ "nodeId": 60732069,
+ "lat": 43.6034446,
+ "lon": 3.9068528
+ },
+ {
+ "nodeId": 947038587,
+ "lat": 43.6034618,
+ "lon": 3.906953
+ },
+ {
+ "nodeId": 947038555,
+ "lat": 43.6034707,
+ "lon": 3.9070315
+ },
+ {
+ "nodeId": 333780558,
+ "lat": 43.6034771,
+ "lon": 3.9071228
+ },
+ {
+ "nodeId": 947038618,
+ "lat": 43.6034799,
+ "lon": 3.9072286
+ },
+ {
+ "nodeId": 947038589,
+ "lat": 43.6034789,
+ "lon": 3.9073303
+ },
+ {
+ "nodeId": 947038603,
+ "lat": 43.6034754,
+ "lon": 3.9074002
+ },
+ {
+ "nodeId": 60732068,
+ "lat": 43.6034681,
+ "lon": 3.9074942
+ },
+ {
+ "nodeId": 13392937946,
+ "lat": 43.6034591,
+ "lon": 3.907577
+ },
+ {
+ "nodeId": 60732067,
+ "lat": 43.6033513,
+ "lon": 3.9085628
+ },
+ {
+ "nodeId": 13392937941,
+ "lat": 43.6034556,
+ "lon": 3.9076038
+ },
+ {
+ "nodeId": 947038489,
+ "lat": 43.6033156,
+ "lon": 3.9089353
+ },
+ {
+ "nodeId": 947038580,
+ "lat": 43.6033039,
+ "lon": 3.9091854
+ },
+ {
+ "nodeId": 60732066,
+ "lat": 43.6033032,
+ "lon": 3.9093398
+ },
+ {
+ "nodeId": 3659255837,
+ "lat": 43.6033171,
+ "lon": 3.9095846
+ },
+ {
+ "nodeId": 3659255847,
+ "lat": 43.6033812,
+ "lon": 3.9103242
+ },
+ {
+ "nodeId": 947038554,
+ "lat": 43.60339,
+ "lon": 3.9104285
+ },
+ {
+ "nodeId": 333780546,
+ "lat": 43.6034105,
+ "lon": 3.9105925
+ },
+ {
+ "nodeId": 947038509,
+ "lat": 43.6034389,
+ "lon": 3.9107485
+ },
+ {
+ "nodeId": 60732065,
+ "lat": 43.6034936,
+ "lon": 3.9110066
+ },
+ {
+ "nodeId": 947038572,
+ "lat": 43.6036394,
+ "lon": 3.9116328
+ },
+ {
+ "nodeId": 947038635,
+ "lat": 43.6036538,
+ "lon": 3.9117103
+ },
+ {
+ "nodeId": 60732064,
+ "lat": 43.6036613,
+ "lon": 3.9117926
+ },
+ {
+ "nodeId": 282689862,
+ "lat": 43.603668,
+ "lon": 3.9119457
+ },
+ {
+ "nodeId": 13435827695,
+ "lat": 43.603662,
+ "lon": 3.9120324
+ },
+ {
+ "nodeId": 947038609,
+ "lat": 43.6036656,
+ "lon": 3.9118716
+ },
+ {
+ "nodeId": 947038466,
+ "lat": 43.6036525,
+ "lon": 3.912171
+ },
+ {
+ "nodeId": 947038515,
+ "lat": 43.603612,
+ "lon": 3.9125429
+ },
+ {
+ "nodeId": 60732063,
+ "lat": 43.6035699,
+ "lon": 3.9128355
+ },
+ {
+ "nodeId": 3747789333,
+ "lat": 43.6035002,
+ "lon": 3.9131998
+ },
+ {
+ "nodeId": 282689863,
+ "lat": 43.6034829,
+ "lon": 3.9132657
+ },
+ {
+ "nodeId": 282689864,
+ "lat": 43.6034596,
+ "lon": 3.9133783
+ },
+ {
+ "nodeId": 282691711,
+ "lat": 43.6034414,
+ "lon": 3.9134502
+ },
+ {
+ "nodeId": 13435859102,
+ "lat": 43.6034391,
+ "lon": 3.9134621
+ },
+ {
+ "nodeId": 947038549,
+ "lat": 43.6033609,
+ "lon": 3.9138678
+ },
+ {
+ "nodeId": 60732062,
+ "lat": 43.6033507,
+ "lon": 3.9139459
+ },
+ {
+ "nodeId": 947038617,
+ "lat": 43.6033492,
+ "lon": 3.9140166
+ },
+ {
+ "nodeId": 947038606,
+ "lat": 43.6033492,
+ "lon": 3.9140902
+ },
+ {
+ "nodeId": 333780538,
+ "lat": 43.6033568,
+ "lon": 3.9141686
+ },
+ {
+ "nodeId": 60732061,
+ "lat": 43.6034005,
+ "lon": 3.9143642
+ },
+ {
+ "nodeId": 11891363761,
+ "lat": 43.6035017,
+ "lon": 3.9147918
+ },
+ {
+ "nodeId": 13334264488,
+ "lat": 43.603692,
+ "lon": 3.9155957
+ },
+ {
+ "nodeId": 13334264491,
+ "lat": 43.6037113,
+ "lon": 3.9156773
+ },
+ {
+ "nodeId": 13334264490,
+ "lat": 43.6037274,
+ "lon": 3.9157454
+ },
+ {
+ "nodeId": 13334264496,
+ "lat": 43.6037299,
+ "lon": 3.9157559
+ },
+ {
+ "nodeId": 13334264495,
+ "lat": 43.6037462,
+ "lon": 3.9158252
+ },
+ {
+ "nodeId": 13332597126,
+ "lat": 43.6037659,
+ "lon": 3.9159096
+ },
+ {
+ "nodeId": 3122910522,
+ "lat": 43.6038577,
+ "lon": 3.9163036
+ },
+ {
+ "nodeId": 11891363763,
+ "lat": 43.6039671,
+ "lon": 3.9167665
+ },
+ {
+ "nodeId": 3659120421,
+ "lat": 43.6044295,
+ "lon": 3.918723
+ },
+ {
+ "nodeId": 3779584816,
+ "lat": 43.6045359,
+ "lon": 3.9191747
+ },
+ {
+ "nodeId": 2575611350,
+ "lat": 43.6046187,
+ "lon": 3.9195262
+ },
+ {
+ "nodeId": 2575611353,
+ "lat": 43.6046286,
+ "lon": 3.9196024
+ },
+ {
+ "nodeId": 3747845352,
+ "lat": 43.6046319,
+ "lon": 3.9196669
+ },
+ {
+ "nodeId": 2575611345,
+ "lat": 43.6046143,
+ "lon": 3.9198151
+ },
+ {
+ "nodeId": 2575611349,
+ "lat": 43.6045891,
+ "lon": 3.9199005
+ },
+ {
+ "nodeId": 2575611356,
+ "lat": 43.6046289,
+ "lon": 3.9197005
+ },
+ {
+ "nodeId": 2575611348,
+ "lat": 43.604561,
+ "lon": 3.9199516
+ },
+ {
+ "nodeId": 3122910524,
+ "lat": 43.6045224,
+ "lon": 3.9200055
+ },
+ {
+ "nodeId": 3927111978,
+ "lat": 43.6044915,
+ "lon": 3.9200396
+ },
+ {
+ "nodeId": 12549212257,
+ "lat": 43.600466,
+ "lon": 3.8967057
+ },
+ {
+ "nodeId": 2577354951,
+ "lat": 43.6306371,
+ "lon": 3.8220069
+ },
+ {
+ "nodeId": 2575611346,
+ "lat": 43.6044668,
+ "lon": 3.9200645
+ },
+ {
+ "nodeId": 9909330711,
+ "lat": 43.6306453,
+ "lon": 3.8221306
+ },
+ {
+ "nodeId": 3781456422,
+ "lat": 43.630641,
+ "lon": 3.8220922
+ },
+ {
+ "nodeId": 9908094945,
+ "lat": 43.6306605,
+ "lon": 3.8222142
+ },
+ {
+ "nodeId": 2577354957,
+ "lat": 43.6306729,
+ "lon": 3.8222635
+ },
+ {
+ "nodeId": 2577355070,
+ "lat": 43.6306503,
+ "lon": 3.8221664
+ },
+ {
+ "nodeId": 9907924110,
+ "lat": 43.581468,
+ "lon": 3.9281681
+ },
+ {
+ "nodeId": 3119254621,
+ "lat": 43.5815206,
+ "lon": 3.9280819
+ },
+ {
+ "nodeId": 9907924109,
+ "lat": 43.5816512,
+ "lon": 3.9278508
+ },
+ {
+ "nodeId": 1445506087,
+ "lat": 43.6145323,
+ "lon": 3.8823539
+ },
+ {
+ "nodeId": 3119254622,
+ "lat": 43.5815956,
+ "lon": 3.9279547
+ },
+ {
+ "nodeId": 9910364737,
+ "lat": 43.6145204,
+ "lon": 3.8822992
+ },
+ {
+ "nodeId": 3780633464,
+ "lat": 43.6145085,
+ "lon": 3.8822445
+ },
+ {
+ "nodeId": 976921115,
+ "lat": 43.6143778,
+ "lon": 3.8815646
+ },
+ {
+ "nodeId": 70972316,
+ "lat": 43.6143924,
+ "lon": 3.8816753
+ },
+ {
+ "nodeId": 11226496595,
+ "lat": 43.6143778,
+ "lon": 3.8815427
+ },
+ {
+ "nodeId": 976921272,
+ "lat": 43.6143779,
+ "lon": 3.881518
+ },
+ {
+ "nodeId": 976921070,
+ "lat": 43.6143962,
+ "lon": 3.8814478
+ },
+ {
+ "nodeId": 520788827,
+ "lat": 43.614421,
+ "lon": 3.8813854
+ },
+ {
+ "nodeId": 976921139,
+ "lat": 43.6144457,
+ "lon": 3.8813425
+ },
+ {
+ "nodeId": 976921309,
+ "lat": 43.6145122,
+ "lon": 3.8812815
+ },
+ {
+ "nodeId": 976921191,
+ "lat": 43.6144749,
+ "lon": 3.881311
+ },
+ {
+ "nodeId": 520788822,
+ "lat": 43.6145637,
+ "lon": 3.8812553
+ },
+ {
+ "nodeId": 3780633465,
+ "lat": 43.6145838,
+ "lon": 3.8812502
+ },
+ {
+ "nodeId": 976921136,
+ "lat": 43.6146205,
+ "lon": 3.8812486
+ },
+ {
+ "nodeId": 1992311766,
+ "lat": 43.6146604,
+ "lon": 3.881254
+ },
+ {
+ "nodeId": 976921185,
+ "lat": 43.6146754,
+ "lon": 3.8812587
+ },
+ {
+ "nodeId": 976921235,
+ "lat": 43.6147091,
+ "lon": 3.881277
+ },
+ {
+ "nodeId": 976921304,
+ "lat": 43.6147474,
+ "lon": 3.8813009
+ },
+ {
+ "nodeId": 70972313,
+ "lat": 43.6147894,
+ "lon": 3.8813405
+ },
+ {
+ "nodeId": 1992311770,
+ "lat": 43.6148763,
+ "lon": 3.8814372
+ },
+ {
+ "nodeId": 3780633091,
+ "lat": 43.6149955,
+ "lon": 3.8815722
+ },
+ {
+ "nodeId": 3780633477,
+ "lat": 43.6148673,
+ "lon": 3.8814295
+ },
+ {
+ "nodeId": 3780633098,
+ "lat": 43.615047,
+ "lon": 3.8816173
+ },
+ {
+ "nodeId": 3780633100,
+ "lat": 43.6153866,
+ "lon": 3.881975
+ },
+ {
+ "nodeId": 6240776771,
+ "lat": 43.6156067,
+ "lon": 3.8821939
+ },
+ {
+ "nodeId": 976921093,
+ "lat": 43.6156292,
+ "lon": 3.8822163
+ },
+ {
+ "nodeId": 6154243256,
+ "lat": 43.615634,
+ "lon": 3.8822208
+ },
+ {
+ "nodeId": 6240776778,
+ "lat": 43.6157249,
+ "lon": 3.882305
+ },
+ {
+ "nodeId": 976921227,
+ "lat": 43.6158596,
+ "lon": 3.8824297
+ },
+ {
+ "nodeId": 976921163,
+ "lat": 43.61611,
+ "lon": 3.8826816
+ },
+ {
+ "nodeId": 976921281,
+ "lat": 43.6162799,
+ "lon": 3.8828525
+ },
+ {
+ "nodeId": 6245739908,
+ "lat": 43.6163245,
+ "lon": 3.8828983
+ },
+ {
+ "nodeId": 978690526,
+ "lat": 43.616448,
+ "lon": 3.8830252
+ },
+ {
+ "nodeId": 6245739841,
+ "lat": 43.6166841,
+ "lon": 3.8832356
+ },
+ {
+ "nodeId": 70972306,
+ "lat": 43.6167453,
+ "lon": 3.8832901
+ },
+ {
+ "nodeId": 6245739843,
+ "lat": 43.6167844,
+ "lon": 3.8833295
+ },
+ {
+ "nodeId": 6245739837,
+ "lat": 43.6172321,
+ "lon": 3.8837761
+ },
+ {
+ "nodeId": 978690445,
+ "lat": 43.6172362,
+ "lon": 3.8837801
+ },
+ {
+ "nodeId": 978690565,
+ "lat": 43.6172912,
+ "lon": 3.8838238
+ },
+ {
+ "nodeId": 3118402906,
+ "lat": 43.6173674,
+ "lon": 3.8838494
+ },
+ {
+ "nodeId": 70974174,
+ "lat": 43.6175438,
+ "lon": 3.8839138
+ },
+ {
+ "nodeId": 3118402909,
+ "lat": 43.6176207,
+ "lon": 3.8839736
+ },
+ {
+ "nodeId": 185531291,
+ "lat": 43.6174574,
+ "lon": 3.8838762
+ },
+ {
+ "nodeId": 70974173,
+ "lat": 43.6178521,
+ "lon": 3.8841727
+ },
+ {
+ "nodeId": 978690478,
+ "lat": 43.6179207,
+ "lon": 3.8842116
+ },
+ {
+ "nodeId": 279798507,
+ "lat": 43.6179942,
+ "lon": 3.8842287
+ },
+ {
+ "nodeId": 978690584,
+ "lat": 43.6180587,
+ "lon": 3.884223
+ },
+ {
+ "nodeId": 978690532,
+ "lat": 43.6181143,
+ "lon": 3.8842088
+ },
+ {
+ "nodeId": 70974172,
+ "lat": 43.6181727,
+ "lon": 3.8841746
+ },
+ {
+ "nodeId": 978690482,
+ "lat": 43.6182386,
+ "lon": 3.8841177
+ },
+ {
+ "nodeId": 978690439,
+ "lat": 43.6183017,
+ "lon": 3.8840267
+ },
+ {
+ "nodeId": 70974171,
+ "lat": 43.618393,
+ "lon": 3.8838598
+ },
+ {
+ "nodeId": 70974169,
+ "lat": 43.6186693,
+ "lon": 3.8833946
+ },
+ {
+ "nodeId": 279798576,
+ "lat": 43.6188059,
+ "lon": 3.8832514
+ },
+ {
+ "nodeId": 978690554,
+ "lat": 43.6187283,
+ "lon": 3.8833102
+ },
+ {
+ "nodeId": 70974168,
+ "lat": 43.6188485,
+ "lon": 3.8832428
+ },
+ {
+ "nodeId": 978690504,
+ "lat": 43.6187668,
+ "lon": 3.883276
+ },
+ {
+ "nodeId": 978690575,
+ "lat": 43.6190043,
+ "lon": 3.8832931
+ },
+ {
+ "nodeId": 70974167,
+ "lat": 43.6188979,
+ "lon": 3.8832409
+ },
+ {
+ "nodeId": 1427248809,
+ "lat": 43.6193178,
+ "lon": 3.8836006
+ },
+ {
+ "nodeId": 6252659751,
+ "lat": 43.6193201,
+ "lon": 3.8836028
+ },
+ {
+ "nodeId": 978690456,
+ "lat": 43.6189439,
+ "lon": 3.8832552
+ },
+ {
+ "nodeId": 74943046,
+ "lat": 43.6198527,
+ "lon": 3.8841138
+ },
+ {
+ "nodeId": 6252660045,
+ "lat": 43.6198975,
+ "lon": 3.8841561
+ },
+ {
+ "nodeId": 6234947781,
+ "lat": 43.6199505,
+ "lon": 3.884197
+ },
+ {
+ "nodeId": 978690464,
+ "lat": 43.6199173,
+ "lon": 3.8841748
+ },
+ {
+ "nodeId": 74943043,
+ "lat": 43.6199993,
+ "lon": 3.8842204
+ },
+ {
+ "nodeId": 978690581,
+ "lat": 43.6199654,
+ "lon": 3.884207
+ },
+ {
+ "nodeId": 978690531,
+ "lat": 43.6200411,
+ "lon": 3.8842258
+ },
+ {
+ "nodeId": 978690480,
+ "lat": 43.6200979,
+ "lon": 3.8842224
+ },
+ {
+ "nodeId": 6227216984,
+ "lat": 43.6201257,
+ "lon": 3.8842139
+ },
+ {
+ "nodeId": 978690585,
+ "lat": 43.6201571,
+ "lon": 3.8842043
+ },
+ {
+ "nodeId": 6568557590,
+ "lat": 43.6204139,
+ "lon": 3.8840985
+ },
+ {
+ "nodeId": 6232816214,
+ "lat": 43.6206573,
+ "lon": 3.8839998
+ },
+ {
+ "nodeId": 74943040,
+ "lat": 43.6206764,
+ "lon": 3.8839923
+ },
+ {
+ "nodeId": 978690522,
+ "lat": 43.6207579,
+ "lon": 3.8839514
+ },
+ {
+ "nodeId": 3118402667,
+ "lat": 43.6208166,
+ "lon": 3.8839065
+ },
+ {
+ "nodeId": 978690475,
+ "lat": 43.6208783,
+ "lon": 3.8838435
+ },
+ {
+ "nodeId": 6568530984,
+ "lat": 43.6209168,
+ "lon": 3.8838007
+ },
+ {
+ "nodeId": 4531805118,
+ "lat": 43.6208521,
+ "lon": 3.8838703
+ },
+ {
+ "nodeId": 978690560,
+ "lat": 43.6209425,
+ "lon": 3.883772
+ },
+ {
+ "nodeId": 978690509,
+ "lat": 43.6211754,
+ "lon": 3.8835296
+ },
+ {
+ "nodeId": 3118402672,
+ "lat": 43.6212438,
+ "lon": 3.883482
+ },
+ {
+ "nodeId": 4531805116,
+ "lat": 43.6212112,
+ "lon": 3.8835047
+ },
+ {
+ "nodeId": 74943039,
+ "lat": 43.6213147,
+ "lon": 3.8834411
+ },
+ {
+ "nodeId": 1427248758,
+ "lat": 43.6216121,
+ "lon": 3.8832928
+ },
+ {
+ "nodeId": 5329445701,
+ "lat": 43.6221636,
+ "lon": 3.883033
+ },
+ {
+ "nodeId": 3119065626,
+ "lat": 43.605491,
+ "lon": 3.8823733
+ },
+ {
+ "nodeId": 2575586414,
+ "lat": 43.605541,
+ "lon": 3.8823241
+ },
+ {
+ "nodeId": 12177979481,
+ "lat": 43.6056396,
+ "lon": 3.8822166
+ },
+ {
+ "nodeId": 2575586439,
+ "lat": 43.6056211,
+ "lon": 3.8822362
+ },
+ {
+ "nodeId": 12549104232,
+ "lat": 43.6056626,
+ "lon": 3.8821925
+ },
+ {
+ "nodeId": 2305432925,
+ "lat": 43.6048839,
+ "lon": 3.8804637
+ },
+ {
+ "nodeId": 2305432926,
+ "lat": 43.6049179,
+ "lon": 3.8804801
+ },
+ {
+ "nodeId": 2305432928,
+ "lat": 43.6049301,
+ "lon": 3.8804838
+ },
+ {
+ "nodeId": 1674355773,
+ "lat": 43.6049643,
+ "lon": 3.8804914
+ },
+ {
+ "nodeId": 2583839257,
+ "lat": 43.6050031,
+ "lon": 3.8804912
+ },
+ {
+ "nodeId": 1119886404,
+ "lat": 43.6050084,
+ "lon": 3.8804911
+ },
+ {
+ "nodeId": 2009776392,
+ "lat": 43.6050329,
+ "lon": 3.8804841
+ },
+ {
+ "nodeId": 11881765515,
+ "lat": 43.6050597,
+ "lon": 3.880475
+ },
+ {
+ "nodeId": 4040099684,
+ "lat": 43.6051433,
+ "lon": 3.8804467
+ },
+ {
+ "nodeId": 2305432949,
+ "lat": 43.6051818,
+ "lon": 3.8804328
+ },
+ {
+ "nodeId": 11881765518,
+ "lat": 43.6052319,
+ "lon": 3.8804127
+ },
+ {
+ "nodeId": 11881765497,
+ "lat": 43.6052974,
+ "lon": 3.8803886
+ },
+ {
+ "nodeId": 3072514362,
+ "lat": 43.5767074,
+ "lon": 3.8523404
+ },
+ {
+ "nodeId": 4040099678,
+ "lat": 43.605267,
+ "lon": 3.8803987
+ },
+ {
+ "nodeId": 1547420300,
+ "lat": 43.6381998,
+ "lon": 3.9250128
+ },
+ {
+ "nodeId": 1547420294,
+ "lat": 43.6382652,
+ "lon": 3.9249991
+ },
+ {
+ "nodeId": 1547420304,
+ "lat": 43.6383312,
+ "lon": 3.924977
+ },
+ {
+ "nodeId": 3810599637,
+ "lat": 43.6383014,
+ "lon": 3.9249867
+ },
+ {
+ "nodeId": 3810599961,
+ "lat": 43.6388087,
+ "lon": 3.924752
+ },
+ {
+ "nodeId": 1547420307,
+ "lat": 43.6389036,
+ "lon": 3.9246977
+ },
+ {
+ "nodeId": 1547420306,
+ "lat": 43.6388456,
+ "lon": 3.9247341
+ },
+ {
+ "nodeId": 1547420301,
+ "lat": 43.6389494,
+ "lon": 3.924659
+ },
+ {
+ "nodeId": 979210260,
+ "lat": 43.6389908,
+ "lon": 3.9246243
+ },
+ {
+ "nodeId": 231578482,
+ "lat": 43.5726581,
+ "lon": 3.8457785
+ },
+ {
+ "nodeId": 9908095445,
+ "lat": 43.6311142,
+ "lon": 3.8227901
+ },
+ {
+ "nodeId": 9908095446,
+ "lat": 43.6311522,
+ "lon": 3.8227996
+ },
+ {
+ "nodeId": 3123039810,
+ "lat": 43.6312199,
+ "lon": 3.8228069
+ },
+ {
+ "nodeId": 2577355067,
+ "lat": 43.6327063,
+ "lon": 3.8227833
+ },
+ {
+ "nodeId": 2577355031,
+ "lat": 43.633284,
+ "lon": 3.8227711
+ },
+ {
+ "nodeId": 3782086444,
+ "lat": 43.6342578,
+ "lon": 3.8227558
+ },
+ {
+ "nodeId": 2617397597,
+ "lat": 43.6344509,
+ "lon": 3.822752
+ },
+ {
+ "nodeId": 2577354994,
+ "lat": 43.6343468,
+ "lon": 3.8227544
+ },
+ {
+ "nodeId": 3782086688,
+ "lat": 43.6359223,
+ "lon": 3.8227167
+ },
+ {
+ "nodeId": 3782086753,
+ "lat": 43.6365972,
+ "lon": 3.8227008
+ },
+ {
+ "nodeId": 2577355061,
+ "lat": 43.6367562,
+ "lon": 3.8226973
+ },
+ {
+ "nodeId": 2577354986,
+ "lat": 43.6368614,
+ "lon": 3.8227101
+ },
+ {
+ "nodeId": 3780633142,
+ "lat": 43.6369095,
+ "lon": 3.8227235
+ },
+ {
+ "nodeId": 2577355034,
+ "lat": 43.636955,
+ "lon": 3.8227454
+ },
+ {
+ "nodeId": 2577355011,
+ "lat": 43.6370826,
+ "lon": 3.8228331
+ },
+ {
+ "nodeId": 3780633147,
+ "lat": 43.6370289,
+ "lon": 3.8227893
+ },
+ {
+ "nodeId": 2577355051,
+ "lat": 43.637158,
+ "lon": 3.8229266
+ },
+ {
+ "nodeId": 3780633154,
+ "lat": 43.63715,
+ "lon": 3.8229124
+ },
+ {
+ "nodeId": 2577354982,
+ "lat": 43.6372361,
+ "lon": 3.8230609
+ },
+ {
+ "nodeId": 2577354948,
+ "lat": 43.6373069,
+ "lon": 3.8232299
+ },
+ {
+ "nodeId": 2577355083,
+ "lat": 43.6379635,
+ "lon": 3.8249465
+ },
+ {
+ "nodeId": 2577355009,
+ "lat": 43.6383643,
+ "lon": 3.8260486
+ },
+ {
+ "nodeId": 3780638668,
+ "lat": 43.6388665,
+ "lon": 3.8274185
+ },
+ {
+ "nodeId": 3780633836,
+ "lat": 43.639086,
+ "lon": 3.828014
+ },
+ {
+ "nodeId": 2577354997,
+ "lat": 43.6391755,
+ "lon": 3.8282828
+ },
+ {
+ "nodeId": 2577355014,
+ "lat": 43.6391507,
+ "lon": 3.8281886
+ },
+ {
+ "nodeId": 3780638672,
+ "lat": 43.6391861,
+ "lon": 3.8283389
+ },
+ {
+ "nodeId": 2577355062,
+ "lat": 43.63919,
+ "lon": 3.828394
+ },
+ {
+ "nodeId": 2577354959,
+ "lat": 43.63919,
+ "lon": 3.8284816
+ },
+ {
+ "nodeId": 3780633847,
+ "lat": 43.6391833,
+ "lon": 3.8285571
+ },
+ {
+ "nodeId": 3123093683,
+ "lat": 43.6391744,
+ "lon": 3.8285966
+ },
+ {
+ "nodeId": 2577355030,
+ "lat": 43.6391539,
+ "lon": 3.8286734
+ },
+ {
+ "nodeId": 2577355035,
+ "lat": 43.6391026,
+ "lon": 3.8288198
+ },
+ {
+ "nodeId": 11325348614,
+ "lat": 43.6390422,
+ "lon": 3.8289507
+ },
+ {
+ "nodeId": 2577355047,
+ "lat": 43.6388714,
+ "lon": 3.829265
+ },
+ {
+ "nodeId": 2577355038,
+ "lat": 43.6390247,
+ "lon": 3.8289886
+ },
+ {
+ "nodeId": 2577354946,
+ "lat": 43.6389864,
+ "lon": 3.8290737
+ },
+ {
+ "nodeId": 2577355022,
+ "lat": 43.6386773,
+ "lon": 3.8295534
+ },
+ {
+ "nodeId": 2577355020,
+ "lat": 43.6384385,
+ "lon": 3.8298618
+ },
+ {
+ "nodeId": 2577354958,
+ "lat": 43.6380504,
+ "lon": 3.8303042
+ },
+ {
+ "nodeId": 2577355027,
+ "lat": 43.6377436,
+ "lon": 3.8306048
+ },
+ {
+ "nodeId": 2577354963,
+ "lat": 43.6374903,
+ "lon": 3.8308261
+ },
+ {
+ "nodeId": 2577354960,
+ "lat": 43.6373825,
+ "lon": 3.8309092
+ },
+ {
+ "nodeId": 3780633567,
+ "lat": 43.6372996,
+ "lon": 3.8309606
+ },
+ {
+ "nodeId": 2577355058,
+ "lat": 43.6372874,
+ "lon": 3.830968
+ },
+ {
+ "nodeId": 2577355065,
+ "lat": 43.6370525,
+ "lon": 3.8310863
+ },
+ {
+ "nodeId": 2577355072,
+ "lat": 43.636643,
+ "lon": 3.831255
+ },
+ {
+ "nodeId": 11326491555,
+ "lat": 43.6365717,
+ "lon": 3.8312874
+ },
+ {
+ "nodeId": 2577354999,
+ "lat": 43.6365003,
+ "lon": 3.8313198
+ },
+ {
+ "nodeId": 2577355057,
+ "lat": 43.6364508,
+ "lon": 3.8313509
+ },
+ {
+ "nodeId": 2577355075,
+ "lat": 43.6362295,
+ "lon": 3.8314805
+ },
+ {
+ "nodeId": 2577354984,
+ "lat": 43.6360817,
+ "lon": 3.8315903
+ },
+ {
+ "nodeId": 2577355018,
+ "lat": 43.6358927,
+ "lon": 3.831737
+ },
+ {
+ "nodeId": 2577355094,
+ "lat": 43.6356431,
+ "lon": 3.8319676
+ },
+ {
+ "nodeId": 2577355074,
+ "lat": 43.6350065,
+ "lon": 3.8326473
+ },
+ {
+ "nodeId": 2577355039,
+ "lat": 43.6348425,
+ "lon": 3.8328534
+ },
+ {
+ "nodeId": 2577355097,
+ "lat": 43.635435,
+ "lon": 3.8321914
+ },
+ {
+ "nodeId": 2577355095,
+ "lat": 43.6347624,
+ "lon": 3.832966
+ },
+ {
+ "nodeId": 2577880179,
+ "lat": 43.634269,
+ "lon": 3.8337048
+ },
+ {
+ "nodeId": 3780657101,
+ "lat": 43.6342164,
+ "lon": 3.8337877
+ },
+ {
+ "nodeId": 2577880032,
+ "lat": 43.6341553,
+ "lon": 3.8339036
+ },
+ {
+ "nodeId": 2577880039,
+ "lat": 43.6343973,
+ "lon": 3.8335044
+ },
+ {
+ "nodeId": 2577880009,
+ "lat": 43.634065,
+ "lon": 3.834103
+ },
+ {
+ "nodeId": 2577880174,
+ "lat": 43.6339233,
+ "lon": 3.8344833
+ },
+ {
+ "nodeId": 3780657100,
+ "lat": 43.6334759,
+ "lon": 3.8356256
+ },
+ {
+ "nodeId": 2577880068,
+ "lat": 43.633598,
+ "lon": 3.8353222
+ },
+ {
+ "nodeId": 2577880027,
+ "lat": 43.6332764,
+ "lon": 3.8360557
+ },
+ {
+ "nodeId": 2577880031,
+ "lat": 43.6333495,
+ "lon": 3.8359065
+ },
+ {
+ "nodeId": 3780657098,
+ "lat": 43.6332001,
+ "lon": 3.8362011
+ },
+ {
+ "nodeId": 2577880021,
+ "lat": 43.633106,
+ "lon": 3.8363635
+ },
+ {
+ "nodeId": 2577880139,
+ "lat": 43.6329995,
+ "lon": 3.83654
+ },
+ {
+ "nodeId": 2577880149,
+ "lat": 43.6329287,
+ "lon": 3.8366552
+ },
+ {
+ "nodeId": 3780657094,
+ "lat": 43.6326811,
+ "lon": 3.836997
+ },
+ {
+ "nodeId": 2577880020,
+ "lat": 43.6328777,
+ "lon": 3.8367282
+ },
+ {
+ "nodeId": 2577880008,
+ "lat": 43.6325469,
+ "lon": 3.8371641
+ },
+ {
+ "nodeId": 3780657091,
+ "lat": 43.632266,
+ "lon": 3.8374946
+ },
+ {
+ "nodeId": 2577880123,
+ "lat": 43.6321328,
+ "lon": 3.8376437
+ },
+ {
+ "nodeId": 2577880007,
+ "lat": 43.6320227,
+ "lon": 3.8377707
+ },
+ {
+ "nodeId": 2577880069,
+ "lat": 43.6319001,
+ "lon": 3.8379282
+ },
+ {
+ "nodeId": 2577880035,
+ "lat": 43.6317453,
+ "lon": 3.8381685
+ },
+ {
+ "nodeId": 2577880034,
+ "lat": 43.6316248,
+ "lon": 3.8383872
+ },
+ {
+ "nodeId": 2577880024,
+ "lat": 43.6315335,
+ "lon": 3.8385924
+ },
+ {
+ "nodeId": 2577880071,
+ "lat": 43.6314447,
+ "lon": 3.8388271
+ },
+ {
+ "nodeId": 2577880137,
+ "lat": 43.6312915,
+ "lon": 3.8393699
+ },
+ {
+ "nodeId": 2577880078,
+ "lat": 43.6311521,
+ "lon": 3.8399148
+ },
+ {
+ "nodeId": 2577880011,
+ "lat": 43.6310331,
+ "lon": 3.8404714
+ },
+ {
+ "nodeId": 2577880147,
+ "lat": 43.6309799,
+ "lon": 3.8406587
+ },
+ {
+ "nodeId": 2577880045,
+ "lat": 43.6309026,
+ "lon": 3.8408723
+ },
+ {
+ "nodeId": 2577880050,
+ "lat": 43.6307852,
+ "lon": 3.8411074
+ },
+ {
+ "nodeId": 3123093656,
+ "lat": 43.6305842,
+ "lon": 3.8414421
+ },
+ {
+ "nodeId": 2577880087,
+ "lat": 43.630834,
+ "lon": 3.8410225
+ },
+ {
+ "nodeId": 2577880170,
+ "lat": 43.630525,
+ "lon": 3.8415603
+ },
+ {
+ "nodeId": 2577880092,
+ "lat": 43.630491,
+ "lon": 3.8416428
+ },
+ {
+ "nodeId": 2577880055,
+ "lat": 43.6304456,
+ "lon": 3.8417802
+ },
+ {
+ "nodeId": 2577880054,
+ "lat": 43.6304199,
+ "lon": 3.8419031
+ },
+ {
+ "nodeId": 2577880028,
+ "lat": 43.6304033,
+ "lon": 3.8420328
+ },
+ {
+ "nodeId": 3123093652,
+ "lat": 43.6304066,
+ "lon": 3.8423702
+ },
+ {
+ "nodeId": 2577880019,
+ "lat": 43.6303939,
+ "lon": 3.8421918
+ },
+ {
+ "nodeId": 2577880053,
+ "lat": 43.6304328,
+ "lon": 3.8425017
+ },
+ {
+ "nodeId": 2577880168,
+ "lat": 43.6304755,
+ "lon": 3.8426593
+ },
+ {
+ "nodeId": 2577880017,
+ "lat": 43.6305337,
+ "lon": 3.8428081
+ },
+ {
+ "nodeId": 2577880012,
+ "lat": 43.6305481,
+ "lon": 3.8428444
+ },
+ {
+ "nodeId": 2577880066,
+ "lat": 43.630606,
+ "lon": 3.8429486
+ },
+ {
+ "nodeId": 2577880042,
+ "lat": 43.6306464,
+ "lon": 3.8430006
+ },
+ {
+ "nodeId": 2577880029,
+ "lat": 43.6307108,
+ "lon": 3.8430747
+ },
+ {
+ "nodeId": 2577880041,
+ "lat": 43.6307952,
+ "lon": 3.8431343
+ },
+ {
+ "nodeId": 2577880047,
+ "lat": 43.6308832,
+ "lon": 3.8431689
+ },
+ {
+ "nodeId": 2577880003,
+ "lat": 43.6309666,
+ "lon": 3.8431742
+ },
+ {
+ "nodeId": 2577880033,
+ "lat": 43.6310994,
+ "lon": 3.8431595
+ },
+ {
+ "nodeId": 3780666548,
+ "lat": 43.6312383,
+ "lon": 3.8431424
+ },
+ {
+ "nodeId": 2577880121,
+ "lat": 43.6313573,
+ "lon": 3.8431287
+ },
+ {
+ "nodeId": 2577880095,
+ "lat": 43.6317345,
+ "lon": 3.8430798
+ },
+ {
+ "nodeId": 3782085919,
+ "lat": 43.6318646,
+ "lon": 3.8430625
+ },
+ {
+ "nodeId": 2577880080,
+ "lat": 43.632016,
+ "lon": 3.8430368
+ },
+ {
+ "nodeId": 3782085922,
+ "lat": 43.6319217,
+ "lon": 3.8430549
+ },
+ {
+ "nodeId": 2577880018,
+ "lat": 43.6321875,
+ "lon": 3.8430322
+ },
+ {
+ "nodeId": 2577880048,
+ "lat": 43.6321276,
+ "lon": 3.8430328
+ },
+ {
+ "nodeId": 3782085940,
+ "lat": 43.6323402,
+ "lon": 3.84306
+ },
+ {
+ "nodeId": 2577880126,
+ "lat": 43.6323883,
+ "lon": 3.8430687
+ },
+ {
+ "nodeId": 2577880056,
+ "lat": 43.632478,
+ "lon": 3.8430991
+ },
+ {
+ "nodeId": 3782086360,
+ "lat": 43.6330587,
+ "lon": 3.8432942
+ },
+ {
+ "nodeId": 6311835566,
+ "lat": 43.6333028,
+ "lon": 3.8433692
+ },
+ {
+ "nodeId": 2577880005,
+ "lat": 43.6333824,
+ "lon": 3.8433903
+ },
+ {
+ "nodeId": 2577880023,
+ "lat": 43.6334643,
+ "lon": 3.8434096
+ },
+ {
+ "nodeId": 2577880159,
+ "lat": 43.6335871,
+ "lon": 3.8434297
+ },
+ {
+ "nodeId": 3782086373,
+ "lat": 43.6336604,
+ "lon": 3.8434466
+ },
+ {
+ "nodeId": 3123093668,
+ "lat": 43.6339213,
+ "lon": 3.8434921
+ },
+ {
+ "nodeId": 3782086385,
+ "lat": 43.6338724,
+ "lon": 3.8434836
+ },
+ {
+ "nodeId": 3782086415,
+ "lat": 43.6341801,
+ "lon": 3.8435735
+ },
+ {
+ "nodeId": 2577880176,
+ "lat": 43.6341067,
+ "lon": 3.8435478
+ },
+ {
+ "nodeId": 2577880058,
+ "lat": 43.6342067,
+ "lon": 3.8435854
+ },
+ {
+ "nodeId": 2577880075,
+ "lat": 43.6347144,
+ "lon": 3.8438394
+ },
+ {
+ "nodeId": 2577880037,
+ "lat": 43.6348143,
+ "lon": 3.8439306
+ },
+ {
+ "nodeId": 2577880044,
+ "lat": 43.6349036,
+ "lon": 3.8440527
+ },
+ {
+ "nodeId": 2577880040,
+ "lat": 43.6348609,
+ "lon": 3.8439829
+ },
+ {
+ "nodeId": 2577880064,
+ "lat": 43.6350094,
+ "lon": 3.8444134
+ },
+ {
+ "nodeId": 2577880140,
+ "lat": 43.6349244,
+ "lon": 3.8441063
+ },
+ {
+ "nodeId": 2577880145,
+ "lat": 43.635081,
+ "lon": 3.844661
+ },
+ {
+ "nodeId": 2577880097,
+ "lat": 43.6351122,
+ "lon": 3.8447609
+ },
+ {
+ "nodeId": 2577880013,
+ "lat": 43.6352911,
+ "lon": 3.8453047
+ },
+ {
+ "nodeId": 3782086502,
+ "lat": 43.635342,
+ "lon": 3.8454596
+ },
+ {
+ "nodeId": 3123093675,
+ "lat": 43.6357224,
+ "lon": 3.8466549
+ },
+ {
+ "nodeId": 2577880030,
+ "lat": 43.6357835,
+ "lon": 3.8468752
+ },
+ {
+ "nodeId": 2577880076,
+ "lat": 43.6358102,
+ "lon": 3.8470085
+ },
+ {
+ "nodeId": 2577880144,
+ "lat": 43.6358135,
+ "lon": 3.8471356
+ },
+ {
+ "nodeId": 2577880006,
+ "lat": 43.6357981,
+ "lon": 3.8472849
+ },
+ {
+ "nodeId": 2577880022,
+ "lat": 43.6357908,
+ "lon": 3.8473196
+ },
+ {
+ "nodeId": 2577880043,
+ "lat": 43.635768,
+ "lon": 3.8473893
+ },
+ {
+ "nodeId": 2577880151,
+ "lat": 43.6357015,
+ "lon": 3.8475318
+ },
+ {
+ "nodeId": 3782086524,
+ "lat": 43.6356664,
+ "lon": 3.8475863
+ },
+ {
+ "nodeId": 3782086616,
+ "lat": 43.635737,
+ "lon": 3.8474694
+ },
+ {
+ "nodeId": 2577880036,
+ "lat": 43.6356306,
+ "lon": 3.8476235
+ },
+ {
+ "nodeId": 2577880052,
+ "lat": 43.6350929,
+ "lon": 3.8480934
+ },
+ {
+ "nodeId": 3471270551,
+ "lat": 43.6349157,
+ "lon": 3.8482415
+ },
+ {
+ "nodeId": 9750164997,
+ "lat": 43.6341934,
+ "lon": 3.8488584
+ },
+ {
+ "nodeId": 2577880046,
+ "lat": 43.634164,
+ "lon": 3.848884
+ },
+ {
+ "nodeId": 2577880165,
+ "lat": 43.6340446,
+ "lon": 3.8490072
+ },
+ {
+ "nodeId": 2577880038,
+ "lat": 43.6341051,
+ "lon": 3.8489435
+ },
+ {
+ "nodeId": 13434369137,
+ "lat": 43.6340281,
+ "lon": 3.8490271
+ },
+ {
+ "nodeId": 2577880132,
+ "lat": 43.6339219,
+ "lon": 3.8491555
+ },
+ {
+ "nodeId": 2577880004,
+ "lat": 43.6335076,
+ "lon": 3.8497827
+ },
+ {
+ "nodeId": 2577880162,
+ "lat": 43.6327692,
+ "lon": 3.8509003
+ },
+ {
+ "nodeId": 3782085935,
+ "lat": 43.6322445,
+ "lon": 3.8516965
+ },
+ {
+ "nodeId": 2577880130,
+ "lat": 43.6322064,
+ "lon": 3.8517519
+ },
+ {
+ "nodeId": 6314183419,
+ "lat": 43.6318192,
+ "lon": 3.8523414
+ },
+ {
+ "nodeId": 2577880010,
+ "lat": 43.6318082,
+ "lon": 3.8523581
+ },
+ {
+ "nodeId": 2577880062,
+ "lat": 43.6317568,
+ "lon": 3.8524359
+ },
+ {
+ "nodeId": 6314183430,
+ "lat": 43.6314785,
+ "lon": 3.8528565
+ },
+ {
+ "nodeId": 2577880116,
+ "lat": 43.6314031,
+ "lon": 3.8529699
+ },
+ {
+ "nodeId": 5329272322,
+ "lat": 43.6313056,
+ "lon": 3.8531472
+ },
+ {
+ "nodeId": 2577880110,
+ "lat": 43.6313512,
+ "lon": 3.853063
+ },
+ {
+ "nodeId": 2577880154,
+ "lat": 43.6312957,
+ "lon": 3.8531655
+ },
+ {
+ "nodeId": 2577880114,
+ "lat": 43.6312678,
+ "lon": 3.8532327
+ },
+ {
+ "nodeId": 2577880119,
+ "lat": 43.6312596,
+ "lon": 3.8532559
+ },
+ {
+ "nodeId": 2577880142,
+ "lat": 43.6311948,
+ "lon": 3.8534511
+ },
+ {
+ "nodeId": 2577880117,
+ "lat": 43.6311103,
+ "lon": 3.8537341
+ },
+ {
+ "nodeId": 2577880135,
+ "lat": 43.6310385,
+ "lon": 3.8539339
+ },
+ {
+ "nodeId": 2577880134,
+ "lat": 43.6309501,
+ "lon": 3.8541351
+ },
+ {
+ "nodeId": 2577880099,
+ "lat": 43.6308453,
+ "lon": 3.8543161
+ },
+ {
+ "nodeId": 2577880100,
+ "lat": 43.6303134,
+ "lon": 3.8552777
+ },
+ {
+ "nodeId": 2577880102,
+ "lat": 43.630194,
+ "lon": 3.8554883
+ },
+ {
+ "nodeId": 2577880090,
+ "lat": 43.630028,
+ "lon": 3.8557471
+ },
+ {
+ "nodeId": 2577880082,
+ "lat": 43.629862,
+ "lon": 3.8559638
+ },
+ {
+ "nodeId": 2577880081,
+ "lat": 43.6294863,
+ "lon": 3.8563881
+ },
+ {
+ "nodeId": 10004299076,
+ "lat": 43.6290601,
+ "lon": 3.8567977
+ },
+ {
+ "nodeId": 2577880060,
+ "lat": 43.6289458,
+ "lon": 3.8569075
+ },
+ {
+ "nodeId": 2577880112,
+ "lat": 43.6288548,
+ "lon": 3.8570024
+ },
+ {
+ "nodeId": 2577880085,
+ "lat": 43.6285282,
+ "lon": 3.8573202
+ },
+ {
+ "nodeId": 2577880088,
+ "lat": 43.6283814,
+ "lon": 3.8574765
+ },
+ {
+ "nodeId": 5329272338,
+ "lat": 43.628336,
+ "lon": 3.8575386
+ },
+ {
+ "nodeId": 2577880014,
+ "lat": 43.628272,
+ "lon": 3.857626
+ },
+ {
+ "nodeId": 3123093650,
+ "lat": 43.6282122,
+ "lon": 3.8577444
+ },
+ {
+ "nodeId": 13434395444,
+ "lat": 43.6282012,
+ "lon": 3.8577681
+ },
+ {
+ "nodeId": 2572267702,
+ "lat": 43.6281656,
+ "lon": 3.8578451
+ },
+ {
+ "nodeId": 2479837290,
+ "lat": 43.6281103,
+ "lon": 3.8580588
+ },
+ {
+ "nodeId": 1204403017,
+ "lat": 43.6281448,
+ "lon": 3.8579142
+ },
+ {
+ "nodeId": 10157237808,
+ "lat": 43.6281061,
+ "lon": 3.8580955
+ },
+ {
+ "nodeId": 2479837320,
+ "lat": 43.6280893,
+ "lon": 3.8582417
+ },
+ {
+ "nodeId": 5329272336,
+ "lat": 43.6280869,
+ "lon": 3.8582857
+ },
+ {
+ "nodeId": 2479837344,
+ "lat": 43.6280877,
+ "lon": 3.8584411
+ },
+ {
+ "nodeId": 60025080,
+ "lat": 43.6281337,
+ "lon": 3.8587687
+ },
+ {
+ "nodeId": 60025081,
+ "lat": 43.6281068,
+ "lon": 3.8586087
+ },
+ {
+ "nodeId": 60025079,
+ "lat": 43.628447,
+ "lon": 3.8596419
+ },
+ {
+ "nodeId": 2479837318,
+ "lat": 43.6289449,
+ "lon": 3.8610772
+ },
+ {
+ "nodeId": 6314183469,
+ "lat": 43.6290233,
+ "lon": 3.8612974
+ },
+ {
+ "nodeId": 3906240582,
+ "lat": 43.6292944,
+ "lon": 3.8620516
+ },
+ {
+ "nodeId": 6314183474,
+ "lat": 43.6292443,
+ "lon": 3.8619135
+ },
+ {
+ "nodeId": 2479837359,
+ "lat": 43.6294941,
+ "lon": 3.8626023
+ },
+ {
+ "nodeId": 3906240593,
+ "lat": 43.6295666,
+ "lon": 3.8628739
+ },
+ {
+ "nodeId": 3906240595,
+ "lat": 43.6295735,
+ "lon": 3.8629388
+ },
+ {
+ "nodeId": 60025077,
+ "lat": 43.6295497,
+ "lon": 3.862788
+ },
+ {
+ "nodeId": 60025076,
+ "lat": 43.6295783,
+ "lon": 3.8629974
+ },
+ {
+ "nodeId": 3906240597,
+ "lat": 43.6295784,
+ "lon": 3.8630348
+ },
+ {
+ "nodeId": 3906240598,
+ "lat": 43.6295784,
+ "lon": 3.8630754
+ },
+ {
+ "nodeId": 3906240596,
+ "lat": 43.6295764,
+ "lon": 3.8631227
+ },
+ {
+ "nodeId": 60025075,
+ "lat": 43.629571,
+ "lon": 3.863173
+ },
+ {
+ "nodeId": 2479837314,
+ "lat": 43.6295528,
+ "lon": 3.8632673
+ },
+ {
+ "nodeId": 3906240590,
+ "lat": 43.6295292,
+ "lon": 3.8633351
+ },
+ {
+ "nodeId": 2479837322,
+ "lat": 43.6294988,
+ "lon": 3.8634054
+ },
+ {
+ "nodeId": 3906240587,
+ "lat": 43.6294659,
+ "lon": 3.8634594
+ },
+ {
+ "nodeId": 2479837293,
+ "lat": 43.6294235,
+ "lon": 3.8635182
+ },
+ {
+ "nodeId": 60025074,
+ "lat": 43.6292974,
+ "lon": 3.8636278
+ },
+ {
+ "nodeId": 60025073,
+ "lat": 43.629115,
+ "lon": 3.8637264
+ },
+ {
+ "nodeId": 60025072,
+ "lat": 43.6283805,
+ "lon": 3.8641121
+ },
+ {
+ "nodeId": 1424195831,
+ "lat": 43.6282477,
+ "lon": 3.8641911
+ },
+ {
+ "nodeId": 3760544483,
+ "lat": 43.6290126,
+ "lon": 3.8637802
+ },
+ {
+ "nodeId": 3123093649,
+ "lat": 43.6281426,
+ "lon": 3.8642764
+ },
+ {
+ "nodeId": 60025071,
+ "lat": 43.6280395,
+ "lon": 3.864375
+ },
+ {
+ "nodeId": 2479837331,
+ "lat": 43.6278932,
+ "lon": 3.8645273
+ },
+ {
+ "nodeId": 2479837354,
+ "lat": 43.6277889,
+ "lon": 3.8646471
+ },
+ {
+ "nodeId": 3906240571,
+ "lat": 43.6275171,
+ "lon": 3.8650009
+ },
+ {
+ "nodeId": 12676059790,
+ "lat": 43.6275062,
+ "lon": 3.8650155
+ },
+ {
+ "nodeId": 3906236655,
+ "lat": 43.6271514,
+ "lon": 3.8654881
+ },
+ {
+ "nodeId": 12202780278,
+ "lat": 43.6268659,
+ "lon": 3.8658643
+ },
+ {
+ "nodeId": 3810224718,
+ "lat": 43.6268031,
+ "lon": 3.8659458
+ },
+ {
+ "nodeId": 551219175,
+ "lat": 43.6267157,
+ "lon": 3.8660541
+ },
+ {
+ "nodeId": 3810224712,
+ "lat": 43.6266003,
+ "lon": 3.8662002
+ },
+ {
+ "nodeId": 60025068,
+ "lat": 43.6265674,
+ "lon": 3.8662323
+ },
+ {
+ "nodeId": 60722760,
+ "lat": 43.608662,
+ "lon": 3.8937271
+ },
+ {
+ "nodeId": 267850926,
+ "lat": 43.608638,
+ "lon": 3.8938373
+ },
+ {
+ "nodeId": 294077539,
+ "lat": 43.6085993,
+ "lon": 3.8939162
+ },
+ {
+ "nodeId": 3802871868,
+ "lat": 43.6085907,
+ "lon": 3.8939254
+ },
+ {
+ "nodeId": 294077540,
+ "lat": 43.6085416,
+ "lon": 3.8939781
+ },
+ {
+ "nodeId": 9855106171,
+ "lat": 43.6068596,
+ "lon": 3.8755025
+ },
+ {
+ "nodeId": 294077543,
+ "lat": 43.6084824,
+ "lon": 3.8940081
+ },
+ {
+ "nodeId": 12549116920,
+ "lat": 43.6070067,
+ "lon": 3.8751876
+ },
+ {
+ "nodeId": 8820959333,
+ "lat": 43.5868867,
+ "lon": 3.917167
+ },
+ {
+ "nodeId": 1434763556,
+ "lat": 43.5898118,
+ "lon": 3.9111931
+ },
+ {
+ "nodeId": 1434763563,
+ "lat": 43.5883029,
+ "lon": 3.9142741
+ },
+ {
+ "nodeId": 1434763555,
+ "lat": 43.5906891,
+ "lon": 3.9094264
+ },
+ {
+ "nodeId": 1434763564,
+ "lat": 43.5908163,
+ "lon": 3.9091767
+ },
+ {
+ "nodeId": 1503509377,
+ "lat": 43.5910266,
+ "lon": 3.9087563
+ },
+ {
+ "nodeId": 1434763568,
+ "lat": 43.5909006,
+ "lon": 3.9090097
+ },
+ {
+ "nodeId": 1434763562,
+ "lat": 43.5910876,
+ "lon": 3.9086482
+ },
+ {
+ "nodeId": 4550675219,
+ "lat": 43.591144,
+ "lon": 3.9085477
+ },
+ {
+ "nodeId": 3119255433,
+ "lat": 43.5914363,
+ "lon": 3.9080711
+ },
+ {
+ "nodeId": 3119255434,
+ "lat": 43.5916826,
+ "lon": 3.9077615
+ },
+ {
+ "nodeId": 1434763559,
+ "lat": 43.5912413,
+ "lon": 3.9083763
+ },
+ {
+ "nodeId": 3119255436,
+ "lat": 43.592191,
+ "lon": 3.9072074
+ },
+ {
+ "nodeId": 3119255438,
+ "lat": 43.5926611,
+ "lon": 3.906793
+ },
+ {
+ "nodeId": 1434756298,
+ "lat": 43.5929676,
+ "lon": 3.9065527
+ },
+ {
+ "nodeId": 1434756299,
+ "lat": 43.5918618,
+ "lon": 3.9075397
+ },
+ {
+ "nodeId": 4550675086,
+ "lat": 43.5932171,
+ "lon": 3.9063779
+ },
+ {
+ "nodeId": 1434756304,
+ "lat": 43.5934806,
+ "lon": 3.9062157
+ },
+ {
+ "nodeId": 4550675079,
+ "lat": 43.5936742,
+ "lon": 3.9061006
+ },
+ {
+ "nodeId": 1434756296,
+ "lat": 43.593949,
+ "lon": 3.9059625
+ },
+ {
+ "nodeId": 1434756310,
+ "lat": 43.594305,
+ "lon": 3.905777
+ },
+ {
+ "nodeId": 12549212251,
+ "lat": 43.5943472,
+ "lon": 3.9057552
+ },
+ {
+ "nodeId": 4040099677,
+ "lat": 43.6052444,
+ "lon": 3.8803637
+ },
+ {
+ "nodeId": 11881765520,
+ "lat": 43.6052217,
+ "lon": 3.8803855
+ },
+ {
+ "nodeId": 1111381197,
+ "lat": 43.605161,
+ "lon": 3.8804765
+ },
+ {
+ "nodeId": 938646843,
+ "lat": 43.6052005,
+ "lon": 3.8804059
+ },
+ {
+ "nodeId": 938646808,
+ "lat": 43.6051488,
+ "lon": 3.880505
+ },
+ {
+ "nodeId": 60722795,
+ "lat": 43.6051293,
+ "lon": 3.8805727
+ },
+ {
+ "nodeId": 266328720,
+ "lat": 43.6051229,
+ "lon": 3.8806193
+ },
+ {
+ "nodeId": 2009776395,
+ "lat": 43.6051215,
+ "lon": 3.8806734
+ },
+ {
+ "nodeId": 2007778301,
+ "lat": 43.6051298,
+ "lon": 3.8807621
+ },
+ {
+ "nodeId": 938646824,
+ "lat": 43.6051483,
+ "lon": 3.880829
+ },
+ {
+ "nodeId": 938646818,
+ "lat": 43.6051254,
+ "lon": 3.8807296
+ },
+ {
+ "nodeId": 11881765510,
+ "lat": 43.6051586,
+ "lon": 3.880851
+ },
+ {
+ "nodeId": 11881765508,
+ "lat": 43.6051648,
+ "lon": 3.8808642
+ },
+ {
+ "nodeId": 2575586441,
+ "lat": 43.6037012,
+ "lon": 3.8949833
+ },
+ {
+ "nodeId": 9910291750,
+ "lat": 43.6037631,
+ "lon": 3.8949824
+ },
+ {
+ "nodeId": 9910291747,
+ "lat": 43.6038238,
+ "lon": 3.8949684
+ },
+ {
+ "nodeId": 9910291748,
+ "lat": 43.603794,
+ "lon": 3.8949771
+ },
+ {
+ "nodeId": 2575586370,
+ "lat": 43.6038486,
+ "lon": 3.8949582
+ },
+ {
+ "nodeId": 9910291739,
+ "lat": 43.6039336,
+ "lon": 3.8948996
+ },
+ {
+ "nodeId": 2575586429,
+ "lat": 43.6039132,
+ "lon": 3.8949165
+ },
+ {
+ "nodeId": 2575586321,
+ "lat": 43.6039527,
+ "lon": 3.8948813
+ },
+ {
+ "nodeId": 5130642866,
+ "lat": 43.6039766,
+ "lon": 3.8948532
+ },
+ {
+ "nodeId": 9910291738,
+ "lat": 43.6039962,
+ "lon": 3.894829
+ },
+ {
+ "nodeId": 9910291737,
+ "lat": 43.6040151,
+ "lon": 3.8947982
+ },
+ {
+ "nodeId": 9910291736,
+ "lat": 43.6040305,
+ "lon": 3.8947649
+ },
+ {
+ "nodeId": 2575586496,
+ "lat": 43.6040401,
+ "lon": 3.894738
+ },
+ {
+ "nodeId": 9910288721,
+ "lat": 43.6040512,
+ "lon": 3.8947027
+ },
+ {
+ "nodeId": 2575586538,
+ "lat": 43.6040646,
+ "lon": 3.8946168
+ },
+ {
+ "nodeId": 9910291731,
+ "lat": 43.6040581,
+ "lon": 3.8946648
+ },
+ {
+ "nodeId": 943983843,
+ "lat": 43.6040663,
+ "lon": 3.8945734
+ },
+ {
+ "nodeId": 3122456982,
+ "lat": 43.6040657,
+ "lon": 3.8945201
+ },
+ {
+ "nodeId": 2575586542,
+ "lat": 43.604054,
+ "lon": 3.8943768
+ },
+ {
+ "nodeId": 3072514363,
+ "lat": 43.5768152,
+ "lon": 3.8525127
+ },
+ {
+ "nodeId": 20932818,
+ "lat": 43.6390663,
+ "lon": 3.9245898
+ },
+ {
+ "nodeId": 979209061,
+ "lat": 43.6391028,
+ "lon": 3.9245791
+ },
+ {
+ "nodeId": 979209431,
+ "lat": 43.6391531,
+ "lon": 3.9245724
+ },
+ {
+ "nodeId": 979209816,
+ "lat": 43.6391937,
+ "lon": 3.9245775
+ },
+ {
+ "nodeId": 20932819,
+ "lat": 43.6392383,
+ "lon": 3.9245976
+ },
+ {
+ "nodeId": 979209236,
+ "lat": 43.6392737,
+ "lon": 3.9246231
+ },
+ {
+ "nodeId": 979209665,
+ "lat": 43.6393048,
+ "lon": 3.9246553
+ },
+ {
+ "nodeId": 20932805,
+ "lat": 43.6393268,
+ "lon": 3.9246923
+ },
+ {
+ "nodeId": 979209955,
+ "lat": 43.639346,
+ "lon": 3.9247323
+ },
+ {
+ "nodeId": 979208827,
+ "lat": 43.6393581,
+ "lon": 3.9247679
+ },
+ {
+ "nodeId": 979209426,
+ "lat": 43.6393704,
+ "lon": 3.9248268
+ },
+ {
+ "nodeId": 979210129,
+ "lat": 43.6394205,
+ "lon": 3.9253976
+ },
+ {
+ "nodeId": 979209813,
+ "lat": 43.6394423,
+ "lon": 3.9255916
+ },
+ {
+ "nodeId": 3810253590,
+ "lat": 43.6395934,
+ "lon": 3.9267838
+ },
+ {
+ "nodeId": 979208933,
+ "lat": 43.6394887,
+ "lon": 3.9259455
+ },
+ {
+ "nodeId": 1547417295,
+ "lat": 43.6396241,
+ "lon": 3.9270069
+ },
+ {
+ "nodeId": 3810253594,
+ "lat": 43.6396346,
+ "lon": 3.9271015
+ },
+ {
+ "nodeId": 1503509409,
+ "lat": 43.57135,
+ "lon": 3.9131237
+ },
+ {
+ "nodeId": 1503509429,
+ "lat": 43.5714617,
+ "lon": 3.9125595
+ },
+ {
+ "nodeId": 3122450432,
+ "lat": 43.5715874,
+ "lon": 3.9118748
+ },
+ {
+ "nodeId": 1503509426,
+ "lat": 43.5716292,
+ "lon": 3.9115645
+ },
+ {
+ "nodeId": 3122450433,
+ "lat": 43.5716657,
+ "lon": 3.9112612
+ },
+ {
+ "nodeId": 1503509421,
+ "lat": 43.5716877,
+ "lon": 3.9109634
+ },
+ {
+ "nodeId": 1503509354,
+ "lat": 43.5717076,
+ "lon": 3.9105708
+ },
+ {
+ "nodeId": 3122450435,
+ "lat": 43.5717145,
+ "lon": 3.9101611
+ },
+ {
+ "nodeId": 3122450434,
+ "lat": 43.5717104,
+ "lon": 3.9098216
+ },
+ {
+ "nodeId": 1503509389,
+ "lat": 43.5716972,
+ "lon": 3.9095797
+ },
+ {
+ "nodeId": 1503509373,
+ "lat": 43.571676,
+ "lon": 3.9092233
+ },
+ {
+ "nodeId": 2898883484,
+ "lat": 43.5716857,
+ "lon": 3.9094114
+ },
+ {
+ "nodeId": 1503509418,
+ "lat": 43.5716354,
+ "lon": 3.9088016
+ },
+ {
+ "nodeId": 3122450431,
+ "lat": 43.5715198,
+ "lon": 3.9081014
+ },
+ {
+ "nodeId": 1503509432,
+ "lat": 43.5715654,
+ "lon": 3.9083443
+ },
+ {
+ "nodeId": 1503509356,
+ "lat": 43.5714311,
+ "lon": 3.9076902
+ },
+ {
+ "nodeId": 1503509374,
+ "lat": 43.5713042,
+ "lon": 3.9071723
+ },
+ {
+ "nodeId": 12546993777,
+ "lat": 43.5712173,
+ "lon": 3.9068089
+ },
+ {
+ "nodeId": 2564072316,
+ "lat": 43.5712088,
+ "lon": 3.9067731
+ },
+ {
+ "nodeId": 3122450425,
+ "lat": 43.5711616,
+ "lon": 3.9065389
+ },
+ {
+ "nodeId": 1503509359,
+ "lat": 43.5710637,
+ "lon": 3.9060204
+ },
+ {
+ "nodeId": 1871496575,
+ "lat": 43.5711773,
+ "lon": 3.9066177
+ },
+ {
+ "nodeId": 3648748786,
+ "lat": 43.5825132,
+ "lon": 3.8613369
+ },
+ {
+ "nodeId": 1540210650,
+ "lat": 43.5826075,
+ "lon": 3.8612516
+ },
+ {
+ "nodeId": 1540210702,
+ "lat": 43.583054,
+ "lon": 3.8608487
+ },
+ {
+ "nodeId": 1547404564,
+ "lat": 43.6487383,
+ "lon": 3.9213907
+ },
+ {
+ "nodeId": 1547404567,
+ "lat": 43.6488723,
+ "lon": 3.9213086
+ },
+ {
+ "nodeId": 707396897,
+ "lat": 43.6501238,
+ "lon": 3.9205483
+ },
+ {
+ "nodeId": 2305432939,
+ "lat": 43.6050605,
+ "lon": 3.8806647
+ },
+ {
+ "nodeId": 1119886401,
+ "lat": 43.6050387,
+ "lon": 3.8806179
+ },
+ {
+ "nodeId": 11881765517,
+ "lat": 43.6050311,
+ "lon": 3.8805929
+ },
+ {
+ "nodeId": 2583839267,
+ "lat": 43.605021,
+ "lon": 3.8805594
+ },
+ {
+ "nodeId": 2007778290,
+ "lat": 43.6050134,
+ "lon": 3.8805231
+ },
+ {
+ "nodeId": 2583839259,
+ "lat": 43.605008,
+ "lon": 3.8804877
+ },
+ {
+ "nodeId": 256089085,
+ "lat": 43.6050027,
+ "lon": 3.8804464
+ },
+ {
+ "nodeId": 2305432935,
+ "lat": 43.6050015,
+ "lon": 3.8804365
+ },
+ {
+ "nodeId": 1119886391,
+ "lat": 43.6050017,
+ "lon": 3.8804103
+ },
+ {
+ "nodeId": 2007778291,
+ "lat": 43.6050032,
+ "lon": 3.8803817
+ },
+ {
+ "nodeId": 11881765514,
+ "lat": 43.6050071,
+ "lon": 3.8803575
+ },
+ {
+ "nodeId": 2583839262,
+ "lat": 43.6050097,
+ "lon": 3.8803415
+ },
+ {
+ "nodeId": 1119886394,
+ "lat": 43.6050208,
+ "lon": 3.8802967
+ },
+ {
+ "nodeId": 1119886395,
+ "lat": 43.6050458,
+ "lon": 3.8802269
+ },
+ {
+ "nodeId": 11881765507,
+ "lat": 43.6050683,
+ "lon": 3.8801672
+ },
+ {
+ "nodeId": 2575586472,
+ "lat": 43.6050725,
+ "lon": 3.8801561
+ },
+ {
+ "nodeId": 2565144090,
+ "lat": 43.6003884,
+ "lon": 3.8957905
+ },
+ {
+ "nodeId": 3796070184,
+ "lat": 43.6004264,
+ "lon": 3.8957527
+ },
+ {
+ "nodeId": 5540310154,
+ "lat": 43.6007965,
+ "lon": 3.8953909
+ },
+ {
+ "nodeId": 2575591257,
+ "lat": 43.6009509,
+ "lon": 3.8952468
+ },
+ {
+ "nodeId": 2565144109,
+ "lat": 43.6009045,
+ "lon": 3.8952857
+ },
+ {
+ "nodeId": 2575591261,
+ "lat": 43.6010063,
+ "lon": 3.895217
+ },
+ {
+ "nodeId": 2575591259,
+ "lat": 43.6010428,
+ "lon": 3.8952013
+ },
+ {
+ "nodeId": 2575591255,
+ "lat": 43.6011178,
+ "lon": 3.8951844
+ },
+ {
+ "nodeId": 2575591263,
+ "lat": 43.6012747,
+ "lon": 3.8951736
+ },
+ {
+ "nodeId": 2575591268,
+ "lat": 43.6015848,
+ "lon": 3.8951351
+ },
+ {
+ "nodeId": 2575591267,
+ "lat": 43.6016819,
+ "lon": 3.895111
+ },
+ {
+ "nodeId": 5052362439,
+ "lat": 43.601545,
+ "lon": 3.89514
+ },
+ {
+ "nodeId": 5576120249,
+ "lat": 43.6018085,
+ "lon": 3.895036
+ },
+ {
+ "nodeId": 2575591256,
+ "lat": 43.6017586,
+ "lon": 3.8950734
+ },
+ {
+ "nodeId": 2575591265,
+ "lat": 43.6022413,
+ "lon": 3.8946604
+ },
+ {
+ "nodeId": 2575591264,
+ "lat": 43.6023365,
+ "lon": 3.8946161
+ },
+ {
+ "nodeId": 2575586539,
+ "lat": 43.6024797,
+ "lon": 3.894603
+ },
+ {
+ "nodeId": 2575586402,
+ "lat": 43.602426,
+ "lon": 3.8945973
+ },
+ {
+ "nodeId": 2575586365,
+ "lat": 43.6030202,
+ "lon": 3.8947282
+ },
+ {
+ "nodeId": 2575586534,
+ "lat": 43.6031843,
+ "lon": 3.8947818
+ },
+ {
+ "nodeId": 5540310156,
+ "lat": 43.6032215,
+ "lon": 3.8947966
+ },
+ {
+ "nodeId": 2575586504,
+ "lat": 43.6033669,
+ "lon": 3.8948543
+ },
+ {
+ "nodeId": 2575586440,
+ "lat": 43.6035983,
+ "lon": 3.8949539
+ },
+ {
+ "nodeId": 9910291751,
+ "lat": 43.6036393,
+ "lon": 3.8949695
+ },
+ {
+ "nodeId": 9910291752,
+ "lat": 43.6036708,
+ "lon": 3.8949789
+ },
+ {
+ "nodeId": 13386945305,
+ "lat": 43.6052261,
+ "lon": 3.8808992
+ },
+ {
+ "nodeId": 2305432951,
+ "lat": 43.6052107,
+ "lon": 3.880876
+ },
+ {
+ "nodeId": 3119065627,
+ "lat": 43.6054224,
+ "lon": 3.8811955
+ },
+ {
+ "nodeId": 3123039787,
+ "lat": 43.6210543,
+ "lon": 3.8173934
+ },
+ {
+ "nodeId": 2577355099,
+ "lat": 43.6214382,
+ "lon": 3.8174054
+ },
+ {
+ "nodeId": 3123039758,
+ "lat": 43.6158758,
+ "lon": 3.8181749
+ },
+ {
+ "nodeId": 1503629524,
+ "lat": 43.6158289,
+ "lon": 3.818193
+ },
+ {
+ "nodeId": 1505157922,
+ "lat": 43.6157643,
+ "lon": 3.8182035
+ },
+ {
+ "nodeId": 2564061633,
+ "lat": 43.6157332,
+ "lon": 3.8182053
+ },
+ {
+ "nodeId": 3781186881,
+ "lat": 43.6156769,
+ "lon": 3.8181894
+ },
+ {
+ "nodeId": 2564061632,
+ "lat": 43.6156403,
+ "lon": 3.8181757
+ },
+ {
+ "nodeId": 3781186875,
+ "lat": 43.6156235,
+ "lon": 3.8181626
+ },
+ {
+ "nodeId": 2564061771,
+ "lat": 43.6155353,
+ "lon": 3.818084
+ },
+ {
+ "nodeId": 2564061631,
+ "lat": 43.6155695,
+ "lon": 3.8181205
+ },
+ {
+ "nodeId": 2564061636,
+ "lat": 43.6154938,
+ "lon": 3.8180119
+ },
+ {
+ "nodeId": 2564061641,
+ "lat": 43.6154365,
+ "lon": 3.817855
+ },
+ {
+ "nodeId": 2007778302,
+ "lat": 43.6051319,
+ "lon": 3.8800013
+ },
+ {
+ "nodeId": 1119886396,
+ "lat": 43.6053693,
+ "lon": 3.8793823
+ },
+ {
+ "nodeId": 1119886390,
+ "lat": 43.6058915,
+ "lon": 3.8780211
+ },
+ {
+ "nodeId": 3123033202,
+ "lat": 43.6060301,
+ "lon": 3.8776598
+ },
+ {
+ "nodeId": 1324678102,
+ "lat": 43.6060604,
+ "lon": 3.8775829
+ },
+ {
+ "nodeId": 1324678099,
+ "lat": 43.6061777,
+ "lon": 3.8773347
+ },
+ {
+ "nodeId": 1616132602,
+ "lat": 43.6062156,
+ "lon": 3.877249
+ },
+ {
+ "nodeId": 1323744512,
+ "lat": 43.6062676,
+ "lon": 3.8771173
+ },
+ {
+ "nodeId": 12177979463,
+ "lat": 43.6062895,
+ "lon": 3.8770585
+ },
+ {
+ "nodeId": 1692070908,
+ "lat": 43.6065415,
+ "lon": 3.8763748
+ },
+ {
+ "nodeId": 3123033205,
+ "lat": 43.6066068,
+ "lon": 3.8761899
+ },
+ {
+ "nodeId": 1326256111,
+ "lat": 43.6066714,
+ "lon": 3.8759942
+ },
+ {
+ "nodeId": 3123033207,
+ "lat": 43.6067164,
+ "lon": 3.8758449
+ },
+ {
+ "nodeId": 13306349931,
+ "lat": 43.6067384,
+ "lon": 3.8757823
+ },
+ {
+ "nodeId": 12190070892,
+ "lat": 43.6067459,
+ "lon": 3.875761
+ },
+ {
+ "nodeId": 3123033208,
+ "lat": 43.6067767,
+ "lon": 3.8756792
+ },
+ {
+ "nodeId": 3119255446,
+ "lat": 43.6002631,
+ "lon": 3.8961967
+ },
+ {
+ "nodeId": 2565144148,
+ "lat": 43.6002573,
+ "lon": 3.8961463
+ },
+ {
+ "nodeId": 8754231941,
+ "lat": 43.6002561,
+ "lon": 3.8961031
+ },
+ {
+ "nodeId": 2565144115,
+ "lat": 43.6002595,
+ "lon": 3.8960605
+ },
+ {
+ "nodeId": 8754231940,
+ "lat": 43.6002668,
+ "lon": 3.8960206
+ },
+ {
+ "nodeId": 2565144107,
+ "lat": 43.6002792,
+ "lon": 3.8959803
+ },
+ {
+ "nodeId": 2565144101,
+ "lat": 43.6002986,
+ "lon": 3.8959331
+ },
+ {
+ "nodeId": 8754231939,
+ "lat": 43.6003187,
+ "lon": 3.8958979
+ },
+ {
+ "nodeId": 1250211571,
+ "lat": 43.5707782,
+ "lon": 3.8396955
+ },
+ {
+ "nodeId": 2565144160,
+ "lat": 43.6003365,
+ "lon": 3.8958674
+ },
+ {
+ "nodeId": 231578473,
+ "lat": 43.5707861,
+ "lon": 3.8399258
+ },
+ {
+ "nodeId": 1250211382,
+ "lat": 43.5708281,
+ "lon": 3.8404477
+ },
+ {
+ "nodeId": 1248723708,
+ "lat": 43.5708551,
+ "lon": 3.840657
+ },
+ {
+ "nodeId": 1250211308,
+ "lat": 43.5708065,
+ "lon": 3.84023
+ },
+ {
+ "nodeId": 1250211326,
+ "lat": 43.5709881,
+ "lon": 3.8414784
+ },
+ {
+ "nodeId": 231578476,
+ "lat": 43.571021,
+ "lon": 3.8416542
+ },
+ {
+ "nodeId": 1250211451,
+ "lat": 43.5710759,
+ "lon": 3.8419274
+ },
+ {
+ "nodeId": 1248723845,
+ "lat": 43.5712112,
+ "lon": 3.84247
+ },
+ {
+ "nodeId": 231578477,
+ "lat": 43.5711142,
+ "lon": 3.8420911
+ },
+ {
+ "nodeId": 1248724116,
+ "lat": 43.5713576,
+ "lon": 3.8429497
+ },
+ {
+ "nodeId": 1250211294,
+ "lat": 43.5714883,
+ "lon": 3.8433125
+ },
+ {
+ "nodeId": 1250211361,
+ "lat": 43.5715812,
+ "lon": 3.8435466
+ },
+ {
+ "nodeId": 231578478,
+ "lat": 43.5716733,
+ "lon": 3.8437593
+ },
+ {
+ "nodeId": 3475801483,
+ "lat": 43.5718578,
+ "lon": 3.8441514
+ },
+ {
+ "nodeId": 7726926817,
+ "lat": 43.5719914,
+ "lon": 3.8444352
+ },
+ {
+ "nodeId": 3124581429,
+ "lat": 43.5724402,
+ "lon": 3.8453333
+ },
+ {
+ "nodeId": 3119254618,
+ "lat": 43.5776086,
+ "lon": 3.9361116
+ },
+ {
+ "nodeId": 2730687937,
+ "lat": 43.5776869,
+ "lon": 3.9359704
+ },
+ {
+ "nodeId": 6004546179,
+ "lat": 43.577693,
+ "lon": 3.9359583
+ },
+ {
+ "nodeId": 2730687938,
+ "lat": 43.5777559,
+ "lon": 3.9358333
+ },
+ {
+ "nodeId": 1802962917,
+ "lat": 43.5778125,
+ "lon": 3.9357103
+ },
+ {
+ "nodeId": 6004546178,
+ "lat": 43.5779235,
+ "lon": 3.9354851
+ },
+ {
+ "nodeId": 7507171692,
+ "lat": 43.5782248,
+ "lon": 3.9348692
+ },
+ {
+ "nodeId": 2730687939,
+ "lat": 43.5784808,
+ "lon": 3.9343502
+ },
+ {
+ "nodeId": 1712551991,
+ "lat": 43.5647598,
+ "lon": 3.957974
+ },
+ {
+ "nodeId": 3123033214,
+ "lat": 43.6072857,
+ "lon": 3.8742409
+ },
+ {
+ "nodeId": 3123033209,
+ "lat": 43.6070897,
+ "lon": 3.8741349
+ },
+ {
+ "nodeId": 12549116921,
+ "lat": 43.6068053,
+ "lon": 3.873986
+ },
+ {
+ "nodeId": 3123039729,
+ "lat": 43.6105045,
+ "lon": 3.8582302
+ },
+ {
+ "nodeId": 5116912598,
+ "lat": 43.6104807,
+ "lon": 3.8583667
+ },
+ {
+ "nodeId": 2575586369,
+ "lat": 43.6105237,
+ "lon": 3.8580704
+ },
+ {
+ "nodeId": 2575586445,
+ "lat": 43.6105322,
+ "lon": 3.8579264
+ },
+ {
+ "nodeId": 3123039730,
+ "lat": 43.6105311,
+ "lon": 3.857727
+ },
+ {
+ "nodeId": 2575586546,
+ "lat": 43.6105219,
+ "lon": 3.8575604
+ },
+ {
+ "nodeId": 5116912552,
+ "lat": 43.6104384,
+ "lon": 3.8568295
+ },
+ {
+ "nodeId": 2575419056,
+ "lat": 43.6104227,
+ "lon": 3.8566341
+ },
+ {
+ "nodeId": 11889083461,
+ "lat": 43.610413,
+ "lon": 3.8564702
+ },
+ {
+ "nodeId": 2575419053,
+ "lat": 43.6103995,
+ "lon": 3.8562425
+ },
+ {
+ "nodeId": 3123033227,
+ "lat": 43.6103777,
+ "lon": 3.8558954
+ },
+ {
+ "nodeId": 2575419136,
+ "lat": 43.6103328,
+ "lon": 3.8554157
+ },
+ {
+ "nodeId": 5116912564,
+ "lat": 43.6103187,
+ "lon": 3.8552951
+ },
+ {
+ "nodeId": 5116912583,
+ "lat": 43.6102325,
+ "lon": 3.8545684
+ },
+ {
+ "nodeId": 2575419251,
+ "lat": 43.6102199,
+ "lon": 3.8544604
+ },
+ {
+ "nodeId": 2575419239,
+ "lat": 43.610214,
+ "lon": 3.8543929
+ },
+ {
+ "nodeId": 2575419134,
+ "lat": 43.6102018,
+ "lon": 3.8542519
+ },
+ {
+ "nodeId": 1325374712,
+ "lat": 43.5962852,
+ "lon": 3.8769833
+ },
+ {
+ "nodeId": 1325374749,
+ "lat": 43.5961509,
+ "lon": 3.8772544
+ },
+ {
+ "nodeId": 3033184154,
+ "lat": 43.5945284,
+ "lon": 3.9056616
+ },
+ {
+ "nodeId": 2515753668,
+ "lat": 43.594699,
+ "lon": 3.9055911
+ },
+ {
+ "nodeId": 1505206360,
+ "lat": 43.5948151,
+ "lon": 3.9055347
+ },
+ {
+ "nodeId": 2564072360,
+ "lat": 43.5949014,
+ "lon": 3.9054972
+ },
+ {
+ "nodeId": 12531443063,
+ "lat": 43.5952388,
+ "lon": 3.9053459
+ },
+ {
+ "nodeId": 1505206325,
+ "lat": 43.5952727,
+ "lon": 3.9053307
+ },
+ {
+ "nodeId": 12531443062,
+ "lat": 43.5963198,
+ "lon": 3.9046429
+ },
+ {
+ "nodeId": 1505206361,
+ "lat": 43.595459,
+ "lon": 3.9052305
+ },
+ {
+ "nodeId": 3119255441,
+ "lat": 43.596926,
+ "lon": 3.9042377
+ },
+ {
+ "nodeId": 4063681440,
+ "lat": 43.5975314,
+ "lon": 3.9038208
+ },
+ {
+ "nodeId": 12531443061,
+ "lat": 43.5975391,
+ "lon": 3.9038153
+ },
+ {
+ "nodeId": 12531443050,
+ "lat": 43.5980537,
+ "lon": 3.9034553
+ },
+ {
+ "nodeId": 12531443047,
+ "lat": 43.5980901,
+ "lon": 3.9034303
+ },
+ {
+ "nodeId": 12531443053,
+ "lat": 43.5982471,
+ "lon": 3.9033228
+ },
+ {
+ "nodeId": 12531443055,
+ "lat": 43.598281,
+ "lon": 3.9032995
+ },
+ {
+ "nodeId": 12531443058,
+ "lat": 43.598322,
+ "lon": 3.9032714
+ },
+ {
+ "nodeId": 12531443059,
+ "lat": 43.598349,
+ "lon": 3.9032529
+ },
+ {
+ "nodeId": 3970979682,
+ "lat": 43.5985184,
+ "lon": 3.9031368
+ },
+ {
+ "nodeId": 5024016040,
+ "lat": 43.5985506,
+ "lon": 3.9031143
+ },
+ {
+ "nodeId": 1505206356,
+ "lat": 43.5986879,
+ "lon": 3.9030186
+ },
+ {
+ "nodeId": 2442545853,
+ "lat": 43.5989963,
+ "lon": 3.9028054
+ },
+ {
+ "nodeId": 1505206368,
+ "lat": 43.5997616,
+ "lon": 3.9023082
+ },
+ {
+ "nodeId": 1505206353,
+ "lat": 43.6002549,
+ "lon": 3.9019917
+ },
+ {
+ "nodeId": 5053439339,
+ "lat": 43.6001597,
+ "lon": 3.9020528
+ },
+ {
+ "nodeId": 1534312111,
+ "lat": 43.6014633,
+ "lon": 3.9013611
+ },
+ {
+ "nodeId": 1505206371,
+ "lat": 43.601667,
+ "lon": 3.9012618
+ },
+ {
+ "nodeId": 1505206343,
+ "lat": 43.6006099,
+ "lon": 3.9017929
+ },
+ {
+ "nodeId": 1505206358,
+ "lat": 43.6018968,
+ "lon": 3.9011386
+ },
+ {
+ "nodeId": 1505206338,
+ "lat": 43.6019439,
+ "lon": 3.9010862
+ },
+ {
+ "nodeId": 8754231944,
+ "lat": 43.6019683,
+ "lon": 3.9010437
+ },
+ {
+ "nodeId": 1534312144,
+ "lat": 43.6019852,
+ "lon": 3.9010014
+ },
+ {
+ "nodeId": 8754231942,
+ "lat": 43.6019964,
+ "lon": 3.9009482
+ },
+ {
+ "nodeId": 8754231943,
+ "lat": 43.6020062,
+ "lon": 3.9008697
+ },
+ {
+ "nodeId": 3119065618,
+ "lat": 43.6020047,
+ "lon": 3.9008334
+ },
+ {
+ "nodeId": 2575586423,
+ "lat": 43.6059825,
+ "lon": 3.873227
+ },
+ {
+ "nodeId": 3421812793,
+ "lat": 43.606106,
+ "lon": 3.8729923
+ },
+ {
+ "nodeId": 3421812799,
+ "lat": 43.6064309,
+ "lon": 3.8723726
+ },
+ {
+ "nodeId": 2575586443,
+ "lat": 43.6065094,
+ "lon": 3.8722234
+ },
+ {
+ "nodeId": 12549116917,
+ "lat": 43.6065336,
+ "lon": 3.8721736
+ },
+ {
+ "nodeId": 1445507885,
+ "lat": 43.6002774,
+ "lon": 3.8958327
+ },
+ {
+ "nodeId": 1585115891,
+ "lat": 43.6002468,
+ "lon": 3.8958518
+ },
+ {
+ "nodeId": 1445507887,
+ "lat": 43.600226,
+ "lon": 3.8958615
+ },
+ {
+ "nodeId": 1445507883,
+ "lat": 43.6001941,
+ "lon": 3.8958682
+ },
+ {
+ "nodeId": 1445507884,
+ "lat": 43.6001391,
+ "lon": 3.8958673
+ },
+ {
+ "nodeId": 1539538098,
+ "lat": 43.6000892,
+ "lon": 3.8958469
+ },
+ {
+ "nodeId": 1539538088,
+ "lat": 43.6000418,
+ "lon": 3.8958143
+ },
+ {
+ "nodeId": 1445507886,
+ "lat": 43.6000109,
+ "lon": 3.8957819
+ },
+ {
+ "nodeId": 12549097487,
+ "lat": 43.6152601,
+ "lon": 3.8258562
+ },
+ {
+ "nodeId": 2564555089,
+ "lat": 43.6152102,
+ "lon": 3.8258561
+ },
+ {
+ "nodeId": 5158657245,
+ "lat": 43.6151816,
+ "lon": 3.8258547
+ },
+ {
+ "nodeId": 2564555098,
+ "lat": 43.6151476,
+ "lon": 3.8258468
+ },
+ {
+ "nodeId": 2564555220,
+ "lat": 43.6150801,
+ "lon": 3.8257991
+ },
+ {
+ "nodeId": 5158657257,
+ "lat": 43.615118,
+ "lon": 3.8258278
+ },
+ {
+ "nodeId": 2564555224,
+ "lat": 43.6150265,
+ "lon": 3.8257226
+ },
+ {
+ "nodeId": 2564555210,
+ "lat": 43.6150198,
+ "lon": 3.8257034
+ },
+ {
+ "nodeId": 2564555122,
+ "lat": 43.6150044,
+ "lon": 3.8256597
+ },
+ {
+ "nodeId": 2564554964,
+ "lat": 43.6149762,
+ "lon": 3.8254652
+ },
+ {
+ "nodeId": 2564555158,
+ "lat": 43.6149879,
+ "lon": 3.8255872
+ },
+ {
+ "nodeId": 9910339419,
+ "lat": 43.6144485,
+ "lon": 3.8827455
+ },
+ {
+ "nodeId": 1445506090,
+ "lat": 43.6144843,
+ "lon": 3.8826969
+ },
+ {
+ "nodeId": 1445506092,
+ "lat": 43.614498,
+ "lon": 3.8826714
+ },
+ {
+ "nodeId": 9910339418,
+ "lat": 43.6144659,
+ "lon": 3.8827237
+ },
+ {
+ "nodeId": 1445506088,
+ "lat": 43.6145091,
+ "lon": 3.882644
+ },
+ {
+ "nodeId": 9910339423,
+ "lat": 43.6145195,
+ "lon": 3.8826167
+ },
+ {
+ "nodeId": 3118402857,
+ "lat": 43.6145276,
+ "lon": 3.8825887
+ },
+ {
+ "nodeId": 3118402858,
+ "lat": 43.6145342,
+ "lon": 3.8825432
+ },
+ {
+ "nodeId": 9910339426,
+ "lat": 43.6145395,
+ "lon": 3.8825
+ },
+ {
+ "nodeId": 3118402859,
+ "lat": 43.6145425,
+ "lon": 3.8824585
+ },
+ {
+ "nodeId": 5445917770,
+ "lat": 43.6076741,
+ "lon": 3.8699009
+ },
+ {
+ "nodeId": 9910339427,
+ "lat": 43.6145406,
+ "lon": 3.8824162
+ },
+ {
+ "nodeId": 2575586444,
+ "lat": 43.6077707,
+ "lon": 3.8697065
+ },
+ {
+ "nodeId": 2575586435,
+ "lat": 43.6082596,
+ "lon": 3.8687278
+ },
+ {
+ "nodeId": 5216860325,
+ "lat": 43.6083864,
+ "lon": 3.8684778
+ },
+ {
+ "nodeId": 5216855955,
+ "lat": 43.6082268,
+ "lon": 3.8687935
+ },
+ {
+ "nodeId": 5216857717,
+ "lat": 43.6087186,
+ "lon": 3.8678185
+ },
+ {
+ "nodeId": 9207219223,
+ "lat": 43.6087723,
+ "lon": 3.8677093
+ },
+ {
+ "nodeId": 2575586549,
+ "lat": 43.609039,
+ "lon": 3.867139
+ },
+ {
+ "nodeId": 2575586525,
+ "lat": 43.6091006,
+ "lon": 3.866934
+ },
+ {
+ "nodeId": 2575586344,
+ "lat": 43.6089837,
+ "lon": 3.8672798
+ },
+ {
+ "nodeId": 2575586530,
+ "lat": 43.6091157,
+ "lon": 3.8668574
+ },
+ {
+ "nodeId": 9237594725,
+ "lat": 43.6091391,
+ "lon": 3.8667308
+ },
+ {
+ "nodeId": 12549116915,
+ "lat": 43.6091471,
+ "lon": 3.8666883
+ },
+ {
+ "nodeId": 979209348,
+ "lat": 43.6510276,
+ "lon": 3.9200176
+ },
+ {
+ "nodeId": 979209749,
+ "lat": 43.651152,
+ "lon": 3.9199669
+ },
+ {
+ "nodeId": 979210080,
+ "lat": 43.651242,
+ "lon": 3.9199368
+ },
+ {
+ "nodeId": 707396746,
+ "lat": 43.6513626,
+ "lon": 3.9199056
+ },
+ {
+ "nodeId": 979209123,
+ "lat": 43.6514864,
+ "lon": 3.9198938
+ },
+ {
+ "nodeId": 707396751,
+ "lat": 43.6520787,
+ "lon": 3.9198644
+ },
+ {
+ "nodeId": 979209843,
+ "lat": 43.6521732,
+ "lon": 3.9198557
+ },
+ {
+ "nodeId": 979209634,
+ "lat": 43.652332,
+ "lon": 3.9198225
+ },
+ {
+ "nodeId": 979210170,
+ "lat": 43.6522432,
+ "lon": 3.9198415
+ },
+ {
+ "nodeId": 979209950,
+ "lat": 43.6524284,
+ "lon": 3.9197931
+ },
+ {
+ "nodeId": 979209084,
+ "lat": 43.6525178,
+ "lon": 3.9197614
+ },
+ {
+ "nodeId": 979208994,
+ "lat": 43.6526187,
+ "lon": 3.9197163
+ },
+ {
+ "nodeId": 979210119,
+ "lat": 43.6527987,
+ "lon": 3.9196093
+ },
+ {
+ "nodeId": 979209582,
+ "lat": 43.6528927,
+ "lon": 3.9195436
+ },
+ {
+ "nodeId": 979209999,
+ "lat": 43.6527242,
+ "lon": 3.9196569
+ },
+ {
+ "nodeId": 979208862,
+ "lat": 43.6531134,
+ "lon": 3.9193748
+ },
+ {
+ "nodeId": 979209938,
+ "lat": 43.6533668,
+ "lon": 3.9191727
+ },
+ {
+ "nodeId": 707396756,
+ "lat": 43.6532906,
+ "lon": 3.9192393
+ },
+ {
+ "nodeId": 979210248,
+ "lat": 43.6534736,
+ "lon": 3.9190605
+ },
+ {
+ "nodeId": 7304119348,
+ "lat": 43.6535243,
+ "lon": 3.9190082
+ },
+ {
+ "nodeId": 979209563,
+ "lat": 43.6536412,
+ "lon": 3.9188994
+ },
+ {
+ "nodeId": 979208986,
+ "lat": 43.6537891,
+ "lon": 3.9187085
+ },
+ {
+ "nodeId": 979210195,
+ "lat": 43.6537071,
+ "lon": 3.9188178
+ },
+ {
+ "nodeId": 979209024,
+ "lat": 43.6535581,
+ "lon": 3.9189818
+ },
+ {
+ "nodeId": 979208857,
+ "lat": 43.6539124,
+ "lon": 3.9185333
+ },
+ {
+ "nodeId": 979209340,
+ "lat": 43.6539806,
+ "lon": 3.918428
+ },
+ {
+ "nodeId": 308531605,
+ "lat": 43.6540608,
+ "lon": 3.9182846
+ },
+ {
+ "nodeId": 979209119,
+ "lat": 43.65414,
+ "lon": 3.918134
+ },
+ {
+ "nodeId": 979209542,
+ "lat": 43.6541921,
+ "lon": 3.9180239
+ },
+ {
+ "nodeId": 979209232,
+ "lat": 43.6542437,
+ "lon": 3.9179114
+ },
+ {
+ "nodeId": 979209375,
+ "lat": 43.6542965,
+ "lon": 3.9177751
+ },
+ {
+ "nodeId": 979208876,
+ "lat": 43.6544071,
+ "lon": 3.9174534
+ },
+ {
+ "nodeId": 979209132,
+ "lat": 43.6544833,
+ "lon": 3.9171705
+ },
+ {
+ "nodeId": 979210053,
+ "lat": 43.6543458,
+ "lon": 3.9176396
+ },
+ {
+ "nodeId": 3124509189,
+ "lat": 43.6545384,
+ "lon": 3.9169091
+ },
+ {
+ "nodeId": 707396765,
+ "lat": 43.6545739,
+ "lon": 3.9166729
+ },
+ {
+ "nodeId": 979209555,
+ "lat": 43.654594,
+ "lon": 3.9164844
+ },
+ {
+ "nodeId": 979208982,
+ "lat": 43.6546034,
+ "lon": 3.9163401
+ },
+ {
+ "nodeId": 979209737,
+ "lat": 43.6538545,
+ "lon": 3.9186173
+ },
+ {
+ "nodeId": 979209318,
+ "lat": 43.6546086,
+ "lon": 3.9162401
+ },
+ {
+ "nodeId": 308531606,
+ "lat": 43.6546112,
+ "lon": 3.9160617
+ },
+ {
+ "nodeId": 9396650663,
+ "lat": 43.6546117,
+ "lon": 3.9159483
+ },
+ {
+ "nodeId": 11469111165,
+ "lat": 43.6546119,
+ "lon": 3.9158958
+ },
+ {
+ "nodeId": 979209716,
+ "lat": 43.6546121,
+ "lon": 3.9158391
+ },
+ {
+ "nodeId": 3124509191,
+ "lat": 43.6546116,
+ "lon": 3.9156669
+ },
+ {
+ "nodeId": 8736481255,
+ "lat": 43.6152299,
+ "lon": 3.8222484
+ },
+ {
+ "nodeId": 2564554923,
+ "lat": 43.6152617,
+ "lon": 3.8219783
+ },
+ {
+ "nodeId": 2564554918,
+ "lat": 43.6152823,
+ "lon": 3.8218319
+ },
+ {
+ "nodeId": 3150673056,
+ "lat": 43.6153149,
+ "lon": 3.8216784
+ },
+ {
+ "nodeId": 3150673058,
+ "lat": 43.615345,
+ "lon": 3.8215797
+ },
+ {
+ "nodeId": 3781186744,
+ "lat": 43.6153539,
+ "lon": 3.8215501
+ },
+ {
+ "nodeId": 3781186745,
+ "lat": 43.6153657,
+ "lon": 3.8215088
+ },
+ {
+ "nodeId": 2564554956,
+ "lat": 43.6153967,
+ "lon": 3.8214088
+ },
+ {
+ "nodeId": 2564554926,
+ "lat": 43.6154394,
+ "lon": 3.8212023
+ },
+ {
+ "nodeId": 2564554961,
+ "lat": 43.6155068,
+ "lon": 3.8206185
+ },
+ {
+ "nodeId": 1503629465,
+ "lat": 43.6173342,
+ "lon": 3.8181795
+ },
+ {
+ "nodeId": 1503629530,
+ "lat": 43.617252,
+ "lon": 3.8178537
+ },
+ {
+ "nodeId": 2564061676,
+ "lat": 43.615353,
+ "lon": 3.8175559
+ },
+ {
+ "nodeId": 2564061595,
+ "lat": 43.6151843,
+ "lon": 3.8169199
+ },
+ {
+ "nodeId": 3648748791,
+ "lat": 43.5832325,
+ "lon": 3.8606882
+ },
+ {
+ "nodeId": 3071860323,
+ "lat": 43.5834649,
+ "lon": 3.8604803
+ },
+ {
+ "nodeId": 3071860322,
+ "lat": 43.5835096,
+ "lon": 3.8604373
+ },
+ {
+ "nodeId": 3071860303,
+ "lat": 43.5835765,
+ "lon": 3.860378
+ },
+ {
+ "nodeId": 5427404872,
+ "lat": 43.58436,
+ "lon": 3.8596688
+ },
+ {
+ "nodeId": 1540204072,
+ "lat": 43.5844703,
+ "lon": 3.8595806
+ },
+ {
+ "nodeId": 1540204045,
+ "lat": 43.5844218,
+ "lon": 3.8596127
+ },
+ {
+ "nodeId": 1540204039,
+ "lat": 43.5845276,
+ "lon": 3.8595599
+ },
+ {
+ "nodeId": 1540204079,
+ "lat": 43.584586,
+ "lon": 3.8595492
+ },
+ {
+ "nodeId": 1540204042,
+ "lat": 43.5846485,
+ "lon": 3.8595571
+ },
+ {
+ "nodeId": 1540204096,
+ "lat": 43.5847091,
+ "lon": 3.8595806
+ },
+ {
+ "nodeId": 3652686230,
+ "lat": 43.5847484,
+ "lon": 3.8596014
+ },
+ {
+ "nodeId": 1540203995,
+ "lat": 43.5847654,
+ "lon": 3.8596222
+ },
+ {
+ "nodeId": 1540204051,
+ "lat": 43.5848217,
+ "lon": 3.8596906
+ },
+ {
+ "nodeId": 1540204093,
+ "lat": 43.5848791,
+ "lon": 3.8597858
+ },
+ {
+ "nodeId": 1540204066,
+ "lat": 43.585005,
+ "lon": 3.860055
+ },
+ {
+ "nodeId": 1540204043,
+ "lat": 43.5850958,
+ "lon": 3.8602679
+ },
+ {
+ "nodeId": 1540203996,
+ "lat": 43.585048,
+ "lon": 3.8601441
+ },
+ {
+ "nodeId": 1540204091,
+ "lat": 43.5851434,
+ "lon": 3.8604386
+ },
+ {
+ "nodeId": 1540204026,
+ "lat": 43.5851198,
+ "lon": 3.8603425
+ },
+ {
+ "nodeId": 12953888092,
+ "lat": 43.5851489,
+ "lon": 3.8604608
+ },
+ {
+ "nodeId": 1540203972,
+ "lat": 43.585356,
+ "lon": 3.8613037
+ },
+ {
+ "nodeId": 1560692484,
+ "lat": 43.5855061,
+ "lon": 3.8619274
+ },
+ {
+ "nodeId": 1540204016,
+ "lat": 43.585545,
+ "lon": 3.8620844
+ },
+ {
+ "nodeId": 1540204086,
+ "lat": 43.585592,
+ "lon": 3.8622627
+ },
+ {
+ "nodeId": 5427404904,
+ "lat": 43.5856322,
+ "lon": 3.8624003
+ },
+ {
+ "nodeId": 1540204102,
+ "lat": 43.5856613,
+ "lon": 3.8625005
+ },
+ {
+ "nodeId": 1540203988,
+ "lat": 43.5857621,
+ "lon": 3.8628026
+ },
+ {
+ "nodeId": 1540203983,
+ "lat": 43.5860117,
+ "lon": 3.8635219
+ },
+ {
+ "nodeId": 1560692509,
+ "lat": 43.5861241,
+ "lon": 3.8638267
+ },
+ {
+ "nodeId": 1540204012,
+ "lat": 43.5862206,
+ "lon": 3.864083
+ },
+ {
+ "nodeId": 1540204023,
+ "lat": 43.5863165,
+ "lon": 3.8643172
+ },
+ {
+ "nodeId": 1540203998,
+ "lat": 43.5863727,
+ "lon": 3.86443
+ },
+ {
+ "nodeId": 1540204014,
+ "lat": 43.5864118,
+ "lon": 3.8645014
+ },
+ {
+ "nodeId": 1540204075,
+ "lat": 43.5864739,
+ "lon": 3.8646043
+ },
+ {
+ "nodeId": 1560692512,
+ "lat": 43.5865251,
+ "lon": 3.86468
+ },
+ {
+ "nodeId": 1540204070,
+ "lat": 43.5865868,
+ "lon": 3.8647613
+ },
+ {
+ "nodeId": 1540204009,
+ "lat": 43.5866665,
+ "lon": 3.8648552
+ },
+ {
+ "nodeId": 1540204017,
+ "lat": 43.5867947,
+ "lon": 3.8649813
+ },
+ {
+ "nodeId": 1540204098,
+ "lat": 43.5869579,
+ "lon": 3.8651274
+ },
+ {
+ "nodeId": 1540204085,
+ "lat": 43.5870375,
+ "lon": 3.8651851
+ },
+ {
+ "nodeId": 1560692520,
+ "lat": 43.5871414,
+ "lon": 3.8652465
+ },
+ {
+ "nodeId": 1540204001,
+ "lat": 43.5876214,
+ "lon": 3.8654936
+ },
+ {
+ "nodeId": 1560692568,
+ "lat": 43.5877867,
+ "lon": 3.8655785
+ },
+ {
+ "nodeId": 1540203992,
+ "lat": 43.5878059,
+ "lon": 3.8655874
+ },
+ {
+ "nodeId": 1540203999,
+ "lat": 43.5879545,
+ "lon": 3.8656424
+ },
+ {
+ "nodeId": 1540203986,
+ "lat": 43.588107,
+ "lon": 3.8656773
+ },
+ {
+ "nodeId": 5876482549,
+ "lat": 43.5881412,
+ "lon": 3.8656798
+ },
+ {
+ "nodeId": 1540204104,
+ "lat": 43.5882638,
+ "lon": 3.8656887
+ },
+ {
+ "nodeId": 1540204011,
+ "lat": 43.5883166,
+ "lon": 3.8656898
+ },
+ {
+ "nodeId": 6287307037,
+ "lat": 43.5884273,
+ "lon": 3.8656905
+ },
+ {
+ "nodeId": 1540204106,
+ "lat": 43.5886384,
+ "lon": 3.8656918
+ },
+ {
+ "nodeId": 6287307030,
+ "lat": 43.5890424,
+ "lon": 3.8656989
+ },
+ {
+ "nodeId": 1560692511,
+ "lat": 43.5891033,
+ "lon": 3.8657003
+ },
+ {
+ "nodeId": 1560692573,
+ "lat": 43.5893963,
+ "lon": 3.8657011
+ },
+ {
+ "nodeId": 1540213298,
+ "lat": 43.589672,
+ "lon": 3.8657158
+ },
+ {
+ "nodeId": 1540213316,
+ "lat": 43.5895448,
+ "lon": 3.865703
+ },
+ {
+ "nodeId": 1540213356,
+ "lat": 43.5899361,
+ "lon": 3.8657886
+ },
+ {
+ "nodeId": 1540213345,
+ "lat": 43.5897448,
+ "lon": 3.865735
+ },
+ {
+ "nodeId": 1560692510,
+ "lat": 43.5902803,
+ "lon": 3.8658925
+ },
+ {
+ "nodeId": 1560692508,
+ "lat": 43.5907357,
+ "lon": 3.8660201
+ },
+ {
+ "nodeId": 1460330065,
+ "lat": 43.5909133,
+ "lon": 3.8660701
+ },
+ {
+ "nodeId": 1540213383,
+ "lat": 43.591094,
+ "lon": 3.866136
+ },
+ {
+ "nodeId": 1540213392,
+ "lat": 43.5909667,
+ "lon": 3.866089
+ },
+ {
+ "nodeId": 1540213385,
+ "lat": 43.5912708,
+ "lon": 3.8662151
+ },
+ {
+ "nodeId": 1540213295,
+ "lat": 43.5915495,
+ "lon": 3.8663452
+ },
+ {
+ "nodeId": 1540213331,
+ "lat": 43.5919555,
+ "lon": 3.8665396
+ },
+ {
+ "nodeId": 1540213335,
+ "lat": 43.5920922,
+ "lon": 3.8665769
+ },
+ {
+ "nodeId": 1560692515,
+ "lat": 43.5921494,
+ "lon": 3.866566
+ },
+ {
+ "nodeId": 1540213343,
+ "lat": 43.5920252,
+ "lon": 3.8665708
+ },
+ {
+ "nodeId": 1540213333,
+ "lat": 43.5921765,
+ "lon": 3.8665566
+ },
+ {
+ "nodeId": 1540213303,
+ "lat": 43.5927683,
+ "lon": 3.8663595
+ },
+ {
+ "nodeId": 1540213350,
+ "lat": 43.59267,
+ "lon": 3.8663775
+ },
+ {
+ "nodeId": 1560692487,
+ "lat": 43.5927174,
+ "lon": 3.866366
+ },
+ {
+ "nodeId": 1540213376,
+ "lat": 43.5931963,
+ "lon": 3.8663426
+ },
+ {
+ "nodeId": 1540213318,
+ "lat": 43.5932836,
+ "lon": 3.8663489
+ },
+ {
+ "nodeId": 1540213325,
+ "lat": 43.5933473,
+ "lon": 3.8663634
+ },
+ {
+ "nodeId": 1540213329,
+ "lat": 43.5934171,
+ "lon": 3.8663771
+ },
+ {
+ "nodeId": 1540213319,
+ "lat": 43.5934999,
+ "lon": 3.8664109
+ },
+ {
+ "nodeId": 1540213360,
+ "lat": 43.5935825,
+ "lon": 3.8664645
+ },
+ {
+ "nodeId": 1540213346,
+ "lat": 43.5937602,
+ "lon": 3.8665892
+ },
+ {
+ "nodeId": 1540213323,
+ "lat": 43.5941332,
+ "lon": 3.8668762
+ },
+ {
+ "nodeId": 1540213292,
+ "lat": 43.594286,
+ "lon": 3.8669922
+ },
+ {
+ "nodeId": 1540213348,
+ "lat": 43.5949306,
+ "lon": 3.8674881
+ },
+ {
+ "nodeId": 1540213381,
+ "lat": 43.5950032,
+ "lon": 3.8675377
+ },
+ {
+ "nodeId": 6287306769,
+ "lat": 43.5950784,
+ "lon": 3.8675792
+ },
+ {
+ "nodeId": 9155630886,
+ "lat": 43.5951324,
+ "lon": 3.867609
+ },
+ {
+ "nodeId": 1540213406,
+ "lat": 43.5951966,
+ "lon": 3.8676437
+ },
+ {
+ "nodeId": 6287306771,
+ "lat": 43.5952659,
+ "lon": 3.8676881
+ },
+ {
+ "nodeId": 1540213401,
+ "lat": 43.5951407,
+ "lon": 3.8676136
+ },
+ {
+ "nodeId": 1540214813,
+ "lat": 43.5952754,
+ "lon": 3.8676943
+ },
+ {
+ "nodeId": 6287306751,
+ "lat": 43.595715,
+ "lon": 3.8680947
+ },
+ {
+ "nodeId": 1540214809,
+ "lat": 43.5957484,
+ "lon": 3.8681248
+ },
+ {
+ "nodeId": 1540214807,
+ "lat": 43.5957921,
+ "lon": 3.8681838
+ },
+ {
+ "nodeId": 1540214810,
+ "lat": 43.5958164,
+ "lon": 3.8682361
+ },
+ {
+ "nodeId": 1540214825,
+ "lat": 43.5958301,
+ "lon": 3.8682876
+ },
+ {
+ "nodeId": 1560685371,
+ "lat": 43.5958337,
+ "lon": 3.8683076
+ },
+ {
+ "nodeId": 1540214826,
+ "lat": 43.5958382,
+ "lon": 3.8683285
+ },
+ {
+ "nodeId": 3788301372,
+ "lat": 43.5958396,
+ "lon": 3.8683496
+ },
+ {
+ "nodeId": 1540214828,
+ "lat": 43.5958402,
+ "lon": 3.8684128
+ },
+ {
+ "nodeId": 5132444437,
+ "lat": 43.5958118,
+ "lon": 3.8685266
+ },
+ {
+ "nodeId": 1540214811,
+ "lat": 43.5958253,
+ "lon": 3.8684946
+ },
+ {
+ "nodeId": 1540214808,
+ "lat": 43.5958026,
+ "lon": 3.8685483
+ },
+ {
+ "nodeId": 1540214823,
+ "lat": 43.5957715,
+ "lon": 3.8686132
+ },
+ {
+ "nodeId": 3124581449,
+ "lat": 43.5950307,
+ "lon": 3.8698053
+ },
+ {
+ "nodeId": 1547380636,
+ "lat": 43.5949827,
+ "lon": 3.869898
+ },
+ {
+ "nodeId": 1547380599,
+ "lat": 43.5951181,
+ "lon": 3.8696739
+ },
+ {
+ "nodeId": 1547380671,
+ "lat": 43.5949512,
+ "lon": 3.8699814
+ },
+ {
+ "nodeId": 1547380689,
+ "lat": 43.5949346,
+ "lon": 3.8700819
+ },
+ {
+ "nodeId": 1547380699,
+ "lat": 43.5948923,
+ "lon": 3.8709651
+ },
+ {
+ "nodeId": 1547380697,
+ "lat": 43.5948732,
+ "lon": 3.871092
+ },
+ {
+ "nodeId": 1547380666,
+ "lat": 43.5949274,
+ "lon": 3.8701703
+ },
+ {
+ "nodeId": 6371143413,
+ "lat": 43.5948053,
+ "lon": 3.8712847
+ },
+ {
+ "nodeId": 1547380724,
+ "lat": 43.5948267,
+ "lon": 3.8712396
+ },
+ {
+ "nodeId": 1547380692,
+ "lat": 43.5947891,
+ "lon": 3.8713187
+ },
+ {
+ "nodeId": 523393059,
+ "lat": 43.5946816,
+ "lon": 3.871504
+ },
+ {
+ "nodeId": 1547380663,
+ "lat": 43.5943093,
+ "lon": 3.8721265
+ },
+ {
+ "nodeId": 1547380628,
+ "lat": 43.5942497,
+ "lon": 3.8722023
+ },
+ {
+ "nodeId": 1547380594,
+ "lat": 43.5941952,
+ "lon": 3.8722676
+ },
+ {
+ "nodeId": 1547380715,
+ "lat": 43.5939735,
+ "lon": 3.8725243
+ },
+ {
+ "nodeId": 1547380739,
+ "lat": 43.5941045,
+ "lon": 3.8723479
+ },
+ {
+ "nodeId": 1547380695,
+ "lat": 43.5940504,
+ "lon": 3.8724119
+ },
+ {
+ "nodeId": 3577225633,
+ "lat": 43.5934622,
+ "lon": 3.8733896
+ },
+ {
+ "nodeId": 1547380660,
+ "lat": 43.5934105,
+ "lon": 3.8734771
+ },
+ {
+ "nodeId": 3577225629,
+ "lat": 43.5933568,
+ "lon": 3.8735649
+ },
+ {
+ "nodeId": 3124581448,
+ "lat": 43.5931317,
+ "lon": 3.8739514
+ },
+ {
+ "nodeId": 3911517051,
+ "lat": 43.5930686,
+ "lon": 3.8740629
+ },
+ {
+ "nodeId": 3124581447,
+ "lat": 43.5929835,
+ "lon": 3.87421
+ },
+ {
+ "nodeId": 3071689076,
+ "lat": 43.5929509,
+ "lon": 3.8742791
+ },
+ {
+ "nodeId": 3577225620,
+ "lat": 43.5929285,
+ "lon": 3.874346
+ },
+ {
+ "nodeId": 3124581445,
+ "lat": 43.5929106,
+ "lon": 3.8744128
+ },
+ {
+ "nodeId": 3124581444,
+ "lat": 43.5929044,
+ "lon": 3.8744984
+ },
+ {
+ "nodeId": 1547380712,
+ "lat": 43.5929109,
+ "lon": 3.8746014
+ },
+ {
+ "nodeId": 1547380735,
+ "lat": 43.5929335,
+ "lon": 3.8747032
+ },
+ {
+ "nodeId": 1547380625,
+ "lat": 43.5929664,
+ "lon": 3.8747808
+ },
+ {
+ "nodeId": 3577225622,
+ "lat": 43.5930642,
+ "lon": 3.8749005
+ },
+ {
+ "nodeId": 1547380638,
+ "lat": 43.5931312,
+ "lon": 3.8749523
+ },
+ {
+ "nodeId": 1547380718,
+ "lat": 43.5930116,
+ "lon": 3.8748461
+ },
+ {
+ "nodeId": 1547380652,
+ "lat": 43.5935256,
+ "lon": 3.875199
+ },
+ {
+ "nodeId": 1547380656,
+ "lat": 43.5937528,
+ "lon": 3.8753224
+ },
+ {
+ "nodeId": 606139864,
+ "lat": 43.5945353,
+ "lon": 3.8757341
+ },
+ {
+ "nodeId": 1547380687,
+ "lat": 43.5943337,
+ "lon": 3.8756014
+ },
+ {
+ "nodeId": 3577225639,
+ "lat": 43.5946536,
+ "lon": 3.8758133
+ },
+ {
+ "nodeId": 3577225643,
+ "lat": 43.5951307,
+ "lon": 3.8761454
+ },
+ {
+ "nodeId": 1547380727,
+ "lat": 43.5951962,
+ "lon": 3.8761834
+ },
+ {
+ "nodeId": 1547380632,
+ "lat": 43.5952719,
+ "lon": 3.8762102
+ },
+ {
+ "nodeId": 1547380731,
+ "lat": 43.5953962,
+ "lon": 3.8762129
+ },
+ {
+ "nodeId": 1547380639,
+ "lat": 43.5957187,
+ "lon": 3.8761673
+ },
+ {
+ "nodeId": 1547380673,
+ "lat": 43.5958514,
+ "lon": 3.8761335
+ },
+ {
+ "nodeId": 1547380637,
+ "lat": 43.5961522,
+ "lon": 3.8760173
+ },
+ {
+ "nodeId": 3577225650,
+ "lat": 43.5962034,
+ "lon": 3.8760023
+ },
+ {
+ "nodeId": 1547380590,
+ "lat": 43.5962607,
+ "lon": 3.8759876
+ },
+ {
+ "nodeId": 3577225655,
+ "lat": 43.5963251,
+ "lon": 3.8759834
+ },
+ {
+ "nodeId": 1547380606,
+ "lat": 43.5963675,
+ "lon": 3.8759823
+ },
+ {
+ "nodeId": 1547380604,
+ "lat": 43.5964643,
+ "lon": 3.8759955
+ },
+ {
+ "nodeId": 3577225660,
+ "lat": 43.5964146,
+ "lon": 3.8759867
+ },
+ {
+ "nodeId": 1547380635,
+ "lat": 43.5967113,
+ "lon": 3.8760654
+ },
+ {
+ "nodeId": 1547380701,
+ "lat": 43.5968844,
+ "lon": 3.8761174
+ },
+ {
+ "nodeId": 3629357502,
+ "lat": 43.5968022,
+ "lon": 3.8760935
+ },
+ {
+ "nodeId": 1623916760,
+ "lat": 43.596956,
+ "lon": 3.8761363
+ },
+ {
+ "nodeId": 2565049797,
+ "lat": 43.597015,
+ "lon": 3.8761441
+ },
+ {
+ "nodeId": 1547380602,
+ "lat": 43.5970829,
+ "lon": 3.8761354
+ },
+ {
+ "nodeId": 1325374709,
+ "lat": 43.5964009,
+ "lon": 3.8767899
+ },
+ {
+ "nodeId": 1623916670,
+ "lat": 43.5966093,
+ "lon": 3.8764876
+ },
+ {
+ "nodeId": 1325374703,
+ "lat": 43.596521,
+ "lon": 3.876611
+ },
+ {
+ "nodeId": 2565049815,
+ "lat": 43.5967735,
+ "lon": 3.8763268
+ },
+ {
+ "nodeId": 1623916840,
+ "lat": 43.5966877,
+ "lon": 3.8763925
+ },
+ {
+ "nodeId": 3124411840,
+ "lat": 43.5967113,
+ "lon": 3.8763725
+ },
+ {
+ "nodeId": 2565049767,
+ "lat": 43.5968625,
+ "lon": 3.8762806
+ },
+ {
+ "nodeId": 2565049808,
+ "lat": 43.5968906,
+ "lon": 3.8762649
+ },
+ {
+ "nodeId": 12549116905,
+ "lat": 43.6160928,
+ "lon": 3.8405758
+ },
+ {
+ "nodeId": 2565049763,
+ "lat": 43.5970294,
+ "lon": 3.8761951
+ },
+ {
+ "nodeId": 12549116906,
+ "lat": 43.6161212,
+ "lon": 3.8406099
+ },
+ {
+ "nodeId": 2575419216,
+ "lat": 43.6162146,
+ "lon": 3.8406897
+ },
+ {
+ "nodeId": 2575419157,
+ "lat": 43.6162753,
+ "lon": 3.840707
+ },
+ {
+ "nodeId": 2575419225,
+ "lat": 43.6161495,
+ "lon": 3.8406441
+ },
+ {
+ "nodeId": 2575419148,
+ "lat": 43.6163107,
+ "lon": 3.8407166
+ },
+ {
+ "nodeId": 2575419255,
+ "lat": 43.6163622,
+ "lon": 3.8407085
+ },
+ {
+ "nodeId": 2575419252,
+ "lat": 43.6164331,
+ "lon": 3.8406871
+ },
+ {
+ "nodeId": 2575419050,
+ "lat": 43.6164903,
+ "lon": 3.8406495
+ },
+ {
+ "nodeId": 12549097494,
+ "lat": 43.6168499,
+ "lon": 3.8402491
+ },
+ {
+ "nodeId": 12549116903,
+ "lat": 43.616893,
+ "lon": 3.8402042
+ },
+ {
+ "nodeId": 1248724142,
+ "lat": 43.5744754,
+ "lon": 3.8314515
+ },
+ {
+ "nodeId": 2575419179,
+ "lat": 43.6168554,
+ "lon": 3.840243
+ },
+ {
+ "nodeId": 10218267421,
+ "lat": 43.5744085,
+ "lon": 3.8316045
+ },
+ {
+ "nodeId": 1248724108,
+ "lat": 43.5743171,
+ "lon": 3.8317947
+ },
+ {
+ "nodeId": 1248723904,
+ "lat": 43.5743939,
+ "lon": 3.8316378
+ },
+ {
+ "nodeId": 1248723844,
+ "lat": 43.5741786,
+ "lon": 3.8320512
+ },
+ {
+ "nodeId": 1248723698,
+ "lat": 43.5738504,
+ "lon": 3.8326622
+ },
+ {
+ "nodeId": 1248724064,
+ "lat": 43.5736887,
+ "lon": 3.8329495
+ },
+ {
+ "nodeId": 3789448369,
+ "lat": 43.5737814,
+ "lon": 3.8327894
+ },
+ {
+ "nodeId": 1248723679,
+ "lat": 43.5733872,
+ "lon": 3.8334801
+ },
+ {
+ "nodeId": 1248724008,
+ "lat": 43.5730195,
+ "lon": 3.8341314
+ },
+ {
+ "nodeId": 1248723816,
+ "lat": 43.5728949,
+ "lon": 3.834343
+ },
+ {
+ "nodeId": 1248724130,
+ "lat": 43.5727932,
+ "lon": 3.8345067
+ },
+ {
+ "nodeId": 1248723863,
+ "lat": 43.5727097,
+ "lon": 3.8346354
+ },
+ {
+ "nodeId": 1248724077,
+ "lat": 43.572451,
+ "lon": 3.8349967
+ },
+ {
+ "nodeId": 1248723792,
+ "lat": 43.5721906,
+ "lon": 3.8353441
+ },
+ {
+ "nodeId": 1248723673,
+ "lat": 43.5726204,
+ "lon": 3.8347611
+ },
+ {
+ "nodeId": 1248724038,
+ "lat": 43.5717276,
+ "lon": 3.8359596
+ },
+ {
+ "nodeId": 1248723743,
+ "lat": 43.5713731,
+ "lon": 3.8364419
+ },
+ {
+ "nodeId": 3124581128,
+ "lat": 43.5712501,
+ "lon": 3.8366083
+ },
+ {
+ "nodeId": 2564254183,
+ "lat": 43.619397,
+ "lon": 3.8172657
+ },
+ {
+ "nodeId": 2564254132,
+ "lat": 43.6194922,
+ "lon": 3.8172032
+ },
+ {
+ "nodeId": 2564254212,
+ "lat": 43.619592,
+ "lon": 3.8171616
+ },
+ {
+ "nodeId": 2564254200,
+ "lat": 43.6195597,
+ "lon": 3.817172
+ },
+ {
+ "nodeId": 2564254188,
+ "lat": 43.619678,
+ "lon": 3.8171341
+ },
+ {
+ "nodeId": 2564254142,
+ "lat": 43.6197326,
+ "lon": 3.8171282
+ },
+ {
+ "nodeId": 13326715792,
+ "lat": 43.6198093,
+ "lon": 3.8171282
+ },
+ {
+ "nodeId": 13326715791,
+ "lat": 43.6198988,
+ "lon": 3.8171459
+ },
+ {
+ "nodeId": 13326715790,
+ "lat": 43.6199621,
+ "lon": 3.8171677
+ },
+ {
+ "nodeId": 2564254189,
+ "lat": 43.6200379,
+ "lon": 3.8172005
+ },
+ {
+ "nodeId": 2564254166,
+ "lat": 43.6200938,
+ "lon": 3.8172263
+ },
+ {
+ "nodeId": 2564254122,
+ "lat": 43.6201758,
+ "lon": 3.817261
+ },
+ {
+ "nodeId": 5359000607,
+ "lat": 43.6202304,
+ "lon": 3.8172866
+ },
+ {
+ "nodeId": 2564254209,
+ "lat": 43.6202958,
+ "lon": 3.8173172
+ },
+ {
+ "nodeId": 2564254202,
+ "lat": 43.6204578,
+ "lon": 3.817365
+ },
+ {
+ "nodeId": 2564254130,
+ "lat": 43.6205065,
+ "lon": 3.8173762
+ },
+ {
+ "nodeId": 2564254161,
+ "lat": 43.6209221,
+ "lon": 3.81739
+ },
+ {
+ "nodeId": 2577354992,
+ "lat": 43.620972,
+ "lon": 3.8173902
+ },
+ {
+ "nodeId": 2564254181,
+ "lat": 43.6185195,
+ "lon": 3.8179665
+ },
+ {
+ "nodeId": 2564254170,
+ "lat": 43.6188347,
+ "lon": 3.8176887
+ },
+ {
+ "nodeId": 3781183317,
+ "lat": 43.6189109,
+ "lon": 3.8176354
+ },
+ {
+ "nodeId": 3123039782,
+ "lat": 43.6190797,
+ "lon": 3.8175095
+ },
+ {
+ "nodeId": 291564587,
+ "lat": 43.6006644,
+ "lon": 3.8970907
+ },
+ {
+ "nodeId": 3796070189,
+ "lat": 43.6007793,
+ "lon": 3.897333
+ },
+ {
+ "nodeId": 60732073,
+ "lat": 43.6007396,
+ "lon": 3.8972415
+ },
+ {
+ "nodeId": 946858896,
+ "lat": 43.6008127,
+ "lon": 3.8974098
+ },
+ {
+ "nodeId": 946858875,
+ "lat": 43.6008666,
+ "lon": 3.8975443
+ },
+ {
+ "nodeId": 13272459498,
+ "lat": 43.6007939,
+ "lon": 3.8973666
+ },
+ {
+ "nodeId": 946858852,
+ "lat": 43.6009481,
+ "lon": 3.8977514
+ },
+ {
+ "nodeId": 3119255450,
+ "lat": 43.6012633,
+ "lon": 3.8986706
+ },
+ {
+ "nodeId": 5160569078,
+ "lat": 43.601327,
+ "lon": 3.8988654
+ },
+ {
+ "nodeId": 3670803277,
+ "lat": 43.6017798,
+ "lon": 3.900207
+ },
+ {
+ "nodeId": 2007668078,
+ "lat": 43.6013687,
+ "lon": 3.8989932
+ },
+ {
+ "nodeId": 1505206326,
+ "lat": 43.6018425,
+ "lon": 3.9004001
+ },
+ {
+ "nodeId": 13203485374,
+ "lat": 43.6040086,
+ "lon": 3.8936581
+ },
+ {
+ "nodeId": 2575586527,
+ "lat": 43.6040032,
+ "lon": 3.8935665
+ },
+ {
+ "nodeId": 3122456981,
+ "lat": 43.6039913,
+ "lon": 3.8934384
+ },
+ {
+ "nodeId": 2575586348,
+ "lat": 43.6039751,
+ "lon": 3.8933315
+ },
+ {
+ "nodeId": 2575586328,
+ "lat": 43.6039228,
+ "lon": 3.8930789
+ },
+ {
+ "nodeId": 2575586324,
+ "lat": 43.6039093,
+ "lon": 3.8930178
+ },
+ {
+ "nodeId": 2575586353,
+ "lat": 43.6038792,
+ "lon": 3.8928832
+ },
+ {
+ "nodeId": 2575586540,
+ "lat": 43.6038459,
+ "lon": 3.8926989
+ },
+ {
+ "nodeId": 2575586364,
+ "lat": 43.6038311,
+ "lon": 3.8925494
+ },
+ {
+ "nodeId": 2575586361,
+ "lat": 43.6037707,
+ "lon": 3.8916917
+ },
+ {
+ "nodeId": 2575586489,
+ "lat": 43.6036927,
+ "lon": 3.8905728
+ },
+ {
+ "nodeId": 2575586322,
+ "lat": 43.603686,
+ "lon": 3.8903912
+ },
+ {
+ "nodeId": 3122456980,
+ "lat": 43.6036877,
+ "lon": 3.8903146
+ },
+ {
+ "nodeId": 2575586524,
+ "lat": 43.603696,
+ "lon": 3.8902465
+ },
+ {
+ "nodeId": 2575586547,
+ "lat": 43.6037071,
+ "lon": 3.8901887
+ },
+ {
+ "nodeId": 2575586475,
+ "lat": 43.6037628,
+ "lon": 3.889826
+ },
+ {
+ "nodeId": 5130642829,
+ "lat": 43.6037456,
+ "lon": 3.8899687
+ },
+ {
+ "nodeId": 2575586416,
+ "lat": 43.6037661,
+ "lon": 3.8897518
+ },
+ {
+ "nodeId": 2575586360,
+ "lat": 43.603767,
+ "lon": 3.8897178
+ },
+ {
+ "nodeId": 2575586456,
+ "lat": 43.6037553,
+ "lon": 3.8894869
+ },
+ {
+ "nodeId": 2575586528,
+ "lat": 43.6036912,
+ "lon": 3.8885913
+ },
+ {
+ "nodeId": 2575586415,
+ "lat": 43.6037088,
+ "lon": 3.8888032
+ },
+ {
+ "nodeId": 2575586345,
+ "lat": 43.6036295,
+ "lon": 3.8882847
+ },
+ {
+ "nodeId": 2575586376,
+ "lat": 43.6035942,
+ "lon": 3.8881051
+ },
+ {
+ "nodeId": 2575586418,
+ "lat": 43.6035844,
+ "lon": 3.888044
+ },
+ {
+ "nodeId": 2575586449,
+ "lat": 43.6035638,
+ "lon": 3.8878877
+ },
+ {
+ "nodeId": 2575586409,
+ "lat": 43.6035485,
+ "lon": 3.8877196
+ },
+ {
+ "nodeId": 2575586395,
+ "lat": 43.6035211,
+ "lon": 3.8873314
+ },
+ {
+ "nodeId": 2575586349,
+ "lat": 43.6034777,
+ "lon": 3.8866622
+ },
+ {
+ "nodeId": 2575586334,
+ "lat": 43.6033627,
+ "lon": 3.8848698
+ },
+ {
+ "nodeId": 2575586511,
+ "lat": 43.6033737,
+ "lon": 3.8846914
+ },
+ {
+ "nodeId": 3744335500,
+ "lat": 43.6033838,
+ "lon": 3.8846584
+ },
+ {
+ "nodeId": 2575586339,
+ "lat": 43.603363,
+ "lon": 3.8847437
+ },
+ {
+ "nodeId": 2575586474,
+ "lat": 43.6034047,
+ "lon": 3.8846136
+ },
+ {
+ "nodeId": 2575586391,
+ "lat": 43.6034387,
+ "lon": 3.8845613
+ },
+ {
+ "nodeId": 2575586459,
+ "lat": 43.6036844,
+ "lon": 3.8843118
+ },
+ {
+ "nodeId": 2575586379,
+ "lat": 43.6042321,
+ "lon": 3.883762
+ },
+ {
+ "nodeId": 2575586460,
+ "lat": 43.6043001,
+ "lon": 3.8836896
+ },
+ {
+ "nodeId": 12178251180,
+ "lat": 43.6044264,
+ "lon": 3.8834886
+ },
+ {
+ "nodeId": 2575586513,
+ "lat": 43.6044374,
+ "lon": 3.8834712
+ },
+ {
+ "nodeId": 938646806,
+ "lat": 43.604507,
+ "lon": 3.8833597
+ },
+ {
+ "nodeId": 2305432975,
+ "lat": 43.6057692,
+ "lon": 3.8819823
+ },
+ {
+ "nodeId": 12177979474,
+ "lat": 43.6057701,
+ "lon": 3.8819681
+ },
+ {
+ "nodeId": 2305432976,
+ "lat": 43.6057764,
+ "lon": 3.8818707
+ },
+ {
+ "nodeId": 2305432974,
+ "lat": 43.6057697,
+ "lon": 3.8817919
+ },
+ {
+ "nodeId": 2305432969,
+ "lat": 43.6057549,
+ "lon": 3.8817266
+ },
+ {
+ "nodeId": 2305432965,
+ "lat": 43.6057279,
+ "lon": 3.8816562
+ },
+ {
+ "nodeId": 2305432960,
+ "lat": 43.6056807,
+ "lon": 3.8815756
+ },
+ {
+ "nodeId": 12549212260,
+ "lat": 43.5786702,
+ "lon": 3.924012
+ },
+ {
+ "nodeId": 1503509391,
+ "lat": 43.5784031,
+ "lon": 3.9238678
+ },
+ {
+ "nodeId": 1503509395,
+ "lat": 43.5773927,
+ "lon": 3.9233287
+ },
+ {
+ "nodeId": 1503509355,
+ "lat": 43.5767787,
+ "lon": 3.9230109
+ },
+ {
+ "nodeId": 1503509424,
+ "lat": 43.5769282,
+ "lon": 3.9230856
+ },
+ {
+ "nodeId": 12549116923,
+ "lat": 43.6082907,
+ "lon": 3.8733754
+ },
+ {
+ "nodeId": 8755641116,
+ "lat": 43.6083953,
+ "lon": 3.8732627
+ },
+ {
+ "nodeId": 8755691717,
+ "lat": 43.6085337,
+ "lon": 3.8731266
+ },
+ {
+ "nodeId": 8755641113,
+ "lat": 43.6085893,
+ "lon": 3.8730839
+ },
+ {
+ "nodeId": 3728561640,
+ "lat": 43.6086202,
+ "lon": 3.8730602
+ },
+ {
+ "nodeId": 3728561625,
+ "lat": 43.6087638,
+ "lon": 3.8729727
+ },
+ {
+ "nodeId": 8755691718,
+ "lat": 43.6093336,
+ "lon": 3.8726701
+ },
+ {
+ "nodeId": 3728561630,
+ "lat": 43.6096195,
+ "lon": 3.8725303
+ },
+ {
+ "nodeId": 9779381525,
+ "lat": 43.6097915,
+ "lon": 3.8724476
+ },
+ {
+ "nodeId": 8755641112,
+ "lat": 43.6098271,
+ "lon": 3.8724305
+ },
+ {
+ "nodeId": 8755641110,
+ "lat": 43.6099844,
+ "lon": 3.8723732
+ },
+ {
+ "nodeId": 9779381524,
+ "lat": 43.6100602,
+ "lon": 3.8723531
+ },
+ {
+ "nodeId": 6328625890,
+ "lat": 43.610183,
+ "lon": 3.8723233
+ },
+ {
+ "nodeId": 3728561631,
+ "lat": 43.6102087,
+ "lon": 3.8723162
+ },
+ {
+ "nodeId": 9779381523,
+ "lat": 43.6102307,
+ "lon": 3.8723127
+ },
+ {
+ "nodeId": 3728561639,
+ "lat": 43.6105708,
+ "lon": 3.8722596
+ },
+ {
+ "nodeId": 8755641108,
+ "lat": 43.6103995,
+ "lon": 3.8722857
+ },
+ {
+ "nodeId": 8755641106,
+ "lat": 43.6107316,
+ "lon": 3.8722461
+ },
+ {
+ "nodeId": 8755641096,
+ "lat": 43.6106548,
+ "lon": 3.8722512
+ },
+ {
+ "nodeId": 8755641104,
+ "lat": 43.6109365,
+ "lon": 3.8722421
+ },
+ {
+ "nodeId": 8755641105,
+ "lat": 43.6108484,
+ "lon": 3.8722401
+ },
+ {
+ "nodeId": 39724069,
+ "lat": 43.6110134,
+ "lon": 3.8722465
+ },
+ {
+ "nodeId": 3123033203,
+ "lat": 43.6060478,
+ "lon": 3.8735895
+ },
+ {
+ "nodeId": 3123033200,
+ "lat": 43.6060164,
+ "lon": 3.8735596
+ },
+ {
+ "nodeId": 8755383274,
+ "lat": 43.6059977,
+ "lon": 3.8735316
+ },
+ {
+ "nodeId": 8755383273,
+ "lat": 43.6059824,
+ "lon": 3.8734997
+ },
+ {
+ "nodeId": 5216855959,
+ "lat": 43.6059746,
+ "lon": 3.8734734
+ },
+ {
+ "nodeId": 1432319451,
+ "lat": 43.6059635,
+ "lon": 3.873422
+ },
+ {
+ "nodeId": 2575586491,
+ "lat": 43.6059622,
+ "lon": 3.8733681
+ },
+ {
+ "nodeId": 4409290640,
+ "lat": 43.605966,
+ "lon": 3.8733157
+ },
+ {
+ "nodeId": 2575586464,
+ "lat": 43.6059722,
+ "lon": 3.8732695
+ },
+ {
+ "nodeId": 1503509414,
+ "lat": 43.5753084,
+ "lon": 3.9227706
+ },
+ {
+ "nodeId": 1503509367,
+ "lat": 43.5749405,
+ "lon": 3.922752
+ },
+ {
+ "nodeId": 1503509449,
+ "lat": 43.5748299,
+ "lon": 3.9227398
+ },
+ {
+ "nodeId": 2575586514,
+ "lat": 43.6046167,
+ "lon": 3.8832406
+ },
+ {
+ "nodeId": 2575586427,
+ "lat": 43.6046943,
+ "lon": 3.8831666
+ },
+ {
+ "nodeId": 6024968750,
+ "lat": 43.6289137,
+ "lon": 3.895057
+ },
+ {
+ "nodeId": 3965104430,
+ "lat": 43.6289114,
+ "lon": 3.8951155
+ },
+ {
+ "nodeId": 1547454946,
+ "lat": 43.6289086,
+ "lon": 3.8952151
+ },
+ {
+ "nodeId": 1547454787,
+ "lat": 43.6288856,
+ "lon": 3.8953868
+ },
+ {
+ "nodeId": 1547454885,
+ "lat": 43.6288414,
+ "lon": 3.8955752
+ },
+ {
+ "nodeId": 1547454694,
+ "lat": 43.6287754,
+ "lon": 3.8957475
+ },
+ {
+ "nodeId": 1547454871,
+ "lat": 43.6286877,
+ "lon": 3.8959126
+ },
+ {
+ "nodeId": 1547454731,
+ "lat": 43.6284625,
+ "lon": 3.8963061
+ },
+ {
+ "nodeId": 1547454935,
+ "lat": 43.6283618,
+ "lon": 3.8964716
+ },
+ {
+ "nodeId": 1547454792,
+ "lat": 43.6283008,
+ "lon": 3.8966089
+ },
+ {
+ "nodeId": 1547454770,
+ "lat": 43.6282523,
+ "lon": 3.8967718
+ },
+ {
+ "nodeId": 1547454881,
+ "lat": 43.6282314,
+ "lon": 3.8969126
+ },
+ {
+ "nodeId": 1547454690,
+ "lat": 43.6282237,
+ "lon": 3.8970427
+ },
+ {
+ "nodeId": 3966921620,
+ "lat": 43.628225,
+ "lon": 3.8970749
+ },
+ {
+ "nodeId": 1547454859,
+ "lat": 43.6282557,
+ "lon": 3.8973069
+ },
+ {
+ "nodeId": 1547454976,
+ "lat": 43.6282329,
+ "lon": 3.8971795
+ },
+ {
+ "nodeId": 1547454940,
+ "lat": 43.6282821,
+ "lon": 3.8973983
+ },
+ {
+ "nodeId": 3914371558,
+ "lat": 43.6283062,
+ "lon": 3.8974503
+ },
+ {
+ "nodeId": 1547454820,
+ "lat": 43.6283373,
+ "lon": 3.8974987
+ },
+ {
+ "nodeId": 3914371568,
+ "lat": 43.628363,
+ "lon": 3.8975261
+ },
+ {
+ "nodeId": 3914371569,
+ "lat": 43.6283929,
+ "lon": 3.8975593
+ },
+ {
+ "nodeId": 3914371617,
+ "lat": 43.6288066,
+ "lon": 3.8980115
+ },
+ {
+ "nodeId": 3914371475,
+ "lat": 43.6289004,
+ "lon": 3.8981038
+ },
+ {
+ "nodeId": 1547454685,
+ "lat": 43.6289836,
+ "lon": 3.8981865
+ },
+ {
+ "nodeId": 3914371489,
+ "lat": 43.6290423,
+ "lon": 3.8982549
+ },
+ {
+ "nodeId": 1547454897,
+ "lat": 43.6290733,
+ "lon": 3.898291
+ },
+ {
+ "nodeId": 3914370122,
+ "lat": 43.6291407,
+ "lon": 3.8983638
+ },
+ {
+ "nodeId": 1547454862,
+ "lat": 43.6293174,
+ "lon": 3.8985546
+ },
+ {
+ "nodeId": 1547454891,
+ "lat": 43.6294512,
+ "lon": 3.8987529
+ },
+ {
+ "nodeId": 1547454768,
+ "lat": 43.6293847,
+ "lon": 3.8986375
+ },
+ {
+ "nodeId": 1547454930,
+ "lat": 43.6295104,
+ "lon": 3.8988986
+ },
+ {
+ "nodeId": 1547454876,
+ "lat": 43.6295558,
+ "lon": 3.8990376
+ },
+ {
+ "nodeId": 1547447282,
+ "lat": 43.6295948,
+ "lon": 3.8992628
+ },
+ {
+ "nodeId": 3914371903,
+ "lat": 43.6296048,
+ "lon": 3.899339
+ },
+ {
+ "nodeId": 20931435,
+ "lat": 43.6296259,
+ "lon": 3.8994789
+ },
+ {
+ "nodeId": 1547447284,
+ "lat": 43.6296687,
+ "lon": 3.8998041
+ },
+ {
+ "nodeId": 3914372166,
+ "lat": 43.6296847,
+ "lon": 3.899922
+ },
+ {
+ "nodeId": 1547447285,
+ "lat": 43.6297756,
+ "lon": 3.9005721
+ },
+ {
+ "nodeId": 1547447280,
+ "lat": 43.6298508,
+ "lon": 3.9010833
+ },
+ {
+ "nodeId": 1547447283,
+ "lat": 43.6299214,
+ "lon": 3.9014715
+ },
+ {
+ "nodeId": 3966921628,
+ "lat": 43.6300829,
+ "lon": 3.9022559
+ },
+ {
+ "nodeId": 1547447279,
+ "lat": 43.6302244,
+ "lon": 3.9029651
+ },
+ {
+ "nodeId": 1547447281,
+ "lat": 43.6304743,
+ "lon": 3.9042309
+ },
+ {
+ "nodeId": 1547443532,
+ "lat": 43.6309905,
+ "lon": 3.9068054
+ },
+ {
+ "nodeId": 3966914851,
+ "lat": 43.631232,
+ "lon": 3.9080189
+ },
+ {
+ "nodeId": 1547443493,
+ "lat": 43.631256,
+ "lon": 3.9081417
+ },
+ {
+ "nodeId": 1547443536,
+ "lat": 43.6313367,
+ "lon": 3.9085385
+ },
+ {
+ "nodeId": 3966921757,
+ "lat": 43.6313575,
+ "lon": 3.9086361
+ },
+ {
+ "nodeId": 1547443540,
+ "lat": 43.6315025,
+ "lon": 3.9093692
+ },
+ {
+ "nodeId": 1547443500,
+ "lat": 43.6318419,
+ "lon": 3.9110621
+ },
+ {
+ "nodeId": 1547440722,
+ "lat": 43.6324038,
+ "lon": 3.9138805
+ },
+ {
+ "nodeId": 3966917746,
+ "lat": 43.6326978,
+ "lon": 3.9153555
+ },
+ {
+ "nodeId": 1994630057,
+ "lat": 43.6328461,
+ "lon": 3.9160885
+ },
+ {
+ "nodeId": 1547440721,
+ "lat": 43.6328696,
+ "lon": 3.916212
+ },
+ {
+ "nodeId": 1547440755,
+ "lat": 43.6329484,
+ "lon": 3.9166026
+ },
+ {
+ "nodeId": 3966921876,
+ "lat": 43.6329763,
+ "lon": 3.9167462
+ },
+ {
+ "nodeId": 1547440734,
+ "lat": 43.6331787,
+ "lon": 3.9177543
+ },
+ {
+ "nodeId": 11343665737,
+ "lat": 43.6333434,
+ "lon": 3.9185445
+ },
+ {
+ "nodeId": 1547440757,
+ "lat": 43.6335173,
+ "lon": 3.919379
+ },
+ {
+ "nodeId": 1547440737,
+ "lat": 43.6338939,
+ "lon": 3.921104
+ },
+ {
+ "nodeId": 1547440752,
+ "lat": 43.6336302,
+ "lon": 3.9198961
+ },
+ {
+ "nodeId": 1547440746,
+ "lat": 43.6339158,
+ "lon": 3.9212335
+ },
+ {
+ "nodeId": 1547440749,
+ "lat": 43.6339628,
+ "lon": 3.9214236
+ },
+ {
+ "nodeId": 1547440741,
+ "lat": 43.6340164,
+ "lon": 3.921623
+ },
+ {
+ "nodeId": 1547425612,
+ "lat": 43.6343372,
+ "lon": 3.922657
+ },
+ {
+ "nodeId": 1547440730,
+ "lat": 43.6340568,
+ "lon": 3.9217558
+ },
+ {
+ "nodeId": 3124509172,
+ "lat": 43.6343669,
+ "lon": 3.9227352
+ },
+ {
+ "nodeId": 1547425601,
+ "lat": 43.6344002,
+ "lon": 3.9227866
+ },
+ {
+ "nodeId": 12860288788,
+ "lat": 43.6344741,
+ "lon": 3.9228741
+ },
+ {
+ "nodeId": 1547425572,
+ "lat": 43.6346581,
+ "lon": 3.9230931
+ },
+ {
+ "nodeId": 1547425566,
+ "lat": 43.6345728,
+ "lon": 3.9229831
+ },
+ {
+ "nodeId": 1547425618,
+ "lat": 43.6349651,
+ "lon": 3.9237504
+ },
+ {
+ "nodeId": 1547425574,
+ "lat": 43.6347002,
+ "lon": 3.9231642
+ },
+ {
+ "nodeId": 5841648987,
+ "lat": 43.6352426,
+ "lon": 3.9243772
+ },
+ {
+ "nodeId": 1547425579,
+ "lat": 43.6352797,
+ "lon": 3.9244611
+ },
+ {
+ "nodeId": 2564555186,
+ "lat": 43.6166748,
+ "lon": 3.8258473
+ },
+ {
+ "nodeId": 5158657243,
+ "lat": 43.61582,
+ "lon": 3.8258541
+ },
+ {
+ "nodeId": 317545668,
+ "lat": 43.6098543,
+ "lon": 3.862799
+ },
+ {
+ "nodeId": 3123033217,
+ "lat": 43.6099752,
+ "lon": 3.8618986
+ },
+ {
+ "nodeId": 5360579272,
+ "lat": 43.6100627,
+ "lon": 3.8611048
+ },
+ {
+ "nodeId": 3123033216,
+ "lat": 43.6099178,
+ "lon": 3.8623422
+ },
+ {
+ "nodeId": 3123033219,
+ "lat": 43.610089,
+ "lon": 3.8608563
+ },
+ {
+ "nodeId": 3123033220,
+ "lat": 43.610128,
+ "lon": 3.8604611
+ },
+ {
+ "nodeId": 10053132850,
+ "lat": 43.6101393,
+ "lon": 3.8603497
+ },
+ {
+ "nodeId": 3123033223,
+ "lat": 43.6101529,
+ "lon": 3.8602152
+ },
+ {
+ "nodeId": 3123033225,
+ "lat": 43.6101936,
+ "lon": 3.8599284
+ },
+ {
+ "nodeId": 3123033226,
+ "lat": 43.6103299,
+ "lon": 3.859133
+ },
+ {
+ "nodeId": 12549116913,
+ "lat": 43.6104648,
+ "lon": 3.8584508
+ },
+ {
+ "nodeId": 2564254179,
+ "lat": 43.6173772,
+ "lon": 3.8183594
+ },
+ {
+ "nodeId": 11290763611,
+ "lat": 43.6480408,
+ "lon": 3.8688002
+ },
+ {
+ "nodeId": 3781187683,
+ "lat": 43.6173513,
+ "lon": 3.8182487
+ },
+ {
+ "nodeId": 9871245560,
+ "lat": 43.6483053,
+ "lon": 3.8688165
+ },
+ {
+ "nodeId": 11838390651,
+ "lat": 43.6483841,
+ "lon": 3.8688132
+ },
+ {
+ "nodeId": 13198237507,
+ "lat": 43.6484414,
+ "lon": 3.8687973
+ },
+ {
+ "nodeId": 9871245561,
+ "lat": 43.6484987,
+ "lon": 3.8687744
+ },
+ {
+ "nodeId": 13198237508,
+ "lat": 43.6485549,
+ "lon": 3.868738
+ },
+ {
+ "nodeId": 9871245562,
+ "lat": 43.6486724,
+ "lon": 3.8686152
+ },
+ {
+ "nodeId": 11838390652,
+ "lat": 43.6486125,
+ "lon": 3.868691
+ },
+ {
+ "nodeId": 13306123068,
+ "lat": 43.648773,
+ "lon": 3.8684742
+ },
+ {
+ "nodeId": 13306123066,
+ "lat": 43.648814,
+ "lon": 3.8684243
+ },
+ {
+ "nodeId": 12158164980,
+ "lat": 43.6488379,
+ "lon": 3.8683952
+ },
+ {
+ "nodeId": 9871245563,
+ "lat": 43.64956,
+ "lon": 3.8675182
+ },
+ {
+ "nodeId": 9871245564,
+ "lat": 43.650108,
+ "lon": 3.8668422
+ },
+ {
+ "nodeId": 9871245565,
+ "lat": 43.6501779,
+ "lon": 3.8667561
+ },
+ {
+ "nodeId": 12158164979,
+ "lat": 43.6502572,
+ "lon": 3.866667
+ },
+ {
+ "nodeId": 11809725745,
+ "lat": 43.6502988,
+ "lon": 3.8666204
+ },
+ {
+ "nodeId": 12158164981,
+ "lat": 43.6503579,
+ "lon": 3.8665589
+ },
+ {
+ "nodeId": 11800164959,
+ "lat": 43.6504231,
+ "lon": 3.8665071
+ },
+ {
+ "nodeId": 12158164983,
+ "lat": 43.6505045,
+ "lon": 3.8664603
+ },
+ {
+ "nodeId": 12430269162,
+ "lat": 43.6505542,
+ "lon": 3.8664398
+ },
+ {
+ "nodeId": 13198219479,
+ "lat": 43.6505978,
+ "lon": 3.8664252
+ },
+ {
+ "nodeId": 11809145688,
+ "lat": 43.6506465,
+ "lon": 3.8664053
+ },
+ {
+ "nodeId": 5287714650,
+ "lat": 43.650701,
+ "lon": 3.8663897
+ },
+ {
+ "nodeId": 13198237512,
+ "lat": 43.6507691,
+ "lon": 3.866376
+ },
+ {
+ "nodeId": 13198237516,
+ "lat": 43.6508829,
+ "lon": 3.8663721
+ },
+ {
+ "nodeId": 9871245567,
+ "lat": 43.6510053,
+ "lon": 3.866379
+ },
+ {
+ "nodeId": 12223986895,
+ "lat": 43.6510867,
+ "lon": 3.8663989
+ },
+ {
+ "nodeId": 13198237514,
+ "lat": 43.6511539,
+ "lon": 3.8664292
+ },
+ {
+ "nodeId": 12223986894,
+ "lat": 43.6512115,
+ "lon": 3.8664742
+ },
+ {
+ "nodeId": 12514004751,
+ "lat": 43.6512415,
+ "lon": 3.8665113
+ },
+ {
+ "nodeId": 9871245568,
+ "lat": 43.6512613,
+ "lon": 3.8665432
+ },
+ {
+ "nodeId": 12848592212,
+ "lat": 43.65128,
+ "lon": 3.8665828
+ },
+ {
+ "nodeId": 12223986893,
+ "lat": 43.6513109,
+ "lon": 3.8666817
+ },
+ {
+ "nodeId": 13306123067,
+ "lat": 43.6513261,
+ "lon": 3.8668252
+ },
+ {
+ "nodeId": 11838390667,
+ "lat": 43.6513309,
+ "lon": 3.8668709
+ },
+ {
+ "nodeId": 9871245569,
+ "lat": 43.651521,
+ "lon": 3.8686831
+ },
+ {
+ "nodeId": 12512395389,
+ "lat": 43.6515635,
+ "lon": 3.8690246
+ },
+ {
+ "nodeId": 13198237521,
+ "lat": 43.6515845,
+ "lon": 3.8691713
+ },
+ {
+ "nodeId": 11800164960,
+ "lat": 43.6516132,
+ "lon": 3.8693075
+ },
+ {
+ "nodeId": 13198237520,
+ "lat": 43.6516497,
+ "lon": 3.86947
+ },
+ {
+ "nodeId": 13198237519,
+ "lat": 43.6517002,
+ "lon": 3.8696343
+ },
+ {
+ "nodeId": 9871245570,
+ "lat": 43.6518115,
+ "lon": 3.8699594
+ },
+ {
+ "nodeId": 12549212261,
+ "lat": 43.580673,
+ "lon": 3.9264909
+ },
+ {
+ "nodeId": 1503509362,
+ "lat": 43.5804329,
+ "lon": 3.9259002
+ },
+ {
+ "nodeId": 1503509390,
+ "lat": 43.5803397,
+ "lon": 3.925707
+ },
+ {
+ "nodeId": 1503509360,
+ "lat": 43.5802853,
+ "lon": 3.9256212
+ },
+ {
+ "nodeId": 3122450467,
+ "lat": 43.5801848,
+ "lon": 3.9254858
+ },
+ {
+ "nodeId": 3122450466,
+ "lat": 43.580013,
+ "lon": 3.9252896
+ },
+ {
+ "nodeId": 12549212259,
+ "lat": 43.5792106,
+ "lon": 3.9244077
+ },
+ {
+ "nodeId": 8985892853,
+ "lat": 43.6162726,
+ "lon": 3.8744044
+ },
+ {
+ "nodeId": 60025051,
+ "lat": 43.6162381,
+ "lon": 3.8744487
+ },
+ {
+ "nodeId": 11867053060,
+ "lat": 43.6162133,
+ "lon": 3.8744756
+ },
+ {
+ "nodeId": 11867053061,
+ "lat": 43.6161868,
+ "lon": 3.8744986
+ },
+ {
+ "nodeId": 60025050,
+ "lat": 43.6161645,
+ "lon": 3.8745135
+ },
+ {
+ "nodeId": 918523098,
+ "lat": 43.6161299,
+ "lon": 3.8745271
+ },
+ {
+ "nodeId": 3118402895,
+ "lat": 43.6160981,
+ "lon": 3.8745365
+ },
+ {
+ "nodeId": 11867053062,
+ "lat": 43.6160667,
+ "lon": 3.8745375
+ },
+ {
+ "nodeId": 11867053064,
+ "lat": 43.6160053,
+ "lon": 3.8745318
+ },
+ {
+ "nodeId": 3118402894,
+ "lat": 43.6159749,
+ "lon": 3.8745249
+ },
+ {
+ "nodeId": 11867053063,
+ "lat": 43.6160353,
+ "lon": 3.874537
+ },
+ {
+ "nodeId": 12549097488,
+ "lat": 43.6173087,
+ "lon": 3.8264554
+ },
+ {
+ "nodeId": 2564555110,
+ "lat": 43.6172555,
+ "lon": 3.8262947
+ },
+ {
+ "nodeId": 5158657231,
+ "lat": 43.6171992,
+ "lon": 3.8261852
+ },
+ {
+ "nodeId": 2564554921,
+ "lat": 43.617188,
+ "lon": 3.8261612
+ },
+ {
+ "nodeId": 2564555193,
+ "lat": 43.617023,
+ "lon": 3.8259802
+ },
+ {
+ "nodeId": 2564555152,
+ "lat": 43.6169463,
+ "lon": 3.8259322
+ },
+ {
+ "nodeId": 2564555196,
+ "lat": 43.6171239,
+ "lon": 3.8260879
+ },
+ {
+ "nodeId": 5158657238,
+ "lat": 43.6168885,
+ "lon": 3.8258993
+ },
+ {
+ "nodeId": 2564555197,
+ "lat": 43.6168499,
+ "lon": 3.8258813
+ },
+ {
+ "nodeId": 5158657234,
+ "lat": 43.616791,
+ "lon": 3.8258604
+ },
+ {
+ "nodeId": 2564555087,
+ "lat": 43.6167595,
+ "lon": 3.82585
+ },
+ {
+ "nodeId": 2575419224,
+ "lat": 43.6169632,
+ "lon": 3.8401318
+ },
+ {
+ "nodeId": 2575419208,
+ "lat": 43.6172098,
+ "lon": 3.8399494
+ },
+ {
+ "nodeId": 2575419229,
+ "lat": 43.6174894,
+ "lon": 3.8397496
+ },
+ {
+ "nodeId": 2575419246,
+ "lat": 43.617703,
+ "lon": 3.8395914
+ },
+ {
+ "nodeId": 6311834769,
+ "lat": 43.6177521,
+ "lon": 3.8395534
+ },
+ {
+ "nodeId": 2575419094,
+ "lat": 43.6179204,
+ "lon": 3.839423
+ },
+ {
+ "nodeId": 6311834801,
+ "lat": 43.6180202,
+ "lon": 3.8393379
+ },
+ {
+ "nodeId": 5533923407,
+ "lat": 43.6184911,
+ "lon": 3.8389422
+ },
+ {
+ "nodeId": 12549116902,
+ "lat": 43.6186727,
+ "lon": 3.8387872
+ },
+ {
+ "nodeId": 6238445889,
+ "lat": 43.609535,
+ "lon": 3.8943275
+ },
+ {
+ "nodeId": 2597102255,
+ "lat": 43.6094891,
+ "lon": 3.8943201
+ },
+ {
+ "nodeId": 13203485369,
+ "lat": 43.6095865,
+ "lon": 3.8943356
+ },
+ {
+ "nodeId": 2597102247,
+ "lat": 43.6092982,
+ "lon": 3.894294
+ },
+ {
+ "nodeId": 6238445887,
+ "lat": 43.6093871,
+ "lon": 3.894306
+ },
+ {
+ "nodeId": 231454795,
+ "lat": 43.6089643,
+ "lon": 3.8942377
+ },
+ {
+ "nodeId": 977674834,
+ "lat": 43.6088945,
+ "lon": 3.8942241
+ },
+ {
+ "nodeId": 977674757,
+ "lat": 43.6088492,
+ "lon": 3.8942061
+ },
+ {
+ "nodeId": 13203485365,
+ "lat": 43.6087149,
+ "lon": 3.8941185
+ },
+ {
+ "nodeId": 1503509380,
+ "lat": 43.5731702,
+ "lon": 3.9199915
+ },
+ {
+ "nodeId": 1503509353,
+ "lat": 43.5727557,
+ "lon": 3.9191301
+ },
+ {
+ "nodeId": 3122450437,
+ "lat": 43.5726479,
+ "lon": 3.9188741
+ },
+ {
+ "nodeId": 2942632656,
+ "lat": 43.5725348,
+ "lon": 3.9185708
+ },
+ {
+ "nodeId": 977674774,
+ "lat": 43.6087665,
+ "lon": 3.8941611
+ },
+ {
+ "nodeId": 2564072249,
+ "lat": 43.5724973,
+ "lon": 3.9184721
+ },
+ {
+ "nodeId": 3122450436,
+ "lat": 43.5723357,
+ "lon": 3.9180105
+ },
+ {
+ "nodeId": 1503509435,
+ "lat": 43.572169,
+ "lon": 3.9174782
+ },
+ {
+ "nodeId": 1503509447,
+ "lat": 43.5716991,
+ "lon": 3.9159097
+ },
+ {
+ "nodeId": 2564072353,
+ "lat": 43.5714723,
+ "lon": 3.9149849
+ },
+ {
+ "nodeId": 1503509365,
+ "lat": 43.5713998,
+ "lon": 3.9146868
+ },
+ {
+ "nodeId": 3781187665,
+ "lat": 43.6172326,
+ "lon": 3.8177968
+ },
+ {
+ "nodeId": 3123039767,
+ "lat": 43.6172078,
+ "lon": 3.8177504
+ },
+ {
+ "nodeId": 3781187657,
+ "lat": 43.6171853,
+ "lon": 3.8177198
+ },
+ {
+ "nodeId": 3781187313,
+ "lat": 43.6171281,
+ "lon": 3.8176663
+ },
+ {
+ "nodeId": 1503629527,
+ "lat": 43.6171614,
+ "lon": 3.8176902
+ },
+ {
+ "nodeId": 1503629515,
+ "lat": 43.6171002,
+ "lon": 3.8176493
+ },
+ {
+ "nodeId": 3123039766,
+ "lat": 43.6170444,
+ "lon": 3.8176341
+ },
+ {
+ "nodeId": 3781187308,
+ "lat": 43.6170172,
+ "lon": 3.817636
+ },
+ {
+ "nodeId": 1503629509,
+ "lat": 43.6169894,
+ "lon": 3.81764
+ },
+ {
+ "nodeId": 3123039769,
+ "lat": 43.617309,
+ "lon": 3.8113046
+ },
+ {
+ "nodeId": 2564061751,
+ "lat": 43.6173403,
+ "lon": 3.8112309
+ },
+ {
+ "nodeId": 3123039773,
+ "lat": 43.6174412,
+ "lon": 3.8109985
+ },
+ {
+ "nodeId": 2564061752,
+ "lat": 43.6175064,
+ "lon": 3.8108291
+ },
+ {
+ "nodeId": 3123039776,
+ "lat": 43.617526,
+ "lon": 3.8107392
+ },
+ {
+ "nodeId": 2564061760,
+ "lat": 43.617533,
+ "lon": 3.810518
+ },
+ {
+ "nodeId": 2564061742,
+ "lat": 43.6175361,
+ "lon": 3.810634
+ },
+ {
+ "nodeId": 5162759099,
+ "lat": 43.6175307,
+ "lon": 3.8104859
+ },
+ {
+ "nodeId": 3123039759,
+ "lat": 43.61591,
+ "lon": 3.8143423
+ },
+ {
+ "nodeId": 2564061755,
+ "lat": 43.6159782,
+ "lon": 3.8142986
+ },
+ {
+ "nodeId": 2564061724,
+ "lat": 43.6160205,
+ "lon": 3.8142579
+ },
+ {
+ "nodeId": 3123039761,
+ "lat": 43.6160957,
+ "lon": 3.8141527
+ },
+ {
+ "nodeId": 2564061693,
+ "lat": 43.6160554,
+ "lon": 3.8142165
+ },
+ {
+ "nodeId": 9871245571,
+ "lat": 43.6521218,
+ "lon": 3.8707604
+ },
+ {
+ "nodeId": 12202780234,
+ "lat": 43.6523131,
+ "lon": 3.8711768
+ },
+ {
+ "nodeId": 9871245572,
+ "lat": 43.6524834,
+ "lon": 3.8714369
+ },
+ {
+ "nodeId": 13198237522,
+ "lat": 43.6522335,
+ "lon": 3.8710235
+ },
+ {
+ "nodeId": 13198237524,
+ "lat": 43.6525576,
+ "lon": 3.8715362
+ },
+ {
+ "nodeId": 12488817523,
+ "lat": 43.6526848,
+ "lon": 3.8716842
+ },
+ {
+ "nodeId": 13198237523,
+ "lat": 43.6528818,
+ "lon": 3.8719121
+ },
+ {
+ "nodeId": 9871245574,
+ "lat": 43.6530748,
+ "lon": 3.8721225
+ },
+ {
+ "nodeId": 3796147301,
+ "lat": 43.5908833,
+ "lon": 3.8906032
+ },
+ {
+ "nodeId": 1256343803,
+ "lat": 43.59081,
+ "lon": 3.8904915
+ },
+ {
+ "nodeId": 3796147298,
+ "lat": 43.5907738,
+ "lon": 3.8904401
+ },
+ {
+ "nodeId": 3670568171,
+ "lat": 43.5907227,
+ "lon": 3.8903641
+ },
+ {
+ "nodeId": 1506442724,
+ "lat": 43.5905291,
+ "lon": 3.8901725
+ },
+ {
+ "nodeId": 246676689,
+ "lat": 43.5906387,
+ "lon": 3.8902639
+ },
+ {
+ "nodeId": 1506442725,
+ "lat": 43.5903603,
+ "lon": 3.890126
+ },
+ {
+ "nodeId": 1432314076,
+ "lat": 43.5900766,
+ "lon": 3.8901312
+ },
+ {
+ "nodeId": 3124410422,
+ "lat": 43.590455,
+ "lon": 3.8901405
+ },
+ {
+ "nodeId": 3124410417,
+ "lat": 43.5899999,
+ "lon": 3.8901112
+ },
+ {
+ "nodeId": 1432314065,
+ "lat": 43.589931,
+ "lon": 3.8900655
+ },
+ {
+ "nodeId": 1432314079,
+ "lat": 43.5898534,
+ "lon": 3.8899926
+ },
+ {
+ "nodeId": 1432314085,
+ "lat": 43.5897402,
+ "lon": 3.8898232
+ },
+ {
+ "nodeId": 1432314061,
+ "lat": 43.5895812,
+ "lon": 3.8895424
+ },
+ {
+ "nodeId": 3124410413,
+ "lat": 43.5895499,
+ "lon": 3.8894643
+ },
+ {
+ "nodeId": 3670592906,
+ "lat": 43.5895416,
+ "lon": 3.8894354
+ },
+ {
+ "nodeId": 3796147494,
+ "lat": 43.5895275,
+ "lon": 3.8893769
+ },
+ {
+ "nodeId": 1504540315,
+ "lat": 43.5895221,
+ "lon": 3.8893359
+ },
+ {
+ "nodeId": 3796147493,
+ "lat": 43.589518,
+ "lon": 3.8892918
+ },
+ {
+ "nodeId": 3124410412,
+ "lat": 43.5895143,
+ "lon": 3.8892259
+ },
+ {
+ "nodeId": 1503483804,
+ "lat": 43.5895149,
+ "lon": 3.8891138
+ },
+ {
+ "nodeId": 3640025099,
+ "lat": 43.5895917,
+ "lon": 3.8880877
+ },
+ {
+ "nodeId": 1432314063,
+ "lat": 43.5896131,
+ "lon": 3.8878699
+ },
+ {
+ "nodeId": 2564674874,
+ "lat": 43.5896263,
+ "lon": 3.887717
+ },
+ {
+ "nodeId": 5377606220,
+ "lat": 43.5896352,
+ "lon": 3.8876378
+ },
+ {
+ "nodeId": 3124410415,
+ "lat": 43.5896976,
+ "lon": 3.8873625
+ },
+ {
+ "nodeId": 1432314057,
+ "lat": 43.5896617,
+ "lon": 3.8875159
+ },
+ {
+ "nodeId": 1432314058,
+ "lat": 43.5899576,
+ "lon": 3.8863411
+ },
+ {
+ "nodeId": 3124410419,
+ "lat": 43.5900614,
+ "lon": 3.8859984
+ },
+ {
+ "nodeId": 3124410421,
+ "lat": 43.5901613,
+ "lon": 3.8857022
+ },
+ {
+ "nodeId": 1432314080,
+ "lat": 43.5902134,
+ "lon": 3.8855547
+ },
+ {
+ "nodeId": 3796147697,
+ "lat": 43.5902509,
+ "lon": 3.8854548
+ },
+ {
+ "nodeId": 3796147706,
+ "lat": 43.5904974,
+ "lon": 3.8847922
+ },
+ {
+ "nodeId": 6343805384,
+ "lat": 43.5905956,
+ "lon": 3.8845314
+ },
+ {
+ "nodeId": 3670568166,
+ "lat": 43.5906411,
+ "lon": 3.8844119
+ },
+ {
+ "nodeId": 10814855885,
+ "lat": 43.5910629,
+ "lon": 3.8833029
+ },
+ {
+ "nodeId": 3670600191,
+ "lat": 43.5914354,
+ "lon": 3.8822989
+ },
+ {
+ "nodeId": 9028740408,
+ "lat": 43.5910939,
+ "lon": 3.8832105
+ },
+ {
+ "nodeId": 2564674912,
+ "lat": 43.5914717,
+ "lon": 3.8821976
+ },
+ {
+ "nodeId": 3124410427,
+ "lat": 43.5917309,
+ "lon": 3.8814948
+ },
+ {
+ "nodeId": 1503483786,
+ "lat": 43.5916646,
+ "lon": 3.8816786
+ },
+ {
+ "nodeId": 3124410428,
+ "lat": 43.5918671,
+ "lon": 3.8810777
+ },
+ {
+ "nodeId": 2564675013,
+ "lat": 43.5919369,
+ "lon": 3.8808747
+ },
+ {
+ "nodeId": 3124411829,
+ "lat": 43.5919613,
+ "lon": 3.8808061
+ },
+ {
+ "nodeId": 1942478523,
+ "lat": 43.5919869,
+ "lon": 3.8807527
+ },
+ {
+ "nodeId": 1432314075,
+ "lat": 43.5921607,
+ "lon": 3.8804177
+ },
+ {
+ "nodeId": 1432314062,
+ "lat": 43.5923839,
+ "lon": 3.8800004
+ },
+ {
+ "nodeId": 3670600297,
+ "lat": 43.5924264,
+ "lon": 3.8799459
+ },
+ {
+ "nodeId": 3124411831,
+ "lat": 43.5924554,
+ "lon": 3.8799089
+ },
+ {
+ "nodeId": 1503483808,
+ "lat": 43.5924998,
+ "lon": 3.8798668
+ },
+ {
+ "nodeId": 3670600315,
+ "lat": 43.5925772,
+ "lon": 3.8798095
+ },
+ {
+ "nodeId": 1432314059,
+ "lat": 43.5926766,
+ "lon": 3.8797324
+ },
+ {
+ "nodeId": 1432314067,
+ "lat": 43.5929327,
+ "lon": 3.8795597
+ },
+ {
+ "nodeId": 3670601359,
+ "lat": 43.5929512,
+ "lon": 3.8795521
+ },
+ {
+ "nodeId": 3796147338,
+ "lat": 43.5930238,
+ "lon": 3.8795222
+ },
+ {
+ "nodeId": 1432314082,
+ "lat": 43.593142,
+ "lon": 3.8794852
+ },
+ {
+ "nodeId": 1432314086,
+ "lat": 43.5936819,
+ "lon": 3.8793632
+ },
+ {
+ "nodeId": 3124411832,
+ "lat": 43.593062,
+ "lon": 3.8795064
+ },
+ {
+ "nodeId": 3124411837,
+ "lat": 43.5939412,
+ "lon": 3.8792945
+ },
+ {
+ "nodeId": 1432314056,
+ "lat": 43.5940736,
+ "lon": 3.879246
+ },
+ {
+ "nodeId": 3670601400,
+ "lat": 43.5940887,
+ "lon": 3.8792383
+ },
+ {
+ "nodeId": 2564674897,
+ "lat": 43.5941918,
+ "lon": 3.8791881
+ },
+ {
+ "nodeId": 1432314081,
+ "lat": 43.5942911,
+ "lon": 3.8791393
+ },
+ {
+ "nodeId": 3124411838,
+ "lat": 43.5944183,
+ "lon": 3.8790647
+ },
+ {
+ "nodeId": 1432314088,
+ "lat": 43.5946209,
+ "lon": 3.8789155
+ },
+ {
+ "nodeId": 1432314071,
+ "lat": 43.5949075,
+ "lon": 3.8786199
+ },
+ {
+ "nodeId": 3796147741,
+ "lat": 43.5951698,
+ "lon": 3.8783371
+ },
+ {
+ "nodeId": 2564675036,
+ "lat": 43.5952064,
+ "lon": 3.8782976
+ },
+ {
+ "nodeId": 1325374707,
+ "lat": 43.5953226,
+ "lon": 3.8781775
+ },
+ {
+ "nodeId": 246676721,
+ "lat": 43.5958597,
+ "lon": 3.8776488
+ },
+ {
+ "nodeId": 1325374738,
+ "lat": 43.5960062,
+ "lon": 3.8774951
+ },
+ {
+ "nodeId": 1325374733,
+ "lat": 43.5960625,
+ "lon": 3.8774146
+ },
+ {
+ "nodeId": 3122450426,
+ "lat": 43.5713201,
+ "lon": 3.9132752
+ },
+ {
+ "nodeId": 1503509363,
+ "lat": 43.5713001,
+ "lon": 3.9134051
+ },
+ {
+ "nodeId": 1503509398,
+ "lat": 43.571299,
+ "lon": 3.9136716
+ },
+ {
+ "nodeId": 2187320596,
+ "lat": 43.5712921,
+ "lon": 3.9134953
+ },
+ {
+ "nodeId": 3122450428,
+ "lat": 43.5713458,
+ "lon": 3.9144306
+ },
+ {
+ "nodeId": 3122450429,
+ "lat": 43.5713637,
+ "lon": 3.9145368
+ },
+ {
+ "nodeId": 2575419241,
+ "lat": 43.6155845,
+ "lon": 3.8399253
+ },
+ {
+ "nodeId": 2575419214,
+ "lat": 43.6160728,
+ "lon": 3.8405516
+ },
+ {
+ "nodeId": 2575419119,
+ "lat": 43.6156689,
+ "lon": 3.8400031
+ },
+ {
+ "nodeId": 9871231590,
+ "lat": 43.6268131,
+ "lon": 3.8663792
+ },
+ {
+ "nodeId": 11850833146,
+ "lat": 43.6276079,
+ "lon": 3.8674421
+ },
+ {
+ "nodeId": 9871231592,
+ "lat": 43.6281738,
+ "lon": 3.8681976
+ },
+ {
+ "nodeId": 12158179125,
+ "lat": 43.6277314,
+ "lon": 3.8676101
+ },
+ {
+ "nodeId": 13306128619,
+ "lat": 43.6282462,
+ "lon": 3.8682931
+ },
+ {
+ "nodeId": 12514004758,
+ "lat": 43.6282779,
+ "lon": 3.8683349
+ },
+ {
+ "nodeId": 12514004766,
+ "lat": 43.6288455,
+ "lon": 3.8691358
+ },
+ {
+ "nodeId": 12514004764,
+ "lat": 43.6289589,
+ "lon": 3.8692886
+ },
+ {
+ "nodeId": 12514004762,
+ "lat": 43.6292249,
+ "lon": 3.8696356
+ },
+ {
+ "nodeId": 12514004760,
+ "lat": 43.6292984,
+ "lon": 3.8697307
+ },
+ {
+ "nodeId": 9871231596,
+ "lat": 43.6293532,
+ "lon": 3.8697871
+ },
+ {
+ "nodeId": 9871231597,
+ "lat": 43.6294468,
+ "lon": 3.8698456
+ },
+ {
+ "nodeId": 13198237591,
+ "lat": 43.6293961,
+ "lon": 3.8698217
+ },
+ {
+ "nodeId": 13306128617,
+ "lat": 43.629469,
+ "lon": 3.8698486
+ },
+ {
+ "nodeId": 9871231598,
+ "lat": 43.6295174,
+ "lon": 3.8698553
+ },
+ {
+ "nodeId": 13198237592,
+ "lat": 43.6295705,
+ "lon": 3.8698477
+ },
+ {
+ "nodeId": 9871231599,
+ "lat": 43.6296158,
+ "lon": 3.8698321
+ },
+ {
+ "nodeId": 13306128615,
+ "lat": 43.6296834,
+ "lon": 3.8697957
+ },
+ {
+ "nodeId": 9871231600,
+ "lat": 43.6302426,
+ "lon": 3.8694849
+ },
+ {
+ "nodeId": 13306128613,
+ "lat": 43.6304141,
+ "lon": 3.8693937
+ },
+ {
+ "nodeId": 9871231602,
+ "lat": 43.6305503,
+ "lon": 3.8693212
+ },
+ {
+ "nodeId": 12184356827,
+ "lat": 43.6308564,
+ "lon": 3.869136
+ },
+ {
+ "nodeId": 9871231603,
+ "lat": 43.6319569,
+ "lon": 3.8683511
+ },
+ {
+ "nodeId": 9871231604,
+ "lat": 43.6321863,
+ "lon": 3.8681824
+ },
+ {
+ "nodeId": 13306128611,
+ "lat": 43.6320346,
+ "lon": 3.868294
+ },
+ {
+ "nodeId": 9871231605,
+ "lat": 43.6324478,
+ "lon": 3.8680251
+ },
+ {
+ "nodeId": 9871231607,
+ "lat": 43.6328808,
+ "lon": 3.8678851
+ },
+ {
+ "nodeId": 9871231606,
+ "lat": 43.632654,
+ "lon": 3.8679397
+ },
+ {
+ "nodeId": 9871231608,
+ "lat": 43.6330736,
+ "lon": 3.8678544
+ },
+ {
+ "nodeId": 9871231609,
+ "lat": 43.6333187,
+ "lon": 3.8678535
+ },
+ {
+ "nodeId": 12158179113,
+ "lat": 43.6335614,
+ "lon": 3.8678901
+ },
+ {
+ "nodeId": 9871231610,
+ "lat": 43.6338226,
+ "lon": 3.8679336
+ },
+ {
+ "nodeId": 13306128608,
+ "lat": 43.6336842,
+ "lon": 3.8679106
+ },
+ {
+ "nodeId": 11838390610,
+ "lat": 43.6345092,
+ "lon": 3.8680467
+ },
+ {
+ "nodeId": 13306128609,
+ "lat": 43.6345868,
+ "lon": 3.8680669
+ },
+ {
+ "nodeId": 13306128610,
+ "lat": 43.6347056,
+ "lon": 3.8680979
+ },
+ {
+ "nodeId": 12202780266,
+ "lat": 43.6347818,
+ "lon": 3.8681178
+ },
+ {
+ "nodeId": 13198237583,
+ "lat": 43.6348647,
+ "lon": 3.8681353
+ },
+ {
+ "nodeId": 9871231611,
+ "lat": 43.6352238,
+ "lon": 3.8682164
+ },
+ {
+ "nodeId": 11838390611,
+ "lat": 43.6353322,
+ "lon": 3.8682318
+ },
+ {
+ "nodeId": 9871231612,
+ "lat": 43.6354374,
+ "lon": 3.868227
+ },
+ {
+ "nodeId": 9871231613,
+ "lat": 43.6355046,
+ "lon": 3.8682143
+ },
+ {
+ "nodeId": 9871231615,
+ "lat": 43.6356671,
+ "lon": 3.868139
+ },
+ {
+ "nodeId": 12160321769,
+ "lat": 43.635609,
+ "lon": 3.8681741
+ },
+ {
+ "nodeId": 9871245517,
+ "lat": 43.6357671,
+ "lon": 3.8680732
+ },
+ {
+ "nodeId": 13306128603,
+ "lat": 43.636015,
+ "lon": 3.867858
+ },
+ {
+ "nodeId": 11838390613,
+ "lat": 43.6361292,
+ "lon": 3.8677589
+ },
+ {
+ "nodeId": 13306123100,
+ "lat": 43.6363841,
+ "lon": 3.8675269
+ },
+ {
+ "nodeId": 9871245518,
+ "lat": 43.6365848,
+ "lon": 3.8673442
+ },
+ {
+ "nodeId": 13306123099,
+ "lat": 43.6371458,
+ "lon": 3.8668521
+ },
+ {
+ "nodeId": 11838390614,
+ "lat": 43.6369684,
+ "lon": 3.8670119
+ },
+ {
+ "nodeId": 13306123096,
+ "lat": 43.6372045,
+ "lon": 3.8667992
+ },
+ {
+ "nodeId": 13306123094,
+ "lat": 43.6372698,
+ "lon": 3.8667404
+ },
+ {
+ "nodeId": 13306123093,
+ "lat": 43.6384533,
+ "lon": 3.8656765
+ },
+ {
+ "nodeId": 13306123090,
+ "lat": 43.6385063,
+ "lon": 3.8656293
+ },
+ {
+ "nodeId": 9871245520,
+ "lat": 43.6385164,
+ "lon": 3.8656202
+ },
+ {
+ "nodeId": 12768811840,
+ "lat": 43.6386198,
+ "lon": 3.8655317
+ },
+ {
+ "nodeId": 11838390616,
+ "lat": 43.6391809,
+ "lon": 3.865034
+ },
+ {
+ "nodeId": 13198237547,
+ "lat": 43.6394634,
+ "lon": 3.8647948
+ },
+ {
+ "nodeId": 9871245521,
+ "lat": 43.6397915,
+ "lon": 3.8645045
+ },
+ {
+ "nodeId": 12372539210,
+ "lat": 43.6399177,
+ "lon": 3.8643853
+ },
+ {
+ "nodeId": 13306123089,
+ "lat": 43.6402425,
+ "lon": 3.8640964
+ },
+ {
+ "nodeId": 11838390618,
+ "lat": 43.6403701,
+ "lon": 3.8639829
+ },
+ {
+ "nodeId": 13306123087,
+ "lat": 43.6403853,
+ "lon": 3.8639691
+ },
+ {
+ "nodeId": 11838390619,
+ "lat": 43.6407097,
+ "lon": 3.8636736
+ },
+ {
+ "nodeId": 9871245523,
+ "lat": 43.6408523,
+ "lon": 3.8635413
+ },
+ {
+ "nodeId": 13198237548,
+ "lat": 43.640938,
+ "lon": 3.8634554
+ },
+ {
+ "nodeId": 13198237543,
+ "lat": 43.6409989,
+ "lon": 3.8633814
+ },
+ {
+ "nodeId": 9871245524,
+ "lat": 43.6410485,
+ "lon": 3.8633171
+ },
+ {
+ "nodeId": 9871245525,
+ "lat": 43.6411049,
+ "lon": 3.8632252
+ },
+ {
+ "nodeId": 9871245526,
+ "lat": 43.64121,
+ "lon": 3.862983
+ },
+ {
+ "nodeId": 13198237545,
+ "lat": 43.641153,
+ "lon": 3.8631349
+ },
+ {
+ "nodeId": 13198237546,
+ "lat": 43.6412448,
+ "lon": 3.8628775
+ },
+ {
+ "nodeId": 9871245527,
+ "lat": 43.6412884,
+ "lon": 3.8626873
+ },
+ {
+ "nodeId": 13198237540,
+ "lat": 43.6413475,
+ "lon": 3.8624189
+ },
+ {
+ "nodeId": 9871245528,
+ "lat": 43.6413894,
+ "lon": 3.8622834
+ },
+ {
+ "nodeId": 9871245530,
+ "lat": 43.6414088,
+ "lon": 3.8622258
+ },
+ {
+ "nodeId": 13306123085,
+ "lat": 43.6414365,
+ "lon": 3.8621548
+ },
+ {
+ "nodeId": 9871245532,
+ "lat": 43.6415133,
+ "lon": 3.8620078
+ },
+ {
+ "nodeId": 9871245531,
+ "lat": 43.6414526,
+ "lon": 3.8621136
+ },
+ {
+ "nodeId": 9871245533,
+ "lat": 43.641616,
+ "lon": 3.8618902
+ },
+ {
+ "nodeId": 11838390622,
+ "lat": 43.6421033,
+ "lon": 3.8614625
+ },
+ {
+ "nodeId": 12216406808,
+ "lat": 43.6422807,
+ "lon": 3.8613156
+ },
+ {
+ "nodeId": 11838390624,
+ "lat": 43.6426744,
+ "lon": 3.8610249
+ },
+ {
+ "nodeId": 9871245534,
+ "lat": 43.6430447,
+ "lon": 3.8607472
+ },
+ {
+ "nodeId": 12725727268,
+ "lat": 43.6431869,
+ "lon": 3.8606582
+ },
+ {
+ "nodeId": 12216406810,
+ "lat": 43.6432355,
+ "lon": 3.860634
+ },
+ {
+ "nodeId": 12659340338,
+ "lat": 43.6433081,
+ "lon": 3.8606063
+ },
+ {
+ "nodeId": 13306123082,
+ "lat": 43.6432691,
+ "lon": 3.8606212
+ },
+ {
+ "nodeId": 12659340337,
+ "lat": 43.6433808,
+ "lon": 3.8605872
+ },
+ {
+ "nodeId": 12725727265,
+ "lat": 43.6434717,
+ "lon": 3.8605855
+ },
+ {
+ "nodeId": 9871245536,
+ "lat": 43.6435748,
+ "lon": 3.8606001
+ },
+ {
+ "nodeId": 9871245537,
+ "lat": 43.6436914,
+ "lon": 3.8606372
+ },
+ {
+ "nodeId": 13198237539,
+ "lat": 43.6438394,
+ "lon": 3.8607264
+ },
+ {
+ "nodeId": 9871245538,
+ "lat": 43.6437578,
+ "lon": 3.8606725
+ },
+ {
+ "nodeId": 11838390627,
+ "lat": 43.6439021,
+ "lon": 3.8607848
+ },
+ {
+ "nodeId": 9871245539,
+ "lat": 43.6439673,
+ "lon": 3.8608546
+ },
+ {
+ "nodeId": 9871245540,
+ "lat": 43.6446986,
+ "lon": 3.8616728
+ },
+ {
+ "nodeId": 9871245543,
+ "lat": 43.6447929,
+ "lon": 3.8617892
+ },
+ {
+ "nodeId": 9871245541,
+ "lat": 43.6447576,
+ "lon": 3.8617358
+ },
+ {
+ "nodeId": 13198237536,
+ "lat": 43.6448448,
+ "lon": 3.8619409
+ },
+ {
+ "nodeId": 13198237537,
+ "lat": 43.6448267,
+ "lon": 3.8618596
+ },
+ {
+ "nodeId": 12543274722,
+ "lat": 43.6448512,
+ "lon": 3.8620102
+ },
+ {
+ "nodeId": 11838390638,
+ "lat": 43.6448546,
+ "lon": 3.862112
+ },
+ {
+ "nodeId": 13198237532,
+ "lat": 43.6448484,
+ "lon": 3.8621779
+ },
+ {
+ "nodeId": 9871245545,
+ "lat": 43.6448311,
+ "lon": 3.8622561
+ },
+ {
+ "nodeId": 13198237531,
+ "lat": 43.6447904,
+ "lon": 3.8623495
+ },
+ {
+ "nodeId": 9871245546,
+ "lat": 43.6447408,
+ "lon": 3.8624413
+ },
+ {
+ "nodeId": 9871245547,
+ "lat": 43.6445138,
+ "lon": 3.8628111
+ },
+ {
+ "nodeId": 13306123080,
+ "lat": 43.6444715,
+ "lon": 3.8628858
+ },
+ {
+ "nodeId": 9871245548,
+ "lat": 43.6442534,
+ "lon": 3.8632712
+ },
+ {
+ "nodeId": 11838390634,
+ "lat": 43.6441197,
+ "lon": 3.8637009
+ },
+ {
+ "nodeId": 9871245549,
+ "lat": 43.644165,
+ "lon": 3.8634788
+ },
+ {
+ "nodeId": 9871245550,
+ "lat": 43.6441009,
+ "lon": 3.8638783
+ },
+ {
+ "nodeId": 11838390632,
+ "lat": 43.6441069,
+ "lon": 3.8640588
+ },
+ {
+ "nodeId": 9871245552,
+ "lat": 43.6443584,
+ "lon": 3.8664549
+ },
+ {
+ "nodeId": 9871245551,
+ "lat": 43.6441247,
+ "lon": 3.864286
+ },
+ {
+ "nodeId": 11838390640,
+ "lat": 43.6444145,
+ "lon": 3.8668447
+ },
+ {
+ "nodeId": 12186670923,
+ "lat": 43.64462,
+ "lon": 3.868188
+ },
+ {
+ "nodeId": 12186670924,
+ "lat": 43.6446489,
+ "lon": 3.8682841
+ },
+ {
+ "nodeId": 9871245553,
+ "lat": 43.644687,
+ "lon": 3.8683571
+ },
+ {
+ "nodeId": 11838390642,
+ "lat": 43.6447412,
+ "lon": 3.8684182
+ },
+ {
+ "nodeId": 12514004757,
+ "lat": 43.6446998,
+ "lon": 3.868372
+ },
+ {
+ "nodeId": 13306123072,
+ "lat": 43.6447576,
+ "lon": 3.8684331
+ },
+ {
+ "nodeId": 9871245554,
+ "lat": 43.6447888,
+ "lon": 3.8684615
+ },
+ {
+ "nodeId": 13306123073,
+ "lat": 43.6448069,
+ "lon": 3.8684733
+ },
+ {
+ "nodeId": 9871245556,
+ "lat": 43.6449237,
+ "lon": 3.8685138
+ },
+ {
+ "nodeId": 9871245555,
+ "lat": 43.6448379,
+ "lon": 3.8684933
+ },
+ {
+ "nodeId": 13306123074,
+ "lat": 43.6450787,
+ "lon": 3.8685242
+ },
+ {
+ "nodeId": 9871245557,
+ "lat": 43.6451497,
+ "lon": 3.868529
+ },
+ {
+ "nodeId": 9871245558,
+ "lat": 43.6456582,
+ "lon": 3.8685647
+ },
+ {
+ "nodeId": 3672530575,
+ "lat": 43.6453211,
+ "lon": 3.8685441
+ },
+ {
+ "nodeId": 12912873149,
+ "lat": 43.6464231,
+ "lon": 3.8686186
+ },
+ {
+ "nodeId": 12811196159,
+ "lat": 43.6467062,
+ "lon": 3.8686397
+ },
+ {
+ "nodeId": 9871245559,
+ "lat": 43.6468641,
+ "lon": 3.8686672
+ },
+ {
+ "nodeId": 13306123075,
+ "lat": 43.646721,
+ "lon": 3.8686423
+ },
+ {
+ "nodeId": 9871245663,
+ "lat": 43.6471474,
+ "lon": 3.8687268
+ },
+ {
+ "nodeId": 11290763610,
+ "lat": 43.6474844,
+ "lon": 3.8687638
+ },
+ {
+ "nodeId": 12549116911,
+ "lat": 43.6110194,
+ "lon": 3.8476119
+ },
+ {
+ "nodeId": 5999160404,
+ "lat": 43.611053,
+ "lon": 3.8474699
+ },
+ {
+ "nodeId": 2575419112,
+ "lat": 43.6111374,
+ "lon": 3.847229
+ },
+ {
+ "nodeId": 2575419060,
+ "lat": 43.6111942,
+ "lon": 3.8471042
+ },
+ {
+ "nodeId": 2575419125,
+ "lat": 43.6110889,
+ "lon": 3.8473547
+ },
+ {
+ "nodeId": 5070973696,
+ "lat": 43.6112196,
+ "lon": 3.8470573
+ },
+ {
+ "nodeId": 5999160405,
+ "lat": 43.6115523,
+ "lon": 3.8464506
+ },
+ {
+ "nodeId": 2575419152,
+ "lat": 43.6115727,
+ "lon": 3.8464145
+ },
+ {
+ "nodeId": 2575419088,
+ "lat": 43.6116253,
+ "lon": 3.8463373
+ },
+ {
+ "nodeId": 5999160408,
+ "lat": 43.6116745,
+ "lon": 3.8462615
+ },
+ {
+ "nodeId": 5999160409,
+ "lat": 43.6116972,
+ "lon": 3.8462267
+ },
+ {
+ "nodeId": 2575419242,
+ "lat": 43.6118967,
+ "lon": 3.8459603
+ },
+ {
+ "nodeId": 2575419222,
+ "lat": 43.6117404,
+ "lon": 3.8461601
+ },
+ {
+ "nodeId": 2575419183,
+ "lat": 43.6120705,
+ "lon": 3.8457269
+ },
+ {
+ "nodeId": 3380456651,
+ "lat": 43.6121316,
+ "lon": 3.8456243
+ },
+ {
+ "nodeId": 2575419243,
+ "lat": 43.6121472,
+ "lon": 3.8455982
+ },
+ {
+ "nodeId": 2575419249,
+ "lat": 43.6122346,
+ "lon": 3.8454466
+ },
+ {
+ "nodeId": 12549097496,
+ "lat": 43.6123265,
+ "lon": 3.8452516
+ },
+ {
+ "nodeId": 2575419045,
+ "lat": 43.612423,
+ "lon": 3.845047
+ },
+ {
+ "nodeId": 5446274166,
+ "lat": 43.6126451,
+ "lon": 3.8445223
+ },
+ {
+ "nodeId": 2575419218,
+ "lat": 43.6126415,
+ "lon": 3.8445333
+ },
+ {
+ "nodeId": 12549116909,
+ "lat": 43.6126647,
+ "lon": 3.8444654
+ },
+ {
+ "nodeId": 2564254196,
+ "lat": 43.6173195,
+ "lon": 3.8191119
+ },
+ {
+ "nodeId": 9908063322,
+ "lat": 43.617352,
+ "lon": 3.8190766
+ },
+ {
+ "nodeId": 9908063321,
+ "lat": 43.6173688,
+ "lon": 3.8190524
+ },
+ {
+ "nodeId": 2564254147,
+ "lat": 43.6173889,
+ "lon": 3.8190196
+ },
+ {
+ "nodeId": 2564254140,
+ "lat": 43.6174045,
+ "lon": 3.8189861
+ },
+ {
+ "nodeId": 9908063320,
+ "lat": 43.6174177,
+ "lon": 3.8189519
+ },
+ {
+ "nodeId": 9908063319,
+ "lat": 43.6174392,
+ "lon": 3.8188893
+ },
+ {
+ "nodeId": 2564254135,
+ "lat": 43.6174306,
+ "lon": 3.8189149
+ },
+ {
+ "nodeId": 9908063318,
+ "lat": 43.6174463,
+ "lon": 3.8188569
+ },
+ {
+ "nodeId": 9908063317,
+ "lat": 43.6174509,
+ "lon": 3.8188192
+ },
+ {
+ "nodeId": 2564254184,
+ "lat": 43.617454,
+ "lon": 3.8187805
+ },
+ {
+ "nodeId": 2564254207,
+ "lat": 43.6174552,
+ "lon": 3.8187368
+ },
+ {
+ "nodeId": 3781187711,
+ "lat": 43.6174552,
+ "lon": 3.8186993
+ },
+ {
+ "nodeId": 9908053410,
+ "lat": 43.6174498,
+ "lon": 3.8186553
+ },
+ {
+ "nodeId": 2564254131,
+ "lat": 43.6174432,
+ "lon": 3.8186186
+ },
+ {
+ "nodeId": 11881765501,
+ "lat": 43.6051791,
+ "lon": 3.8808315
+ },
+ {
+ "nodeId": 4040099683,
+ "lat": 43.6050995,
+ "lon": 3.8807195
+ },
+ {
+ "nodeId": 2564061713,
+ "lat": 43.6149974,
+ "lon": 3.8162171
+ },
+ {
+ "nodeId": 8736481258,
+ "lat": 43.6149679,
+ "lon": 3.8160898
+ },
+ {
+ "nodeId": 60722755,
+ "lat": 43.6064803,
+ "lon": 3.8940686
+ },
+ {
+ "nodeId": 12772083137,
+ "lat": 43.6063208,
+ "lon": 3.8940758
+ },
+ {
+ "nodeId": 950758569,
+ "lat": 43.6062851,
+ "lon": 3.8940774
+ },
+ {
+ "nodeId": 950758599,
+ "lat": 43.6062166,
+ "lon": 3.8940915
+ },
+ {
+ "nodeId": 60722754,
+ "lat": 43.6061415,
+ "lon": 3.8941077
+ },
+ {
+ "nodeId": 950758550,
+ "lat": 43.6060725,
+ "lon": 3.8941314
+ },
+ {
+ "nodeId": 12772083138,
+ "lat": 43.6059391,
+ "lon": 3.8941964
+ },
+ {
+ "nodeId": 950758584,
+ "lat": 43.6058965,
+ "lon": 3.8942172
+ },
+ {
+ "nodeId": 2575586463,
+ "lat": 43.6053068,
+ "lon": 3.8944977
+ },
+ {
+ "nodeId": 2187320588,
+ "lat": 43.5732772,
+ "lon": 3.9202134
+ },
+ {
+ "nodeId": 1616132598,
+ "lat": 43.6071731,
+ "lon": 3.8748316
+ },
+ {
+ "nodeId": 3123033212,
+ "lat": 43.607228,
+ "lon": 3.8747409
+ },
+ {
+ "nodeId": 8755383285,
+ "lat": 43.6072757,
+ "lon": 3.8746692
+ },
+ {
+ "nodeId": 3123033215,
+ "lat": 43.6073076,
+ "lon": 3.8746173
+ },
+ {
+ "nodeId": 8755383284,
+ "lat": 43.6073206,
+ "lon": 3.8745944
+ },
+ {
+ "nodeId": 8755383283,
+ "lat": 43.6073349,
+ "lon": 3.8745609
+ },
+ {
+ "nodeId": 1616132593,
+ "lat": 43.6073442,
+ "lon": 3.8745254
+ },
+ {
+ "nodeId": 5216855964,
+ "lat": 43.6073528,
+ "lon": 3.8744605
+ },
+ {
+ "nodeId": 1616132592,
+ "lat": 43.6073528,
+ "lon": 3.8744119
+ },
+ {
+ "nodeId": 5216855962,
+ "lat": 43.6073459,
+ "lon": 3.8743677
+ },
+ {
+ "nodeId": 8755383277,
+ "lat": 43.607341,
+ "lon": 3.874342
+ },
+ {
+ "nodeId": 5216855963,
+ "lat": 43.6073348,
+ "lon": 3.8743202
+ },
+ {
+ "nodeId": 8755383276,
+ "lat": 43.6073274,
+ "lon": 3.8743
+ },
+ {
+ "nodeId": 8755383282,
+ "lat": 43.6073162,
+ "lon": 3.8742807
+ },
+ {
+ "nodeId": 8755383278,
+ "lat": 43.6073031,
+ "lon": 3.8742591
+ },
+ {
+ "nodeId": 2575586424,
+ "lat": 43.6056762,
+ "lon": 3.8821781
+ },
+ {
+ "nodeId": 938646830,
+ "lat": 43.6057137,
+ "lon": 3.8821352
+ },
+ {
+ "nodeId": 3119066031,
+ "lat": 43.6057335,
+ "lon": 3.8821001
+ },
+ {
+ "nodeId": 2305432968,
+ "lat": 43.6057553,
+ "lon": 3.8820493
+ },
+ {
+ "nodeId": 3796068518,
+ "lat": 43.5925335,
+ "lon": 3.8930149
+ },
+ {
+ "nodeId": 2564628106,
+ "lat": 43.5924934,
+ "lon": 3.8929227
+ },
+ {
+ "nodeId": 3124411830,
+ "lat": 43.5923978,
+ "lon": 3.892746
+ },
+ {
+ "nodeId": 1432314068,
+ "lat": 43.5922818,
+ "lon": 3.8925466
+ },
+ {
+ "nodeId": 3796147325,
+ "lat": 43.5920905,
+ "lon": 3.8922401
+ },
+ {
+ "nodeId": 1432314066,
+ "lat": 43.5920541,
+ "lon": 3.8921839
+ },
+ {
+ "nodeId": 6578283044,
+ "lat": 43.5921108,
+ "lon": 3.8922726
+ },
+ {
+ "nodeId": 12549212258,
+ "lat": 43.5744075,
+ "lon": 3.9224489
+ },
+ {
+ "nodeId": 3712072815,
+ "lat": 43.5743853,
+ "lon": 3.9224084
+ },
+ {
+ "nodeId": 1503509403,
+ "lat": 43.574066,
+ "lon": 3.9218267
+ },
+ {
+ "nodeId": 5116912556,
+ "lat": 43.6101849,
+ "lon": 3.8540494
+ },
+ {
+ "nodeId": 1503509402,
+ "lat": 43.5735994,
+ "lon": 3.9208752
+ },
+ {
+ "nodeId": 2575419074,
+ "lat": 43.6101713,
+ "lon": 3.8538113
+ },
+ {
+ "nodeId": 2575419131,
+ "lat": 43.6101654,
+ "lon": 3.8535402
+ },
+ {
+ "nodeId": 2575419155,
+ "lat": 43.6101617,
+ "lon": 3.8533162
+ },
+ {
+ "nodeId": 5070973654,
+ "lat": 43.610164,
+ "lon": 3.8531449
+ },
+ {
+ "nodeId": 2575419236,
+ "lat": 43.610179,
+ "lon": 3.8522624
+ },
+ {
+ "nodeId": 2575419057,
+ "lat": 43.610198,
+ "lon": 3.851949
+ },
+ {
+ "nodeId": 3123033224,
+ "lat": 43.6101694,
+ "lon": 3.852469
+ },
+ {
+ "nodeId": 2575419090,
+ "lat": 43.6102601,
+ "lon": 3.8513868
+ },
+ {
+ "nodeId": 2575419175,
+ "lat": 43.6103614,
+ "lon": 3.8506703
+ },
+ {
+ "nodeId": 2575419078,
+ "lat": 43.6104538,
+ "lon": 3.849997
+ },
+ {
+ "nodeId": 2575419165,
+ "lat": 43.6104156,
+ "lon": 3.850176
+ },
+ {
+ "nodeId": 6264871887,
+ "lat": 43.6104803,
+ "lon": 3.8498815
+ },
+ {
+ "nodeId": 2575419254,
+ "lat": 43.6105045,
+ "lon": 3.8497759
+ },
+ {
+ "nodeId": 2575419054,
+ "lat": 43.6107243,
+ "lon": 3.848852
+ },
+ {
+ "nodeId": 3123039731,
+ "lat": 43.6108555,
+ "lon": 3.8483056
+ },
+ {
+ "nodeId": 2575419051,
+ "lat": 43.610874,
+ "lon": 3.8482261
+ },
+ {
+ "nodeId": 2575586396,
+ "lat": 43.6040508,
+ "lon": 3.8943279
+ },
+ {
+ "nodeId": 4205213587,
+ "lat": 43.6152967,
+ "lon": 3.8740315
+ },
+ {
+ "nodeId": 11867054282,
+ "lat": 43.6153243,
+ "lon": 3.8740553
+ },
+ {
+ "nodeId": 8754231923,
+ "lat": 43.6153401,
+ "lon": 3.874073
+ },
+ {
+ "nodeId": 11867054283,
+ "lat": 43.6153563,
+ "lon": 3.8740991
+ },
+ {
+ "nodeId": 11867054284,
+ "lat": 43.6153688,
+ "lon": 3.8741283
+ },
+ {
+ "nodeId": 8754231922,
+ "lat": 43.6153794,
+ "lon": 3.8741617
+ },
+ {
+ "nodeId": 11867054285,
+ "lat": 43.6153846,
+ "lon": 3.8741966
+ },
+ {
+ "nodeId": 4205213579,
+ "lat": 43.6153873,
+ "lon": 3.8742313
+ },
+ {
+ "nodeId": 11867054286,
+ "lat": 43.615388,
+ "lon": 3.8742793
+ },
+ {
+ "nodeId": 8754231921,
+ "lat": 43.6153851,
+ "lon": 3.8743513
+ },
+ {
+ "nodeId": 3728561522,
+ "lat": 43.6153773,
+ "lon": 3.8744111
+ },
+ {
+ "nodeId": 9779324014,
+ "lat": 43.6153599,
+ "lon": 3.8745045
+ },
+ {
+ "nodeId": 12090201665,
+ "lat": 43.6153313,
+ "lon": 3.8746533
+ },
+ {
+ "nodeId": 1547396447,
+ "lat": 43.6047364,
+ "lon": 3.8802058
+ },
+ {
+ "nodeId": 11881765524,
+ "lat": 43.6046813,
+ "lon": 3.8801618
+ },
+ {
+ "nodeId": 1585653155,
+ "lat": 43.6048112,
+ "lon": 3.8802598
+ },
+ {
+ "nodeId": 1585653161,
+ "lat": 43.6048476,
+ "lon": 3.8802715
+ },
+ {
+ "nodeId": 2009776381,
+ "lat": 43.6048875,
+ "lon": 3.8802761
+ },
+ {
+ "nodeId": 2009776382,
+ "lat": 43.6049155,
+ "lon": 3.8802744
+ },
+ {
+ "nodeId": 2009776383,
+ "lat": 43.6049533,
+ "lon": 3.8802661
+ },
+ {
+ "nodeId": 11881765523,
+ "lat": 43.6049662,
+ "lon": 3.8802594
+ },
+ {
+ "nodeId": 2009776385,
+ "lat": 43.6049733,
+ "lon": 3.8802557
+ },
+ {
+ "nodeId": 252285662,
+ "lat": 43.6050025,
+ "lon": 3.8802392
+ },
+ {
+ "nodeId": 2583839272,
+ "lat": 43.6050453,
+ "lon": 3.8801982
+ },
+ {
+ "nodeId": 1503509431,
+ "lat": 43.5811058,
+ "lon": 3.9270815
+ },
+ {
+ "nodeId": 2583839270,
+ "lat": 43.6050277,
+ "lon": 3.8802174
+ },
+ {
+ "nodeId": 9907924081,
+ "lat": 43.5812274,
+ "lon": 3.927211
+ },
+ {
+ "nodeId": 2187320587,
+ "lat": 43.58125,
+ "lon": 3.9272349
+ },
+ {
+ "nodeId": 9907924082,
+ "lat": 43.5812735,
+ "lon": 3.9272509
+ },
+ {
+ "nodeId": 3119254620,
+ "lat": 43.5812984,
+ "lon": 3.9272647
+ },
+ {
+ "nodeId": 9907924083,
+ "lat": 43.5813252,
+ "lon": 3.927273
+ },
+ {
+ "nodeId": 9907924085,
+ "lat": 43.5813486,
+ "lon": 3.9272774
+ },
+ {
+ "nodeId": 2187320600,
+ "lat": 43.5813705,
+ "lon": 3.927279
+ },
+ {
+ "nodeId": 9907924086,
+ "lat": 43.5814022,
+ "lon": 3.9272765
+ },
+ {
+ "nodeId": 3355619607,
+ "lat": 43.5817213,
+ "lon": 3.9272195
+ },
+ {
+ "nodeId": 9907924103,
+ "lat": 43.581804,
+ "lon": 3.9272052
+ },
+ {
+ "nodeId": 2187320603,
+ "lat": 43.5818445,
+ "lon": 3.9271941
+ },
+ {
+ "nodeId": 9907924101,
+ "lat": 43.5819325,
+ "lon": 3.9271545
+ },
+ {
+ "nodeId": 9907924102,
+ "lat": 43.5818964,
+ "lon": 3.927173
+ },
+ {
+ "nodeId": 2187320590,
+ "lat": 43.5819573,
+ "lon": 3.9271378
+ },
+ {
+ "nodeId": 3119254625,
+ "lat": 43.5819833,
+ "lon": 3.9271154
+ },
+ {
+ "nodeId": 9907924107,
+ "lat": 43.5820046,
+ "lon": 3.9270915
+ },
+ {
+ "nodeId": 9907924108,
+ "lat": 43.5820249,
+ "lon": 3.9270651
+ },
+ {
+ "nodeId": 3421813094,
+ "lat": 43.6065506,
+ "lon": 3.8721386
+ },
+ {
+ "nodeId": 3421812296,
+ "lat": 43.6067913,
+ "lon": 3.8716553
+ },
+ {
+ "nodeId": 3421812299,
+ "lat": 43.6071147,
+ "lon": 3.8710266
+ },
+ {
+ "nodeId": 2564061597,
+ "lat": 43.6161552,
+ "lon": 3.8140305
+ },
+ {
+ "nodeId": 5162759104,
+ "lat": 43.6163894,
+ "lon": 3.8134707
+ },
+ {
+ "nodeId": 5162759102,
+ "lat": 43.6166274,
+ "lon": 3.8129105
+ },
+ {
+ "nodeId": 2977400536,
+ "lat": 43.6166742,
+ "lon": 3.8127998
+ },
+ {
+ "nodeId": 5162759101,
+ "lat": 43.61673,
+ "lon": 3.8126692
+ },
+ {
+ "nodeId": 3781187307,
+ "lat": 43.6170217,
+ "lon": 3.8119798
+ },
+ {
+ "nodeId": 8736481259,
+ "lat": 43.6172412,
+ "lon": 3.8114639
+ },
+ {
+ "nodeId": 9910339417,
+ "lat": 43.61442,
+ "lon": 3.8824177
+ },
+ {
+ "nodeId": 3118402849,
+ "lat": 43.6144554,
+ "lon": 3.8825092
+ },
+ {
+ "nodeId": 3118402852,
+ "lat": 43.6144849,
+ "lon": 3.8825806
+ },
+ {
+ "nodeId": 290826566,
+ "lat": 43.6145821,
+ "lon": 3.8828151
+ },
+ {
+ "nodeId": 9910339424,
+ "lat": 43.6145947,
+ "lon": 3.8828502
+ },
+ {
+ "nodeId": 70969011,
+ "lat": 43.6146114,
+ "lon": 3.8829022
+ },
+ {
+ "nodeId": 3796068514,
+ "lat": 43.5913911,
+ "lon": 3.8913381
+ },
+ {
+ "nodeId": 3796147307,
+ "lat": 43.5913774,
+ "lon": 3.8913183
+ },
+ {
+ "nodeId": 4896854166,
+ "lat": 43.6073209,
+ "lon": 3.8745307
+ },
+ {
+ "nodeId": 8755383281,
+ "lat": 43.6073968,
+ "lon": 3.8743725
+ },
+ {
+ "nodeId": 3728561633,
+ "lat": 43.6074442,
+ "lon": 3.8743017
+ },
+ {
+ "nodeId": 5534472849,
+ "lat": 43.6075023,
+ "lon": 3.8742373
+ },
+ {
+ "nodeId": 3728561635,
+ "lat": 43.6075884,
+ "lon": 3.8741407
+ },
+ {
+ "nodeId": 3728561634,
+ "lat": 43.6078297,
+ "lon": 3.8738769
+ },
+ {
+ "nodeId": 3122450454,
+ "lat": 43.5754248,
+ "lon": 3.9227937
+ },
+ {
+ "nodeId": 3122450456,
+ "lat": 43.5755295,
+ "lon": 3.922822
+ },
+ {
+ "nodeId": 2187320586,
+ "lat": 43.575574,
+ "lon": 3.9228272
+ },
+ {
+ "nodeId": 2187320599,
+ "lat": 43.5762812,
+ "lon": 3.9228755
+ },
+ {
+ "nodeId": 12078541755,
+ "lat": 43.5760069,
+ "lon": 3.9228568
+ },
+ {
+ "nodeId": 3122450458,
+ "lat": 43.5763827,
+ "lon": 3.9228904
+ },
+ {
+ "nodeId": 3122450460,
+ "lat": 43.5764318,
+ "lon": 3.9228968
+ },
+ {
+ "nodeId": 3122450463,
+ "lat": 43.5766802,
+ "lon": 3.9229733
+ },
+ {
+ "nodeId": 12549097497,
+ "lat": 43.6212923,
+ "lon": 3.834244
+ },
+ {
+ "nodeId": 2575419082,
+ "lat": 43.6211599,
+ "lon": 3.8341017
+ },
+ {
+ "nodeId": 2575419189,
+ "lat": 43.6200784,
+ "lon": 3.8328136
+ },
+ {
+ "nodeId": 2575419106,
+ "lat": 43.6204811,
+ "lon": 3.8332955
+ },
+ {
+ "nodeId": 2575419197,
+ "lat": 43.6199965,
+ "lon": 3.8327018
+ },
+ {
+ "nodeId": 6311834751,
+ "lat": 43.6200566,
+ "lon": 3.8327838
+ },
+ {
+ "nodeId": 2575419169,
+ "lat": 43.6199056,
+ "lon": 3.8325964
+ },
+ {
+ "nodeId": 6311834747,
+ "lat": 43.6197468,
+ "lon": 3.8323429
+ },
+ {
+ "nodeId": 2575419098,
+ "lat": 43.6197923,
+ "lon": 3.8324177
+ },
+ {
+ "nodeId": 6311834712,
+ "lat": 43.6193745,
+ "lon": 3.8317333
+ },
+ {
+ "nodeId": 12089458888,
+ "lat": 43.6063584,
+ "lon": 3.8737521
+ },
+ {
+ "nodeId": 12549104275,
+ "lat": 43.6139982,
+ "lon": 3.8894101
+ },
+ {
+ "nodeId": 2575419238,
+ "lat": 43.6193616,
+ "lon": 3.8317124
+ },
+ {
+ "nodeId": 3966283957,
+ "lat": 43.6140325,
+ "lon": 3.8897738
+ },
+ {
+ "nodeId": 231454829,
+ "lat": 43.6140746,
+ "lon": 3.8902098
+ },
+ {
+ "nodeId": 977674803,
+ "lat": 43.6141305,
+ "lon": 3.8904885
+ },
+ {
+ "nodeId": 977674892,
+ "lat": 43.6140998,
+ "lon": 3.8903734
+ },
+ {
+ "nodeId": 5414611514,
+ "lat": 43.6141665,
+ "lon": 3.8906012
+ },
+ {
+ "nodeId": 977674970,
+ "lat": 43.6142237,
+ "lon": 3.8907149
+ },
+ {
+ "nodeId": 977674763,
+ "lat": 43.6142772,
+ "lon": 3.8908177
+ },
+ {
+ "nodeId": 231454825,
+ "lat": 43.6147873,
+ "lon": 3.8917038
+ },
+ {
+ "nodeId": 977674931,
+ "lat": 43.6148315,
+ "lon": 3.8917912
+ },
+ {
+ "nodeId": 977674853,
+ "lat": 43.6148579,
+ "lon": 3.8918565
+ },
+ {
+ "nodeId": 977674764,
+ "lat": 43.6148739,
+ "lon": 3.8919107
+ },
+ {
+ "nodeId": 977674799,
+ "lat": 43.6148807,
+ "lon": 3.8919735
+ },
+ {
+ "nodeId": 5414611511,
+ "lat": 43.6148807,
+ "lon": 3.8920127
+ },
+ {
+ "nodeId": 977674969,
+ "lat": 43.6148807,
+ "lon": 3.8920371
+ },
+ {
+ "nodeId": 12549104276,
+ "lat": 43.6148797,
+ "lon": 3.8920502
+ },
+ {
+ "nodeId": 977674826,
+ "lat": 43.6148764,
+ "lon": 3.8920939
+ },
+ {
+ "nodeId": 5414611504,
+ "lat": 43.6148712,
+ "lon": 3.8921181
+ },
+ {
+ "nodeId": 977674822,
+ "lat": 43.6148641,
+ "lon": 3.8921515
+ },
+ {
+ "nodeId": 13203485366,
+ "lat": 43.6148432,
+ "lon": 3.8922119
+ },
+ {
+ "nodeId": 2575419129,
+ "lat": 43.6127376,
+ "lon": 3.8442544
+ },
+ {
+ "nodeId": 2575419063,
+ "lat": 43.6131308,
+ "lon": 3.8427349
+ },
+ {
+ "nodeId": 2575419144,
+ "lat": 43.6133388,
+ "lon": 3.8413835
+ },
+ {
+ "nodeId": 2575419117,
+ "lat": 43.613058,
+ "lon": 3.8430756
+ },
+ {
+ "nodeId": 2575419206,
+ "lat": 43.6135027,
+ "lon": 3.840333
+ },
+ {
+ "nodeId": 2575419108,
+ "lat": 43.6135133,
+ "lon": 3.8402438
+ },
+ {
+ "nodeId": 12549097495,
+ "lat": 43.6133525,
+ "lon": 3.8412956
+ },
+ {
+ "nodeId": 2575419240,
+ "lat": 43.6135202,
+ "lon": 3.8401172
+ },
+ {
+ "nodeId": 6264871456,
+ "lat": 43.61352,
+ "lon": 3.8400632
+ },
+ {
+ "nodeId": 6264871478,
+ "lat": 43.6135199,
+ "lon": 3.8400158
+ },
+ {
+ "nodeId": 2575419075,
+ "lat": 43.6135178,
+ "lon": 3.8392811
+ },
+ {
+ "nodeId": 6264871481,
+ "lat": 43.6135183,
+ "lon": 3.839275
+ },
+ {
+ "nodeId": 3123039742,
+ "lat": 43.6135222,
+ "lon": 3.8392248
+ },
+ {
+ "nodeId": 2575419154,
+ "lat": 43.6135322,
+ "lon": 3.8391749
+ },
+ {
+ "nodeId": 2575419185,
+ "lat": 43.6135488,
+ "lon": 3.8391077
+ },
+ {
+ "nodeId": 2575419163,
+ "lat": 43.6135765,
+ "lon": 3.8390469
+ },
+ {
+ "nodeId": 3380456662,
+ "lat": 43.6136103,
+ "lon": 3.8390047
+ },
+ {
+ "nodeId": 6264871483,
+ "lat": 43.6136147,
+ "lon": 3.8390008
+ },
+ {
+ "nodeId": 2575419104,
+ "lat": 43.613662,
+ "lon": 3.8389664
+ },
+ {
+ "nodeId": 3380456670,
+ "lat": 43.6136841,
+ "lon": 3.8389575
+ },
+ {
+ "nodeId": 2575419102,
+ "lat": 43.613647,
+ "lon": 3.8389722
+ },
+ {
+ "nodeId": 3380456682,
+ "lat": 43.6137291,
+ "lon": 3.8389461
+ },
+ {
+ "nodeId": 2575419187,
+ "lat": 43.6137771,
+ "lon": 3.8389427
+ },
+ {
+ "nodeId": 2575419235,
+ "lat": 43.6137867,
+ "lon": 3.8389428
+ },
+ {
+ "nodeId": 2575419065,
+ "lat": 43.6138252,
+ "lon": 3.8389555
+ },
+ {
+ "nodeId": 2575419248,
+ "lat": 43.6138659,
+ "lon": 3.8389771
+ },
+ {
+ "nodeId": 6264871466,
+ "lat": 43.613893,
+ "lon": 3.8389942
+ },
+ {
+ "nodeId": 2575419177,
+ "lat": 43.6140377,
+ "lon": 3.8390858
+ },
+ {
+ "nodeId": 12549116908,
+ "lat": 43.6142267,
+ "lon": 3.8392119
+ },
+ {
+ "nodeId": 2575419079,
+ "lat": 43.6220988,
+ "lon": 3.8359671
+ },
+ {
+ "nodeId": 2575419048,
+ "lat": 43.6222055,
+ "lon": 3.8358807
+ },
+ {
+ "nodeId": 2575419069,
+ "lat": 43.6222589,
+ "lon": 3.8358043
+ },
+ {
+ "nodeId": 2575419059,
+ "lat": 43.6222968,
+ "lon": 3.8357118
+ },
+ {
+ "nodeId": 2575419181,
+ "lat": 43.6223074,
+ "lon": 3.8356273
+ },
+ {
+ "nodeId": 2575419062,
+ "lat": 43.6222893,
+ "lon": 3.8354635
+ },
+ {
+ "nodeId": 2575419173,
+ "lat": 43.622302,
+ "lon": 3.8355139
+ },
+ {
+ "nodeId": 3123039791,
+ "lat": 43.6222614,
+ "lon": 3.8353895
+ },
+ {
+ "nodeId": 2575419046,
+ "lat": 43.6222148,
+ "lon": 3.8353176
+ },
+ {
+ "nodeId": 6311835526,
+ "lat": 43.6222043,
+ "lon": 3.8353045
+ },
+ {
+ "nodeId": 6311835533,
+ "lat": 43.6217747,
+ "lon": 3.8347792
+ },
+ {
+ "nodeId": 2575419099,
+ "lat": 43.6216156,
+ "lon": 3.8345895
+ },
+ {
+ "nodeId": 2575419072,
+ "lat": 43.6215103,
+ "lon": 3.8344668
+ },
+ {
+ "nodeId": 3123039788,
+ "lat": 43.6213404,
+ "lon": 3.8342957
+ },
+ {
+ "nodeId": 1503509372,
+ "lat": 43.5791212,
+ "lon": 3.9243094
+ },
+ {
+ "nodeId": 3122450465,
+ "lat": 43.5790292,
+ "lon": 3.9242254
+ },
+ {
+ "nodeId": 1503509423,
+ "lat": 43.5789372,
+ "lon": 3.9241561
+ },
+ {
+ "nodeId": 2575419096,
+ "lat": 43.619157,
+ "lon": 3.8313813
+ },
+ {
+ "nodeId": 2575419233,
+ "lat": 43.6188793,
+ "lon": 3.8308462
+ },
+ {
+ "nodeId": 13379078587,
+ "lat": 43.6188215,
+ "lon": 3.8307316
+ },
+ {
+ "nodeId": 2575419066,
+ "lat": 43.6186306,
+ "lon": 3.8303528
+ },
+ {
+ "nodeId": 2575419167,
+ "lat": 43.6185455,
+ "lon": 3.8301666
+ },
+ {
+ "nodeId": 2575419193,
+ "lat": 43.6184473,
+ "lon": 3.8299396
+ },
+ {
+ "nodeId": 2575419191,
+ "lat": 43.6183696,
+ "lon": 3.8297453
+ },
+ {
+ "nodeId": 2575419140,
+ "lat": 43.6179435,
+ "lon": 3.8284269
+ },
+ {
+ "nodeId": 2564555065,
+ "lat": 43.6176453,
+ "lon": 3.827505
+ },
+ {
+ "nodeId": 2564555106,
+ "lat": 43.6173375,
+ "lon": 3.8265426
+ },
+ {
+ "nodeId": 13306123065,
+ "lat": 43.6532927,
+ "lon": 3.8723864
+ },
+ {
+ "nodeId": 3728561518,
+ "lat": 43.608207,
+ "lon": 3.8734624
+ },
+ {
+ "nodeId": 8755641115,
+ "lat": 43.60827,
+ "lon": 3.8733977
+ },
+ {
+ "nodeId": 2564061626,
+ "lat": 43.6149161,
+ "lon": 3.815787
+ },
+ {
+ "nodeId": 2564061630,
+ "lat": 43.6149384,
+ "lon": 3.8159574
+ },
+ {
+ "nodeId": 2564061661,
+ "lat": 43.6149083,
+ "lon": 3.8156234
+ },
+ {
+ "nodeId": 10119598687,
+ "lat": 43.6149111,
+ "lon": 3.8155645
+ },
+ {
+ "nodeId": 2564061662,
+ "lat": 43.6149171,
+ "lon": 3.8154384
+ },
+ {
+ "nodeId": 2564061685,
+ "lat": 43.6149966,
+ "lon": 3.8151195
+ },
+ {
+ "nodeId": 2564061659,
+ "lat": 43.6149474,
+ "lon": 3.8152821
+ },
+ {
+ "nodeId": 3123039745,
+ "lat": 43.6151079,
+ "lon": 3.8149184
+ },
+ {
+ "nodeId": 2564061621,
+ "lat": 43.6151763,
+ "lon": 3.8148255
+ },
+ {
+ "nodeId": 2564061680,
+ "lat": 43.6152414,
+ "lon": 3.8147463
+ },
+ {
+ "nodeId": 2564061643,
+ "lat": 43.6153637,
+ "lon": 3.8146396
+ },
+ {
+ "nodeId": 2564061766,
+ "lat": 43.6150466,
+ "lon": 3.815013
+ },
+ {
+ "nodeId": 2564061607,
+ "lat": 43.6156317,
+ "lon": 3.8144634
+ },
+ {
+ "nodeId": 12862174409,
+ "lat": 43.6092708,
+ "lon": 3.866028
+ },
+ {
+ "nodeId": 2564061600,
+ "lat": 43.615817,
+ "lon": 3.8143817
+ },
+ {
+ "nodeId": 2564061707,
+ "lat": 43.6154827,
+ "lon": 3.814549
+ },
+ {
+ "nodeId": 2575586468,
+ "lat": 43.6095478,
+ "lon": 3.8645487
+ },
+ {
+ "nodeId": 11889083449,
+ "lat": 43.6095815,
+ "lon": 3.8643638
+ },
+ {
+ "nodeId": 8712217477,
+ "lat": 43.6111609,
+ "lon": 3.872264
+ },
+ {
+ "nodeId": 2575586314,
+ "lat": 43.6097472,
+ "lon": 3.8634275
+ },
+ {
+ "nodeId": 11889125681,
+ "lat": 43.6112167,
+ "lon": 3.8722725
+ },
+ {
+ "nodeId": 11889125682,
+ "lat": 43.6112379,
+ "lon": 3.8722747
+ },
+ {
+ "nodeId": 39724067,
+ "lat": 43.6112726,
+ "lon": 3.872281
+ },
+ {
+ "nodeId": 12177979471,
+ "lat": 43.6057154,
+ "lon": 3.8821116
+ },
+ {
+ "nodeId": 2305432962,
+ "lat": 43.6057171,
+ "lon": 3.8821611
+ },
+ {
+ "nodeId": 3811884912,
+ "lat": 43.6057225,
+ "lon": 3.8821942
+ },
+ {
+ "nodeId": 11069403114,
+ "lat": 43.6057346,
+ "lon": 3.8822492
+ },
+ {
+ "nodeId": 939396419,
+ "lat": 43.6057286,
+ "lon": 3.8822315
+ },
+ {
+ "nodeId": 12085703502,
+ "lat": 43.6058373,
+ "lon": 3.8824355
+ },
+ {
+ "nodeId": 938646839,
+ "lat": 43.6057506,
+ "lon": 3.8822962
+ },
+ {
+ "nodeId": 60722787,
+ "lat": 43.6057927,
+ "lon": 3.8823781
+ },
+ {
+ "nodeId": 939396405,
+ "lat": 43.605844,
+ "lon": 3.8824441
+ },
+ {
+ "nodeId": 938646817,
+ "lat": 43.6059083,
+ "lon": 3.8825015
+ },
+ {
+ "nodeId": 3122450423,
+ "lat": 43.571015,
+ "lon": 3.9058734
+ },
+ {
+ "nodeId": 5349138402,
+ "lat": 43.5708068,
+ "lon": 3.9054718
+ },
+ {
+ "nodeId": 3122450421,
+ "lat": 43.5709614,
+ "lon": 3.9057492
+ },
+ {
+ "nodeId": 2564704209,
+ "lat": 43.5708797,
+ "lon": 3.9056006
+ },
+ {
+ "nodeId": 12549104240,
+ "lat": 43.6143379,
+ "lon": 3.8836612
+ },
+ {
+ "nodeId": 5414543487,
+ "lat": 43.6143221,
+ "lon": 3.8836841
+ },
+ {
+ "nodeId": 976921165,
+ "lat": 43.6142264,
+ "lon": 3.8838229
+ },
+ {
+ "nodeId": 976921260,
+ "lat": 43.6141687,
+ "lon": 3.8839238
+ },
+ {
+ "nodeId": 231454855,
+ "lat": 43.6141012,
+ "lon": 3.8840552
+ },
+ {
+ "nodeId": 976921204,
+ "lat": 43.6140232,
+ "lon": 3.8842469
+ },
+ {
+ "nodeId": 231454851,
+ "lat": 43.6139624,
+ "lon": 3.8844317
+ },
+ {
+ "nodeId": 976921142,
+ "lat": 43.6139109,
+ "lon": 3.8846403
+ },
+ {
+ "nodeId": 976921300,
+ "lat": 43.6138851,
+ "lon": 3.8847913
+ },
+ {
+ "nodeId": 976921178,
+ "lat": 43.6138648,
+ "lon": 3.8849617
+ },
+ {
+ "nodeId": 976921231,
+ "lat": 43.6138525,
+ "lon": 3.8851686
+ },
+ {
+ "nodeId": 231454848,
+ "lat": 43.6138427,
+ "lon": 3.8854298
+ },
+ {
+ "nodeId": 977674887,
+ "lat": 43.613836,
+ "lon": 3.8856808
+ },
+ {
+ "nodeId": 977674964,
+ "lat": 43.6138372,
+ "lon": 3.8858054
+ },
+ {
+ "nodeId": 977674783,
+ "lat": 43.6138464,
+ "lon": 3.885958
+ },
+ {
+ "nodeId": 977674917,
+ "lat": 43.613866,
+ "lon": 3.8860954
+ },
+ {
+ "nodeId": 977674830,
+ "lat": 43.6139336,
+ "lon": 3.8864219
+ },
+ {
+ "nodeId": 977674738,
+ "lat": 43.6139514,
+ "lon": 3.8865363
+ },
+ {
+ "nodeId": 977674933,
+ "lat": 43.6139637,
+ "lon": 3.8866483
+ },
+ {
+ "nodeId": 977674856,
+ "lat": 43.6139753,
+ "lon": 3.8869857
+ },
+ {
+ "nodeId": 5414543479,
+ "lat": 43.6139775,
+ "lon": 3.8871471
+ },
+ {
+ "nodeId": 231454842,
+ "lat": 43.6139827,
+ "lon": 3.887252
+ },
+ {
+ "nodeId": 1357894428,
+ "lat": 43.6139839,
+ "lon": 3.8873865
+ },
+ {
+ "nodeId": 4948406380,
+ "lat": 43.6139743,
+ "lon": 3.8877203
+ },
+ {
+ "nodeId": 3118524630,
+ "lat": 43.613971,
+ "lon": 3.8878464
+ },
+ {
+ "nodeId": 6356023584,
+ "lat": 43.6139704,
+ "lon": 3.8878599
+ },
+ {
+ "nodeId": 977674889,
+ "lat": 43.613938,
+ "lon": 3.8887208
+ },
+ {
+ "nodeId": 977674800,
+ "lat": 43.6139434,
+ "lon": 3.8888586
+ },
+ {
+ "nodeId": 3966267844,
+ "lat": 43.6139415,
+ "lon": 3.888813
+ },
+ {
+ "nodeId": 231454839,
+ "lat": 43.6139397,
+ "lon": 3.888585
+ },
+ {
+ "nodeId": 977653992,
+ "lat": 43.6139496,
+ "lon": 3.8889328
+ },
+ {
+ "nodeId": 2575586357,
+ "lat": 43.6052833,
+ "lon": 3.8748703
+ },
+ {
+ "nodeId": 3966267846,
+ "lat": 43.6139679,
+ "lon": 3.8890955
+ },
+ {
+ "nodeId": 3966267851,
+ "lat": 43.6139911,
+ "lon": 3.8893348
+ },
+ {
+ "nodeId": 13165462985,
+ "lat": 43.605293,
+ "lon": 3.8749024
+ },
+ {
+ "nodeId": 12190070870,
+ "lat": 43.6053066,
+ "lon": 3.87494
+ },
+ {
+ "nodeId": 13190891935,
+ "lat": 43.6053131,
+ "lon": 3.8749544
+ },
+ {
+ "nodeId": 12190070869,
+ "lat": 43.6053247,
+ "lon": 3.8749803
+ },
+ {
+ "nodeId": 12190070868,
+ "lat": 43.6053584,
+ "lon": 3.8750378
+ },
+ {
+ "nodeId": 1745316631,
+ "lat": 43.6053927,
+ "lon": 3.8750779
+ },
+ {
+ "nodeId": 1755114711,
+ "lat": 43.6054331,
+ "lon": 3.8751107
+ },
+ {
+ "nodeId": 3123033196,
+ "lat": 43.605566,
+ "lon": 3.8752127
+ },
+ {
+ "nodeId": 5218290081,
+ "lat": 43.6055782,
+ "lon": 3.8752214
+ },
+ {
+ "nodeId": 12190070888,
+ "lat": 43.6060877,
+ "lon": 3.8755842
+ },
+ {
+ "nodeId": 13306349937,
+ "lat": 43.6064059,
+ "lon": 3.8758108
+ },
+ {
+ "nodeId": 3123033204,
+ "lat": 43.6064276,
+ "lon": 3.8758263
+ },
+ {
+ "nodeId": 12181124133,
+ "lat": 43.6025786,
+ "lon": 3.9209343
+ },
+ {
+ "nodeId": 12181124131,
+ "lat": 43.6024698,
+ "lon": 3.920946
+ },
+ {
+ "nodeId": 12181124132,
+ "lat": 43.6025127,
+ "lon": 3.9209452
+ },
+ {
+ "nodeId": 11812035751,
+ "lat": 43.6024187,
+ "lon": 3.920935
+ },
+ {
+ "nodeId": 11812035750,
+ "lat": 43.6023591,
+ "lon": 3.9209111
+ },
+ {
+ "nodeId": 13333468825,
+ "lat": 43.6022991,
+ "lon": 3.9208695
+ },
+ {
+ "nodeId": 13333468826,
+ "lat": 43.6022528,
+ "lon": 3.9208171
+ },
+ {
+ "nodeId": 13180988537,
+ "lat": 43.602213,
+ "lon": 3.9207617
+ },
+ {
+ "nodeId": 11812035747,
+ "lat": 43.6022008,
+ "lon": 3.9207326
+ },
+ {
+ "nodeId": 13333468828,
+ "lat": 43.6021848,
+ "lon": 3.9206878
+ },
+ {
+ "nodeId": 13174184329,
+ "lat": 43.6021775,
+ "lon": 3.9206656
+ },
+ {
+ "nodeId": 13180988536,
+ "lat": 43.602166,
+ "lon": 3.9206262
+ },
+ {
+ "nodeId": 13174184328,
+ "lat": 43.6021502,
+ "lon": 3.9205621
+ },
+ {
+ "nodeId": 10152795574,
+ "lat": 43.6020085,
+ "lon": 3.9194546
+ },
+ {
+ "nodeId": 10152795575,
+ "lat": 43.601951,
+ "lon": 3.9186545
+ },
+ {
+ "nodeId": 13174184313,
+ "lat": 43.6019369,
+ "lon": 3.918532
+ },
+ {
+ "nodeId": 295735124,
+ "lat": 43.6019028,
+ "lon": 3.918413
+ },
+ {
+ "nodeId": 10152795576,
+ "lat": 43.6018824,
+ "lon": 3.9183595
+ },
+ {
+ "nodeId": 13180988532,
+ "lat": 43.6018495,
+ "lon": 3.9183013
+ },
+ {
+ "nodeId": 13174184315,
+ "lat": 43.601841,
+ "lon": 3.9182864
+ },
+ {
+ "nodeId": 10152795577,
+ "lat": 43.601793,
+ "lon": 3.9182306
+ },
+ {
+ "nodeId": 13180988530,
+ "lat": 43.6017664,
+ "lon": 3.9182019
+ },
+ {
+ "nodeId": 10152869364,
+ "lat": 43.6017402,
+ "lon": 3.9181818
+ },
+ {
+ "nodeId": 13180988528,
+ "lat": 43.6016881,
+ "lon": 3.9181464
+ },
+ {
+ "nodeId": 10157329758,
+ "lat": 43.6016699,
+ "lon": 3.9181406
+ },
+ {
+ "nodeId": 13180988526,
+ "lat": 43.6016126,
+ "lon": 3.9181211
+ },
+ {
+ "nodeId": 13234118236,
+ "lat": 43.6015256,
+ "lon": 3.9181307
+ },
+ {
+ "nodeId": 12168393773,
+ "lat": 43.601456,
+ "lon": 3.9181643
+ },
+ {
+ "nodeId": 10152869365,
+ "lat": 43.6013403,
+ "lon": 3.9182354
+ },
+ {
+ "nodeId": 8755641103,
+ "lat": 43.6113269,
+ "lon": 3.8722893
+ },
+ {
+ "nodeId": 8755641101,
+ "lat": 43.6116024,
+ "lon": 3.872323
+ },
+ {
+ "nodeId": 8755641093,
+ "lat": 43.6119403,
+ "lon": 3.8723695
+ },
+ {
+ "nodeId": 12549116924,
+ "lat": 43.6120363,
+ "lon": 3.872385
+ },
+ {
+ "nodeId": 3796147310,
+ "lat": 43.5914163,
+ "lon": 3.8913754
+ },
+ {
+ "nodeId": 3670600194,
+ "lat": 43.5915041,
+ "lon": 3.891482
+ },
+ {
+ "nodeId": 3123039805,
+ "lat": 43.6306413,
+ "lon": 3.8218347
+ },
+ {
+ "nodeId": 1432314064,
+ "lat": 43.5914001,
+ "lon": 3.8913509
+ },
+ {
+ "nodeId": 2577354998,
+ "lat": 43.6306378,
+ "lon": 3.8219946
+ },
+ {
+ "nodeId": 2564072375,
+ "lat": 43.5747327,
+ "lon": 3.9227266
+ },
+ {
+ "nodeId": 1503509368,
+ "lat": 43.5746926,
+ "lon": 3.9227151
+ },
+ {
+ "nodeId": 246503834,
+ "lat": 43.574642,
+ "lon": 3.9226922
+ },
+ {
+ "nodeId": 1503509393,
+ "lat": 43.5745832,
+ "lon": 3.9226523
+ },
+ {
+ "nodeId": 3122450441,
+ "lat": 43.5745,
+ "lon": 3.9225759
+ },
+ {
+ "nodeId": 1503509461,
+ "lat": 43.5744297,
+ "lon": 3.9224893
+ },
+ {
+ "nodeId": 2564555120,
+ "lat": 43.6155469,
+ "lon": 3.8203883
+ },
+ {
+ "nodeId": 2564555119,
+ "lat": 43.6155748,
+ "lon": 3.8202834
+ },
+ {
+ "nodeId": 2564554959,
+ "lat": 43.6155928,
+ "lon": 3.8202255
+ },
+ {
+ "nodeId": 2564554966,
+ "lat": 43.6156355,
+ "lon": 3.8200954
+ },
+ {
+ "nodeId": 3123039751,
+ "lat": 43.6156707,
+ "lon": 3.8200375
+ },
+ {
+ "nodeId": 2564555133,
+ "lat": 43.6158114,
+ "lon": 3.8199156
+ },
+ {
+ "nodeId": 2564554973,
+ "lat": 43.6157252,
+ "lon": 3.8199798
+ },
+ {
+ "nodeId": 2564254125,
+ "lat": 43.6159917,
+ "lon": 3.8198305
+ },
+ {
+ "nodeId": 13084827306,
+ "lat": 43.6160104,
+ "lon": 3.8198213
+ },
+ {
+ "nodeId": 9907971607,
+ "lat": 43.6165108,
+ "lon": 3.8195716
+ },
+ {
+ "nodeId": 2564254176,
+ "lat": 43.6165698,
+ "lon": 3.8195415
+ },
+ {
+ "nodeId": 2564254148,
+ "lat": 43.6167638,
+ "lon": 3.8194549
+ },
+ {
+ "nodeId": 3781187303,
+ "lat": 43.6170251,
+ "lon": 3.8193236
+ },
+ {
+ "nodeId": 2564254144,
+ "lat": 43.6170796,
+ "lon": 3.819294
+ },
+ {
+ "nodeId": 9908063359,
+ "lat": 43.6171214,
+ "lon": 3.8192668
+ },
+ {
+ "nodeId": 3118402893,
+ "lat": 43.6159555,
+ "lon": 3.8745661
+ },
+ {
+ "nodeId": 11867053056,
+ "lat": 43.6159902,
+ "lon": 3.8745745
+ },
+ {
+ "nodeId": 2564254136,
+ "lat": 43.6171641,
+ "lon": 3.8192356
+ },
+ {
+ "nodeId": 8754231928,
+ "lat": 43.6160324,
+ "lon": 3.8745839
+ },
+ {
+ "nodeId": 2569379696,
+ "lat": 43.6160676,
+ "lon": 3.874588
+ },
+ {
+ "nodeId": 2569379700,
+ "lat": 43.6161015,
+ "lon": 3.8745859
+ },
+ {
+ "nodeId": 11867053057,
+ "lat": 43.6161346,
+ "lon": 3.8745801
+ },
+ {
+ "nodeId": 2569379697,
+ "lat": 43.6161643,
+ "lon": 3.8745668
+ },
+ {
+ "nodeId": 11867053058,
+ "lat": 43.6161922,
+ "lon": 3.8745502
+ },
+ {
+ "nodeId": 12090201663,
+ "lat": 43.616201,
+ "lon": 3.8745428
+ },
+ {
+ "nodeId": 11867053059,
+ "lat": 43.6162223,
+ "lon": 3.8745249
+ },
+ {
+ "nodeId": 2569379692,
+ "lat": 43.6162523,
+ "lon": 3.8744947
+ },
+ {
+ "nodeId": 12542859593,
+ "lat": 43.6162965,
+ "lon": 3.874433
+ },
+ {
+ "nodeId": 2569379699,
+ "lat": 43.6163833,
+ "lon": 3.8743181
+ },
+ {
+ "nodeId": 3118400918,
+ "lat": 43.6166028,
+ "lon": 3.8739949
+ },
+ {
+ "nodeId": 3796147323,
+ "lat": 43.5920243,
+ "lon": 3.8921406
+ },
+ {
+ "nodeId": 1432314072,
+ "lat": 43.5917409,
+ "lon": 3.8917478
+ },
+ {
+ "nodeId": 3124410426,
+ "lat": 43.5916244,
+ "lon": 3.8916128
+ },
+ {
+ "nodeId": 6238445837,
+ "lat": 43.61481,
+ "lon": 3.8923076
+ },
+ {
+ "nodeId": 977674781,
+ "lat": 43.6147424,
+ "lon": 3.8925023
+ },
+ {
+ "nodeId": 977674958,
+ "lat": 43.6146864,
+ "lon": 3.8926498
+ },
+ {
+ "nodeId": 977674915,
+ "lat": 43.6146557,
+ "lon": 3.8927228
+ },
+ {
+ "nodeId": 977674935,
+ "lat": 43.6146153,
+ "lon": 3.8927913
+ },
+ {
+ "nodeId": 231454818,
+ "lat": 43.6144083,
+ "lon": 3.8931082
+ },
+ {
+ "nodeId": 231454816,
+ "lat": 43.6142526,
+ "lon": 3.8933419
+ },
+ {
+ "nodeId": 977674804,
+ "lat": 43.6141019,
+ "lon": 3.8935576
+ },
+ {
+ "nodeId": 231454815,
+ "lat": 43.6139119,
+ "lon": 3.8937923
+ },
+ {
+ "nodeId": 977674801,
+ "lat": 43.6136821,
+ "lon": 3.8940701
+ },
+ {
+ "nodeId": 977674760,
+ "lat": 43.6135712,
+ "lon": 3.8942142
+ },
+ {
+ "nodeId": 3118523815,
+ "lat": 43.6134699,
+ "lon": 3.8943587
+ },
+ {
+ "nodeId": 977674937,
+ "lat": 43.6132379,
+ "lon": 3.8947332
+ },
+ {
+ "nodeId": 6271710370,
+ "lat": 43.6131717,
+ "lon": 3.8948384
+ },
+ {
+ "nodeId": 977674967,
+ "lat": 43.613128,
+ "lon": 3.894898
+ },
+ {
+ "nodeId": 977674772,
+ "lat": 43.6130629,
+ "lon": 3.8949529
+ },
+ {
+ "nodeId": 231454812,
+ "lat": 43.6130143,
+ "lon": 3.8949791
+ },
+ {
+ "nodeId": 6238445890,
+ "lat": 43.6129411,
+ "lon": 3.8949937
+ },
+ {
+ "nodeId": 977674832,
+ "lat": 43.6129022,
+ "lon": 3.8949958
+ },
+ {
+ "nodeId": 977674921,
+ "lat": 43.6129719,
+ "lon": 3.8949884
+ },
+ {
+ "nodeId": 6238445839,
+ "lat": 43.6128518,
+ "lon": 3.8949892
+ },
+ {
+ "nodeId": 6238445849,
+ "lat": 43.6123205,
+ "lon": 3.8948587
+ },
+ {
+ "nodeId": 977674798,
+ "lat": 43.6122581,
+ "lon": 3.8948431
+ },
+ {
+ "nodeId": 6238445885,
+ "lat": 43.6120274,
+ "lon": 3.8947971
+ },
+ {
+ "nodeId": 977674954,
+ "lat": 43.6119777,
+ "lon": 3.8947884
+ },
+ {
+ "nodeId": 977674929,
+ "lat": 43.6117355,
+ "lon": 3.8947466
+ },
+ {
+ "nodeId": 6271710363,
+ "lat": 43.6115194,
+ "lon": 3.894704
+ },
+ {
+ "nodeId": 231454808,
+ "lat": 43.6107212,
+ "lon": 3.8945397
+ },
+ {
+ "nodeId": 2597102241,
+ "lat": 43.610494,
+ "lon": 3.8944915
+ },
+ {
+ "nodeId": 6271710351,
+ "lat": 43.6104482,
+ "lon": 3.8944839
+ },
+ {
+ "nodeId": 977674776,
+ "lat": 43.6101522,
+ "lon": 3.894424
+ },
+ {
+ "nodeId": 2564555147,
+ "lat": 43.6149879,
+ "lon": 3.8243682
+ },
+ {
+ "nodeId": 2564554928,
+ "lat": 43.6149792,
+ "lon": 3.8246237
+ },
+ {
+ "nodeId": 2564555218,
+ "lat": 43.6150015,
+ "lon": 3.824218
+ },
+ {
+ "nodeId": 5533923358,
+ "lat": 43.6150227,
+ "lon": 3.8240216
+ },
+ {
+ "nodeId": 2564555025,
+ "lat": 43.6150425,
+ "lon": 3.8238383
+ },
+ {
+ "nodeId": 2564555054,
+ "lat": 43.6151296,
+ "lon": 3.823125
+ },
+ {
+ "nodeId": 3670034485,
+ "lat": 43.5999799,
+ "lon": 3.8957298
+ },
+ {
+ "nodeId": 3670034478,
+ "lat": 43.5999219,
+ "lon": 3.8956338
+ },
+ {
+ "nodeId": 1539538032,
+ "lat": 43.5998753,
+ "lon": 3.8955552
+ },
+ {
+ "nodeId": 3796070165,
+ "lat": 43.5998556,
+ "lon": 3.8955269
+ },
+ {
+ "nodeId": 3796070164,
+ "lat": 43.5998384,
+ "lon": 3.8955021
+ },
+ {
+ "nodeId": 1325372163,
+ "lat": 43.5997757,
+ "lon": 3.8953966
+ },
+ {
+ "nodeId": 3670034463,
+ "lat": 43.5997099,
+ "lon": 3.8953081
+ },
+ {
+ "nodeId": 3670034451,
+ "lat": 43.5992599,
+ "lon": 3.894744
+ },
+ {
+ "nodeId": 1325372188,
+ "lat": 43.599239,
+ "lon": 3.8947181
+ },
+ {
+ "nodeId": 1539537996,
+ "lat": 43.5991811,
+ "lon": 3.8946588
+ },
+ {
+ "nodeId": 1325372190,
+ "lat": 43.5991253,
+ "lon": 3.8946227
+ },
+ {
+ "nodeId": 3670034443,
+ "lat": 43.5990775,
+ "lon": 3.8946119
+ },
+ {
+ "nodeId": 1325372192,
+ "lat": 43.5990625,
+ "lon": 3.8946082
+ },
+ {
+ "nodeId": 1325372172,
+ "lat": 43.5989741,
+ "lon": 3.8946103
+ },
+ {
+ "nodeId": 1539537992,
+ "lat": 43.5989081,
+ "lon": 3.8946336
+ },
+ {
+ "nodeId": 1325372178,
+ "lat": 43.598826,
+ "lon": 3.8947014
+ },
+ {
+ "nodeId": 1325372182,
+ "lat": 43.5984809,
+ "lon": 3.8950589
+ },
+ {
+ "nodeId": 12422543365,
+ "lat": 43.598426,
+ "lon": 3.8951157
+ },
+ {
+ "nodeId": 3670031720,
+ "lat": 43.598354,
+ "lon": 3.8951902
+ },
+ {
+ "nodeId": 12422543366,
+ "lat": 43.5983248,
+ "lon": 3.8952162
+ },
+ {
+ "nodeId": 2564591636,
+ "lat": 43.5982974,
+ "lon": 3.8952405
+ },
+ {
+ "nodeId": 1539537990,
+ "lat": 43.5982504,
+ "lon": 3.8952821
+ },
+ {
+ "nodeId": 3670601696,
+ "lat": 43.5982227,
+ "lon": 3.8953011
+ },
+ {
+ "nodeId": 1539537979,
+ "lat": 43.5981795,
+ "lon": 3.8953306
+ },
+ {
+ "nodeId": 12422543367,
+ "lat": 43.5980647,
+ "lon": 3.8954004
+ },
+ {
+ "nodeId": 1623916621,
+ "lat": 43.5979914,
+ "lon": 3.8954449
+ },
+ {
+ "nodeId": 1325372161,
+ "lat": 43.5976669,
+ "lon": 3.8956254
+ },
+ {
+ "nodeId": 1623916556,
+ "lat": 43.5974558,
+ "lon": 3.8957253
+ },
+ {
+ "nodeId": 1623916699,
+ "lat": 43.597324,
+ "lon": 3.8957829
+ },
+ {
+ "nodeId": 3796068536,
+ "lat": 43.5968553,
+ "lon": 3.8959903
+ },
+ {
+ "nodeId": 2564628115,
+ "lat": 43.5967916,
+ "lon": 3.8960168
+ },
+ {
+ "nodeId": 3796068533,
+ "lat": 43.5967264,
+ "lon": 3.8960455
+ },
+ {
+ "nodeId": 12422543368,
+ "lat": 43.5964597,
+ "lon": 3.8961628
+ },
+ {
+ "nodeId": 1325372162,
+ "lat": 43.5963513,
+ "lon": 3.8962104
+ },
+ {
+ "nodeId": 1325372196,
+ "lat": 43.5956013,
+ "lon": 3.8965431
+ },
+ {
+ "nodeId": 3796068530,
+ "lat": 43.5955503,
+ "lon": 3.8965567
+ },
+ {
+ "nodeId": 1325372186,
+ "lat": 43.5959224,
+ "lon": 3.8964057
+ },
+ {
+ "nodeId": 1498625081,
+ "lat": 43.5954847,
+ "lon": 3.896583
+ },
+ {
+ "nodeId": 3670601728,
+ "lat": 43.5953948,
+ "lon": 3.8966126
+ },
+ {
+ "nodeId": 3124411839,
+ "lat": 43.5951842,
+ "lon": 3.8966721
+ },
+ {
+ "nodeId": 1325372184,
+ "lat": 43.5946403,
+ "lon": 3.8969259
+ },
+ {
+ "nodeId": 1325372167,
+ "lat": 43.5950415,
+ "lon": 3.89673
+ },
+ {
+ "nodeId": 12422543369,
+ "lat": 43.5943466,
+ "lon": 3.8970618
+ },
+ {
+ "nodeId": 1503483802,
+ "lat": 43.5940197,
+ "lon": 3.8972131
+ },
+ {
+ "nodeId": 1681472360,
+ "lat": 43.5939313,
+ "lon": 3.89724
+ },
+ {
+ "nodeId": 1325372169,
+ "lat": 43.593871,
+ "lon": 3.8972381
+ },
+ {
+ "nodeId": 1432314083,
+ "lat": 43.5938041,
+ "lon": 3.8972116
+ },
+ {
+ "nodeId": 3124411836,
+ "lat": 43.5937875,
+ "lon": 3.8971977
+ },
+ {
+ "nodeId": 2564591653,
+ "lat": 43.5936945,
+ "lon": 3.8970562
+ },
+ {
+ "nodeId": 1432314077,
+ "lat": 43.5935977,
+ "lon": 3.8966059
+ },
+ {
+ "nodeId": 1432314074,
+ "lat": 43.5937167,
+ "lon": 3.8971066
+ },
+ {
+ "nodeId": 3124411834,
+ "lat": 43.5935785,
+ "lon": 3.8964606
+ },
+ {
+ "nodeId": 1432314087,
+ "lat": 43.5935652,
+ "lon": 3.8963079
+ },
+ {
+ "nodeId": 1432314090,
+ "lat": 43.5935191,
+ "lon": 3.8955107
+ },
+ {
+ "nodeId": 1503483805,
+ "lat": 43.5935012,
+ "lon": 3.8953812
+ },
+ {
+ "nodeId": 1432314091,
+ "lat": 43.5934697,
+ "lon": 3.8952767
+ },
+ {
+ "nodeId": 3124411833,
+ "lat": 43.5933489,
+ "lon": 3.8949563
+ },
+ {
+ "nodeId": 3796148246,
+ "lat": 43.592631,
+ "lon": 3.8932396
+ },
+ {
+ "nodeId": 13306159018,
+ "lat": 43.5929979,
+ "lon": 3.8241301
+ },
+ {
+ "nodeId": 13456052525,
+ "lat": 43.5930019,
+ "lon": 3.8241648
+ },
+ {
+ "nodeId": 11838256843,
+ "lat": 43.5930389,
+ "lon": 3.8244887
+ },
+ {
+ "nodeId": 12978810102,
+ "lat": 43.5930447,
+ "lon": 3.8245333
+ },
+ {
+ "nodeId": 11838256842,
+ "lat": 43.5930592,
+ "lon": 3.8247514
+ },
+ {
+ "nodeId": 11838256841,
+ "lat": 43.5930605,
+ "lon": 3.8251059
+ },
+ {
+ "nodeId": 11838256840,
+ "lat": 43.593052,
+ "lon": 3.8252601
+ },
+ {
+ "nodeId": 12978810103,
+ "lat": 43.5930657,
+ "lon": 3.8249271
+ },
+ {
+ "nodeId": 13306159014,
+ "lat": 43.592974,
+ "lon": 3.8258278
+ },
+ {
+ "nodeId": 12978810101,
+ "lat": 43.593043,
+ "lon": 3.8253453
+ },
+ {
+ "nodeId": 11838328175,
+ "lat": 43.5929214,
+ "lon": 3.8261959
+ },
+ {
+ "nodeId": 12978714499,
+ "lat": 43.5927263,
+ "lon": 3.8277542
+ },
+ {
+ "nodeId": 12978714500,
+ "lat": 43.5927068,
+ "lon": 3.8280081
+ },
+ {
+ "nodeId": 11838256839,
+ "lat": 43.5927071,
+ "lon": 3.8281595
+ },
+ {
+ "nodeId": 11838256838,
+ "lat": 43.5927155,
+ "lon": 3.8283485
+ },
+ {
+ "nodeId": 11838256837,
+ "lat": 43.5927399,
+ "lon": 3.8285497
+ },
+ {
+ "nodeId": 11838256835,
+ "lat": 43.5928045,
+ "lon": 3.828869
+ },
+ {
+ "nodeId": 13306159012,
+ "lat": 43.5928498,
+ "lon": 3.8290225
+ },
+ {
+ "nodeId": 11838256836,
+ "lat": 43.5927645,
+ "lon": 3.8287
+ },
+ {
+ "nodeId": 13198256105,
+ "lat": 43.5928574,
+ "lon": 3.8290481
+ },
+ {
+ "nodeId": 11838256834,
+ "lat": 43.5931341,
+ "lon": 3.8298997
+ },
+ {
+ "nodeId": 13306159011,
+ "lat": 43.5931868,
+ "lon": 3.8300615
+ },
+ {
+ "nodeId": 11838256833,
+ "lat": 43.5932708,
+ "lon": 3.8303428
+ },
+ {
+ "nodeId": 12978714498,
+ "lat": 43.5932269,
+ "lon": 3.8301847
+ },
+ {
+ "nodeId": 13198256104,
+ "lat": 43.5933083,
+ "lon": 3.8305116
+ },
+ {
+ "nodeId": 11838256832,
+ "lat": 43.5933498,
+ "lon": 3.8307227
+ },
+ {
+ "nodeId": 13336046677,
+ "lat": 43.5935366,
+ "lon": 3.8316494
+ },
+ {
+ "nodeId": 9700486773,
+ "lat": 43.593777,
+ "lon": 3.8328474
+ },
+ {
+ "nodeId": 13306159008,
+ "lat": 43.593927,
+ "lon": 3.8337476
+ },
+ {
+ "nodeId": 9700486772,
+ "lat": 43.5940053,
+ "lon": 3.8342179
+ },
+ {
+ "nodeId": 13198256110,
+ "lat": 43.5941022,
+ "lon": 3.8346893
+ },
+ {
+ "nodeId": 9700486763,
+ "lat": 43.5941746,
+ "lon": 3.8349624
+ },
+ {
+ "nodeId": 9700486762,
+ "lat": 43.5942606,
+ "lon": 3.8351667
+ },
+ {
+ "nodeId": 9700486761,
+ "lat": 43.5943212,
+ "lon": 3.8352833
+ },
+ {
+ "nodeId": 9700486760,
+ "lat": 43.5944197,
+ "lon": 3.8354646
+ },
+ {
+ "nodeId": 9700486758,
+ "lat": 43.5944806,
+ "lon": 3.8355425
+ },
+ {
+ "nodeId": 9700486757,
+ "lat": 43.5945264,
+ "lon": 3.8355953
+ },
+ {
+ "nodeId": 9700486756,
+ "lat": 43.5946273,
+ "lon": 3.8357089
+ },
+ {
+ "nodeId": 9700486755,
+ "lat": 43.5947203,
+ "lon": 3.8357989
+ },
+ {
+ "nodeId": 13234300334,
+ "lat": 43.5949838,
+ "lon": 3.8359992
+ },
+ {
+ "nodeId": 13306159006,
+ "lat": 43.5950059,
+ "lon": 3.8360139
+ },
+ {
+ "nodeId": 9700486754,
+ "lat": 43.5952858,
+ "lon": 3.8361996
+ },
+ {
+ "nodeId": 11838328181,
+ "lat": 43.5954581,
+ "lon": 3.836315
+ },
+ {
+ "nodeId": 13306159004,
+ "lat": 43.5954833,
+ "lon": 3.8363344
+ },
+ {
+ "nodeId": 9700486753,
+ "lat": 43.5955062,
+ "lon": 3.836352
+ },
+ {
+ "nodeId": 9700486752,
+ "lat": 43.5955535,
+ "lon": 3.8364033
+ },
+ {
+ "nodeId": 13306159002,
+ "lat": 43.5955868,
+ "lon": 3.8364972
+ },
+ {
+ "nodeId": 9700486750,
+ "lat": 43.5955988,
+ "lon": 3.8365677
+ },
+ {
+ "nodeId": 9700486751,
+ "lat": 43.5955823,
+ "lon": 3.8364706
+ },
+ {
+ "nodeId": 13234305185,
+ "lat": 43.5955987,
+ "lon": 3.8366403
+ },
+ {
+ "nodeId": 9700486749,
+ "lat": 43.5955899,
+ "lon": 3.8366937
+ },
+ {
+ "nodeId": 13306159000,
+ "lat": 43.5955789,
+ "lon": 3.8367202
+ },
+ {
+ "nodeId": 9700486748,
+ "lat": 43.5954986,
+ "lon": 3.836913
+ },
+ {
+ "nodeId": 9700486747,
+ "lat": 43.5954574,
+ "lon": 3.8370103
+ },
+ {
+ "nodeId": 9700486746,
+ "lat": 43.5954212,
+ "lon": 3.8370933
+ },
+ {
+ "nodeId": 9700486745,
+ "lat": 43.5952113,
+ "lon": 3.8375657
+ },
+ {
+ "nodeId": 13306158998,
+ "lat": 43.5951717,
+ "lon": 3.8376391
+ },
+ {
+ "nodeId": 9700486744,
+ "lat": 43.5951586,
+ "lon": 3.8376635
+ },
+ {
+ "nodeId": 9700486743,
+ "lat": 43.5951162,
+ "lon": 3.8377311
+ },
+ {
+ "nodeId": 13306158996,
+ "lat": 43.5950763,
+ "lon": 3.8377735
+ },
+ {
+ "nodeId": 9700486742,
+ "lat": 43.595055,
+ "lon": 3.8377962
+ },
+ {
+ "nodeId": 9700486741,
+ "lat": 43.5949992,
+ "lon": 3.8378433
+ },
+ {
+ "nodeId": 13306158994,
+ "lat": 43.5948306,
+ "lon": 3.837932
+ },
+ {
+ "nodeId": 9700486739,
+ "lat": 43.5948144,
+ "lon": 3.8379405
+ },
+ {
+ "nodeId": 9700486738,
+ "lat": 43.5947481,
+ "lon": 3.8379878
+ },
+ {
+ "nodeId": 9700486737,
+ "lat": 43.5946473,
+ "lon": 3.8380959
+ },
+ {
+ "nodeId": 13306158992,
+ "lat": 43.5946022,
+ "lon": 3.8381595
+ },
+ {
+ "nodeId": 9700486736,
+ "lat": 43.5945866,
+ "lon": 3.8381815
+ },
+ {
+ "nodeId": 9700486735,
+ "lat": 43.5945201,
+ "lon": 3.8383087
+ },
+ {
+ "nodeId": 9700486734,
+ "lat": 43.5944856,
+ "lon": 3.8383805
+ },
+ {
+ "nodeId": 9700486733,
+ "lat": 43.5944512,
+ "lon": 3.8385072
+ },
+ {
+ "nodeId": 9700486732,
+ "lat": 43.5944225,
+ "lon": 3.8386441
+ },
+ {
+ "nodeId": 13306158989,
+ "lat": 43.59441,
+ "lon": 3.8387483
+ },
+ {
+ "nodeId": 13306158990,
+ "lat": 43.5944128,
+ "lon": 3.8387254
+ },
+ {
+ "nodeId": 9700486731,
+ "lat": 43.5944075,
+ "lon": 3.8387693
+ },
+ {
+ "nodeId": 9700486730,
+ "lat": 43.5944051,
+ "lon": 3.8388669
+ },
+ {
+ "nodeId": 9700486729,
+ "lat": 43.5944116,
+ "lon": 3.8389935
+ },
+ {
+ "nodeId": 9700486728,
+ "lat": 43.5944266,
+ "lon": 3.8390975
+ },
+ {
+ "nodeId": 9700486727,
+ "lat": 43.5944513,
+ "lon": 3.8391903
+ },
+ {
+ "nodeId": 13306158986,
+ "lat": 43.5945184,
+ "lon": 3.8394119
+ },
+ {
+ "nodeId": 9700486726,
+ "lat": 43.5945229,
+ "lon": 3.8394268
+ },
+ {
+ "nodeId": 9700486725,
+ "lat": 43.594575,
+ "lon": 3.8395928
+ },
+ {
+ "nodeId": 9700486724,
+ "lat": 43.5945896,
+ "lon": 3.8396749
+ },
+ {
+ "nodeId": 9700486723,
+ "lat": 43.5945967,
+ "lon": 3.839745
+ },
+ {
+ "nodeId": 9700486722,
+ "lat": 43.5945818,
+ "lon": 3.8398228
+ },
+ {
+ "nodeId": 9700486721,
+ "lat": 43.5945562,
+ "lon": 3.8399025
+ },
+ {
+ "nodeId": 9700486720,
+ "lat": 43.5945089,
+ "lon": 3.840006
+ },
+ {
+ "nodeId": 9700486719,
+ "lat": 43.5944375,
+ "lon": 3.8400864
+ },
+ {
+ "nodeId": 13198256113,
+ "lat": 43.5941643,
+ "lon": 3.840393
+ },
+ {
+ "nodeId": 9700486717,
+ "lat": 43.594008,
+ "lon": 3.8405671
+ },
+ {
+ "nodeId": 9700486718,
+ "lat": 43.5940343,
+ "lon": 3.8405352
+ },
+ {
+ "nodeId": 9700486716,
+ "lat": 43.5939879,
+ "lon": 3.840594
+ },
+ {
+ "nodeId": 4534094937,
+ "lat": 43.5939768,
+ "lon": 3.8406146
+ },
+ {
+ "nodeId": 9700486715,
+ "lat": 43.5939407,
+ "lon": 3.8406819
+ },
+ {
+ "nodeId": 9700486714,
+ "lat": 43.5939132,
+ "lon": 3.8407501
+ },
+ {
+ "nodeId": 369660984,
+ "lat": 43.5938942,
+ "lon": 3.840849
+ },
+ {
+ "nodeId": 13306158983,
+ "lat": 43.5938638,
+ "lon": 3.8410078
+ },
+ {
+ "nodeId": 13306158981,
+ "lat": 43.5934219,
+ "lon": 3.8432976
+ },
+ {
+ "nodeId": 13342288277,
+ "lat": 43.5934002,
+ "lon": 3.8434081
+ },
+ {
+ "nodeId": 12978810109,
+ "lat": 43.5933813,
+ "lon": 3.8435048
+ },
+ {
+ "nodeId": 12978810110,
+ "lat": 43.5933515,
+ "lon": 3.8436379
+ },
+ {
+ "nodeId": 13306158980,
+ "lat": 43.5933458,
+ "lon": 3.8436557
+ },
+ {
+ "nodeId": 9700486713,
+ "lat": 43.5933245,
+ "lon": 3.8437223
+ },
+ {
+ "nodeId": 13306158979,
+ "lat": 43.5933129,
+ "lon": 3.843752
+ },
+ {
+ "nodeId": 9700486712,
+ "lat": 43.5933026,
+ "lon": 3.8437784
+ },
+ {
+ "nodeId": 9700486710,
+ "lat": 43.5932683,
+ "lon": 3.8438382
+ },
+ {
+ "nodeId": 9700486709,
+ "lat": 43.5932292,
+ "lon": 3.8438736
+ },
+ {
+ "nodeId": 9700486708,
+ "lat": 43.5931862,
+ "lon": 3.8439027
+ },
+ {
+ "nodeId": 11838328182,
+ "lat": 43.5921699,
+ "lon": 3.8446486
+ },
+ {
+ "nodeId": 13306158976,
+ "lat": 43.5921117,
+ "lon": 3.8446914
+ },
+ {
+ "nodeId": 13306158974,
+ "lat": 43.592013,
+ "lon": 3.844764
+ },
+ {
+ "nodeId": 13198256116,
+ "lat": 43.5919249,
+ "lon": 3.8448289
+ },
+ {
+ "nodeId": 9700486707,
+ "lat": 43.5914145,
+ "lon": 3.8451839
+ },
+ {
+ "nodeId": 9700486705,
+ "lat": 43.5911827,
+ "lon": 3.8453789
+ },
+ {
+ "nodeId": 9700486706,
+ "lat": 43.591241,
+ "lon": 3.8453187
+ },
+ {
+ "nodeId": 9700486704,
+ "lat": 43.5911665,
+ "lon": 3.8454098
+ },
+ {
+ "nodeId": 9700486703,
+ "lat": 43.5911292,
+ "lon": 3.8454887
+ },
+ {
+ "nodeId": 9700486702,
+ "lat": 43.5911166,
+ "lon": 3.8455397
+ },
+ {
+ "nodeId": 9700486701,
+ "lat": 43.5911098,
+ "lon": 3.8456244
+ },
+ {
+ "nodeId": 9700486700,
+ "lat": 43.5911177,
+ "lon": 3.8457431
+ },
+ {
+ "nodeId": 13306158972,
+ "lat": 43.5911944,
+ "lon": 3.8462849
+ },
+ {
+ "nodeId": 9700486699,
+ "lat": 43.5912736,
+ "lon": 3.8468449
+ },
+ {
+ "nodeId": 12175054246,
+ "lat": 43.5913172,
+ "lon": 3.8471436
+ },
+ {
+ "nodeId": 13306158964,
+ "lat": 43.5914945,
+ "lon": 3.8483269
+ },
+ {
+ "nodeId": 13306158962,
+ "lat": 43.5915628,
+ "lon": 3.8487841
+ },
+ {
+ "nodeId": 9700486698,
+ "lat": 43.5916469,
+ "lon": 3.8493468
+ },
+ {
+ "nodeId": 13306158960,
+ "lat": 43.5916214,
+ "lon": 3.8491765
+ },
+ {
+ "nodeId": 9700486697,
+ "lat": 43.5916814,
+ "lon": 3.8494915
+ },
+ {
+ "nodeId": 9700486695,
+ "lat": 43.591729,
+ "lon": 3.8496316
+ },
+ {
+ "nodeId": 13351186995,
+ "lat": 43.5921181,
+ "lon": 3.850833
+ },
+ {
+ "nodeId": 9700486694,
+ "lat": 43.5923311,
+ "lon": 3.8515003
+ },
+ {
+ "nodeId": 9700486692,
+ "lat": 43.5923757,
+ "lon": 3.8515907
+ },
+ {
+ "nodeId": 9700486693,
+ "lat": 43.5923592,
+ "lon": 3.8515549
+ },
+ {
+ "nodeId": 9700486691,
+ "lat": 43.5924152,
+ "lon": 3.8516578
+ },
+ {
+ "nodeId": 9700486690,
+ "lat": 43.5924702,
+ "lon": 3.8517266
+ },
+ {
+ "nodeId": 9700486689,
+ "lat": 43.5925121,
+ "lon": 3.8517676
+ },
+ {
+ "nodeId": 9700486687,
+ "lat": 43.592657,
+ "lon": 3.8518456
+ },
+ {
+ "nodeId": 9700486688,
+ "lat": 43.5925784,
+ "lon": 3.8518126
+ },
+ {
+ "nodeId": 9700486686,
+ "lat": 43.5927306,
+ "lon": 3.8518557
+ },
+ {
+ "nodeId": 9700486685,
+ "lat": 43.5927989,
+ "lon": 3.8518483
+ },
+ {
+ "nodeId": 9700486684,
+ "lat": 43.5928665,
+ "lon": 3.8518286
+ },
+ {
+ "nodeId": 9700486682,
+ "lat": 43.5929974,
+ "lon": 3.8517443
+ },
+ {
+ "nodeId": 12978810117,
+ "lat": 43.5930688,
+ "lon": 3.8516729
+ },
+ {
+ "nodeId": 12978810113,
+ "lat": 43.592929,
+ "lon": 3.8518011
+ },
+ {
+ "nodeId": 13351186996,
+ "lat": 43.5930847,
+ "lon": 3.8516551
+ },
+ {
+ "nodeId": 11838328188,
+ "lat": 43.5932101,
+ "lon": 3.8515149
+ },
+ {
+ "nodeId": 13306158958,
+ "lat": 43.5932214,
+ "lon": 3.8515025
+ },
+ {
+ "nodeId": 13306158957,
+ "lat": 43.5932358,
+ "lon": 3.8514867
+ },
+ {
+ "nodeId": 12978810115,
+ "lat": 43.5934423,
+ "lon": 3.85126
+ },
+ {
+ "nodeId": 9700486678,
+ "lat": 43.5937388,
+ "lon": 3.8509155
+ },
+ {
+ "nodeId": 9700486677,
+ "lat": 43.5938236,
+ "lon": 3.8508082
+ },
+ {
+ "nodeId": 9700486681,
+ "lat": 43.5935334,
+ "lon": 3.8511515
+ },
+ {
+ "nodeId": 12514008609,
+ "lat": 43.5941801,
+ "lon": 3.8502811
+ },
+ {
+ "nodeId": 12978810119,
+ "lat": 43.5938817,
+ "lon": 3.8507242
+ },
+ {
+ "nodeId": 13246223344,
+ "lat": 43.5942026,
+ "lon": 3.8502518
+ },
+ {
+ "nodeId": 9700486675,
+ "lat": 43.594232,
+ "lon": 3.8502135
+ },
+ {
+ "nodeId": 9700486674,
+ "lat": 43.5942825,
+ "lon": 3.8501562
+ },
+ {
+ "nodeId": 9700486673,
+ "lat": 43.5943182,
+ "lon": 3.8501159
+ },
+ {
+ "nodeId": 9700486672,
+ "lat": 43.5943617,
+ "lon": 3.8500975
+ },
+ {
+ "nodeId": 12514008606,
+ "lat": 43.5944073,
+ "lon": 3.8500847
+ },
+ {
+ "nodeId": 12514008603,
+ "lat": 43.5944521,
+ "lon": 3.8500801
+ },
+ {
+ "nodeId": 9700486670,
+ "lat": 43.5945018,
+ "lon": 3.8500817
+ },
+ {
+ "nodeId": 12514008607,
+ "lat": 43.5945326,
+ "lon": 3.8500822
+ },
+ {
+ "nodeId": 9700486669,
+ "lat": 43.5946593,
+ "lon": 3.8500763
+ },
+ {
+ "nodeId": 9700486667,
+ "lat": 43.5947391,
+ "lon": 3.8500547
+ },
+ {
+ "nodeId": 13336008993,
+ "lat": 43.5947603,
+ "lon": 3.8500456
+ },
+ {
+ "nodeId": 9700486666,
+ "lat": 43.5948228,
+ "lon": 3.8500189
+ },
+ {
+ "nodeId": 9700486665,
+ "lat": 43.5953673,
+ "lon": 3.8498044
+ },
+ {
+ "nodeId": 9700486664,
+ "lat": 43.5956341,
+ "lon": 3.8496957
+ },
+ {
+ "nodeId": 9700486663,
+ "lat": 43.5959539,
+ "lon": 3.8495576
+ },
+ {
+ "nodeId": 9700486662,
+ "lat": 43.5961833,
+ "lon": 3.8494576
+ },
+ {
+ "nodeId": 9700486661,
+ "lat": 43.5962911,
+ "lon": 3.8494041
+ },
+ {
+ "nodeId": 13306158955,
+ "lat": 43.5963333,
+ "lon": 3.8493814
+ },
+ {
+ "nodeId": 9700486660,
+ "lat": 43.596394,
+ "lon": 3.8493487
+ },
+ {
+ "nodeId": 9700486659,
+ "lat": 43.5965755,
+ "lon": 3.8492435
+ },
+ {
+ "nodeId": 9700486658,
+ "lat": 43.5967421,
+ "lon": 3.8491489
+ },
+ {
+ "nodeId": 13306158952,
+ "lat": 43.5968292,
+ "lon": 3.8490954
+ },
+ {
+ "nodeId": 9700486657,
+ "lat": 43.5968516,
+ "lon": 3.8490816
+ },
+ {
+ "nodeId": 13306158950,
+ "lat": 43.5969888,
+ "lon": 3.8489907
+ },
+ {
+ "nodeId": 13198256117,
+ "lat": 43.5969492,
+ "lon": 3.8490198
+ },
+ {
+ "nodeId": 9700486656,
+ "lat": 43.5970351,
+ "lon": 3.8489565
+ },
+ {
+ "nodeId": 13198256118,
+ "lat": 43.5970922,
+ "lon": 3.8489046
+ },
+ {
+ "nodeId": 12978810120,
+ "lat": 43.5971884,
+ "lon": 3.8488195
+ },
+ {
+ "nodeId": 9700486655,
+ "lat": 43.5976447,
+ "lon": 3.8483874
+ },
+ {
+ "nodeId": 9700486654,
+ "lat": 43.5977673,
+ "lon": 3.8482723
+ },
+ {
+ "nodeId": 12978810122,
+ "lat": 43.5980168,
+ "lon": 3.8480485
+ },
+ {
+ "nodeId": 9700486653,
+ "lat": 43.5981531,
+ "lon": 3.8479353
+ },
+ {
+ "nodeId": 9700486651,
+ "lat": 43.5982127,
+ "lon": 3.8479028
+ },
+ {
+ "nodeId": 13306158948,
+ "lat": 43.5982449,
+ "lon": 3.8478853
+ },
+ {
+ "nodeId": 9700486649,
+ "lat": 43.5982847,
+ "lon": 3.8478635
+ },
+ {
+ "nodeId": 13306158947,
+ "lat": 43.5983541,
+ "lon": 3.8478358
+ },
+ {
+ "nodeId": 9700486648,
+ "lat": 43.5983702,
+ "lon": 3.8478294
+ },
+ {
+ "nodeId": 9700486647,
+ "lat": 43.5992195,
+ "lon": 3.8475379
+ },
+ {
+ "nodeId": 9700486646,
+ "lat": 43.5992874,
+ "lon": 3.847515
+ },
+ {
+ "nodeId": 9700486645,
+ "lat": 43.599354,
+ "lon": 3.8475036
+ },
+ {
+ "nodeId": 9700486644,
+ "lat": 43.5994192,
+ "lon": 3.847502
+ },
+ {
+ "nodeId": 13477841418,
+ "lat": 43.5994644,
+ "lon": 3.8475054
+ },
+ {
+ "nodeId": 9700486642,
+ "lat": 43.5994986,
+ "lon": 3.8475098
+ },
+ {
+ "nodeId": 13477841422,
+ "lat": 43.5995595,
+ "lon": 3.8475255
+ },
+ {
+ "nodeId": 9700486641,
+ "lat": 43.5996807,
+ "lon": 3.8475653
+ },
+ {
+ "nodeId": 9700486640,
+ "lat": 43.5997574,
+ "lon": 3.8476137
+ },
+ {
+ "nodeId": 9700486639,
+ "lat": 43.5998248,
+ "lon": 3.8476746
+ },
+ {
+ "nodeId": 13477841412,
+ "lat": 43.5999369,
+ "lon": 3.8478156
+ },
+ {
+ "nodeId": 9700486638,
+ "lat": 43.5998886,
+ "lon": 3.8477521
+ },
+ {
+ "nodeId": 13306158945,
+ "lat": 43.5999859,
+ "lon": 3.8478805
+ },
+ {
+ "nodeId": 13306158942,
+ "lat": 43.6000319,
+ "lon": 3.8479443
+ },
+ {
+ "nodeId": 9700486637,
+ "lat": 43.6000535,
+ "lon": 3.8479757
+ },
+ {
+ "nodeId": 9700486636,
+ "lat": 43.6001263,
+ "lon": 3.8480839
+ },
+ {
+ "nodeId": 9700486635,
+ "lat": 43.6002151,
+ "lon": 3.8482194
+ },
+ {
+ "nodeId": 9700486634,
+ "lat": 43.6002753,
+ "lon": 3.8483319
+ },
+ {
+ "nodeId": 9700486632,
+ "lat": 43.6004248,
+ "lon": 3.8486463
+ },
+ {
+ "nodeId": 9700486633,
+ "lat": 43.6003348,
+ "lon": 3.8484613
+ },
+ {
+ "nodeId": 9700486631,
+ "lat": 43.6005722,
+ "lon": 3.8490163
+ },
+ {
+ "nodeId": 13306158939,
+ "lat": 43.6008315,
+ "lon": 3.8496786
+ },
+ {
+ "nodeId": 13306158940,
+ "lat": 43.600912,
+ "lon": 3.8499269
+ },
+ {
+ "nodeId": 13477713348,
+ "lat": 43.6008899,
+ "lon": 3.8498346
+ },
+ {
+ "nodeId": 13477713347,
+ "lat": 43.6009276,
+ "lon": 3.8500007
+ },
+ {
+ "nodeId": 13477713361,
+ "lat": 43.6009585,
+ "lon": 3.8501701
+ },
+ {
+ "nodeId": 9700486627,
+ "lat": 43.6009732,
+ "lon": 3.8502465
+ },
+ {
+ "nodeId": 9700486626,
+ "lat": 43.6010073,
+ "lon": 3.8504376
+ },
+ {
+ "nodeId": 9700486625,
+ "lat": 43.601045,
+ "lon": 3.8506104
+ },
+ {
+ "nodeId": 9700486622,
+ "lat": 43.601384,
+ "lon": 3.8517297
+ },
+ {
+ "nodeId": 13477800002,
+ "lat": 43.6014526,
+ "lon": 3.8519107
+ },
+ {
+ "nodeId": 9700486621,
+ "lat": 43.6014986,
+ "lon": 3.8520157
+ },
+ {
+ "nodeId": 9700486620,
+ "lat": 43.6016245,
+ "lon": 3.8523028
+ },
+ {
+ "nodeId": 13477800016,
+ "lat": 43.6024717,
+ "lon": 3.8542327
+ },
+ {
+ "nodeId": 13477800028,
+ "lat": 43.6027726,
+ "lon": 3.8549194
+ },
+ {
+ "nodeId": 9700486619,
+ "lat": 43.6028301,
+ "lon": 3.8550527
+ },
+ {
+ "nodeId": 9700486618,
+ "lat": 43.6028484,
+ "lon": 3.8551155
+ },
+ {
+ "nodeId": 13306158934,
+ "lat": 43.6028555,
+ "lon": 3.8551897
+ },
+ {
+ "nodeId": 9700486617,
+ "lat": 43.6028588,
+ "lon": 3.8552235
+ },
+ {
+ "nodeId": 9700486616,
+ "lat": 43.6028527,
+ "lon": 3.8552997
+ },
+ {
+ "nodeId": 9700486615,
+ "lat": 43.6028362,
+ "lon": 3.8553602
+ },
+ {
+ "nodeId": 9700486613,
+ "lat": 43.6027772,
+ "lon": 3.8554653
+ },
+ {
+ "nodeId": 9700486612,
+ "lat": 43.6027188,
+ "lon": 3.8555616
+ },
+ {
+ "nodeId": 12978810130,
+ "lat": 43.6025775,
+ "lon": 3.8557887
+ },
+ {
+ "nodeId": 11838328191,
+ "lat": 43.6021962,
+ "lon": 3.8564227
+ },
+ {
+ "nodeId": 13391742618,
+ "lat": 43.6024575,
+ "lon": 3.8559883
+ },
+ {
+ "nodeId": 9700486611,
+ "lat": 43.6019162,
+ "lon": 3.8568847
+ },
+ {
+ "nodeId": 9700486609,
+ "lat": 43.6018806,
+ "lon": 3.8569707
+ },
+ {
+ "nodeId": 13306158928,
+ "lat": 43.6018444,
+ "lon": 3.8570834
+ },
+ {
+ "nodeId": 9700486607,
+ "lat": 43.6017897,
+ "lon": 3.8572451
+ },
+ {
+ "nodeId": 9700486608,
+ "lat": 43.6018156,
+ "lon": 3.857173
+ },
+ {
+ "nodeId": 9700486606,
+ "lat": 43.6017506,
+ "lon": 3.8573303
+ },
+ {
+ "nodeId": 9700486605,
+ "lat": 43.6016955,
+ "lon": 3.8574279
+ },
+ {
+ "nodeId": 11838328192,
+ "lat": 43.6010542,
+ "lon": 3.8582514
+ },
+ {
+ "nodeId": 9700486602,
+ "lat": 43.6007224,
+ "lon": 3.8586844
+ },
+ {
+ "nodeId": 9700486601,
+ "lat": 43.6004552,
+ "lon": 3.8590587
+ },
+ {
+ "nodeId": 9700486600,
+ "lat": 43.6004118,
+ "lon": 3.8591276
+ },
+ {
+ "nodeId": 9700486599,
+ "lat": 43.6003765,
+ "lon": 3.859225
+ },
+ {
+ "nodeId": 9700486597,
+ "lat": 43.6003557,
+ "lon": 3.8593191
+ },
+ {
+ "nodeId": 13306158926,
+ "lat": 43.600354,
+ "lon": 3.8593535
+ },
+ {
+ "nodeId": 13306158925,
+ "lat": 43.6003625,
+ "lon": 3.859447
+ },
+ {
+ "nodeId": 9700486596,
+ "lat": 43.6003768,
+ "lon": 3.8594972
+ },
+ {
+ "nodeId": 9700486595,
+ "lat": 43.6004005,
+ "lon": 3.8595644
+ },
+ {
+ "nodeId": 9700486592,
+ "lat": 43.6005111,
+ "lon": 3.8597075
+ },
+ {
+ "nodeId": 9700486594,
+ "lat": 43.6004461,
+ "lon": 3.8596376
+ },
+ {
+ "nodeId": 9700486591,
+ "lat": 43.6007468,
+ "lon": 3.8599489
+ },
+ {
+ "nodeId": 9700486589,
+ "lat": 43.6009988,
+ "lon": 3.8601794
+ },
+ {
+ "nodeId": 9700486588,
+ "lat": 43.6012357,
+ "lon": 3.8603615
+ },
+ {
+ "nodeId": 9700486590,
+ "lat": 43.6009284,
+ "lon": 3.8601185
+ },
+ {
+ "nodeId": 12514004772,
+ "lat": 43.6013474,
+ "lon": 3.8604355
+ },
+ {
+ "nodeId": 9700486587,
+ "lat": 43.6017596,
+ "lon": 3.860718
+ },
+ {
+ "nodeId": 9700486586,
+ "lat": 43.6018141,
+ "lon": 3.860756
+ },
+ {
+ "nodeId": 9700486585,
+ "lat": 43.6018625,
+ "lon": 3.8608101
+ },
+ {
+ "nodeId": 9700486584,
+ "lat": 43.6019001,
+ "lon": 3.8608736
+ },
+ {
+ "nodeId": 9700486583,
+ "lat": 43.6019289,
+ "lon": 3.8609473
+ },
+ {
+ "nodeId": 9700486582,
+ "lat": 43.6019428,
+ "lon": 3.8610132
+ },
+ {
+ "nodeId": 9700486581,
+ "lat": 43.6019446,
+ "lon": 3.8610712
+ },
+ {
+ "nodeId": 9700486580,
+ "lat": 43.6019396,
+ "lon": 3.8611378
+ },
+ {
+ "nodeId": 13208683943,
+ "lat": 43.6019336,
+ "lon": 3.8611678
+ },
+ {
+ "nodeId": 9700486579,
+ "lat": 43.6019269,
+ "lon": 3.8611945
+ },
+ {
+ "nodeId": 9700486578,
+ "lat": 43.6019066,
+ "lon": 3.8612706
+ },
+ {
+ "nodeId": 13208683958,
+ "lat": 43.6018305,
+ "lon": 3.8614926
+ },
+ {
+ "nodeId": 9700486577,
+ "lat": 43.6018525,
+ "lon": 3.8614324
+ },
+ {
+ "nodeId": 13208683955,
+ "lat": 43.6016983,
+ "lon": 3.8618696
+ },
+ {
+ "nodeId": 13306159022,
+ "lat": 43.6016845,
+ "lon": 3.8619087
+ },
+ {
+ "nodeId": 13306158920,
+ "lat": 43.6015111,
+ "lon": 3.8624153
+ },
+ {
+ "nodeId": 9700486576,
+ "lat": 43.6014613,
+ "lon": 3.8625638
+ },
+ {
+ "nodeId": 9700486575,
+ "lat": 43.6014358,
+ "lon": 3.8626548
+ },
+ {
+ "nodeId": 9700486574,
+ "lat": 43.6014163,
+ "lon": 3.8627487
+ },
+ {
+ "nodeId": 13198256126,
+ "lat": 43.601399,
+ "lon": 3.8629011
+ },
+ {
+ "nodeId": 13306158919,
+ "lat": 43.6014212,
+ "lon": 3.862725
+ },
+ {
+ "nodeId": 9700486573,
+ "lat": 43.6014103,
+ "lon": 3.8628173
+ },
+ {
+ "nodeId": 13306158916,
+ "lat": 43.6013628,
+ "lon": 3.8632871
+ },
+ {
+ "nodeId": 13306158914,
+ "lat": 43.6013098,
+ "lon": 3.8638516
+ },
+ {
+ "nodeId": 13198256129,
+ "lat": 43.6012384,
+ "lon": 3.8646124
+ },
+ {
+ "nodeId": 12175054249,
+ "lat": 43.6010058,
+ "lon": 3.8668472
+ },
+ {
+ "nodeId": 13198256124,
+ "lat": 43.6010969,
+ "lon": 3.8660031
+ },
+ {
+ "nodeId": 9700486537,
+ "lat": 43.6009695,
+ "lon": 3.867205
+ },
+ {
+ "nodeId": 9700486519,
+ "lat": 43.6009546,
+ "lon": 3.8673824
+ },
+ {
+ "nodeId": 9700486520,
+ "lat": 43.6009606,
+ "lon": 3.8674451
+ },
+ {
+ "nodeId": 13377851357,
+ "lat": 43.6009642,
+ "lon": 3.8674636
+ },
+ {
+ "nodeId": 13198256123,
+ "lat": 43.6009736,
+ "lon": 3.8675115
+ },
+ {
+ "nodeId": 9700486521,
+ "lat": 43.6009882,
+ "lon": 3.8675687
+ },
+ {
+ "nodeId": 9700486522,
+ "lat": 43.6010175,
+ "lon": 3.8676298
+ },
+ {
+ "nodeId": 13377851360,
+ "lat": 43.6010969,
+ "lon": 3.8677626
+ },
+ {
+ "nodeId": 13306120288,
+ "lat": 43.6011188,
+ "lon": 3.8677991
+ },
+ {
+ "nodeId": 13306158906,
+ "lat": 43.6011382,
+ "lon": 3.8678315
+ },
+ {
+ "nodeId": 12978810137,
+ "lat": 43.6014459,
+ "lon": 3.8683312
+ },
+ {
+ "nodeId": 13377851368,
+ "lat": 43.6011516,
+ "lon": 3.8678539
+ },
+ {
+ "nodeId": 9700486527,
+ "lat": 43.6014786,
+ "lon": 3.8683956
+ },
+ {
+ "nodeId": 12181124075,
+ "lat": 43.6014929,
+ "lon": 3.8684432
+ },
+ {
+ "nodeId": 9700486528,
+ "lat": 43.601503,
+ "lon": 3.8685056
+ },
+ {
+ "nodeId": 13306158905,
+ "lat": 43.6015143,
+ "lon": 3.8686429
+ },
+ {
+ "nodeId": 9700486529,
+ "lat": 43.6015178,
+ "lon": 3.8686856
+ },
+ {
+ "nodeId": 13306158902,
+ "lat": 43.601522,
+ "lon": 3.8687079
+ },
+ {
+ "nodeId": 9700486530,
+ "lat": 43.601538,
+ "lon": 3.8687936
+ },
+ {
+ "nodeId": 12186566286,
+ "lat": 43.6015601,
+ "lon": 3.8688572
+ },
+ {
+ "nodeId": 13198256131,
+ "lat": 43.60155,
+ "lon": 3.8688329
+ },
+ {
+ "nodeId": 9700486531,
+ "lat": 43.6016277,
+ "lon": 3.8689899
+ },
+ {
+ "nodeId": 13306158901,
+ "lat": 43.6017717,
+ "lon": 3.869254
+ },
+ {
+ "nodeId": 13306120298,
+ "lat": 43.6020039,
+ "lon": 3.86968
+ },
+ {
+ "nodeId": 13306120296,
+ "lat": 43.6022266,
+ "lon": 3.8700885
+ },
+ {
+ "nodeId": 11838328194,
+ "lat": 43.6023084,
+ "lon": 3.8702385
+ },
+ {
+ "nodeId": 13306120294,
+ "lat": 43.6024726,
+ "lon": 3.8705395
+ },
+ {
+ "nodeId": 13165462978,
+ "lat": 43.6024389,
+ "lon": 3.8704776
+ },
+ {
+ "nodeId": 13306120292,
+ "lat": 43.602728,
+ "lon": 3.8710086
+ },
+ {
+ "nodeId": 13306120291,
+ "lat": 43.6028661,
+ "lon": 3.8712624
+ },
+ {
+ "nodeId": 9700486532,
+ "lat": 43.6029054,
+ "lon": 3.8713345
+ },
+ {
+ "nodeId": 10064330852,
+ "lat": 43.6035348,
+ "lon": 3.8724516
+ },
+ {
+ "nodeId": 3828279522,
+ "lat": 43.6035023,
+ "lon": 3.8723951
+ },
+ {
+ "nodeId": 9700486533,
+ "lat": 43.6036584,
+ "lon": 3.8726681
+ },
+ {
+ "nodeId": 283307666,
+ "lat": 43.6036991,
+ "lon": 3.8727392
+ },
+ {
+ "nodeId": 13017317280,
+ "lat": 43.6037824,
+ "lon": 3.8728879
+ },
+ {
+ "nodeId": 9700486534,
+ "lat": 43.6038419,
+ "lon": 3.8729821
+ },
+ {
+ "nodeId": 13017317281,
+ "lat": 43.6039133,
+ "lon": 3.8730905
+ },
+ {
+ "nodeId": 9700486535,
+ "lat": 43.6039746,
+ "lon": 3.8731703
+ },
+ {
+ "nodeId": 251310025,
+ "lat": 43.6041352,
+ "lon": 3.8733741
+ },
+ {
+ "nodeId": 2597367172,
+ "lat": 43.6041633,
+ "lon": 3.8734092
+ },
+ {
+ "nodeId": 9700486536,
+ "lat": 43.6041578,
+ "lon": 3.8734027
+ },
+ {
+ "nodeId": 291270428,
+ "lat": 43.6041989,
+ "lon": 3.8734518
+ },
+ {
+ "nodeId": 13017317283,
+ "lat": 43.6044574,
+ "lon": 3.8737606
+ },
+ {
+ "nodeId": 283309684,
+ "lat": 43.6043487,
+ "lon": 3.8736308
+ },
+ {
+ "nodeId": 12175054251,
+ "lat": 43.6047379,
+ "lon": 3.8741205
+ },
+ {
+ "nodeId": 13391461298,
+ "lat": 43.6050726,
+ "lon": 3.8745319
+ },
+ {
+ "nodeId": 13306158909,
+ "lat": 43.6050834,
+ "lon": 3.8745452
+ },
+ {
+ "nodeId": 9700483712,
+ "lat": 43.6051707,
+ "lon": 3.8746525
+ },
+ {
+ "nodeId": 12116674324,
+ "lat": 43.6052227,
+ "lon": 3.8747235
+ },
+ {
+ "nodeId": 9700483711,
+ "lat": 43.6052491,
+ "lon": 3.8747713
+ },
+ {
+ "nodeId": 13306120287,
+ "lat": 43.6052362,
+ "lon": 3.8747479
+ },
+ {
+ "nodeId": 13190891947,
+ "lat": 43.6052667,
+ "lon": 3.8748132
+ },
+ {
+ "nodeId": 2479837374,
+ "lat": 43.6265236,
+ "lon": 3.8663225
+ },
+ {
+ "nodeId": 9871231584,
+ "lat": 43.6265942,
+ "lon": 3.8662944
+ },
+ {
+ "nodeId": 9871231586,
+ "lat": 43.6266375,
+ "lon": 3.8662938
+ },
+ {
+ "nodeId": 12202780282,
+ "lat": 43.6266587,
+ "lon": 3.8662965
+ },
+ {
+ "nodeId": 12202780284,
+ "lat": 43.6266823,
+ "lon": 3.8663008
+ },
+ {
+ "nodeId": 9871231588,
+ "lat": 43.626717,
+ "lon": 3.8663117
+ },
+ {
+ "nodeId": 9871231589,
+ "lat": 43.6267595,
+ "lon": 3.8663323
+ },
+ {
+ "nodeId": 2564061593,
+ "lat": 43.6166434,
+ "lon": 3.8178026
+ },
+ {
+ "nodeId": 2564061779,
+ "lat": 43.6161305,
+ "lon": 3.8180514
+ },
+ {
+ "nodeId": 252284572,
+ "lat": 43.6064289,
+ "lon": 3.8758275
+ },
+ {
+ "nodeId": 2575586434,
+ "lat": 43.6064721,
+ "lon": 3.8758481
+ },
+ {
+ "nodeId": 2575586438,
+ "lat": 43.6065208,
+ "lon": 3.8758561
+ },
+ {
+ "nodeId": 2575586436,
+ "lat": 43.6065576,
+ "lon": 3.8758509
+ },
+ {
+ "nodeId": 4278861075,
+ "lat": 43.6066143,
+ "lon": 3.8758279
+ },
+ {
+ "nodeId": 12190070890,
+ "lat": 43.6066648,
+ "lon": 3.8757813
+ },
+ {
+ "nodeId": 4278861076,
+ "lat": 43.6066819,
+ "lon": 3.875759
+ },
+ {
+ "nodeId": 12176450050,
+ "lat": 43.6067001,
+ "lon": 3.8757347
+ },
+ {
+ "nodeId": 12190070893,
+ "lat": 43.6067418,
+ "lon": 3.875681
+ },
+ {
+ "nodeId": 12176450045,
+ "lat": 43.6067751,
+ "lon": 3.8756373
+ },
+ {
+ "nodeId": 9855106172,
+ "lat": 43.6068137,
+ "lon": 3.875582
+ },
+ {
+ "nodeId": 5533923387,
+ "lat": 43.6210725,
+ "lon": 3.836725
+ },
+ {
+ "nodeId": 2575419159,
+ "lat": 43.6211273,
+ "lon": 3.8366775
+ },
+ {
+ "nodeId": 2575419202,
+ "lat": 43.6212093,
+ "lon": 3.8366088
+ },
+ {
+ "nodeId": 2575419234,
+ "lat": 43.6215892,
+ "lon": 3.8363531
+ },
+ {
+ "nodeId": 5533923380,
+ "lat": 43.6217405,
+ "lon": 3.8362482
+ },
+ {
+ "nodeId": 2575419110,
+ "lat": 43.6219079,
+ "lon": 3.8361152
+ },
+ {
+ "nodeId": 5533923394,
+ "lat": 43.6213657,
+ "lon": 3.836503
+ },
+ {
+ "nodeId": 2575419138,
+ "lat": 43.6142446,
+ "lon": 3.8392239
+ },
+ {
+ "nodeId": 2575419204,
+ "lat": 43.6143834,
+ "lon": 3.8393097
+ },
+ {
+ "nodeId": 2575419142,
+ "lat": 43.6146475,
+ "lon": 3.8394506
+ },
+ {
+ "nodeId": 2575419220,
+ "lat": 43.6149275,
+ "lon": 3.8395989
+ },
+ {
+ "nodeId": 2575419195,
+ "lat": 43.615171,
+ "lon": 3.8397059
+ },
+ {
+ "nodeId": 2575419247,
+ "lat": 43.6155116,
+ "lon": 3.8398824
+ },
+ {
+ "nodeId": 3123033228,
+ "lat": 43.6104756,
+ "lon": 3.8583962
+ },
+ {
+ "nodeId": 2575586506,
+ "lat": 43.6048313,
+ "lon": 3.8830257
+ },
+ {
+ "nodeId": 2575586437,
+ "lat": 43.6048977,
+ "lon": 3.8829601
+ },
+ {
+ "nodeId": 5533923406,
+ "lat": 43.6190369,
+ "lon": 3.8384763
+ },
+ {
+ "nodeId": 2575419245,
+ "lat": 43.6194807,
+ "lon": 3.8381081
+ },
+ {
+ "nodeId": 5533923402,
+ "lat": 43.6196367,
+ "lon": 3.8379772
+ },
+ {
+ "nodeId": 2575419100,
+ "lat": 43.619758,
+ "lon": 3.8378766
+ },
+ {
+ "nodeId": 5533923399,
+ "lat": 43.6198775,
+ "lon": 3.8377743
+ },
+ {
+ "nodeId": 2575419132,
+ "lat": 43.6199759,
+ "lon": 3.837691
+ },
+ {
+ "nodeId": 2575419161,
+ "lat": 43.6207564,
+ "lon": 3.8369963
+ },
+ {
+ "nodeId": 2007666286,
+ "lat": 43.6086632,
+ "lon": 3.8940759
+ },
+ {
+ "nodeId": 977674890,
+ "lat": 43.6086215,
+ "lon": 3.894054
+ },
+ {
+ "nodeId": 977674802,
+ "lat": 43.6085377,
+ "lon": 3.894036
+ },
+ {
+ "nodeId": 8755641078,
+ "lat": 43.6153358,
+ "lon": 3.8740538
+ },
+ {
+ "nodeId": 8755641077,
+ "lat": 43.6153759,
+ "lon": 3.8740766
+ },
+ {
+ "nodeId": 4205213581,
+ "lat": 43.6153943,
+ "lon": 3.8740881
+ },
+ {
+ "nodeId": 4345616071,
+ "lat": 43.6154462,
+ "lon": 3.8741313
+ },
+ {
+ "nodeId": 5158756364,
+ "lat": 43.6157945,
+ "lon": 3.87448
+ },
+ {
+ "nodeId": 8754231927,
+ "lat": 43.615833,
+ "lon": 3.8745081
+ },
+ {
+ "nodeId": 11867053046,
+ "lat": 43.6158572,
+ "lon": 3.8745253
+ },
+ {
+ "nodeId": 11867053047,
+ "lat": 43.6158838,
+ "lon": 3.8745395
+ },
+ {
+ "nodeId": 3781339245,
+ "lat": 43.6214639,
+ "lon": 3.8174062
+ },
+ {
+ "nodeId": 2577355092,
+ "lat": 43.621518,
+ "lon": 3.817408
+ },
+ {
+ "nodeId": 2577355017,
+ "lat": 43.6215678,
+ "lon": 3.8174097
+ },
+ {
+ "nodeId": 13033549219,
+ "lat": 43.6226985,
+ "lon": 3.817447
+ },
+ {
+ "nodeId": 5359000620,
+ "lat": 43.6227959,
+ "lon": 3.8174505
+ },
+ {
+ "nodeId": 2577354943,
+ "lat": 43.6228714,
+ "lon": 3.8174532
+ },
+ {
+ "nodeId": 3781457485,
+ "lat": 43.6236171,
+ "lon": 3.8174728
+ },
+ {
+ "nodeId": 2577354953,
+ "lat": 43.6237199,
+ "lon": 3.817478
+ },
+ {
+ "nodeId": 3781457487,
+ "lat": 43.6238125,
+ "lon": 3.8174801
+ },
+ {
+ "nodeId": 3781457491,
+ "lat": 43.6245461,
+ "lon": 3.8174971
+ },
+ {
+ "nodeId": 3781457493,
+ "lat": 43.624746,
+ "lon": 3.8175032
+ },
+ {
+ "nodeId": 2577354978,
+ "lat": 43.624641,
+ "lon": 3.8174993
+ },
+ {
+ "nodeId": 2577355085,
+ "lat": 43.6258729,
+ "lon": 3.8175439
+ },
+ {
+ "nodeId": 3781457500,
+ "lat": 43.625982,
+ "lon": 3.8175489
+ },
+ {
+ "nodeId": 3781457497,
+ "lat": 43.6257858,
+ "lon": 3.8175408
+ },
+ {
+ "nodeId": 2577354950,
+ "lat": 43.6267537,
+ "lon": 3.8175719
+ },
+ {
+ "nodeId": 2577355007,
+ "lat": 43.6268766,
+ "lon": 3.8175556
+ },
+ {
+ "nodeId": 2577355080,
+ "lat": 43.6270436,
+ "lon": 3.817535
+ },
+ {
+ "nodeId": 2577354996,
+ "lat": 43.6271945,
+ "lon": 3.8175208
+ },
+ {
+ "nodeId": 3781457509,
+ "lat": 43.6272356,
+ "lon": 3.8175215
+ },
+ {
+ "nodeId": 3781457316,
+ "lat": 43.6281924,
+ "lon": 3.8175516
+ },
+ {
+ "nodeId": 2577355045,
+ "lat": 43.6283363,
+ "lon": 3.8175557
+ },
+ {
+ "nodeId": 3781457321,
+ "lat": 43.6284721,
+ "lon": 3.8175599
+ },
+ {
+ "nodeId": 2577355063,
+ "lat": 43.6290566,
+ "lon": 3.8175853
+ },
+ {
+ "nodeId": 2577354952,
+ "lat": 43.6289432,
+ "lon": 3.8175738
+ },
+ {
+ "nodeId": 2577355076,
+ "lat": 43.6291601,
+ "lon": 3.8176122
+ },
+ {
+ "nodeId": 2577355088,
+ "lat": 43.6290951,
+ "lon": 3.8175907
+ },
+ {
+ "nodeId": 2577355056,
+ "lat": 43.629264,
+ "lon": 3.8176699
+ },
+ {
+ "nodeId": 2577355012,
+ "lat": 43.6294057,
+ "lon": 3.8177973
+ },
+ {
+ "nodeId": 3781457349,
+ "lat": 43.629851,
+ "lon": 3.8182101
+ },
+ {
+ "nodeId": 2577354975,
+ "lat": 43.6303153,
+ "lon": 3.8186422
+ },
+ {
+ "nodeId": 2577354969,
+ "lat": 43.6304094,
+ "lon": 3.8187468
+ },
+ {
+ "nodeId": 2577355087,
+ "lat": 43.6304707,
+ "lon": 3.8188364
+ },
+ {
+ "nodeId": 2577355082,
+ "lat": 43.6305793,
+ "lon": 3.8190633
+ },
+ {
+ "nodeId": 2577355079,
+ "lat": 43.6306356,
+ "lon": 3.819247
+ },
+ {
+ "nodeId": 2577355090,
+ "lat": 43.6305376,
+ "lon": 3.8189654
+ },
+ {
+ "nodeId": 2577355089,
+ "lat": 43.630657,
+ "lon": 3.8193704
+ },
+ {
+ "nodeId": 2577355068,
+ "lat": 43.6306735,
+ "lon": 3.8195152
+ },
+ {
+ "nodeId": 3781456425,
+ "lat": 43.6306753,
+ "lon": 3.8195898
+ },
+ {
+ "nodeId": 2577355040,
+ "lat": 43.6306823,
+ "lon": 3.8197397
+ },
+ {
+ "nodeId": 2577354965,
+ "lat": 43.6306823,
+ "lon": 3.819992
+ },
+ {
+ "nodeId": 2577355069,
+ "lat": 43.6306651,
+ "lon": 3.820665
+ },
+ {
+ "nodeId": 5358967549,
+ "lat": 43.6306637,
+ "lon": 3.8207581
+ },
+ {
+ "nodeId": 5358967542,
+ "lat": 43.6306423,
+ "lon": 3.8217691
+ },
+ {
+ "nodeId": 8754231932,
+ "lat": 43.6157171,
+ "lon": 3.8744654
+ },
+ {
+ "nodeId": 1508406327,
+ "lat": 43.6156851,
+ "lon": 3.8744624
+ },
+ {
+ "nodeId": 8754231934,
+ "lat": 43.6156418,
+ "lon": 3.8744626
+ },
+ {
+ "nodeId": 3118402886,
+ "lat": 43.6156062,
+ "lon": 3.8744698
+ },
+ {
+ "nodeId": 11867053048,
+ "lat": 43.6155654,
+ "lon": 3.8744789
+ },
+ {
+ "nodeId": 11867053049,
+ "lat": 43.6154808,
+ "lon": 3.8745269
+ },
+ {
+ "nodeId": 11867053050,
+ "lat": 43.6154491,
+ "lon": 3.8745556
+ },
+ {
+ "nodeId": 3118402884,
+ "lat": 43.6155204,
+ "lon": 3.8745025
+ },
+ {
+ "nodeId": 9779381517,
+ "lat": 43.6153769,
+ "lon": 3.8746455
+ },
+ {
+ "nodeId": 60025049,
+ "lat": 43.6154145,
+ "lon": 3.8745938
+ },
+ {
+ "nodeId": 13261866622,
+ "lat": 43.6153655,
+ "lon": 3.8746678
+ },
+ {
+ "nodeId": 13261866621,
+ "lat": 43.6153588,
+ "lon": 3.8746834
+ },
+ {
+ "nodeId": 20932824,
+ "lat": 43.6400492,
+ "lon": 3.9295287
+ },
+ {
+ "nodeId": 979209860,
+ "lat": 43.6400776,
+ "lon": 3.9297072
+ },
+ {
+ "nodeId": 979208939,
+ "lat": 43.6400968,
+ "lon": 3.9297742
+ },
+ {
+ "nodeId": 979209266,
+ "lat": 43.6401295,
+ "lon": 3.9298492
+ },
+ {
+ "nodeId": 368006866,
+ "lat": 43.6401636,
+ "lon": 3.9299008
+ },
+ {
+ "nodeId": 979210064,
+ "lat": 43.6402363,
+ "lon": 3.9299697
+ },
+ {
+ "nodeId": 979209383,
+ "lat": 43.6401905,
+ "lon": 3.9299362
+ },
+ {
+ "nodeId": 1547415286,
+ "lat": 43.6403052,
+ "lon": 3.9300051
+ },
+ {
+ "nodeId": 20932825,
+ "lat": 43.6406184,
+ "lon": 3.9301424
+ },
+ {
+ "nodeId": 979209718,
+ "lat": 43.6411162,
+ "lon": 3.9303754
+ },
+ {
+ "nodeId": 979208833,
+ "lat": 43.6413869,
+ "lon": 3.930493
+ },
+ {
+ "nodeId": 308531339,
+ "lat": 43.6417655,
+ "lon": 3.9306414
+ },
+ {
+ "nodeId": 979210138,
+ "lat": 43.6423347,
+ "lon": 3.9308582
+ },
+ {
+ "nodeId": 979209818,
+ "lat": 43.6425374,
+ "lon": 3.9309266
+ },
+ {
+ "nodeId": 979209436,
+ "lat": 43.6427295,
+ "lon": 3.9309782
+ },
+ {
+ "nodeId": 3124509173,
+ "lat": 43.6429501,
+ "lon": 3.9310185
+ },
+ {
+ "nodeId": 308531340,
+ "lat": 43.6431479,
+ "lon": 3.9310375
+ },
+ {
+ "nodeId": 2588842181,
+ "lat": 43.6433595,
+ "lon": 3.931042
+ },
+ {
+ "nodeId": 2588842180,
+ "lat": 43.6437447,
+ "lon": 3.9309972
+ },
+ {
+ "nodeId": 979209223,
+ "lat": 43.6435574,
+ "lon": 3.9310252
+ },
+ {
+ "nodeId": 308531342,
+ "lat": 43.6439118,
+ "lon": 3.9309591
+ },
+ {
+ "nodeId": 308531343,
+ "lat": 43.6441153,
+ "lon": 3.9308997
+ },
+ {
+ "nodeId": 3124509174,
+ "lat": 43.644365,
+ "lon": 3.9308022
+ },
+ {
+ "nodeId": 308531345,
+ "lat": 43.6447654,
+ "lon": 3.9306322
+ },
+ {
+ "nodeId": 3124509175,
+ "lat": 43.6450345,
+ "lon": 3.9305171
+ },
+ {
+ "nodeId": 979209155,
+ "lat": 43.6452186,
+ "lon": 3.9304297
+ },
+ {
+ "nodeId": 3124581437,
+ "lat": 43.5777494,
+ "lon": 3.8540252
+ },
+ {
+ "nodeId": 1503531757,
+ "lat": 43.5689775,
+ "lon": 3.9537691
+ },
+ {
+ "nodeId": 3119254616,
+ "lat": 43.5688618,
+ "lon": 3.954003
+ },
+ {
+ "nodeId": 1508371597,
+ "lat": 43.5687662,
+ "lon": 3.9541621
+ },
+ {
+ "nodeId": 1503531728,
+ "lat": 43.5686211,
+ "lon": 3.9543772
+ },
+ {
+ "nodeId": 1503531734,
+ "lat": 43.5681334,
+ "lon": 3.9550907
+ },
+ {
+ "nodeId": 1503531717,
+ "lat": 43.568013,
+ "lon": 3.9552625
+ },
+ {
+ "nodeId": 1503531741,
+ "lat": 43.567903,
+ "lon": 3.9554004
+ },
+ {
+ "nodeId": 1712551986,
+ "lat": 43.5677703,
+ "lon": 3.9555308
+ },
+ {
+ "nodeId": 12549116927,
+ "lat": 43.6170745,
+ "lon": 3.8728738
+ },
+ {
+ "nodeId": 3124679914,
+ "lat": 43.6171364,
+ "lon": 3.8726737
+ },
+ {
+ "nodeId": 2061950850,
+ "lat": 43.6172286,
+ "lon": 3.8723682
+ },
+ {
+ "nodeId": 2421895310,
+ "lat": 43.6173768,
+ "lon": 3.8719295
+ },
+ {
+ "nodeId": 2421895334,
+ "lat": 43.6174609,
+ "lon": 3.8717217
+ },
+ {
+ "nodeId": 2421895309,
+ "lat": 43.6175418,
+ "lon": 3.8715178
+ },
+ {
+ "nodeId": 2421895308,
+ "lat": 43.6175739,
+ "lon": 3.8714065
+ },
+ {
+ "nodeId": 2421895307,
+ "lat": 43.6175842,
+ "lon": 3.871306
+ },
+ {
+ "nodeId": 2421895318,
+ "lat": 43.617589,
+ "lon": 3.871196
+ },
+ {
+ "nodeId": 2421895321,
+ "lat": 43.6175473,
+ "lon": 3.8708514
+ },
+ {
+ "nodeId": 2421895319,
+ "lat": 43.6175026,
+ "lon": 3.8704773
+ },
+ {
+ "nodeId": 2421895312,
+ "lat": 43.617522,
+ "lon": 3.8702392
+ },
+ {
+ "nodeId": 2421895325,
+ "lat": 43.6175026,
+ "lon": 3.8703619
+ },
+ {
+ "nodeId": 2421895315,
+ "lat": 43.6175696,
+ "lon": 3.8700694
+ },
+ {
+ "nodeId": 2421895328,
+ "lat": 43.617679,
+ "lon": 3.8697889
+ },
+ {
+ "nodeId": 2421895314,
+ "lat": 43.6178702,
+ "lon": 3.8695983
+ },
+ {
+ "nodeId": 2421895327,
+ "lat": 43.6176354,
+ "lon": 3.8698777
+ },
+ {
+ "nodeId": 2421895320,
+ "lat": 43.6177774,
+ "lon": 3.8696618
+ },
+ {
+ "nodeId": 2421895333,
+ "lat": 43.6180366,
+ "lon": 3.8695535
+ },
+ {
+ "nodeId": 2421895330,
+ "lat": 43.6179568,
+ "lon": 3.869561
+ },
+ {
+ "nodeId": 2421895316,
+ "lat": 43.6177274,
+ "lon": 3.8697199
+ },
+ {
+ "nodeId": 2421895322,
+ "lat": 43.6192072,
+ "lon": 3.8695156
+ },
+ {
+ "nodeId": 2421895324,
+ "lat": 43.6194395,
+ "lon": 3.8695117
+ },
+ {
+ "nodeId": 14995491,
+ "lat": 43.6194786,
+ "lon": 3.8695076
+ },
+ {
+ "nodeId": 2421895331,
+ "lat": 43.6187587,
+ "lon": 3.8695263
+ },
+ {
+ "nodeId": 2421895323,
+ "lat": 43.61969,
+ "lon": 3.8694687
+ },
+ {
+ "nodeId": 5832108486,
+ "lat": 43.6197356,
+ "lon": 3.8694535
+ },
+ {
+ "nodeId": 2421895332,
+ "lat": 43.6195541,
+ "lon": 3.8694996
+ },
+ {
+ "nodeId": 14995497,
+ "lat": 43.6197931,
+ "lon": 3.8694306
+ },
+ {
+ "nodeId": 2421895317,
+ "lat": 43.61988,
+ "lon": 3.8693961
+ },
+ {
+ "nodeId": 2421895326,
+ "lat": 43.6216027,
+ "lon": 3.8685999
+ },
+ {
+ "nodeId": 2421895329,
+ "lat": 43.6206376,
+ "lon": 3.8690463
+ },
+ {
+ "nodeId": 2421896316,
+ "lat": 43.6222283,
+ "lon": 3.8683106
+ },
+ {
+ "nodeId": 2421896327,
+ "lat": 43.622424,
+ "lon": 3.8682209
+ },
+ {
+ "nodeId": 6843951479,
+ "lat": 43.6228469,
+ "lon": 3.8680309
+ },
+ {
+ "nodeId": 2421896323,
+ "lat": 43.6229067,
+ "lon": 3.8680047
+ },
+ {
+ "nodeId": 2421896325,
+ "lat": 43.6235699,
+ "lon": 3.867693
+ },
+ {
+ "nodeId": 2479837353,
+ "lat": 43.6254946,
+ "lon": 3.8667958
+ },
+ {
+ "nodeId": 2479837347,
+ "lat": 43.6246926,
+ "lon": 3.8671794
+ },
+ {
+ "nodeId": 2479837365,
+ "lat": 43.6262495,
+ "lon": 3.8664619
+ },
+ {
+ "nodeId": 2479837364,
+ "lat": 43.6263414,
+ "lon": 3.8664202
+ },
+ {
+ "nodeId": 13351269295,
+ "lat": 43.6263117,
+ "lon": 3.8664337
+ },
+ {
+ "nodeId": 1584018044,
+ "lat": 43.6264038,
+ "lon": 3.8663867
+ },
+ {
+ "nodeId": 3810224709,
+ "lat": 43.6264088,
+ "lon": 3.8663819
+ },
+ {
+ "nodeId": 13351269293,
+ "lat": 43.626461,
+ "lon": 3.8663559
+ },
+ {
+ "nodeId": 12576551197,
+ "lat": 43.6264867,
+ "lon": 3.8663422
+ },
+ {
+ "nodeId": 2479837351,
+ "lat": 43.6264282,
+ "lon": 3.8663733
+ },
+ {
+ "nodeId": 2569379694,
+ "lat": 43.6167746,
+ "lon": 3.8737589
+ },
+ {
+ "nodeId": 1583996896,
+ "lat": 43.6166811,
+ "lon": 3.8738894
+ },
+ {
+ "nodeId": 2569379695,
+ "lat": 43.6169091,
+ "lon": 3.8734214
+ },
+ {
+ "nodeId": 2569379698,
+ "lat": 43.6168289,
+ "lon": 3.8736556
+ },
+ {
+ "nodeId": 12542859573,
+ "lat": 43.6169474,
+ "lon": 3.8732964
+ },
+ {
+ "nodeId": 2569379693,
+ "lat": 43.6169516,
+ "lon": 3.8732829
+ },
+ {
+ "nodeId": 5158728472,
+ "lat": 43.6169865,
+ "lon": 3.873158
+ },
+ {
+ "nodeId": 11889125693,
+ "lat": 43.6120505,
+ "lon": 3.8723873
+ },
+ {
+ "nodeId": 3728561521,
+ "lat": 43.6120621,
+ "lon": 3.8723892
+ },
+ {
+ "nodeId": 8755641091,
+ "lat": 43.6121835,
+ "lon": 3.8724057
+ },
+ {
+ "nodeId": 8755641079,
+ "lat": 43.6122831,
+ "lon": 3.872423
+ },
+ {
+ "nodeId": 3728561632,
+ "lat": 43.6123034,
+ "lon": 3.8724265
+ },
+ {
+ "nodeId": 8755641090,
+ "lat": 43.6123964,
+ "lon": 3.8724567
+ },
+ {
+ "nodeId": 8755641089,
+ "lat": 43.6123515,
+ "lon": 3.8724389
+ },
+ {
+ "nodeId": 8755641084,
+ "lat": 43.6124721,
+ "lon": 3.8724909
+ },
+ {
+ "nodeId": 8755641083,
+ "lat": 43.6125934,
+ "lon": 3.8725585
+ },
+ {
+ "nodeId": 3728561627,
+ "lat": 43.6126753,
+ "lon": 3.8726042
+ },
+ {
+ "nodeId": 8755641080,
+ "lat": 43.6143084,
+ "lon": 3.8735002
+ },
+ {
+ "nodeId": 8755641082,
+ "lat": 43.6129427,
+ "lon": 3.8727529
+ },
+ {
+ "nodeId": 13386945311,
+ "lat": 43.6151232,
+ "lon": 3.8739416
+ },
+ {
+ "nodeId": 1968242060,
+ "lat": 43.6146272,
+ "lon": 3.8829784
+ },
+ {
+ "nodeId": 9910325969,
+ "lat": 43.6146344,
+ "lon": 3.883016
+ },
+ {
+ "nodeId": 976921320,
+ "lat": 43.614639,
+ "lon": 3.8830505
+ },
+ {
+ "nodeId": 976921195,
+ "lat": 43.6146407,
+ "lon": 3.883083
+ },
+ {
+ "nodeId": 976921283,
+ "lat": 43.6146359,
+ "lon": 3.883177
+ },
+ {
+ "nodeId": 976921088,
+ "lat": 43.6146407,
+ "lon": 3.8831134
+ },
+ {
+ "nodeId": 976921230,
+ "lat": 43.6146268,
+ "lon": 3.8832147
+ },
+ {
+ "nodeId": 70969013,
+ "lat": 43.6146069,
+ "lon": 3.8832669
+ },
+ {
+ "nodeId": 70968974,
+ "lat": 43.6145848,
+ "lon": 3.8833096
+ },
+ {
+ "nodeId": 70968976,
+ "lat": 43.6144464,
+ "lon": 3.8835057
+ },
+ {
+ "nodeId": 2588826119,
+ "lat": 43.6143681,
+ "lon": 3.8836174
+ },
+ {
+ "nodeId": 3122482390,
+ "lat": 43.6131637,
+ "lon": 3.8827003
+ },
+ {
+ "nodeId": 3122482391,
+ "lat": 43.6133469,
+ "lon": 3.8827153
+ },
+ {
+ "nodeId": 3122482392,
+ "lat": 43.6134931,
+ "lon": 3.882732
+ },
+ {
+ "nodeId": 3118400919,
+ "lat": 43.6135672,
+ "lon": 3.8827453
+ },
+ {
+ "nodeId": 3118400920,
+ "lat": 43.6136726,
+ "lon": 3.8827728
+ },
+ {
+ "nodeId": 3118400921,
+ "lat": 43.6138036,
+ "lon": 3.8828171
+ },
+ {
+ "nodeId": 3118400922,
+ "lat": 43.6139924,
+ "lon": 3.882875
+ },
+ {
+ "nodeId": 1503509440,
+ "lat": 43.5808622,
+ "lon": 3.926805
+ },
+ {
+ "nodeId": 3118402830,
+ "lat": 43.614107,
+ "lon": 3.8828896
+ },
+ {
+ "nodeId": 1503509396,
+ "lat": 43.580796,
+ "lon": 3.9267179
+ },
+ {
+ "nodeId": 1503509392,
+ "lat": 43.5807438,
+ "lon": 3.9266324
+ },
+ {
+ "nodeId": 1503509439,
+ "lat": 43.5806836,
+ "lon": 3.9265171
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/montpellier/icon.ico b/src/app/(game)/montpellier/icon.ico
new file mode 100644
index 0000000..0d66081
Binary files /dev/null and b/src/app/(game)/montpellier/icon.ico differ
diff --git a/src/app/(game)/montpellier/opengraph-image.jpg b/src/app/(game)/montpellier/opengraph-image.jpg
new file mode 100644
index 0000000..675b34e
Binary files /dev/null and b/src/app/(game)/montpellier/opengraph-image.jpg differ
diff --git a/src/app/(game)/montpellier/page.tsx b/src/app/(game)/montpellier/page.tsx
new file mode 100644
index 0000000..1285643
--- /dev/null
+++ b/src/app/(game)/montpellier/page.tsx
@@ -0,0 +1,34 @@
+import GamePage from '@/components/GamePage'
+import Main from '@/components/Main'
+import { Provider } from '@/lib/configContext'
+import { DataFeatureCollection, RoutesFeatureCollection } from '@/lib/types'
+import 'mapbox-gl/dist/mapbox-gl.css'
+import { Inter } from 'next/font/google'
+import 'react-circular-progressbar/dist/styles.css'
+import config from './config'
+import data from './data/features.json'
+import routes from './data/routes.json'
+
+const font = Inter({
+ subsets: ['latin'],
+ display: 'swap',
+})
+
+const fc = {
+ ...data,
+ features: data.features.filter((f) => !!config.LINES[f.properties.line]),
+} as DataFeatureCollection
+
+const routesFc = routes as RoutesFeatureCollection
+
+export const metadata = config.METADATA
+
+export default function Montpellier() {
+ return (
+
+
+
+
+
+ )
+}
diff --git a/src/app/(game)/rennes/config.ts b/src/app/(game)/rennes/config.ts
new file mode 100644
index 0000000..d7ecd21
--- /dev/null
+++ b/src/app/(game)/rennes/config.ts
@@ -0,0 +1,67 @@
+import { Config, Line } from '@/lib/types'
+import { MapboxOptions } from 'mapbox-gl'
+import { Metadata } from 'next'
+
+export const BEG_THRESHOLD = 0.5
+
+export const LINES: {
+ [name: string]: Line
+} = {
+ RennesA: {
+ name: 'A',
+ color: '#ED1C24',
+ backgroundColor: '#7B0A0E',
+ textColor: '#FFFFFF',
+ order: 1,
+ },
+ RennesB: {
+ name: 'B',
+ color: '#00893E',
+ backgroundColor: '#00451F',
+ textColor: '#FFFFFF',
+ order: 2,
+ },
+}
+
+export const METADATA: Metadata = {
+ title: 'Rennes Metro Memory',
+ description: 'Combien de stations de métro de Rennes connaissez-vous ?',
+ openGraph: {
+ title: 'Rennes Metro Memory',
+ description:
+ 'Combien de stations de Metro pouvez-vous nommer par cœur ? Jouez au Metro Memory de Rennes et découvrez-le !',
+ type: 'website',
+ locale: 'fr_FR',
+ url: 'https://metro-memory.com/rennes',
+ },
+}
+
+export const MAP_CONFIG: MapboxOptions = {
+ container: 'map',
+ style: 'mapbox://styles/benjamintd/cls4h02hy019201qygvumc0nb',
+ minZoom: 6,
+ fadeDuration: 50,
+ dragRotate: false,
+}
+
+export const STRIPE_LINK = 'https://buy.stripe.com/cN2aFb0nI1rI9bi5km'
+
+export const CITY_NAME = 'rennes'
+
+export const LOCALE = 'fr'
+
+export const MAP_FROM_DATA = true
+
+const config: Config = {
+ GAUGE_COLORS: 'inverted',
+ MAP_FROM_DATA,
+ LOCALE,
+ STRIPE_LINK,
+ CITY_NAME,
+ MAP_CONFIG,
+ METADATA,
+ LINES,
+ BEG_THRESHOLD,
+}
+
+export default config
diff --git a/src/app/(game)/rennes/data/download-osm-raw-data.ts b/src/app/(game)/rennes/data/download-osm-raw-data.ts
new file mode 100644
index 0000000..fe0942b
--- /dev/null
+++ b/src/app/(game)/rennes/data/download-osm-raw-data.ts
@@ -0,0 +1,264 @@
+import axios from 'axios'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+const osmApi = axios.create({
+ baseURL: 'https://www.openstreetmap.org/api/0.6/',
+})
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ RennesA: {
+ name: 'A',
+ osm: {
+ relationIds: [23518],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#ED1C24',
+ },
+ RennesB: {
+ name: 'B',
+ osm: {
+ relationIds: [6659012],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#00893E',
+ },
+}
+
+
+/**
+ * Retrieve IDs of stations (node in OSM) and routes (path of the line; way in OSM) for a given relation ID.
+ * If the relation includes child relations (e.g., relation is a route_master and includes multiple routes),
+ * those are retrieved as well (recursively).
+ */
+async function getOsmRelationsDetails(relationIds: number[]): Promise<
+ {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+> {
+ const relationsDetails: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[] = []
+ await Promise.all(
+ relationIds.map(async (relationId) => {
+ const stationsNodeIds: number[] = []
+ const routesWayIds: number[] = []
+ const response = await osmApi.get(`relation/${relationId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'relation' || element.id !== relationId) continue
+ for (const member of element.members as {
+ type: string
+ ref: number
+ role: string
+ }[]) {
+ if (member.type === 'relation') {
+ const relationDetails = await getOsmRelationsDetails([member.ref])
+ relationsDetails.push(...relationDetails)
+ } else if (member.type === 'node' && member.role.startsWith('stop')) {
+ stationsNodeIds.push(member.ref)
+ } else if (member.type === 'way' && member.role === '') {
+ // we ignore ways with role platform*
+ routesWayIds.push(member.ref)
+ }
+ }
+ }
+ relationsDetails.push({ relationId, stationsNodeIds, routesWayIds })
+ }),
+ )
+ return relationsDetails
+}
+
+/**
+ * Retrieve details (name, lat, lon) for each station in a list of stations (OSM node IDs)
+ */
+async function getOsmStationsDetails(
+ stationsNodeIds: number[],
+): Promise<{ nodeId: number; name: string; lat: number; lon: number }[]> {
+ const stationsDetails: {
+ nodeId: number
+ name: string
+ lat: number
+ lon: number
+ }[] = []
+ await Promise.all(
+ stationsNodeIds.map(async (nodeId) => {
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ stationsDetails.push({
+ nodeId,
+ name: element.tags.name,
+ lat: element.lat,
+ lon: element.lon,
+ })
+ }
+ }),
+ )
+ return stationsDetails
+}
+
+/**
+ * Retrieve list of coordinates (lat, lon) for each way in a list of OSM way IDs
+ */
+async function getOsmWaysDetails(wayIds: number[]): Promise<{
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; lat: number; lon: number }[]
+}> {
+ const ways: {
+ wayId: number
+ nodeIds: number[]
+ }[] = []
+ await Promise.all(
+ wayIds.map(async (wayId) => {
+ const response = await osmApi.get(`way/${wayId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'way' || element.id !== wayId) continue
+ ways.push({ wayId, nodeIds: element.nodes })
+ }
+ }),
+ )
+
+ const uniqueNodeIds = [...new Set(ways.map((way) => way.nodeIds).flat())]
+ console.debug(
+ `Fetched node IDs for ${ways.length} ways, now fetching details for ${uniqueNodeIds.length} nodes ...`,
+ )
+ const nodes: { nodeId: number; lat: number; lon: number }[] = []
+ await Promise.all(
+ uniqueNodeIds.map(async (nodeId, ix) => {
+ // very naive DoS protection: wait a bit for each request, to have max ~30 req/second
+ await wait(30 * ix)
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ const { lat, lon } = element
+ nodes.push({ nodeId, lat, lon })
+ }
+ if ((ix + 1) % 10 === 0)
+ console.debug(` Finished request #${ix + 1}/${uniqueNodeIds.length}`)
+ }),
+ )
+ return { ways, nodes }
+}
+
+async function wait(ms: number): Promise {
+ return new Promise((resolve) => setTimeout(resolve, ms))
+}
+
+const main = async () => {
+ // get OSM IDs of stops and routes
+ console.debug(
+ `Fetching stations and routes for ${
+ Object.keys(linesMetadata).length
+ } lines...`,
+ )
+ const relationsDetailsPerLine: SourceJson['lines'] = await Promise.all(
+ Object.entries(linesMetadata).map(async ([lineId, lineMetadata]) => {
+ const relations = await getOsmRelationsDetails(
+ lineMetadata.osm.relationIds,
+ )
+ return {
+ lineId,
+ relations,
+ extraStationNodeIds: lineMetadata.osm.extraStationNodeIds ?? [],
+ extraRouteWayIds: lineMetadata.osm.extraRouteWayIds ?? [],
+ }
+ }),
+ )
+
+ const uniqueStationsNodeIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...lineDetails.extraStationNodeIds,
+ ])
+ .flat(),
+ ),
+ ]
+ const uniqueRoutesWayIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.routesWayIds)
+ .flat(),
+ ...lineDetails.extraRouteWayIds,
+ ])
+ .flat(),
+ ),
+ ]
+ console.debug(
+ `Fetched ${uniqueStationsNodeIds.length} unique station node IDs and ${uniqueRoutesWayIds.length} route way IDs`,
+ )
+
+ // get details of stations and routes
+ console.debug(`Fetching details for ${uniqueStationsNodeIds.length} nodes...`)
+ const stationsDetails = await getOsmStationsDetails(uniqueStationsNodeIds)
+ console.debug(`Fetched details for ${uniqueStationsNodeIds.length} nodes`)
+
+ console.debug(`Fetching details for ${uniqueRoutesWayIds.length} ways...`)
+ const waysDetails = await getOsmWaysDetails(uniqueRoutesWayIds)
+ console.debug(`Fetched details for ${uniqueRoutesWayIds.length} ways`)
+
+ console.debug(`Saving data...`)
+
+ // store station node IDs for easier lookup
+ const setStationNodeIds = new Set(
+ stationsDetails.map((station) => station.nodeId),
+ )
+
+ // save data to source.json
+ const sourceData: SourceJson = {
+ lines: relationsDetailsPerLine,
+ ways: waysDetails.ways,
+ nodes: [
+ ...stationsDetails,
+ ...waysDetails.nodes.filter(
+ (node) => setStationNodeIds.has(node.nodeId) === false,
+ ),
+ ],
+ }
+ await fs.writeFile(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/rennes/data', './source.json'),
+ JSON.stringify(sourceData, null, 2),
+ 'utf8',
+ )
+}
+
+main()
diff --git a/src/app/(game)/rennes/data/features.json b/src/app/(game)/rennes/data/features.json
new file mode 100644
index 0000000..cd359e3
--- /dev/null
+++ b/src/app/(game)/rennes/data/features.json
@@ -0,0 +1,462 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.7112751, 48.1213127]
+ },
+ "properties": {
+ "id": 1,
+ "name": "J.F. Kennedy",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 1
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.7039216, 48.1212281]
+ },
+ "properties": {
+ "id": 2,
+ "name": "Villejean - Université",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 2
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6933994, 48.1215446]
+ },
+ "properties": {
+ "id": 3,
+ "name": "Pontchaillou",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 3
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6876157, 48.1181234]
+ },
+ "properties": {
+ "id": 4,
+ "name": "Anatole France",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 4
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.680525, 48.1145349]
+ },
+ "properties": {
+ "id": 5,
+ "name": "Sainte-Anne",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 5
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6792077, 48.1097595]
+ },
+ "properties": {
+ "id": 6,
+ "name": "République",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 6
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6768556, 48.1054507]
+ },
+ "properties": {
+ "id": 7,
+ "name": "Charles de Gaulle",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 7
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6722505, 48.1038315]
+ },
+ "properties": {
+ "id": 8,
+ "name": "Gares",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 8
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6754729, 48.0975447]
+ },
+ "properties": {
+ "id": 9,
+ "name": "Jacques Cartier",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 9
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6744399, 48.093493]
+ },
+ "properties": {
+ "id": 10,
+ "name": "Clemenceau",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 10
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6748324, 48.0876759]
+ },
+ "properties": {
+ "id": 11,
+ "name": "Henri Fréville",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 11
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6679201, 48.0865537]
+ },
+ "properties": {
+ "id": 12,
+ "name": "Italie",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 12
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6603593, 48.0864251]
+ },
+ "properties": {
+ "id": 13,
+ "name": "Triangle",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 13
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6542818, 48.0877194]
+ },
+ "properties": {
+ "id": 14,
+ "name": "Le Blosne",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 14
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6445747, 48.0874766]
+ },
+ "properties": {
+ "id": 15,
+ "name": "La Poterie",
+ "alternateNames": [],
+ "line": "RennesA",
+ "order": 1
+ },
+ "id": 15
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6200739, 48.1315023]
+ },
+ "properties": {
+ "id": 16,
+ "name": "Cesson - Viasilva",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 16
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.628117, 48.1271483]
+ },
+ "properties": {
+ "id": 17,
+ "name": "Atalante",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 17
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6391442, 48.122138]
+ },
+ "properties": {
+ "id": 18,
+ "name": "Beaulieu - Université",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 18
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6513943, 48.1240596]
+ },
+ "properties": {
+ "id": 19,
+ "name": "Joliot-Curie - Chateaubriand",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 19
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6571569, 48.129439]
+ },
+ "properties": {
+ "id": 20,
+ "name": "Les Gayeulles",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 20
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6644484, 48.1251862]
+ },
+ "properties": {
+ "id": 21,
+ "name": "Gros-Chêne",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 21
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6709316, 48.1186873]
+ },
+ "properties": {
+ "id": 22,
+ "name": "Jules Ferry",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 22
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6799664, 48.1146999]
+ },
+ "properties": {
+ "id": 23,
+ "name": "Sainte-Anne",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 23
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6761185, 48.1105189]
+ },
+ "properties": {
+ "id": 24,
+ "name": "Saint-Germain",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 24
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6720876, 48.1042331]
+ },
+ "properties": {
+ "id": 25,
+ "name": "Gares",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 25
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6820741, 48.105937]
+ },
+ "properties": {
+ "id": 26,
+ "name": "Colombier",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 26
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6928094, 48.1050892]
+ },
+ "properties": {
+ "id": 27,
+ "name": "Mabilais",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 27
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.7064366, 48.1009351]
+ },
+ "properties": {
+ "id": 28,
+ "name": "Cleunay",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 28
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.6982774, 48.0964124]
+ },
+ "properties": {
+ "id": 29,
+ "name": "La Courrouze",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 29
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-1.7036861, 48.0920072]
+ },
+ "properties": {
+ "id": 30,
+ "name": "Saint-Jacques - Gaîté",
+ "alternateNames": [],
+ "line": "RennesB",
+ "order": 2
+ },
+ "id": 30
+ }
+ ],
+ "properties": {
+ "totalStations": 28,
+ "stationsPerLine": {
+ "RennesA": 15,
+ "RennesB": 15
+ }
+ }
+}
diff --git a/src/app/(game)/rennes/data/lines.json b/src/app/(game)/rennes/data/lines.json
new file mode 100644
index 0000000..82f7bbd
--- /dev/null
+++ b/src/app/(game)/rennes/data/lines.json
@@ -0,0 +1,16 @@
+{
+ "RennesA": {
+ "name": "A",
+ "color": "#ED1C24",
+ "backgroundColor": "#7B0A0E",
+ "textColor": "#FFFFFF",
+ "order": 1
+ },
+ "RennesB": {
+ "name": "B",
+ "color": "#00893E",
+ "backgroundColor": "#00451F",
+ "textColor": "#FFFFFF",
+ "order": 2
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/rennes/data/preprocess.ts b/src/app/(game)/rennes/data/preprocess.ts
new file mode 100644
index 0000000..77214e2
--- /dev/null
+++ b/src/app/(game)/rennes/data/preprocess.ts
@@ -0,0 +1,501 @@
+import Color from 'color'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ RennesA: {
+ name: 'A',
+ osm: {
+ relationIds: [23518],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#ED1C24',
+ },
+ RennesB: {
+ name: 'B',
+ osm: {
+ relationIds: [6659012],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#00893E',
+ },
+}
+
+
+
+const Bun = {
+ file(path: string) {
+ return {
+ async json() {
+ return JSON.parse(await fs.readFile(path, 'utf8'))
+ },
+ }
+ },
+
+ async write(path: string, content: string) {
+ await fs.writeFile(path, content, 'utf8')
+ },
+}
+
+type StationsFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'Point'
+ coordinates: [number, number]
+ }
+ properties: {
+ id: number
+ name: string
+ alternate_names?: string[]
+ line: string
+ order: number
+ }
+ id: number
+ }[]
+ properties: {
+ totalStations: number
+ stationsPerLine: {
+ [lineId: string]: number
+ }
+ nextStationId?: number
+ }
+}
+
+type RoutesFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'LineString'
+ coordinates: [number, number][]
+ }
+ properties: {
+ line: string
+ name: string
+ color: string
+ order: number
+ }
+ }[]
+}
+
+function getStationMapKeyByLineIdAndName(args: {
+ lineId: string
+ name: string
+}): string {
+ return `${args.lineId}::${args.name}`
+}
+
+function getStationMapKeyByLineIdAndNodeId(args: {
+ lineId: string
+ nodeId: number
+}): string {
+ return `${args.lineId}::${args.nodeId}`
+}
+
+async function parseOldStationsAndCreateStationIdGetter(): Promise<
+ (args: { lineId: string; name: string }) => number
+> {
+ const oldStationsIdMap = new Map()
+ let maxStationId = 0
+ try {
+ const oldFeatureCollection = Bun.file(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/rennes/data', './features.json'),
+ )
+ const { features, properties } =
+ (await oldFeatureCollection.json()) as StationsFeatureCollection
+ maxStationId = (properties.nextStationId ?? 1) - 1
+ for (const feature of features) {
+ const { name, line, id } = feature.properties
+ oldStationsIdMap.set(
+ getStationMapKeyByLineIdAndName({
+ lineId: line,
+ name,
+ }),
+ id,
+ )
+ maxStationId = Math.max(maxStationId, id)
+ }
+ } catch (err) {
+ console.warn(
+ 'Could not find or parse old features.json',
+ (err as Error).message,
+ )
+ }
+ let nextStationId = maxStationId + 1
+
+ function getStationId(args: { lineId: string; name: string }): number {
+ const mapKey = getStationMapKeyByLineIdAndName(args)
+ return oldStationsIdMap.get(mapKey) ?? nextStationId++
+ }
+ return getStationId
+}
+
+function toMap(
+ array: T[],
+ keyPropertyName: K,
+): Map {
+ const map = new Map()
+ for (const item of array) {
+ map.set(item[keyPropertyName], item)
+ }
+ return map
+}
+
+function isDefined(arg: T): arg is Exclude {
+ return arg !== null && typeof arg !== 'undefined'
+}
+
+const main = async () => {
+ const data = Bun.file(path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/rennes/data', './source.json'))
+ const { lines, nodes, ways } = (await data.json()) as SourceJson
+
+ const getStationId = await parseOldStationsAndCreateStationIdGetter()
+ const waysMap = toMap(ways, 'wayId')
+ const nodesMap = toMap(nodes, 'nodeId')
+
+ // lines
+ const augmentedLinesMetadataMap = new Map<
+ string,
+ (typeof linesMetadata)[string] & {
+ id: string
+ order: number
+ latLonOffset: number
+ }
+ >()
+ const sortedLineIds = Object.entries(linesMetadata)
+ .sort(([, lineMetadata1], [, lineMetadata2]) =>
+ lineMetadata1.name.localeCompare(lineMetadata2.name),
+ )
+ .map(([lineId, lineMetadata], ix, arr): string => {
+ const numLines = arr.length
+ augmentedLinesMetadataMap.set(lineId, {
+ ...lineMetadata,
+ id: lineId,
+ order: ix + 1,
+ latLonOffset: (ix / (numLines - 1) - 0.5) * 0.000_015,
+ })
+ return lineId
+ })
+
+ console.debug(`Writing ${sortedLineIds.length} lines to lines.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/rennes/data', './lines.json'),
+ JSON.stringify(
+ sortedLineIds.reduce(
+ (acc, lineId) => {
+ const lineMetadata = augmentedLinesMetadataMap.get(lineId)!
+ acc[lineId] = {
+ name: lineMetadata.name,
+ color: lineMetadata.color,
+ backgroundColor: Color(lineMetadata.color).darken(0.5).hex(),
+ textColor: '#FFFFFF',
+ order: lineMetadata.order,
+ }
+ return acc
+ },
+ {} as {
+ [lineId: string]: {
+ name: string
+ color: string
+ backgroundColor: string
+ textColor: string
+ order: number
+ }
+ },
+ ),
+ null,
+ 2,
+ ),
+ )
+
+ // stations
+ type StationDetails = {
+ name: string
+ coords: {
+ lat: number
+ lon: number
+ lineIds: Map
+ nodeIds: { lineId: string; nodeId: number }[]
+ }[]
+ stationIdByLineId: Map
+ alternateNames: string[]
+ }
+ /**
+ * Get station details but ensure we have each station only once (per line), i.e. usually a station has at least two
+ * nodes (one for each direction of the line) but we only want to have one.
+ * As we want to access it by lineId/nodeId later, we eventually build another map for that purpose.
+ */
+ function getUniqueStationsByLineIdAndNodeId(): Map {
+ const mapUniqueStationsByName = new Map()
+ for (const line of lines) {
+ for (const stationNodeId of line.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat()
+ .concat(...line.extraStationNodeIds)) {
+ const stationNode = nodesMap.get(stationNodeId)!
+ if (!stationNode.name)
+ throw new Error(
+ `Unknown name for station with node id ${stationNodeId}`,
+ )
+ const existingStation = mapUniqueStationsByName.get(stationNode.name)
+ if (existingStation === undefined) {
+ mapUniqueStationsByName.set(stationNode.name, {
+ name: stationNode.name,
+ coords: [
+ {
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ },
+ ],
+ stationIdByLineId: new Map([
+ [
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ ],
+ ]),
+ alternateNames: [],
+ })
+ } else {
+ if (existingStation.stationIdByLineId.has(line.lineId) === false) {
+ existingStation.stationIdByLineId.set(
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ )
+ }
+ const existingCoords = existingStation.coords.find(
+ (c) => c.lat === stationNode.lat && c.lon === stationNode.lon,
+ )
+ if (existingCoords) {
+ existingCoords.lineIds.set(line.lineId, true)
+ existingCoords.nodeIds.push({
+ lineId: line.lineId,
+ nodeId: stationNodeId,
+ })
+ } else {
+ existingStation.coords.push({
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ })
+ }
+ }
+ }
+ }
+ const mapUniqueStationsByLineIdAndNodeId = new Map()
+ for (const stationDetails of mapUniqueStationsByName.values()) {
+ // sort nodes by which node covers more lines -> ideally first node covers all lines and only in rare cases we need to use 2nd+ node for some lines (if there's no node matching all lines)
+ stationDetails.coords.sort(
+ (c1, c2) =>
+ c2.lineIds.size - c1.lineIds.size ||
+ c1.lat - c2.lat ||
+ c1.lon - c2.lon,
+ )
+ for (const coords of stationDetails.coords) {
+ for (const { lineId, nodeId } of coords.nodeIds) {
+ mapUniqueStationsByLineIdAndNodeId.set(
+ getStationMapKeyByLineIdAndNodeId({ lineId, nodeId }),
+ stationDetails,
+ )
+ }
+ }
+ }
+
+ // print unique station names a-z (for easier review where alternate names are missing / might be helpful)
+ const stationSortedAtoZ = [...mapUniqueStationsByName.values()].sort(
+ (s1, s2) => s1.name.localeCompare(s2.name),
+ )
+ console.debug(`Stations (a-z, ${stationSortedAtoZ.length}):`)
+ for (const station of stationSortedAtoZ) {
+ console.debug(
+ ` ${station.name}${
+ station.alternateNames.length > 0
+ ? ` (${station.alternateNames.join('; ')})`
+ : ''
+ }`,
+ )
+ }
+
+ return mapUniqueStationsByLineIdAndNodeId
+ }
+ const mapUniqueStationsByLineIdAndNodeId =
+ getUniqueStationsByLineIdAndNodeId()
+ const mapStationsUsed = new Map()
+ const stationFeatures: StationsFeatureCollection['features'] = lines
+ .map((line) => {
+ const nodeIds = [
+ // we sort relations by length to get most-complete list of stations so that order of station names in output is closest to actual order and stations are not too scattered
+ ...line.relations
+ .sort((r1, r2) =>
+ r1.stationsNodeIds.length !== r2.stationsNodeIds.length
+ ? r2.stationsNodeIds.length - r1.stationsNodeIds.length
+ : r1.relationId - r2.relationId,
+ )
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...line.extraStationNodeIds,
+ ]
+ return nodeIds
+ .map((nodeId) => {
+ const stationDetails = mapUniqueStationsByLineIdAndNodeId.get(
+ getStationMapKeyByLineIdAndNodeId({
+ lineId: line.lineId,
+ nodeId,
+ }),
+ )!
+ const coords = stationDetails.coords.find((c) =>
+ c.lineIds.has(line.lineId),
+ )!
+ // we check if we already have station with that name at those coordinates for that line
+ const mapKey = `${line.lineId}::${stationDetails.name}::${coords.lat}::${coords.lon}`
+ if (mapStationsUsed.has(mapKey)) {
+ // we already have this station in the output => skip
+ return undefined
+ } else {
+ mapStationsUsed.set(mapKey, true)
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'Point' as const,
+ coordinates: [coords.lon, coords.lat] as [number, number],
+ },
+ properties: {
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ name: stationDetails.name,
+ alternateNames: [],
+ line: line.lineId,
+ order: augmentedLinesMetadataMap.get(line.lineId)!.order,
+ },
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ }
+ }
+ })
+ .filter(isDefined)
+ })
+ .flat()
+ const mapStationsNamesUsed = new Map()
+ const mapStationsNamesUsedByLine = new Map()
+ const stations: StationsFeatureCollection = {
+ type: 'FeatureCollection',
+ features: stationFeatures,
+ properties: {
+ ...stationFeatures.reduce(
+ (properties, station) => {
+ if (mapStationsNamesUsed.has(station.properties.name) === false) {
+ mapStationsNamesUsed.set(station.properties.name, true)
+ properties.totalStations += 1
+ }
+ const mapKey = getStationMapKeyByLineIdAndName({
+ lineId: station.properties.line,
+ name: station.properties.name,
+ })
+ if (mapStationsNamesUsedByLine.has(mapKey) === false) {
+ mapStationsNamesUsedByLine.set(mapKey, true)
+ properties.stationsPerLine[station.properties.line] += 1
+ }
+ return properties
+ },
+ {
+ totalStations: 0,
+ stationsPerLine: Object.fromEntries(
+ lines.map((line) => [line.lineId, 0]),
+ ),
+ },
+ ),
+ // using a non-existant line/station to get next station id
+ nextStationId: getStationId({ lineId: '', name: '' }),
+ },
+ }
+
+ console.debug(
+ `Writing ${stations.features.length} stations to features.json ...`,
+ )
+ stationFeatures.forEach((station) =>
+ console.debug(` ${station.properties.line} ${station.properties.name}`),
+ )
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/rennes/data', './features.json'),
+ JSON.stringify(stations, null, 2),
+ )
+
+ // routes
+ const routes: RoutesFeatureCollection = {
+ type: 'FeatureCollection',
+ features: lines
+ .map((line) => {
+ const wayIds = [
+ ...line.relations.map((relation) => relation.routesWayIds).flat(),
+ ...line.extraRouteWayIds,
+ ]
+ const uniqueWayIds = [...new Set(wayIds)].sort((w1, w2) => w1 - w2)
+ return uniqueWayIds.map((wayId) => {
+ const nodeIds = waysMap.get(wayId)!.nodeIds
+ const nodes = nodeIds.map((nodeId) => nodesMap.get(nodeId)!)
+ const { latLonOffset, name, color, order } =
+ augmentedLinesMetadataMap.get(line.lineId)!
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'LineString' as const,
+ coordinates: nodes.map(
+ (node) =>
+ [node.lon + latLonOffset, node.lat + latLonOffset] as [
+ number,
+ number,
+ ],
+ ),
+ },
+ properties: {
+ line: line.lineId,
+ name,
+ color,
+ order,
+ },
+ }
+ })
+ })
+ .flat(),
+ }
+
+ console.debug(`Writing ${routes.features.length} paths to routes.json ...`)
+ Bun.write(
+ path.join('/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/rennes/data', './routes.json'),
+ JSON.stringify(routes, null, 2),
+ )
+}
+
+main()
diff --git a/src/app/(game)/rennes/data/routes.json b/src/app/(game)/rennes/data/routes.json
new file mode 100644
index 0000000..d6ac6c4
--- /dev/null
+++ b/src/app/(game)/rennes/data/routes.json
@@ -0,0 +1,4217 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6754434,
+ 48.097409899999995
+ ],
+ [
+ -1.675351,
+ 48.0970891
+ ],
+ [
+ -1.6752742,
+ 48.0968938
+ ],
+ [
+ -1.6752006,
+ 48.0967364
+ ],
+ [
+ -1.6750139,
+ 48.096361599999994
+ ],
+ [
+ -1.6749315,
+ 48.096181099999995
+ ],
+ [
+ -1.6748736,
+ 48.096021699999994
+ ],
+ [
+ -1.6748326,
+ 48.0958638
+ ],
+ [
+ -1.6745876,
+ 48.094468799999994
+ ],
+ [
+ -1.6744713,
+ 48.0936453
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6765250999999999,
+ 48.1053766
+ ],
+ [
+ -1.6749129999999999,
+ 48.1050574
+ ],
+ [
+ -1.6746505,
+ 48.105005
+ ],
+ [
+ -1.6743154999999998,
+ 48.1049267
+ ],
+ [
+ -1.6741243,
+ 48.104873299999994
+ ],
+ [
+ -1.6739376,
+ 48.104810099999995
+ ],
+ [
+ -1.6737486,
+ 48.1047404
+ ],
+ [
+ -1.6735761999999998,
+ 48.1046702
+ ],
+ [
+ -1.6733493,
+ 48.1045562
+ ],
+ [
+ -1.6731323999999999,
+ 48.1044382
+ ],
+ [
+ -1.6729234,
+ 48.1043026
+ ],
+ [
+ -1.6724282,
+ 48.103947299999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6803108,
+ 48.114376299999996
+ ],
+ [
+ -1.6800297,
+ 48.1141539
+ ],
+ [
+ -1.6799023,
+ 48.114046099999996
+ ],
+ [
+ -1.6797677,
+ 48.113916599999996
+ ],
+ [
+ -1.6796404,
+ 48.113754699999994
+ ],
+ [
+ -1.6795479,
+ 48.1136108
+ ],
+ [
+ -1.6794750999999999,
+ 48.1134621
+ ],
+ [
+ -1.6794251,
+ 48.113312699999994
+ ],
+ [
+ -1.6793825,
+ 48.113105499999996
+ ],
+ [
+ -1.6793658999999999,
+ 48.1129256
+ ],
+ [
+ -1.6792759,
+ 48.1108219
+ ],
+ [
+ -1.6792601999999999,
+ 48.110590099999996
+ ],
+ [
+ -1.6792346999999999,
+ 48.1102001
+ ],
+ [
+ -1.6792165,
+ 48.109880399999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6744222,
+ 48.0933162
+ ],
+ [
+ -1.6743956,
+ 48.093091099999995
+ ],
+ [
+ -1.674396,
+ 48.0929837
+ ],
+ [
+ -1.6744002,
+ 48.092894699999995
+ ],
+ [
+ -1.6744108,
+ 48.092786499999995
+ ],
+ [
+ -1.6746092,
+ 48.0918971
+ ],
+ [
+ -1.6746402,
+ 48.091743099999995
+ ],
+ [
+ -1.6746538,
+ 48.0916272
+ ],
+ [
+ -1.6746676,
+ 48.0913894
+ ],
+ [
+ -1.6747429999999999,
+ 48.0893592
+ ],
+ [
+ -1.6747533,
+ 48.0891528
+ ],
+ [
+ -1.6747935999999999,
+ 48.088752199999995
+ ],
+ [
+ -1.6748026,
+ 48.088616599999995
+ ],
+ [
+ -1.6748355,
+ 48.087823199999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6899734,
+ 48.1207128
+ ],
+ [
+ -1.6898438,
+ 48.1205754
+ ],
+ [
+ -1.6897091,
+ 48.1203948
+ ],
+ [
+ -1.6895681,
+ 48.120180999999995
+ ],
+ [
+ -1.6890631,
+ 48.119304199999995
+ ],
+ [
+ -1.6889657999999999,
+ 48.1191457
+ ],
+ [
+ -1.6889102999999999,
+ 48.1190619
+ ],
+ [
+ -1.688853,
+ 48.1189854
+ ],
+ [
+ -1.6887638,
+ 48.118876699999994
+ ],
+ [
+ -1.6886237,
+ 48.118734599999996
+ ],
+ [
+ -1.6885,
+ 48.118632
+ ],
+ [
+ -1.6883344999999998,
+ 48.1185093
+ ],
+ [
+ -1.6881644,
+ 48.118405499999994
+ ],
+ [
+ -1.6880616,
+ 48.118346599999995
+ ],
+ [
+ -1.6877248,
+ 48.118170199999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6601506,
+ 48.086414299999994
+ ],
+ [
+ -1.6598114,
+ 48.0864115
+ ],
+ [
+ -1.6596579999999999,
+ 48.0864127
+ ],
+ [
+ -1.6595020999999999,
+ 48.0864209
+ ],
+ [
+ -1.6593456,
+ 48.0864341
+ ],
+ [
+ -1.6591928,
+ 48.0864571
+ ],
+ [
+ -1.6589306,
+ 48.086504899999994
+ ],
+ [
+ -1.6587132999999998,
+ 48.0865601
+ ],
+ [
+ -1.6585333,
+ 48.0866164
+ ],
+ [
+ -1.6582899,
+ 48.0867052
+ ],
+ [
+ -1.6565628,
+ 48.0873895
+ ],
+ [
+ -1.6562195,
+ 48.087517999999996
+ ],
+ [
+ -1.6560074,
+ 48.087584899999996
+ ],
+ [
+ -1.6557908,
+ 48.087637699999995
+ ],
+ [
+ -1.6556416999999999,
+ 48.0876671
+ ],
+ [
+ -1.6554901,
+ 48.0876903
+ ],
+ [
+ -1.6553396999999999,
+ 48.0877072
+ ],
+ [
+ -1.6550723999999999,
+ 48.087722899999996
+ ],
+ [
+ -1.6545322999999998,
+ 48.087716
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.71079,
+ 48.1212988
+ ],
+ [
+ -1.7109638999999999,
+ 48.121300999999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.650155,
+ 48.087562399999996
+ ],
+ [
+ -1.6486151,
+ 48.0875364
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6676687,
+ 48.0865423
+ ],
+ [
+ -1.6605805,
+ 48.0864209
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6875189,
+ 48.118060199999995
+ ],
+ [
+ -1.6869872,
+ 48.1177833
+ ],
+ [
+ -1.6866685,
+ 48.117634599999995
+ ],
+ [
+ -1.6864175,
+ 48.117536799999996
+ ],
+ [
+ -1.6862538999999999,
+ 48.1174761
+ ],
+ [
+ -1.6860528,
+ 48.1174086
+ ],
+ [
+ -1.6838351,
+ 48.116777199999994
+ ],
+ [
+ -1.6835052,
+ 48.1166798
+ ],
+ [
+ -1.6833017,
+ 48.116610699999995
+ ],
+ [
+ -1.6831155,
+ 48.1165423
+ ],
+ [
+ -1.6828588,
+ 48.1164339
+ ],
+ [
+ -1.6825936,
+ 48.1162858
+ ],
+ [
+ -1.6823443,
+ 48.1161193
+ ],
+ [
+ -1.6821226999999999,
+ 48.1159323
+ ],
+ [
+ -1.6818134999999999,
+ 48.1156168
+ ],
+ [
+ -1.6815419999999999,
+ 48.115297299999995
+ ],
+ [
+ -1.681377,
+ 48.115126
+ ],
+ [
+ -1.6812532,
+ 48.1150179
+ ],
+ [
+ -1.6810019,
+ 48.114826799999996
+ ],
+ [
+ -1.6807693,
+ 48.1146728
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6748443,
+ 48.087515599999996
+ ],
+ [
+ -1.6748481,
+ 48.087303399999996
+ ],
+ [
+ -1.6748424,
+ 48.087241
+ ],
+ [
+ -1.6748264,
+ 48.0871742
+ ],
+ [
+ -1.6748037999999998,
+ 48.0871174
+ ],
+ [
+ -1.6747705,
+ 48.0870506
+ ],
+ [
+ -1.6747307999999999,
+ 48.086996
+ ],
+ [
+ -1.6746854,
+ 48.0869414
+ ],
+ [
+ -1.6746322,
+ 48.086892999999996
+ ],
+ [
+ -1.6745725,
+ 48.0868468
+ ],
+ [
+ -1.67451,
+ 48.0868067
+ ],
+ [
+ -1.6744388,
+ 48.0867656
+ ],
+ [
+ -1.6743559,
+ 48.0867314
+ ],
+ [
+ -1.6742598,
+ 48.086693499999996
+ ],
+ [
+ -1.6741800999999998,
+ 48.0866702
+ ],
+ [
+ -1.6740998999999999,
+ 48.086655
+ ],
+ [
+ -1.6740026,
+ 48.086639899999994
+ ],
+ [
+ -1.6738604,
+ 48.086629099999996
+ ],
+ [
+ -1.6736875,
+ 48.0866216
+ ],
+ [
+ -1.6732923,
+ 48.086618099999995
+ ],
+ [
+ -1.6728949,
+ 48.086619
+ ],
+ [
+ -1.6721390999999999,
+ 48.0866165
+ ],
+ [
+ -1.670537,
+ 48.0865844
+ ],
+ [
+ -1.6698026,
+ 48.086573699999995
+ ],
+ [
+ -1.6693151,
+ 48.0865655
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.693101,
+ 48.121549699999996
+ ],
+ [
+ -1.6928946999999999,
+ 48.1215541
+ ],
+ [
+ -1.6926804,
+ 48.121553399999996
+ ],
+ [
+ -1.6925295,
+ 48.121545499999996
+ ],
+ [
+ -1.6923702,
+ 48.121533
+ ],
+ [
+ -1.6921066999999999,
+ 48.121504699999996
+ ],
+ [
+ -1.6916935,
+ 48.121455399999995
+ ],
+ [
+ -1.6915082,
+ 48.1214259
+ ],
+ [
+ -1.691366,
+ 48.1213984
+ ],
+ [
+ -1.6912037,
+ 48.1213595
+ ],
+ [
+ -1.6911000999999999,
+ 48.1213306
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6792143,
+ 48.109614699999995
+ ],
+ [
+ -1.6792091,
+ 48.1086974
+ ],
+ [
+ -1.6792188,
+ 48.108455899999996
+ ],
+ [
+ -1.6792570999999998,
+ 48.1082098
+ ],
+ [
+ -1.6792897,
+ 48.1080645
+ ],
+ [
+ -1.6793708999999999,
+ 48.107752299999994
+ ],
+ [
+ -1.6794117,
+ 48.1076124
+ ],
+ [
+ -1.6794364,
+ 48.1074591
+ ],
+ [
+ -1.6794483,
+ 48.1073191
+ ],
+ [
+ -1.6794377999999999,
+ 48.107166199999995
+ ],
+ [
+ -1.6793984,
+ 48.1069865
+ ],
+ [
+ -1.67935,
+ 48.1068304
+ ],
+ [
+ -1.6792597999999999,
+ 48.1066522
+ ],
+ [
+ -1.6791817999999998,
+ 48.1065322
+ ],
+ [
+ -1.67912,
+ 48.1064491
+ ],
+ [
+ -1.6790246,
+ 48.1063421
+ ],
+ [
+ -1.6789479,
+ 48.1062638
+ ],
+ [
+ -1.6788296,
+ 48.106163099999996
+ ],
+ [
+ -1.6787066,
+ 48.106066399999996
+ ],
+ [
+ -1.678529,
+ 48.1059525
+ ],
+ [
+ -1.6783145,
+ 48.105838999999996
+ ],
+ [
+ -1.6781914999999998,
+ 48.1057835
+ ],
+ [
+ -1.6779875,
+ 48.105706299999994
+ ],
+ [
+ -1.6777655999999999,
+ 48.1056355
+ ],
+ [
+ -1.6774299,
+ 48.1055545
+ ],
+ [
+ -1.6772034,
+ 48.1055102
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6545322999999998,
+ 48.087716
+ ],
+ [
+ -1.6542892999999999,
+ 48.087711899999995
+ ],
+ [
+ -1.6540457,
+ 48.0877078
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6807693,
+ 48.1146728
+ ],
+ [
+ -1.6805325,
+ 48.1145274
+ ],
+ [
+ -1.6803108,
+ 48.114376299999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6744713,
+ 48.0936453
+ ],
+ [
+ -1.6744474,
+ 48.0934855
+ ],
+ [
+ -1.6744222,
+ 48.0933162
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7041442,
+ 48.121224299999994
+ ],
+ [
+ -1.7039290999999999,
+ 48.1212206
+ ],
+ [
+ -1.703739,
+ 48.1212172
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6877248,
+ 48.118170199999994
+ ],
+ [
+ -1.6876232,
+ 48.1181159
+ ],
+ [
+ -1.6875189,
+ 48.118060199999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6937133,
+ 48.1215245
+ ],
+ [
+ -1.6934069,
+ 48.1215371
+ ],
+ [
+ -1.693101,
+ 48.121549699999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6792165,
+ 48.109880399999994
+ ],
+ [
+ -1.6792152,
+ 48.109752
+ ],
+ [
+ -1.6792143,
+ 48.109614699999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6605805,
+ 48.0864209
+ ],
+ [
+ -1.6603668,
+ 48.0864176
+ ],
+ [
+ -1.6601506,
+ 48.086414299999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6755174,
+ 48.0976643
+ ],
+ [
+ -1.6754803999999999,
+ 48.0975372
+ ],
+ [
+ -1.6754434,
+ 48.097409899999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6693151,
+ 48.0865655
+ ],
+ [
+ -1.6681899999999998,
+ 48.0865501
+ ],
+ [
+ -1.6679275999999998,
+ 48.0865462
+ ],
+ [
+ -1.6676687,
+ 48.0865423
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6772034,
+ 48.1055102
+ ],
+ [
+ -1.6768630999999998,
+ 48.105443199999996
+ ],
+ [
+ -1.6765250999999999,
+ 48.1053766
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6724282,
+ 48.103947299999994
+ ],
+ [
+ -1.672258,
+ 48.103823999999996
+ ],
+ [
+ -1.6721225,
+ 48.1037258
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7109638999999999,
+ 48.121300999999995
+ ],
+ [
+ -1.7112825999999999,
+ 48.121305199999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6748355,
+ 48.087823199999995
+ ],
+ [
+ -1.6748399,
+ 48.0876684
+ ],
+ [
+ -1.6748443,
+ 48.087515599999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7026157,
+ 48.1212099
+ ],
+ [
+ -1.7013995,
+ 48.121216
+ ],
+ [
+ -1.7008003,
+ 48.1212172
+ ],
+ [
+ -1.7005658,
+ 48.1212163
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.703739,
+ 48.1212172
+ ],
+ [
+ -1.7035158,
+ 48.121212799999995
+ ],
+ [
+ -1.7031098999999998,
+ 48.1212089
+ ],
+ [
+ -1.7026157,
+ 48.1212099
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.71079,
+ 48.1212988
+ ],
+ [
+ -1.7107187,
+ 48.121289999999995
+ ],
+ [
+ -1.7106944,
+ 48.1212835
+ ],
+ [
+ -1.7106687999999999,
+ 48.121276599999995
+ ],
+ [
+ -1.7106023,
+ 48.121269899999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6447801,
+ 48.0874715
+ ],
+ [
+ -1.6445821999999999,
+ 48.0874691
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6721225,
+ 48.1037258
+ ],
+ [
+ -1.6719171,
+ 48.1035773
+ ],
+ [
+ -1.6717217,
+ 48.1034302
+ ],
+ [
+ -1.6715902,
+ 48.1033173
+ ],
+ [
+ -1.6714708,
+ 48.1032085
+ ],
+ [
+ -1.671365,
+ 48.1030954
+ ],
+ [
+ -1.6712786,
+ 48.1029823
+ ],
+ [
+ -1.671197,
+ 48.1028569
+ ],
+ [
+ -1.6711154,
+ 48.1027026
+ ],
+ [
+ -1.671068,
+ 48.1025776
+ ],
+ [
+ -1.6710323999999999,
+ 48.10245
+ ],
+ [
+ -1.6710042999999999,
+ 48.102287399999994
+ ],
+ [
+ -1.6709958,
+ 48.1021584
+ ],
+ [
+ -1.6710034,
+ 48.102018199999996
+ ],
+ [
+ -1.6710348,
+ 48.1018556
+ ],
+ [
+ -1.6710772999999999,
+ 48.101722699999996
+ ],
+ [
+ -1.6711255999999999,
+ 48.1015988
+ ],
+ [
+ -1.6712131,
+ 48.1014445
+ ],
+ [
+ -1.6712912,
+ 48.1013266
+ ],
+ [
+ -1.6713860999999999,
+ 48.101210599999995
+ ],
+ [
+ -1.6714921,
+ 48.1010996
+ ],
+ [
+ -1.6716092999999999,
+ 48.1009953
+ ],
+ [
+ -1.6717658,
+ 48.100871999999995
+ ],
+ [
+ -1.6719072,
+ 48.1007781
+ ],
+ [
+ -1.6720536,
+ 48.100694999999995
+ ],
+ [
+ -1.6722559,
+ 48.1005974
+ ],
+ [
+ -1.6723084,
+ 48.1005793
+ ],
+ [
+ -1.672421,
+ 48.1005313
+ ],
+ [
+ -1.6726832,
+ 48.100441499999995
+ ],
+ [
+ -1.6729905999999999,
+ 48.1003622
+ ],
+ [
+ -1.6737792,
+ 48.100181
+ ],
+ [
+ -1.6740108,
+ 48.1001166
+ ],
+ [
+ -1.6742059999999999,
+ 48.1000441
+ ],
+ [
+ -1.6743477,
+ 48.099988599999996
+ ],
+ [
+ -1.6745381,
+ 48.0999007
+ ],
+ [
+ -1.6747661,
+ 48.099774
+ ],
+ [
+ -1.6748851,
+ 48.0996981
+ ],
+ [
+ -1.6749834,
+ 48.0996248
+ ],
+ [
+ -1.6751251,
+ 48.0994992
+ ],
+ [
+ -1.675266,
+ 48.0993607
+ ],
+ [
+ -1.6753837,
+ 48.099215799999996
+ ],
+ [
+ -1.6754818999999999,
+ 48.0990635
+ ],
+ [
+ -1.6755453,
+ 48.098939599999994
+ ],
+ [
+ -1.6756179,
+ 48.0987473
+ ],
+ [
+ -1.6756548,
+ 48.098584699999996
+ ],
+ [
+ -1.6756670999999999,
+ 48.0984482
+ ],
+ [
+ -1.6756688,
+ 48.098285399999995
+ ],
+ [
+ -1.6756512,
+ 48.098177799999995
+ ],
+ [
+ -1.6756277,
+ 48.098055599999995
+ ],
+ [
+ -1.6755174,
+ 48.0976643
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6540457,
+ 48.0877078
+ ],
+ [
+ -1.653071,
+ 48.087688199999995
+ ],
+ [
+ -1.6528019,
+ 48.087679599999994
+ ],
+ [
+ -1.6508053,
+ 48.0875784
+ ],
+ [
+ -1.6505185999999998,
+ 48.087569099999996
+ ],
+ [
+ -1.650155,
+ 48.087562399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7106023,
+ 48.121269899999994
+ ],
+ [
+ -1.7093346,
+ 48.121254699999994
+ ],
+ [
+ -1.7088915999999998,
+ 48.1212558
+ ],
+ [
+ -1.7087101999999998,
+ 48.1212616
+ ],
+ [
+ -1.7077866,
+ 48.1212886
+ ],
+ [
+ -1.7073852,
+ 48.1212893
+ ],
+ [
+ -1.7041442,
+ 48.121224299999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6486151,
+ 48.0875364
+ ],
+ [
+ -1.6447801,
+ 48.0874715
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6911000999999999,
+ 48.1213306
+ ],
+ [
+ -1.6910193,
+ 48.121306999999995
+ ],
+ [
+ -1.6909116,
+ 48.1212721
+ ],
+ [
+ -1.690801,
+ 48.1212321
+ ],
+ [
+ -1.6906748999999999,
+ 48.1211792
+ ],
+ [
+ -1.6905495,
+ 48.1211213
+ ],
+ [
+ -1.6904034,
+ 48.121038
+ ],
+ [
+ -1.6902717,
+ 48.120956
+ ],
+ [
+ -1.6901878,
+ 48.1208976
+ ],
+ [
+ -1.6901135999999999,
+ 48.1208399
+ ],
+ [
+ -1.6900404,
+ 48.1207776
+ ],
+ [
+ -1.6899734,
+ 48.1207128
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7005658,
+ 48.1212163
+ ],
+ [
+ -1.7004991,
+ 48.121216
+ ],
+ [
+ -1.7003422,
+ 48.121210899999994
+ ],
+ [
+ -1.7001922,
+ 48.1211993
+ ],
+ [
+ -1.7000233,
+ 48.1211802
+ ],
+ [
+ -1.6998777999999999,
+ 48.121156199999994
+ ],
+ [
+ -1.6995269,
+ 48.121086999999996
+ ],
+ [
+ -1.6992132,
+ 48.1210272
+ ],
+ [
+ -1.6990347,
+ 48.1210029
+ ],
+ [
+ -1.6988647,
+ 48.1209875
+ ],
+ [
+ -1.6987117999999999,
+ 48.120982899999994
+ ],
+ [
+ -1.6985848,
+ 48.1209841
+ ],
+ [
+ -1.698489,
+ 48.12099
+ ],
+ [
+ -1.6983347,
+ 48.121004199999994
+ ],
+ [
+ -1.6982234999999999,
+ 48.1210192
+ ],
+ [
+ -1.6981045,
+ 48.1210405
+ ],
+ [
+ -1.6979636999999999,
+ 48.1210739
+ ],
+ [
+ -1.6978607,
+ 48.1211025
+ ],
+ [
+ -1.6977479,
+ 48.1211383
+ ],
+ [
+ -1.6975482,
+ 48.1212106
+ ],
+ [
+ -1.6973456,
+ 48.1212892
+ ],
+ [
+ -1.6969344,
+ 48.1214326
+ ],
+ [
+ -1.6968211,
+ 48.1214618
+ ],
+ [
+ -1.6967017,
+ 48.121486499999996
+ ],
+ [
+ -1.6965853,
+ 48.1215068
+ ],
+ [
+ -1.6964631,
+ 48.121524799999996
+ ],
+ [
+ -1.6963747,
+ 48.121532099999996
+ ],
+ [
+ -1.696291,
+ 48.1215379
+ ],
+ [
+ -1.6961806,
+ 48.121542
+ ],
+ [
+ -1.69603,
+ 48.1215432
+ ],
+ [
+ -1.6958775,
+ 48.121539
+ ],
+ [
+ -1.6953502,
+ 48.1215141
+ ],
+ [
+ -1.6948292,
+ 48.1214902
+ ],
+ [
+ -1.6945063999999999,
+ 48.1214924
+ ],
+ [
+ -1.6942009,
+ 48.1215031
+ ],
+ [
+ -1.6937133,
+ 48.1215245
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesA",
+ "name": "A",
+ "color": "#ED1C24",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7036563,
+ 48.1051085
+ ],
+ [
+ -1.7037306,
+ 48.1050844
+ ],
+ [
+ -1.7043605000000002,
+ 48.1048799
+ ],
+ [
+ -1.7048221000000001,
+ 48.104672300000004
+ ],
+ [
+ -1.7054305,
+ 48.1043091
+ ],
+ [
+ -1.7059898,
+ 48.1038153
+ ],
+ [
+ -1.7063833000000002,
+ 48.103283700000006
+ ],
+ [
+ -1.7065998,
+ 48.1027878
+ ],
+ [
+ -1.7066774,
+ 48.102394000000004
+ ],
+ [
+ -1.7066886000000001,
+ 48.1019713
+ ],
+ [
+ -1.7066162,
+ 48.1015415
+ ],
+ [
+ -1.7065794,
+ 48.1014238
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.697732,
+ 48.0953158
+ ],
+ [
+ -1.697948,
+ 48.0950507
+ ],
+ [
+ -1.6983095000000001,
+ 48.094736000000005
+ ],
+ [
+ -1.6986418,
+ 48.0945148
+ ],
+ [
+ -1.6989912,
+ 48.0943248
+ ],
+ [
+ -1.6996075000000002,
+ 48.0940876
+ ],
+ [
+ -1.7000301,
+ 48.0939503
+ ],
+ [
+ -1.7018409,
+ 48.093361800000004
+ ],
+ [
+ -1.7022003,
+ 48.093195800000004
+ ],
+ [
+ -1.7025066,
+ 48.093044400000004
+ ],
+ [
+ -1.7028719,
+ 48.0928057
+ ],
+ [
+ -1.7031182,
+ 48.0925699
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.675994,
+ 48.1184388
+ ],
+ [
+ -1.6773486,
+ 48.1183834
+ ],
+ [
+ -1.6777723,
+ 48.11834
+ ],
+ [
+ -1.6781955,
+ 48.118266600000005
+ ],
+ [
+ -1.6785494,
+ 48.118170400000004
+ ],
+ [
+ -1.6789005000000001,
+ 48.118036700000005
+ ],
+ [
+ -1.6794638,
+ 48.117744800000004
+ ],
+ [
+ -1.6797328,
+ 48.1175487
+ ],
+ [
+ -1.6799651,
+ 48.117336800000004
+ ],
+ [
+ -1.6801613,
+ 48.1171048
+ ],
+ [
+ -1.6803169,
+ 48.1168682
+ ],
+ [
+ -1.6804144,
+ 48.1166519
+ ],
+ [
+ -1.6804780000000001,
+ 48.1164371
+ ],
+ [
+ -1.6805098,
+ 48.116232700000005
+ ],
+ [
+ -1.6805096000000002,
+ 48.1160276
+ ],
+ [
+ -1.6804912,
+ 48.1158328
+ ],
+ [
+ -1.6804509,
+ 48.115641600000004
+ ],
+ [
+ -1.6803728,
+ 48.115426500000005
+ ],
+ [
+ -1.6802791000000001,
+ 48.1152357
+ ],
+ [
+ -1.6801741000000001,
+ 48.1150624
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6427282,
+ 48.122367700000005
+ ],
+ [
+ -1.6443099,
+ 48.122710500000004
+ ],
+ [
+ -1.6459925,
+ 48.1230564
+ ],
+ [
+ -1.6462322,
+ 48.1230806
+ ],
+ [
+ -1.6464697000000001,
+ 48.1230969
+ ],
+ [
+ -1.6466880000000002,
+ 48.1230965
+ ],
+ [
+ -1.6468337,
+ 48.123092500000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6200664,
+ 48.1315098
+ ],
+ [
+ -1.6202887000000001,
+ 48.131348
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6582052,
+ 48.129413
+ ],
+ [
+ -1.6583738000000001,
+ 48.1294077
+ ],
+ [
+ -1.6592025000000001,
+ 48.1293474
+ ],
+ [
+ -1.6600916000000001,
+ 48.1291992
+ ],
+ [
+ -1.6609925,
+ 48.128924600000005
+ ],
+ [
+ -1.661627,
+ 48.1286386
+ ],
+ [
+ -1.6621381,
+ 48.1283304
+ ],
+ [
+ -1.6625747,
+ 48.128002200000005
+ ],
+ [
+ -1.6629633000000001,
+ 48.1275871
+ ],
+ [
+ -1.6632322000000002,
+ 48.127158200000004
+ ],
+ [
+ -1.6636592000000001,
+ 48.1262215
+ ],
+ [
+ -1.6640177,
+ 48.125724600000005
+ ],
+ [
+ -1.6642293000000001,
+ 48.1254592
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6756624,
+ 48.110345
+ ],
+ [
+ -1.6742404,
+ 48.1097699
+ ],
+ [
+ -1.6735684,
+ 48.109421600000005
+ ],
+ [
+ -1.6725213,
+ 48.108773
+ ],
+ [
+ -1.6717944,
+ 48.1084547
+ ],
+ [
+ -1.6717675,
+ 48.1084444
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6730741,
+ 48.1041265
+ ],
+ [
+ -1.6732492,
+ 48.1041122
+ ],
+ [
+ -1.6736654,
+ 48.1040926
+ ],
+ [
+ -1.674422,
+ 48.1041125
+ ],
+ [
+ -1.6752198,
+ 48.1042293
+ ],
+ [
+ -1.6759346000000002,
+ 48.1044305
+ ],
+ [
+ -1.6764081,
+ 48.104631600000005
+ ],
+ [
+ -1.6771914,
+ 48.1050593
+ ],
+ [
+ -1.6781626,
+ 48.105712000000004
+ ],
+ [
+ -1.6785943,
+ 48.105923600000004
+ ],
+ [
+ -1.6788315,
+ 48.106017200000004
+ ],
+ [
+ -1.6790042,
+ 48.1060698
+ ],
+ [
+ -1.6796811,
+ 48.106201600000006
+ ],
+ [
+ -1.6798722000000001,
+ 48.106216
+ ],
+ [
+ -1.6800845,
+ 48.106217900000004
+ ],
+ [
+ -1.6804548000000001,
+ 48.1061982
+ ],
+ [
+ -1.6810658,
+ 48.106114000000005
+ ],
+ [
+ -1.6816302,
+ 48.1060184
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6716421000000001,
+ 48.104295300000004
+ ],
+ [
+ -1.6720801,
+ 48.104240600000004
+ ],
+ [
+ -1.6724678000000002,
+ 48.1041912
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6487074000000002,
+ 48.1225998
+ ],
+ [
+ -1.6488007,
+ 48.122579
+ ],
+ [
+ -1.6489649,
+ 48.1225502
+ ],
+ [
+ -1.6491395,
+ 48.1225351
+ ],
+ [
+ -1.6493881000000001,
+ 48.1225295
+ ],
+ [
+ -1.6496238,
+ 48.1225346
+ ],
+ [
+ -1.6498824,
+ 48.122565800000004
+ ],
+ [
+ -1.6501158,
+ 48.122605400000005
+ ],
+ [
+ -1.6502675,
+ 48.122641300000005
+ ],
+ [
+ -1.650396,
+ 48.122679500000004
+ ],
+ [
+ -1.6505146000000002,
+ 48.1227266
+ ],
+ [
+ -1.6506236,
+ 48.1227772
+ ],
+ [
+ -1.6508089000000001,
+ 48.1228919
+ ],
+ [
+ -1.6509735,
+ 48.123012800000005
+ ],
+ [
+ -1.6510538000000001,
+ 48.1230829
+ ],
+ [
+ -1.6511192000000001,
+ 48.123153
+ ],
+ [
+ -1.6511627,
+ 48.123222000000005
+ ],
+ [
+ -1.6512598,
+ 48.123485800000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6210225,
+ 48.1300545
+ ],
+ [
+ -1.6210249,
+ 48.1290525
+ ],
+ [
+ -1.6210332,
+ 48.1288603
+ ],
+ [
+ -1.6210622000000001,
+ 48.128690600000006
+ ],
+ [
+ -1.6210928,
+ 48.1285796
+ ],
+ [
+ -1.6211165,
+ 48.1285035
+ ],
+ [
+ -1.6211520000000001,
+ 48.128421100000004
+ ],
+ [
+ -1.6212432,
+ 48.1282488
+ ],
+ [
+ -1.6212866000000001,
+ 48.1281811
+ ],
+ [
+ -1.6213418000000002,
+ 48.128113400000004
+ ],
+ [
+ -1.6214369,
+ 48.127999800000005
+ ],
+ [
+ -1.6215361000000001,
+ 48.127901800000004
+ ],
+ [
+ -1.6216762,
+ 48.127783300000004
+ ],
+ [
+ -1.6218092000000002,
+ 48.127684200000004
+ ],
+ [
+ -1.6219224,
+ 48.127613700000005
+ ],
+ [
+ -1.6220906000000002,
+ 48.127520700000005
+ ],
+ [
+ -1.6222443,
+ 48.1274472
+ ],
+ [
+ -1.6224084,
+ 48.1273805
+ ],
+ [
+ -1.6226012,
+ 48.127316300000004
+ ],
+ [
+ -1.6227951,
+ 48.1272656
+ ],
+ [
+ -1.6229133,
+ 48.127241000000005
+ ],
+ [
+ -1.6230334,
+ 48.1272157
+ ],
+ [
+ -1.6232034,
+ 48.1271904
+ ],
+ [
+ -1.6233037000000001,
+ 48.1271818
+ ],
+ [
+ -1.6234435,
+ 48.12717
+ ],
+ [
+ -1.6236337,
+ 48.127158800000004
+ ],
+ [
+ -1.6238303,
+ 48.127159500000005
+ ],
+ [
+ -1.6240903,
+ 48.1271714
+ ],
+ [
+ -1.6244771,
+ 48.127206300000005
+ ],
+ [
+ -1.62548,
+ 48.1273099
+ ],
+ [
+ -1.6257442,
+ 48.1273363
+ ],
+ [
+ -1.6261168000000001,
+ 48.1273597
+ ],
+ [
+ -1.626328,
+ 48.1273655
+ ],
+ [
+ -1.6264779,
+ 48.1273652
+ ],
+ [
+ -1.6265764,
+ 48.1273627
+ ],
+ [
+ -1.6267891,
+ 48.127352200000004
+ ],
+ [
+ -1.6269382000000001,
+ 48.1273416
+ ],
+ [
+ -1.6270571,
+ 48.1273264
+ ],
+ [
+ -1.6274175,
+ 48.1272723
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6277721,
+ 48.127214200000004
+ ],
+ [
+ -1.6281095,
+ 48.127155800000004
+ ],
+ [
+ -1.6283795,
+ 48.1271075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6287355000000001,
+ 48.1270423
+ ],
+ [
+ -1.6288662,
+ 48.127017900000006
+ ],
+ [
+ -1.6289898,
+ 48.1269918
+ ],
+ [
+ -1.6292289,
+ 48.126932800000006
+ ],
+ [
+ -1.6294195,
+ 48.126879900000006
+ ],
+ [
+ -1.6295947,
+ 48.1268246
+ ],
+ [
+ -1.6298322,
+ 48.126749700000005
+ ],
+ [
+ -1.6303555,
+ 48.1265505
+ ],
+ [
+ -1.6306282,
+ 48.126428100000005
+ ],
+ [
+ -1.6309881000000002,
+ 48.126258400000005
+ ],
+ [
+ -1.6313122,
+ 48.126085700000004
+ ],
+ [
+ -1.6316287,
+ 48.1259029
+ ],
+ [
+ -1.6319447,
+ 48.125711700000004
+ ],
+ [
+ -1.6322521,
+ 48.125531200000005
+ ],
+ [
+ -1.6332359,
+ 48.1249442
+ ],
+ [
+ -1.63348,
+ 48.1247984
+ ],
+ [
+ -1.6343173,
+ 48.124297000000006
+ ],
+ [
+ -1.635029,
+ 48.1238757
+ ],
+ [
+ -1.6357543,
+ 48.1234437
+ ],
+ [
+ -1.6359970000000001,
+ 48.1232983
+ ],
+ [
+ -1.6363782,
+ 48.123071700000004
+ ],
+ [
+ -1.6366007,
+ 48.1229488
+ ],
+ [
+ -1.6366959,
+ 48.1228989
+ ],
+ [
+ -1.6368003,
+ 48.1228477
+ ],
+ [
+ -1.6368849,
+ 48.122809700000005
+ ],
+ [
+ -1.6371238000000001,
+ 48.122713000000005
+ ],
+ [
+ -1.6372635,
+ 48.122661
+ ],
+ [
+ -1.6374146,
+ 48.122611
+ ],
+ [
+ -1.637616,
+ 48.1225522
+ ],
+ [
+ -1.6378275,
+ 48.1224933
+ ],
+ [
+ -1.6384922,
+ 48.1223183
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6423423000000001,
+ 48.1222873
+ ],
+ [
+ -1.6427282,
+ 48.122367700000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7032837,
+ 48.0924114
+ ],
+ [
+ -1.7036786000000002,
+ 48.0920147
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6987565,
+ 48.09678
+ ],
+ [
+ -1.6982699,
+ 48.0964199
+ ],
+ [
+ -1.6980545,
+ 48.0962636
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7012407,
+ 48.0976705
+ ],
+ [
+ -1.7007149000000001,
+ 48.0975776
+ ],
+ [
+ -1.7001301,
+ 48.0974361
+ ],
+ [
+ -1.6999295,
+ 48.0973757
+ ],
+ [
+ -1.6997263,
+ 48.097304
+ ],
+ [
+ -1.6993159,
+ 48.097115
+ ],
+ [
+ -1.6989712000000001,
+ 48.0969077
+ ],
+ [
+ -1.6989116,
+ 48.0968722
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6980545,
+ 48.0962636
+ ],
+ [
+ -1.6978396,
+ 48.096078000000006
+ ],
+ [
+ -1.69777,
+ 48.0960121
+ ],
+ [
+ -1.6977145,
+ 48.0959425
+ ],
+ [
+ -1.6976597,
+ 48.095846800000004
+ ],
+ [
+ -1.6976238000000001,
+ 48.0957488
+ ],
+ [
+ -1.6976151000000002,
+ 48.0956909
+ ],
+ [
+ -1.6976138,
+ 48.0956345
+ ],
+ [
+ -1.6976191,
+ 48.095578100000004
+ ],
+ [
+ -1.697632,
+ 48.0955232
+ ],
+ [
+ -1.6976718,
+ 48.0954173
+ ],
+ [
+ -1.697732,
+ 48.0953158
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6989116,
+ 48.0968722
+ ],
+ [
+ -1.6987565,
+ 48.09678
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7062809,
+ 48.100474600000005
+ ],
+ [
+ -1.7062415,
+ 48.1003503
+ ],
+ [
+ -1.7060191,
+ 48.0997651
+ ],
+ [
+ -1.705832,
+ 48.099459100000004
+ ],
+ [
+ -1.7054657,
+ 48.0990569
+ ],
+ [
+ -1.7049923,
+ 48.0986923
+ ],
+ [
+ -1.7044528,
+ 48.098409000000004
+ ],
+ [
+ -1.704162,
+ 48.0982866
+ ],
+ [
+ -1.7038686,
+ 48.0981791
+ ],
+ [
+ -1.7035753,
+ 48.098100300000006
+ ],
+ [
+ -1.7032732000000002,
+ 48.098032200000006
+ ],
+ [
+ -1.7026862,
+ 48.0979271
+ ],
+ [
+ -1.7012407,
+ 48.0976705
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7065794,
+ 48.1014238
+ ],
+ [
+ -1.7064291,
+ 48.1009426
+ ],
+ [
+ -1.7062809,
+ 48.100474600000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6935469,
+ 48.1050984
+ ],
+ [
+ -1.6963804,
+ 48.105113
+ ],
+ [
+ -1.6979355,
+ 48.1051322
+ ],
+ [
+ -1.6979683,
+ 48.105131400000005
+ ],
+ [
+ -1.6984186000000001,
+ 48.1051499
+ ],
+ [
+ -1.6986371,
+ 48.105160000000005
+ ],
+ [
+ -1.7014542000000001,
+ 48.1052904
+ ],
+ [
+ -1.7022206,
+ 48.105307
+ ],
+ [
+ -1.7027906000000002,
+ 48.1052702
+ ],
+ [
+ -1.7036563,
+ 48.1051085
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6919885000000001,
+ 48.105094300000005
+ ],
+ [
+ -1.6928019,
+ 48.105096700000004
+ ],
+ [
+ -1.6935469,
+ 48.1050984
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6829433,
+ 48.1058037
+ ],
+ [
+ -1.6834839000000001,
+ 48.1057197
+ ],
+ [
+ -1.6842787000000001,
+ 48.1056582
+ ],
+ [
+ -1.6850366,
+ 48.1056662
+ ],
+ [
+ -1.6871899000000001,
+ 48.105855600000005
+ ],
+ [
+ -1.6877051,
+ 48.105867
+ ],
+ [
+ -1.6883294,
+ 48.105821
+ ],
+ [
+ -1.6890193,
+ 48.105690200000005
+ ],
+ [
+ -1.6902939000000001,
+ 48.1052985
+ ],
+ [
+ -1.6908986000000001,
+ 48.1051712
+ ],
+ [
+ -1.6913562,
+ 48.105115600000005
+ ],
+ [
+ -1.6918474000000001,
+ 48.1050939
+ ],
+ [
+ -1.6919885000000001,
+ 48.105094300000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6816302,
+ 48.1060184
+ ],
+ [
+ -1.6820666,
+ 48.1059445
+ ],
+ [
+ -1.6825167,
+ 48.105871
+ ],
+ [
+ -1.6826049,
+ 48.105856200000005
+ ],
+ [
+ -1.6829433,
+ 48.1058037
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6724678000000002,
+ 48.1041912
+ ],
+ [
+ -1.6727979000000002,
+ 48.1041491
+ ],
+ [
+ -1.6730741,
+ 48.1041265
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6713216,
+ 48.1043418
+ ],
+ [
+ -1.6716421000000001,
+ 48.104295300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6710036000000001,
+ 48.1081535
+ ],
+ [
+ -1.6703871000000001,
+ 48.107829800000005
+ ],
+ [
+ -1.6699837,
+ 48.1075357
+ ],
+ [
+ -1.6696048000000001,
+ 48.107168200000004
+ ],
+ [
+ -1.6694592000000001,
+ 48.1069575
+ ],
+ [
+ -1.6693284000000002,
+ 48.106752
+ ],
+ [
+ -1.6692368,
+ 48.1065429
+ ],
+ [
+ -1.6691802,
+ 48.1063123
+ ],
+ [
+ -1.6691660000000001,
+ 48.1060618
+ ],
+ [
+ -1.6692033000000002,
+ 48.105818
+ ],
+ [
+ -1.6693586,
+ 48.1054101
+ ],
+ [
+ -1.669531,
+ 48.1051787
+ ],
+ [
+ -1.6697388,
+ 48.1049705
+ ],
+ [
+ -1.6701245,
+ 48.1047254
+ ],
+ [
+ -1.6706494,
+ 48.1044946
+ ],
+ [
+ -1.6713216,
+ 48.1043418
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6717675,
+ 48.1084444
+ ],
+ [
+ -1.6713532,
+ 48.1082867
+ ],
+ [
+ -1.6710036000000001,
+ 48.1081535
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6785271000000002,
+ 48.1119496
+ ],
+ [
+ -1.6783561,
+ 48.1117458
+ ],
+ [
+ -1.678112,
+ 48.111527200000005
+ ],
+ [
+ -1.6778478000000001,
+ 48.111325400000005
+ ],
+ [
+ -1.6772491,
+ 48.111000700000005
+ ],
+ [
+ -1.6768542,
+ 48.110835200000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6768542,
+ 48.110835200000004
+ ],
+ [
+ -1.6762815,
+ 48.110595200000006
+ ],
+ [
+ -1.6761110000000001,
+ 48.110526400000005
+ ],
+ [
+ -1.6756624,
+ 48.110345
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.67978,
+ 48.114415300000005
+ ],
+ [
+ -1.6796011,
+ 48.1141232
+ ],
+ [
+ -1.6793039,
+ 48.113573800000005
+ ],
+ [
+ -1.6788720000000001,
+ 48.1125221
+ ],
+ [
+ -1.6786824,
+ 48.112158300000004
+ ],
+ [
+ -1.6785271000000002,
+ 48.1119496
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6801741000000001,
+ 48.1150624
+ ],
+ [
+ -1.6799589000000001,
+ 48.1147074
+ ],
+ [
+ -1.67978,
+ 48.114415300000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.671337,
+ 48.118671400000004
+ ],
+ [
+ -1.6720307,
+ 48.1186321
+ ],
+ [
+ -1.675994,
+ 48.1184388
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6702700000000001,
+ 48.1187324
+ ],
+ [
+ -1.6709241000000001,
+ 48.1186948
+ ],
+ [
+ -1.671337,
+ 48.118671400000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.664824,
+ 48.1247154
+ ],
+ [
+ -1.6654333000000001,
+ 48.123954700000006
+ ],
+ [
+ -1.6658785,
+ 48.1233528
+ ],
+ [
+ -1.6665701000000002,
+ 48.122217500000005
+ ],
+ [
+ -1.6666542,
+ 48.1219647
+ ],
+ [
+ -1.6667064,
+ 48.1217345
+ ],
+ [
+ -1.6667133,
+ 48.121456
+ ],
+ [
+ -1.6667286000000001,
+ 48.1211897
+ ],
+ [
+ -1.6667751,
+ 48.1208273
+ ],
+ [
+ -1.6668944,
+ 48.1204314
+ ],
+ [
+ -1.6670988,
+ 48.120036400000004
+ ],
+ [
+ -1.6672664000000001,
+ 48.119807300000005
+ ],
+ [
+ -1.6674754,
+ 48.1196064
+ ],
+ [
+ -1.6677665000000002,
+ 48.119396300000005
+ ],
+ [
+ -1.6680942,
+ 48.119208
+ ],
+ [
+ -1.6687525,
+ 48.1189571
+ ],
+ [
+ -1.6689795,
+ 48.118886800000006
+ ],
+ [
+ -1.6692055000000001,
+ 48.1188315
+ ],
+ [
+ -1.6695095,
+ 48.1187887
+ ],
+ [
+ -1.6698162,
+ 48.118758400000004
+ ],
+ [
+ -1.6702700000000001,
+ 48.1187324
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6642293000000001,
+ 48.1254592
+ ],
+ [
+ -1.6644409,
+ 48.125193700000004
+ ],
+ [
+ -1.664824,
+ 48.1247154
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6520268,
+ 48.1273825
+ ],
+ [
+ -1.6521825,
+ 48.1279181
+ ],
+ [
+ -1.652327,
+ 48.1281559
+ ],
+ [
+ -1.6525206000000001,
+ 48.1283874
+ ],
+ [
+ -1.6528149,
+ 48.1286653
+ ],
+ [
+ -1.6531582,
+ 48.1289127
+ ],
+ [
+ -1.6532269000000002,
+ 48.128945200000004
+ ],
+ [
+ -1.6535874000000002,
+ 48.129116
+ ],
+ [
+ -1.6541908,
+ 48.1293324
+ ],
+ [
+ -1.6548386000000002,
+ 48.129466400000005
+ ],
+ [
+ -1.6555734,
+ 48.129495500000004
+ ],
+ [
+ -1.6565208,
+ 48.129466
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6565208,
+ 48.129466
+ ],
+ [
+ -1.6571494,
+ 48.1294465
+ ],
+ [
+ -1.6582052,
+ 48.129413
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6515273000000001,
+ 48.124749800000004
+ ],
+ [
+ -1.6517270000000002,
+ 48.125720300000005
+ ],
+ [
+ -1.6518437000000001,
+ 48.1263906
+ ],
+ [
+ -1.6518591,
+ 48.1264788
+ ],
+ [
+ -1.6519564,
+ 48.127030500000004
+ ],
+ [
+ -1.6520268,
+ 48.1273825
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6512598,
+ 48.123485800000005
+ ],
+ [
+ -1.6513317,
+ 48.123799000000005
+ ],
+ [
+ -1.6513868,
+ 48.124067100000005
+ ],
+ [
+ -1.6515273000000001,
+ 48.124749800000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6468337,
+ 48.123092500000006
+ ],
+ [
+ -1.646902,
+ 48.123090600000005
+ ],
+ [
+ -1.6471395,
+ 48.1230683
+ ],
+ [
+ -1.6473727,
+ 48.123029200000005
+ ],
+ [
+ -1.6478795000000002,
+ 48.1228823
+ ],
+ [
+ -1.6482388000000001,
+ 48.1227612
+ ],
+ [
+ -1.6484297,
+ 48.122686300000005
+ ],
+ [
+ -1.6485433,
+ 48.1226417
+ ],
+ [
+ -1.6486671000000002,
+ 48.1226088
+ ],
+ [
+ -1.6487074000000002,
+ 48.1225998
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6398986,
+ 48.1219551
+ ],
+ [
+ -1.6400109,
+ 48.1219389
+ ],
+ [
+ -1.6401225000000001,
+ 48.1219267
+ ],
+ [
+ -1.6402358000000001,
+ 48.1219228
+ ],
+ [
+ -1.640343,
+ 48.121921900000004
+ ],
+ [
+ -1.6404259,
+ 48.1219236
+ ],
+ [
+ -1.6405356,
+ 48.1219326
+ ],
+ [
+ -1.6406454000000001,
+ 48.121945600000004
+ ],
+ [
+ -1.640749,
+ 48.1219617
+ ],
+ [
+ -1.6408826,
+ 48.121987100000005
+ ],
+ [
+ -1.6412895,
+ 48.122069100000004
+ ],
+ [
+ -1.6423423000000001,
+ 48.1222873
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6384922,
+ 48.1223183
+ ],
+ [
+ -1.6387429,
+ 48.1222488
+ ],
+ [
+ -1.6391367000000001,
+ 48.1221455
+ ],
+ [
+ -1.6396843,
+ 48.1220007
+ ],
+ [
+ -1.6397764000000001,
+ 48.121979200000006
+ ],
+ [
+ -1.6398345,
+ 48.1219661
+ ],
+ [
+ -1.6398986,
+ 48.1219551
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6283795,
+ 48.1271075
+ ],
+ [
+ -1.6285114,
+ 48.127082900000005
+ ],
+ [
+ -1.6287355000000001,
+ 48.1270423
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6274175,
+ 48.1272723
+ ],
+ [
+ -1.6277721,
+ 48.127214200000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6206458000000001,
+ 48.131076900000004
+ ],
+ [
+ -1.6206957,
+ 48.1310312
+ ],
+ [
+ -1.6207522,
+ 48.1309732
+ ],
+ [
+ -1.6208122,
+ 48.130900100000005
+ ],
+ [
+ -1.6208809,
+ 48.130800400000005
+ ],
+ [
+ -1.6209165,
+ 48.130742500000004
+ ],
+ [
+ -1.6209494,
+ 48.1306686
+ ],
+ [
+ -1.6209685,
+ 48.1306154
+ ],
+ [
+ -1.6209911000000001,
+ 48.1305343
+ ],
+ [
+ -1.6210066,
+ 48.1304523
+ ],
+ [
+ -1.621015,
+ 48.1303767
+ ],
+ [
+ -1.621018,
+ 48.1302846
+ ],
+ [
+ -1.6210225,
+ 48.1300545
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.6202887000000001,
+ 48.131348
+ ],
+ [
+ -1.6205288,
+ 48.1311723
+ ],
+ [
+ -1.6206458000000001,
+ 48.131076900000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -1.7031182,
+ 48.0925699
+ ],
+ [
+ -1.7032837,
+ 48.0924114
+ ]
+ ]
+ },
+ "properties": {
+ "line": "RennesB",
+ "name": "B",
+ "color": "#00893E",
+ "order": 2
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/rennes/data/source.json b/src/app/(game)/rennes/data/source.json
new file mode 100644
index 0000000..6b25ee2
--- /dev/null
+++ b/src/app/(game)/rennes/data/source.json
@@ -0,0 +1,4709 @@
+{
+ "lines": [
+ {
+ "lineId": "RennesA",
+ "relations": [
+ {
+ "relationId": 12139230,
+ "stationsNodeIds": [],
+ "routesWayIds": []
+ },
+ {
+ "relationId": 23518,
+ "stationsNodeIds": [
+ 283117224,
+ 3416759459,
+ 3988224001,
+ 3416759437,
+ 3416759455,
+ 3416759454,
+ 3416759439,
+ 3416759443,
+ 3416759449,
+ 3416759441,
+ 3416759446,
+ 3416759447,
+ 3416759457,
+ 3416759451,
+ 2962755129
+ ],
+ "routesWayIds": [
+ 334613486,
+ 334613447,
+ 334613493,
+ 334613499,
+ 334613468,
+ 334613492,
+ 334613490,
+ 800364631,
+ 334613473,
+ 334613457,
+ 800364628,
+ 334613439,
+ 334613470,
+ 334613453,
+ 334613464,
+ 334613437,
+ 334613474,
+ 334613459,
+ 334613481,
+ 334613434,
+ 334613485,
+ 334613496,
+ 334613478,
+ 334613430,
+ 334613466,
+ 334613438,
+ 334613488,
+ 334613456,
+ 334613480,
+ 334613450,
+ 334613475,
+ 334613441,
+ 334613463,
+ 334613498,
+ 334613448,
+ 800363233,
+ 334613494
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "RennesB",
+ "relations": [
+ {
+ "relationId": 6659012,
+ "stationsNodeIds": [
+ 4467009536,
+ 4467007727,
+ 4467009409,
+ 4467007734,
+ 4467007737,
+ 4467007733,
+ 4467007735,
+ 4467007741,
+ 4467007739,
+ 4467007732,
+ 4467007731,
+ 4467007738,
+ 4467007730,
+ 4467007736,
+ 4467007740
+ ],
+ "routesWayIds": [
+ 449765783,
+ 1267530532,
+ 1267530530,
+ 699390812,
+ 1267530528,
+ 699392069,
+ 1267530525,
+ 699392070,
+ 1267530523,
+ 1267530521,
+ 800365345,
+ 449765777,
+ 1267530520,
+ 695830693,
+ 1267530518,
+ 1267530516,
+ 1267530512,
+ 1267530514,
+ 449765789,
+ 1267530510,
+ 1267530508,
+ 1267530506,
+ 1267530504,
+ 449765761,
+ 1267530502,
+ 1267530500,
+ 1267530496,
+ 1267530498,
+ 449765792,
+ 1267530494,
+ 1267530492,
+ 1267530490,
+ 520578264,
+ 1267530487,
+ 520578262,
+ 1267530485,
+ 1267530484,
+ 1267530481,
+ 1267530480,
+ 449765745,
+ 1267530477,
+ 1267530476,
+ 1098570839,
+ 1267530474,
+ 1098570838,
+ 1267530472,
+ 449765750,
+ 1267530533,
+ 1098473537
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ }
+ ],
+ "ways": [
+ {
+ "wayId": 334613473,
+ "nodeIds": [
+ 2962756624,
+ 3988224001,
+ 2962756736
+ ]
+ },
+ {
+ "wayId": 334613464,
+ "nodeIds": [
+ 3416771748,
+ 3416759455,
+ 3416771744
+ ]
+ },
+ {
+ "wayId": 334613492,
+ "nodeIds": [
+ 3416771825,
+ 3416771824,
+ 3416771823,
+ 2962756578
+ ]
+ },
+ {
+ "wayId": 334613493,
+ "nodeIds": [
+ 3416771847,
+ 3416771846,
+ 8258216217,
+ 3416771837,
+ 3416771834
+ ]
+ },
+ {
+ "wayId": 334613439,
+ "nodeIds": [
+ 2962755131,
+ 3416771819,
+ 3416771817,
+ 3416771815,
+ 3416771813,
+ 3416771811,
+ 3416771809,
+ 3416771807,
+ 3416771805,
+ 3416771803,
+ 3416771801,
+ 3416771799,
+ 3416771797,
+ 3416771795,
+ 3416771792
+ ]
+ },
+ {
+ "wayId": 334613430,
+ "nodeIds": [
+ 3416771525,
+ 3416771523,
+ 3416771521,
+ 3416771519,
+ 3416771517,
+ 3416771515,
+ 3416771513,
+ 3416771511,
+ 3416771509,
+ 3416771507
+ ]
+ },
+ {
+ "wayId": 334613468,
+ "nodeIds": [
+ 3416771826,
+ 3416759459,
+ 3416771825
+ ]
+ },
+ {
+ "wayId": 800364628,
+ "nodeIds": [
+ 2962756598,
+ 2962756596,
+ 2962756593,
+ 2962756585,
+ 2962756572,
+ 2962756566,
+ 2962756555,
+ 2962756539,
+ 2962756537,
+ 2962756535,
+ 2962756533,
+ 2962755131
+ ]
+ },
+ {
+ "wayId": 334613490,
+ "nodeIds": [
+ 2962756578,
+ 2962756582,
+ 2962756583,
+ 7485191467
+ ]
+ },
+ {
+ "wayId": 334613450,
+ "nodeIds": [
+ 3416759483,
+ 3416759467
+ ]
+ },
+ {
+ "wayId": 334613485,
+ "nodeIds": [
+ 3416771632,
+ 3416759443,
+ 3416771628
+ ]
+ },
+ {
+ "wayId": 334613438,
+ "nodeIds": [
+ 3416771501,
+ 3416771499,
+ 3416771497,
+ 3416771496,
+ 3416771494,
+ 3416771492,
+ 3416771490,
+ 3416771488,
+ 3416771486,
+ 3416771484,
+ 3416771482,
+ 3416771480,
+ 3416771478,
+ 3416771476
+ ]
+ },
+ {
+ "wayId": 334613474,
+ "nodeIds": [
+ 5073457336,
+ 3416759454,
+ 3416771711
+ ]
+ },
+ {
+ "wayId": 334613457,
+ "nodeIds": [
+ 2962756736,
+ 2962756740,
+ 2962756739,
+ 2962756735,
+ 2962756628,
+ 2962756617,
+ 2962756608,
+ 2962756605,
+ 2962756603,
+ 2962756601,
+ 2962756598
+ ]
+ },
+ {
+ "wayId": 334613470,
+ "nodeIds": [
+ 3416771792,
+ 3416759437,
+ 3416771788
+ ]
+ },
+ {
+ "wayId": 334613478,
+ "nodeIds": [
+ 3416771530,
+ 3416759449,
+ 3416771525
+ ]
+ },
+ {
+ "wayId": 334613496,
+ "nodeIds": [
+ 3416771628,
+ 3416771625,
+ 3416771623,
+ 3416771621,
+ 3416771619,
+ 3416771617,
+ 3416771615,
+ 3416771613,
+ 3416771611,
+ 3416771609,
+ 3416771607,
+ 3416771605,
+ 3416771603,
+ 3416771602,
+ 3416771600,
+ 3416771598,
+ 3416771596,
+ 3416771594,
+ 3416771592,
+ 3416771590,
+ 3416771588,
+ 3416771586,
+ 3416771584,
+ 3416771582,
+ 3416771580,
+ 3416771578,
+ 944682071,
+ 3416771576,
+ 3416771574,
+ 3416771572,
+ 3416771570,
+ 3416771568,
+ 3416771566,
+ 3416771564,
+ 3416771562,
+ 3416771560,
+ 3416771558,
+ 3416771556,
+ 3416771554,
+ 3416771552,
+ 3416771550,
+ 3416771548,
+ 3416771546,
+ 3416771544,
+ 3416771542,
+ 3416771540,
+ 3416771537,
+ 3416771535,
+ 3416771533,
+ 3416771530
+ ]
+ },
+ {
+ "wayId": 334613488,
+ "nodeIds": [
+ 3416771476,
+ 3416759446,
+ 3416771440
+ ]
+ },
+ {
+ "wayId": 334613486,
+ "nodeIds": [
+ 3416771848,
+ 283117224
+ ]
+ },
+ {
+ "wayId": 334613453,
+ "nodeIds": [
+ 3416771788,
+ 3416771785,
+ 3416771783,
+ 3416771781,
+ 3416771779,
+ 3416771777,
+ 3416771775,
+ 3416771773,
+ 3416771771,
+ 3416771769,
+ 3416771767,
+ 3416771765,
+ 3416771763,
+ 3416771761,
+ 3416771759,
+ 3416771757,
+ 3416771755,
+ 3416771753,
+ 3416771751,
+ 3416771748
+ ]
+ },
+ {
+ "wayId": 334613466,
+ "nodeIds": [
+ 3416771507,
+ 3416759441,
+ 3416771501
+ ]
+ },
+ {
+ "wayId": 334613481,
+ "nodeIds": [
+ 3416771660,
+ 3416759439,
+ 3416771656
+ ]
+ },
+ {
+ "wayId": 334613480,
+ "nodeIds": [
+ 6661463091,
+ 3416759484,
+ 3416759447,
+ 3416759483
+ ]
+ },
+ {
+ "wayId": 334613434,
+ "nodeIds": [
+ 3416771656,
+ 3416771653,
+ 3416771651,
+ 3416771649,
+ 3416771647,
+ 3416771645,
+ 3416771643,
+ 3416771641,
+ 3416771639,
+ 3416771637,
+ 3416771635,
+ 3416771632
+ ]
+ },
+ {
+ "wayId": 334613447,
+ "nodeIds": [
+ 3416771847,
+ 3416771848
+ ]
+ },
+ {
+ "wayId": 334613459,
+ "nodeIds": [
+ 3416771711,
+ 3416771710,
+ 3416771708,
+ 3416771706,
+ 3416771704,
+ 3416771702,
+ 3416771700,
+ 3416771698,
+ 3416771696,
+ 3416771693,
+ 3416771691,
+ 3416771689,
+ 3416771687,
+ 3416771685,
+ 3416771683,
+ 3416771681,
+ 3416771679,
+ 3416771677,
+ 3416771675,
+ 3416771673,
+ 3416771671,
+ 3416771669,
+ 3416771667,
+ 3416771665,
+ 3416771662,
+ 3416771660
+ ]
+ },
+ {
+ "wayId": 334613499,
+ "nodeIds": [
+ 3416771834,
+ 3416771831,
+ 3416771832,
+ 3416771833,
+ 3416771843,
+ 3416771845,
+ 3416771826
+ ]
+ },
+ {
+ "wayId": 800364631,
+ "nodeIds": [
+ 7485191467,
+ 2962756581,
+ 2962756580,
+ 2962756575,
+ 2962756573,
+ 2962756570,
+ 2962756562,
+ 2962756552,
+ 2962756545,
+ 2962756543,
+ 2962756541,
+ 2962756542,
+ 2962756544,
+ 2962756546,
+ 2962756551,
+ 2962756556,
+ 2962756561,
+ 2962756564,
+ 2962756568,
+ 2962756579,
+ 2962756594,
+ 2962756606,
+ 2962756610,
+ 2962756612,
+ 2962756618,
+ 2962756623,
+ 2962756627,
+ 2962756630,
+ 2962756733,
+ 2962756734,
+ 2962756631,
+ 2962756620,
+ 2962756614,
+ 2962756615,
+ 2962756616,
+ 2962756624
+ ]
+ },
+ {
+ "wayId": 334613456,
+ "nodeIds": [
+ 3416771440,
+ 3416771432,
+ 3416771429,
+ 3416771427,
+ 3416771425,
+ 3416771423,
+ 3416771421,
+ 3416771419,
+ 3416771417,
+ 3416771415,
+ 3416771413,
+ 3416771411,
+ 3416771409,
+ 3416771405,
+ 3416771402,
+ 3416771400,
+ 3416771397,
+ 3416771394,
+ 3416771393,
+ 4551639187,
+ 4241457527,
+ 3416759492,
+ 6661463089,
+ 6661463090,
+ 6661463091
+ ]
+ },
+ {
+ "wayId": 334613437,
+ "nodeIds": [
+ 3416771744,
+ 3416771741,
+ 3416771739,
+ 3416771737,
+ 3416771735,
+ 3416771733,
+ 3416771731,
+ 3416771729,
+ 3416771727,
+ 3416771725,
+ 3416771723,
+ 3416771721,
+ 3416771719,
+ 5073457336
+ ]
+ },
+ {
+ "wayId": 334613498,
+ "nodeIds": [
+ 3416771462,
+ 3416771457,
+ 3416771456,
+ 3416771446,
+ 3416771445,
+ 2505515622
+ ]
+ },
+ {
+ "wayId": 334613448,
+ "nodeIds": [
+ 2505515622,
+ 7485140519
+ ]
+ },
+ {
+ "wayId": 334613441,
+ "nodeIds": [
+ 3416759465,
+ 3416759463,
+ 3416759464,
+ 3416759466,
+ 3416759469,
+ 3416759474,
+ 3416759480,
+ 3416759485,
+ 3416759491,
+ 3416771406,
+ 3416771433,
+ 3416771441,
+ 3416771447,
+ 3416771451,
+ 3416771453,
+ 3416771458,
+ 3416771461,
+ 3416771466,
+ 3416771465
+ ]
+ },
+ {
+ "wayId": 334613475,
+ "nodeIds": [
+ 3416759467,
+ 3416759457,
+ 3416759465
+ ]
+ },
+ {
+ "wayId": 1267530530,
+ "nodeIds": [
+ 6268363754,
+ 8319624889,
+ 4467009534,
+ 5025429531,
+ 8319624887,
+ 8319624886,
+ 4467009533,
+ 8319624883,
+ 5025429533,
+ 8319624881,
+ 8319624880,
+ 4467009532,
+ 11772260417
+ ]
+ },
+ {
+ "wayId": 1267530528,
+ "nodeIds": [
+ 11772260415,
+ 4467009498
+ ]
+ },
+ {
+ "wayId": 1267530532,
+ "nodeIds": [
+ 6567598963,
+ 4467009535,
+ 6268363754
+ ]
+ },
+ {
+ "wayId": 334613494,
+ "nodeIds": [
+ 3416771436,
+ 2962755129
+ ]
+ },
+ {
+ "wayId": 1267530525,
+ "nodeIds": [
+ 6567607179,
+ 4467009489,
+ 11772260412
+ ]
+ },
+ {
+ "wayId": 699390812,
+ "nodeIds": [
+ 11772260417,
+ 4467009524,
+ 5854768415,
+ 7076380603,
+ 4467009519,
+ 11954676897,
+ 7076380604,
+ 4467009516,
+ 11954676900,
+ 5854768417,
+ 7076380608,
+ 4467009512,
+ 5854768419,
+ 4467009510,
+ 5854768421,
+ 7893748786,
+ 4467009508,
+ 5854768423,
+ 8812765803,
+ 4467009499,
+ 5854768425,
+ 4467009497,
+ 9214447405,
+ 4467009494,
+ 5854768427,
+ 4467009492,
+ 7076380611,
+ 4467009493,
+ 9214447461,
+ 4467009500,
+ 9214447463,
+ 4467009505,
+ 9214447464,
+ 4467009507,
+ 4467009504,
+ 9214447469,
+ 9214447468,
+ 4467009502,
+ 11772260415
+ ]
+ },
+ {
+ "wayId": 699392069,
+ "nodeIds": [
+ 4467009498,
+ 4467007727,
+ 6567607179
+ ]
+ },
+ {
+ "wayId": 449765777,
+ "nodeIds": [
+ 4467009421,
+ 6461038007,
+ 4467009459,
+ 4467009463,
+ 4467009467,
+ 4467009466,
+ 6533976656
+ ]
+ },
+ {
+ "wayId": 1267530518,
+ "nodeIds": [
+ 4467009473,
+ 4467009474,
+ 4467007734,
+ 11772260407
+ ]
+ },
+ {
+ "wayId": 1267530510,
+ "nodeIds": [
+ 11772260401,
+ 4467007733,
+ 11772260399
+ ]
+ },
+ {
+ "wayId": 695830693,
+ "nodeIds": [
+ 11772260409,
+ 4467009436,
+ 4467009433,
+ 4467009432,
+ 4467009430,
+ 4467009431,
+ 4467009434,
+ 4467009438,
+ 4467009441,
+ 4467009443,
+ 4467009447,
+ 4467009449,
+ 4467009452,
+ 4467009455,
+ 4467009464,
+ 4467009470,
+ 4467009471,
+ 4467009473
+ ]
+ },
+ {
+ "wayId": 800365345,
+ "nodeIds": [
+ 7485176972,
+ 4467009421
+ ]
+ },
+ {
+ "wayId": 334613463,
+ "nodeIds": [
+ 3416771465,
+ 3416759451,
+ 3416771462
+ ]
+ },
+ {
+ "wayId": 800363233,
+ "nodeIds": [
+ 7485140519,
+ 3416771436
+ ]
+ },
+ {
+ "wayId": 1267530520,
+ "nodeIds": [
+ 6533976656,
+ 4467009465,
+ 4467009462,
+ 4467009456,
+ 4467009451,
+ 4467009448,
+ 10056939388,
+ 4467009442,
+ 4467009439,
+ 11772260409
+ ]
+ },
+ {
+ "wayId": 1267530500,
+ "nodeIds": [
+ 11772260391,
+ 4467009144,
+ 4467009143,
+ 4467009142,
+ 4467009141,
+ 4467009139
+ ]
+ },
+ {
+ "wayId": 1267530523,
+ "nodeIds": [
+ 11772260410,
+ 9214447443,
+ 4467009409,
+ 8812766117,
+ 11954676928,
+ 11954676929,
+ 4467009401
+ ]
+ },
+ {
+ "wayId": 699392070,
+ "nodeIds": [
+ 11772260412,
+ 4467009488,
+ 9214447399,
+ 4467009486,
+ 9214447400,
+ 4467009484,
+ 11954676914,
+ 4467009483,
+ 4467009480,
+ 7076380600,
+ 8812750972,
+ 4467009478,
+ 8812750974,
+ 8812750976,
+ 11954676918,
+ 8807679107,
+ 8812750979,
+ 8812750981,
+ 11954676920,
+ 11954676921,
+ 4467009454,
+ 8923092239,
+ 11954676925,
+ 11954676924,
+ 4467009450,
+ 4467009446,
+ 8923092238,
+ 4467009437,
+ 11954676926,
+ 8812751009,
+ 11772260410
+ ]
+ },
+ {
+ "wayId": 449765783,
+ "nodeIds": [
+ 4467009536,
+ 6567598963
+ ]
+ },
+ {
+ "wayId": 1267530496,
+ "nodeIds": [
+ 4467009139,
+ 4467009138,
+ 4467009136,
+ 4467009135,
+ 4467009134,
+ 11772260389
+ ]
+ },
+ {
+ "wayId": 1267530516,
+ "nodeIds": [
+ 11772260407,
+ 4467009476,
+ 12392333594,
+ 4467009481,
+ 4467009487,
+ 4467009506
+ ]
+ },
+ {
+ "wayId": 449765761,
+ "nodeIds": [
+ 11186478076,
+ 4467009169,
+ 4467009168,
+ 4467009166,
+ 4467009165,
+ 4467009163,
+ 4467009162,
+ 4467009161,
+ 4467009159,
+ 4467009158,
+ 4467009156,
+ 4467009155,
+ 4467009153,
+ 4467009152,
+ 4467009150,
+ 4467009148,
+ 4467009147,
+ 4467009146,
+ 4467009145,
+ 11772260393
+ ]
+ },
+ {
+ "wayId": 1267530521,
+ "nodeIds": [
+ 4467009401,
+ 11954676931,
+ 4467009397,
+ 11954676932,
+ 4467009395,
+ 11954676934,
+ 4467009396,
+ 11954676937,
+ 4467009399,
+ 11954676940,
+ 11954676939,
+ 7485176972
+ ]
+ },
+ {
+ "wayId": 1267530512,
+ "nodeIds": [
+ 4467009506,
+ 4467009511,
+ 4467009515,
+ 4467009518,
+ 4467009521,
+ 4467009522,
+ 12285948183,
+ 4467009525,
+ 4467009527,
+ 4467009530,
+ 4467009531,
+ 11772260405
+ ]
+ },
+ {
+ "wayId": 449765789,
+ "nodeIds": [
+ 11772260403,
+ 4467009529,
+ 4467009528,
+ 4467009526,
+ 4467009523,
+ 4467009520,
+ 4467009517,
+ 4467009513,
+ 4467009509,
+ 4467009491,
+ 4467009479,
+ 4467009477,
+ 11772260401
+ ]
+ },
+ {
+ "wayId": 1267530514,
+ "nodeIds": [
+ 11772260405,
+ 4467007737,
+ 11772260403
+ ]
+ },
+ {
+ "wayId": 1267530506,
+ "nodeIds": [
+ 11772260397,
+ 4467007735,
+ 11772260395
+ ]
+ },
+ {
+ "wayId": 1267530508,
+ "nodeIds": [
+ 11772260399,
+ 4467009475,
+ 4467009472,
+ 4467009413,
+ 4467009400,
+ 4467009392,
+ 4467009391,
+ 4467009389,
+ 4467009187,
+ 4467009186,
+ 4467009185,
+ 4467009184,
+ 4467009182,
+ 4467009181,
+ 4467009179,
+ 4467009178,
+ 4467009177,
+ 4467009175,
+ 4467009174,
+ 4467009173,
+ 11772260397
+ ]
+ },
+ {
+ "wayId": 1267530480,
+ "nodeIds": [
+ 11772260375,
+ 4467009094,
+ 11669759778,
+ 11624492850,
+ 4467009096,
+ 8640487666,
+ 4467009100,
+ 4467009102,
+ 4467009099,
+ 4467009093
+ ]
+ },
+ {
+ "wayId": 1267530504,
+ "nodeIds": [
+ 11772260395,
+ 4467009171,
+ 11186478076
+ ]
+ },
+ {
+ "wayId": 1267530502,
+ "nodeIds": [
+ 11772260393,
+ 4467007741,
+ 11772260391
+ ]
+ },
+ {
+ "wayId": 1267530498,
+ "nodeIds": [
+ 11772260389,
+ 4467009133,
+ 4467007739,
+ 11772260387
+ ]
+ },
+ {
+ "wayId": 449765792,
+ "nodeIds": [
+ 11772260387,
+ 4467009132,
+ 4467009131,
+ 4467009130,
+ 4467009129,
+ 11772260384
+ ]
+ },
+ {
+ "wayId": 1267530481,
+ "nodeIds": [
+ 11772260376,
+ 4467007738,
+ 11772260375
+ ]
+ },
+ {
+ "wayId": 1267530492,
+ "nodeIds": [
+ 4467009128,
+ 4467009127,
+ 4467009126,
+ 4467009125,
+ 4467009124,
+ 4467009123,
+ 4467009122,
+ 4467009121,
+ 4467009115,
+ 4467009109,
+ 4467009103,
+ 4467009098,
+ 4467009090,
+ 4467007988,
+ 4467007985,
+ 4467007983
+ ]
+ },
+ {
+ "wayId": 1267530494,
+ "nodeIds": [
+ 11772260384,
+ 10056939389,
+ 4467009128
+ ]
+ },
+ {
+ "wayId": 1098570839,
+ "nodeIds": [
+ 4467007962,
+ 4467007961,
+ 4467007960,
+ 4566488042,
+ 4467007959,
+ 4467007958,
+ 4467007957,
+ 11772260369
+ ]
+ },
+ {
+ "wayId": 1267530476,
+ "nodeIds": [
+ 11772260371,
+ 4467007970,
+ 4467007969,
+ 4467007968,
+ 4467007967,
+ 4467007966,
+ 4467007965,
+ 4566488041,
+ 4467007964,
+ 4566488039,
+ 4467007963,
+ 5036740496,
+ 4467007962
+ ]
+ },
+ {
+ "wayId": 1098570838,
+ "nodeIds": [
+ 10058771169,
+ 4467007736,
+ 10058771167
+ ]
+ },
+ {
+ "wayId": 449765745,
+ "nodeIds": [
+ 4467009093,
+ 9061839666,
+ 4467009089,
+ 4467007987,
+ 4467007982,
+ 4467007976,
+ 4467007975,
+ 4467007974,
+ 4467007973,
+ 4467007972,
+ 4467007971,
+ 11772260372
+ ]
+ },
+ {
+ "wayId": 520578262,
+ "nodeIds": [
+ 11772260382,
+ 4467007978,
+ 4467007977,
+ 4467007979,
+ 4467007981,
+ 4467007984,
+ 4467007986,
+ 4467009091,
+ 4467009107,
+ 4467009114,
+ 6965914396,
+ 4467009116,
+ 4467009119,
+ 6965914398,
+ 4467009120,
+ 4467009118,
+ 4467009117,
+ 11772260380
+ ]
+ },
+ {
+ "wayId": 1267530490,
+ "nodeIds": [
+ 4467007983,
+ 4715227349
+ ]
+ },
+ {
+ "wayId": 1267530487,
+ "nodeIds": [
+ 4715227347,
+ 4467007980,
+ 11772260382
+ ]
+ },
+ {
+ "wayId": 1267530472,
+ "nodeIds": [
+ 10058771167,
+ 4467007956,
+ 4566488048,
+ 4467007955,
+ 4566488053,
+ 4467007954,
+ 4566488046,
+ 4566488054,
+ 4566488044,
+ 4467007953,
+ 4566488050,
+ 4467007952
+ ]
+ },
+ {
+ "wayId": 1267530484,
+ "nodeIds": [
+ 11772260379,
+ 4467009108,
+ 4467009104,
+ 4467009105,
+ 4467009111,
+ 4467009113,
+ 4467009110,
+ 4467009106,
+ 4467009101,
+ 4467009097,
+ 4467009095,
+ 4467009092,
+ 11772260376
+ ]
+ },
+ {
+ "wayId": 520578264,
+ "nodeIds": [
+ 4715227349,
+ 4467007732,
+ 4715227347
+ ]
+ },
+ {
+ "wayId": 1267530474,
+ "nodeIds": [
+ 11772260369,
+ 10058771169
+ ]
+ },
+ {
+ "wayId": 1098473537,
+ "nodeIds": [
+ 4467007762,
+ 4467007740
+ ]
+ },
+ {
+ "wayId": 1267530477,
+ "nodeIds": [
+ 11772260372,
+ 4467007730,
+ 11772260371
+ ]
+ },
+ {
+ "wayId": 1267530485,
+ "nodeIds": [
+ 11772260380,
+ 4467007731,
+ 4701580674,
+ 4467009112,
+ 11772260379
+ ]
+ },
+ {
+ "wayId": 449765750,
+ "nodeIds": [
+ 4467007952,
+ 4467007951,
+ 4467007950,
+ 4467007776,
+ 4467007774,
+ 4467007773,
+ 6299978811,
+ 4467007771,
+ 4467007770,
+ 4467007769,
+ 4467007766,
+ 11772260418
+ ]
+ },
+ {
+ "wayId": 1267530533,
+ "nodeIds": [
+ 11772260418,
+ 4467007762
+ ]
+ }
+ ],
+ "nodes": [
+ {
+ "nodeId": 3416759459,
+ "name": "Villejean - Université",
+ "lat": 48.1212281,
+ "lon": -1.7039216
+ },
+ {
+ "nodeId": 283117224,
+ "name": "J.F. Kennedy",
+ "lat": 48.1213127,
+ "lon": -1.7112751
+ },
+ {
+ "nodeId": 3416759443,
+ "name": "Gares",
+ "lat": 48.1038315,
+ "lon": -1.6722505
+ },
+ {
+ "nodeId": 3416759455,
+ "name": "Sainte-Anne",
+ "lat": 48.1145349,
+ "lon": -1.680525
+ },
+ {
+ "nodeId": 4467007727,
+ "name": "Atalante",
+ "lat": 48.1271483,
+ "lon": -1.628117
+ },
+ {
+ "nodeId": 4467007734,
+ "name": "Joliot-Curie - Chateaubriand",
+ "lat": 48.1240596,
+ "lon": -1.6513943
+ },
+ {
+ "nodeId": 3416759451,
+ "name": "Le Blosne",
+ "lat": 48.0877194,
+ "lon": -1.6542818
+ },
+ {
+ "nodeId": 3416759447,
+ "name": "Italie",
+ "lat": 48.0865537,
+ "lon": -1.6679201
+ },
+ {
+ "nodeId": 3416759439,
+ "name": "Charles de Gaulle",
+ "lat": 48.1054507,
+ "lon": -1.6768556
+ },
+ {
+ "nodeId": 3416759441,
+ "name": "Clemenceau",
+ "lat": 48.093493,
+ "lon": -1.6744399
+ },
+ {
+ "nodeId": 4467009409,
+ "name": "Beaulieu - Université",
+ "lat": 48.122138,
+ "lon": -1.6391442
+ },
+ {
+ "nodeId": 2962755129,
+ "name": "La Poterie",
+ "lat": 48.0874766,
+ "lon": -1.6445747
+ },
+ {
+ "nodeId": 4467007737,
+ "name": "Les Gayeulles",
+ "lat": 48.129439,
+ "lon": -1.6571569
+ },
+ {
+ "nodeId": 3416759437,
+ "name": "Anatole France",
+ "lat": 48.1181234,
+ "lon": -1.6876157
+ },
+ {
+ "nodeId": 4467007735,
+ "name": "Jules Ferry",
+ "lat": 48.1186873,
+ "lon": -1.6709316
+ },
+ {
+ "nodeId": 4467007730,
+ "name": "Cleunay",
+ "lat": 48.1009351,
+ "lon": -1.7064366
+ },
+ {
+ "nodeId": 4467007731,
+ "name": "Colombier",
+ "lat": 48.105937,
+ "lon": -1.6820741
+ },
+ {
+ "nodeId": 4467007738,
+ "name": "Mabilais",
+ "lat": 48.1050892,
+ "lon": -1.6928094
+ },
+ {
+ "nodeId": 4467007740,
+ "name": "Saint-Jacques - Gaîté",
+ "lat": 48.0920072,
+ "lon": -1.7036861
+ },
+ {
+ "nodeId": 4467007736,
+ "name": "La Courrouze",
+ "lat": 48.0964124,
+ "lon": -1.6982774
+ },
+ {
+ "nodeId": 3416759449,
+ "name": "Jacques Cartier",
+ "lat": 48.0975447,
+ "lon": -1.6754729
+ },
+ {
+ "nodeId": 3416759446,
+ "name": "Henri Fréville",
+ "lat": 48.0876759,
+ "lon": -1.6748324
+ },
+ {
+ "nodeId": 3416759454,
+ "name": "République",
+ "lat": 48.1097595,
+ "lon": -1.6792077
+ },
+ {
+ "nodeId": 4467009536,
+ "name": "Cesson - Viasilva",
+ "lat": 48.1315023,
+ "lon": -1.6200739
+ },
+ {
+ "nodeId": 3416759457,
+ "name": "Triangle",
+ "lat": 48.0864251,
+ "lon": -1.6603593
+ },
+ {
+ "nodeId": 3988224001,
+ "name": "Pontchaillou",
+ "lat": 48.1215446,
+ "lon": -1.6933994
+ },
+ {
+ "nodeId": 4467007741,
+ "name": "Sainte-Anne",
+ "lat": 48.1146999,
+ "lon": -1.6799664
+ },
+ {
+ "nodeId": 4467007733,
+ "name": "Gros-Chêne",
+ "lat": 48.1251862,
+ "lon": -1.6644484
+ },
+ {
+ "nodeId": 4467007739,
+ "name": "Saint-Germain",
+ "lat": 48.1105189,
+ "lon": -1.6761185
+ },
+ {
+ "nodeId": 4467007732,
+ "name": "Gares",
+ "lat": 48.1042331,
+ "lon": -1.6720876
+ },
+ {
+ "nodeId": 2962756624,
+ "lat": 48.121532,
+ "lon": -1.6937058
+ },
+ {
+ "nodeId": 2962756736,
+ "lat": 48.1215572,
+ "lon": -1.6930935
+ },
+ {
+ "nodeId": 3416771748,
+ "lat": 48.1146803,
+ "lon": -1.6807618
+ },
+ {
+ "nodeId": 3416771744,
+ "lat": 48.1143838,
+ "lon": -1.6803033
+ },
+ {
+ "nodeId": 3416771825,
+ "lat": 48.1212247,
+ "lon": -1.7037315
+ },
+ {
+ "nodeId": 3416771824,
+ "lat": 48.1212203,
+ "lon": -1.7035083
+ },
+ {
+ "nodeId": 3416771823,
+ "lat": 48.1212164,
+ "lon": -1.7031024
+ },
+ {
+ "nodeId": 2962756578,
+ "lat": 48.1212174,
+ "lon": -1.7026082
+ },
+ {
+ "nodeId": 3416771847,
+ "lat": 48.1213063,
+ "lon": -1.7107825
+ },
+ {
+ "nodeId": 3416771846,
+ "lat": 48.1212975,
+ "lon": -1.7107112
+ },
+ {
+ "nodeId": 8258216217,
+ "lat": 48.121291,
+ "lon": -1.7106869
+ },
+ {
+ "nodeId": 3416771837,
+ "lat": 48.1212841,
+ "lon": -1.7106613
+ },
+ {
+ "nodeId": 3416771834,
+ "lat": 48.1212774,
+ "lon": -1.7105948
+ },
+ {
+ "nodeId": 2962755131,
+ "lat": 48.1207203,
+ "lon": -1.6899659
+ },
+ {
+ "nodeId": 3416771819,
+ "lat": 48.1205829,
+ "lon": -1.6898363
+ },
+ {
+ "nodeId": 3416771817,
+ "lat": 48.1204023,
+ "lon": -1.6897016
+ },
+ {
+ "nodeId": 3416771815,
+ "lat": 48.1201885,
+ "lon": -1.6895606
+ },
+ {
+ "nodeId": 3416771813,
+ "lat": 48.1193117,
+ "lon": -1.6890556
+ },
+ {
+ "nodeId": 3416771811,
+ "lat": 48.1191532,
+ "lon": -1.6889583
+ },
+ {
+ "nodeId": 3416771809,
+ "lat": 48.1190694,
+ "lon": -1.6889028
+ },
+ {
+ "nodeId": 3416771807,
+ "lat": 48.1189929,
+ "lon": -1.6888455
+ },
+ {
+ "nodeId": 3416771805,
+ "lat": 48.1188842,
+ "lon": -1.6887563
+ },
+ {
+ "nodeId": 3416771803,
+ "lat": 48.1187421,
+ "lon": -1.6886162
+ },
+ {
+ "nodeId": 3416771801,
+ "lat": 48.1186395,
+ "lon": -1.6884925
+ },
+ {
+ "nodeId": 3416771799,
+ "lat": 48.1185168,
+ "lon": -1.688327
+ },
+ {
+ "nodeId": 3416771797,
+ "lat": 48.118413,
+ "lon": -1.6881569
+ },
+ {
+ "nodeId": 3416771795,
+ "lat": 48.1183541,
+ "lon": -1.6880541
+ },
+ {
+ "nodeId": 3416771792,
+ "lat": 48.1181777,
+ "lon": -1.6877173
+ },
+ {
+ "nodeId": 3416771525,
+ "lat": 48.0974174,
+ "lon": -1.6754359
+ },
+ {
+ "nodeId": 3416771523,
+ "lat": 48.0970966,
+ "lon": -1.6753435
+ },
+ {
+ "nodeId": 3416771521,
+ "lat": 48.0969013,
+ "lon": -1.6752667
+ },
+ {
+ "nodeId": 3416771519,
+ "lat": 48.0967439,
+ "lon": -1.6751931
+ },
+ {
+ "nodeId": 3416771517,
+ "lat": 48.0963691,
+ "lon": -1.6750064
+ },
+ {
+ "nodeId": 3416771515,
+ "lat": 48.0961886,
+ "lon": -1.674924
+ },
+ {
+ "nodeId": 3416771513,
+ "lat": 48.0960292,
+ "lon": -1.6748661
+ },
+ {
+ "nodeId": 3416771511,
+ "lat": 48.0958713,
+ "lon": -1.6748251
+ },
+ {
+ "nodeId": 3416771509,
+ "lat": 48.0944763,
+ "lon": -1.6745801
+ },
+ {
+ "nodeId": 3416771507,
+ "lat": 48.0936528,
+ "lon": -1.6744638
+ },
+ {
+ "nodeId": 3416771826,
+ "lat": 48.1212318,
+ "lon": -1.7041367
+ },
+ {
+ "nodeId": 2962756598,
+ "lat": 48.1213381,
+ "lon": -1.6910926
+ },
+ {
+ "nodeId": 2962756596,
+ "lat": 48.1213145,
+ "lon": -1.6910118
+ },
+ {
+ "nodeId": 2962756593,
+ "lat": 48.1212796,
+ "lon": -1.6909041
+ },
+ {
+ "nodeId": 2962756585,
+ "lat": 48.1212396,
+ "lon": -1.6907935
+ },
+ {
+ "nodeId": 2962756572,
+ "lat": 48.1211867,
+ "lon": -1.6906674
+ },
+ {
+ "nodeId": 2962756566,
+ "lat": 48.1211288,
+ "lon": -1.690542
+ },
+ {
+ "nodeId": 2962756555,
+ "lat": 48.1210455,
+ "lon": -1.6903959
+ },
+ {
+ "nodeId": 2962756539,
+ "lat": 48.1209635,
+ "lon": -1.6902642
+ },
+ {
+ "nodeId": 2962756537,
+ "lat": 48.1209051,
+ "lon": -1.6901803
+ },
+ {
+ "nodeId": 2962756535,
+ "lat": 48.1208474,
+ "lon": -1.6901061
+ },
+ {
+ "nodeId": 2962756533,
+ "lat": 48.1207851,
+ "lon": -1.6900329
+ },
+ {
+ "nodeId": 2962756582,
+ "lat": 48.1212235,
+ "lon": -1.701392
+ },
+ {
+ "nodeId": 2962756583,
+ "lat": 48.1212247,
+ "lon": -1.7007928
+ },
+ {
+ "nodeId": 7485191467,
+ "lat": 48.1212238,
+ "lon": -1.7005583
+ },
+ {
+ "nodeId": 3416759483,
+ "lat": 48.0865498,
+ "lon": -1.6676612
+ },
+ {
+ "nodeId": 3416759467,
+ "lat": 48.0864284,
+ "lon": -1.660573
+ },
+ {
+ "nodeId": 3416771632,
+ "lat": 48.1039548,
+ "lon": -1.6724207
+ },
+ {
+ "nodeId": 3416771628,
+ "lat": 48.1037333,
+ "lon": -1.672115
+ },
+ {
+ "nodeId": 3416771501,
+ "lat": 48.0933237,
+ "lon": -1.6744147
+ },
+ {
+ "nodeId": 3416771499,
+ "lat": 48.0930986,
+ "lon": -1.6743881
+ },
+ {
+ "nodeId": 3416771497,
+ "lat": 48.0929912,
+ "lon": -1.6743885
+ },
+ {
+ "nodeId": 3416771496,
+ "lat": 48.0929022,
+ "lon": -1.6743927
+ },
+ {
+ "nodeId": 3416771494,
+ "lat": 48.092794,
+ "lon": -1.6744033
+ },
+ {
+ "nodeId": 3416771492,
+ "lat": 48.0919046,
+ "lon": -1.6746017
+ },
+ {
+ "nodeId": 3416771490,
+ "lat": 48.0917506,
+ "lon": -1.6746327
+ },
+ {
+ "nodeId": 3416771488,
+ "lat": 48.0916347,
+ "lon": -1.6746463
+ },
+ {
+ "nodeId": 3416771486,
+ "lat": 48.0913969,
+ "lon": -1.6746601
+ },
+ {
+ "nodeId": 3416771484,
+ "lat": 48.0893667,
+ "lon": -1.6747355
+ },
+ {
+ "nodeId": 3416771482,
+ "lat": 48.0891603,
+ "lon": -1.6747458
+ },
+ {
+ "nodeId": 3416771480,
+ "lat": 48.0887597,
+ "lon": -1.6747861
+ },
+ {
+ "nodeId": 3416771478,
+ "lat": 48.0886241,
+ "lon": -1.6747951
+ },
+ {
+ "nodeId": 3416771476,
+ "lat": 48.0878307,
+ "lon": -1.674828
+ },
+ {
+ "nodeId": 5073457336,
+ "lat": 48.1098879,
+ "lon": -1.679209
+ },
+ {
+ "nodeId": 3416771711,
+ "lat": 48.1096222,
+ "lon": -1.6792068
+ },
+ {
+ "nodeId": 2962756740,
+ "lat": 48.1215616,
+ "lon": -1.6928872
+ },
+ {
+ "nodeId": 2962756739,
+ "lat": 48.1215609,
+ "lon": -1.6926729
+ },
+ {
+ "nodeId": 2962756735,
+ "lat": 48.121553,
+ "lon": -1.692522
+ },
+ {
+ "nodeId": 2962756628,
+ "lat": 48.1215405,
+ "lon": -1.6923627
+ },
+ {
+ "nodeId": 2962756617,
+ "lat": 48.1215122,
+ "lon": -1.6920992
+ },
+ {
+ "nodeId": 2962756608,
+ "lat": 48.1214629,
+ "lon": -1.691686
+ },
+ {
+ "nodeId": 2962756605,
+ "lat": 48.1214334,
+ "lon": -1.6915007
+ },
+ {
+ "nodeId": 2962756603,
+ "lat": 48.1214059,
+ "lon": -1.6913585
+ },
+ {
+ "nodeId": 2962756601,
+ "lat": 48.121367,
+ "lon": -1.6911962
+ },
+ {
+ "nodeId": 3416771788,
+ "lat": 48.1180677,
+ "lon": -1.6875114
+ },
+ {
+ "nodeId": 3416771530,
+ "lat": 48.0976718,
+ "lon": -1.6755099
+ },
+ {
+ "nodeId": 3416771625,
+ "lat": 48.1035848,
+ "lon": -1.6719096
+ },
+ {
+ "nodeId": 3416771623,
+ "lat": 48.1034377,
+ "lon": -1.6717142
+ },
+ {
+ "nodeId": 3416771621,
+ "lat": 48.1033248,
+ "lon": -1.6715827
+ },
+ {
+ "nodeId": 3416771619,
+ "lat": 48.103216,
+ "lon": -1.6714633
+ },
+ {
+ "nodeId": 3416771617,
+ "lat": 48.1031029,
+ "lon": -1.6713575
+ },
+ {
+ "nodeId": 3416771615,
+ "lat": 48.1029898,
+ "lon": -1.6712711
+ },
+ {
+ "nodeId": 3416771613,
+ "lat": 48.1028644,
+ "lon": -1.6711895
+ },
+ {
+ "nodeId": 3416771611,
+ "lat": 48.1027101,
+ "lon": -1.6711079
+ },
+ {
+ "nodeId": 3416771609,
+ "lat": 48.1025851,
+ "lon": -1.6710605
+ },
+ {
+ "nodeId": 3416771607,
+ "lat": 48.1024575,
+ "lon": -1.6710249
+ },
+ {
+ "nodeId": 3416771605,
+ "lat": 48.1022949,
+ "lon": -1.6709968
+ },
+ {
+ "nodeId": 3416771603,
+ "lat": 48.1021659,
+ "lon": -1.6709883
+ },
+ {
+ "nodeId": 3416771602,
+ "lat": 48.1020257,
+ "lon": -1.6709959
+ },
+ {
+ "nodeId": 3416771600,
+ "lat": 48.1018631,
+ "lon": -1.6710273
+ },
+ {
+ "nodeId": 3416771598,
+ "lat": 48.1017302,
+ "lon": -1.6710698
+ },
+ {
+ "nodeId": 3416771596,
+ "lat": 48.1016063,
+ "lon": -1.6711181
+ },
+ {
+ "nodeId": 3416771594,
+ "lat": 48.101452,
+ "lon": -1.6712056
+ },
+ {
+ "nodeId": 3416771592,
+ "lat": 48.1013341,
+ "lon": -1.6712837
+ },
+ {
+ "nodeId": 3416771590,
+ "lat": 48.1012181,
+ "lon": -1.6713786
+ },
+ {
+ "nodeId": 3416771588,
+ "lat": 48.1011071,
+ "lon": -1.6714846
+ },
+ {
+ "nodeId": 3416771586,
+ "lat": 48.1010028,
+ "lon": -1.6716018
+ },
+ {
+ "nodeId": 3416771584,
+ "lat": 48.1008795,
+ "lon": -1.6717583
+ },
+ {
+ "nodeId": 3416771582,
+ "lat": 48.1007856,
+ "lon": -1.6718997
+ },
+ {
+ "nodeId": 3416771580,
+ "lat": 48.1007025,
+ "lon": -1.6720461
+ },
+ {
+ "nodeId": 3416771578,
+ "lat": 48.1006049,
+ "lon": -1.6722484
+ },
+ {
+ "nodeId": 944682071,
+ "lat": 48.1005868,
+ "lon": -1.6723009
+ },
+ {
+ "nodeId": 3416771576,
+ "lat": 48.1005388,
+ "lon": -1.6724135
+ },
+ {
+ "nodeId": 3416771574,
+ "lat": 48.100449,
+ "lon": -1.6726757
+ },
+ {
+ "nodeId": 3416771570,
+ "lat": 48.1001885,
+ "lon": -1.6737717
+ },
+ {
+ "nodeId": 3416771572,
+ "lat": 48.1003697,
+ "lon": -1.6729831
+ },
+ {
+ "nodeId": 3416771568,
+ "lat": 48.1001241,
+ "lon": -1.6740033
+ },
+ {
+ "nodeId": 3416771566,
+ "lat": 48.1000516,
+ "lon": -1.6741985
+ },
+ {
+ "nodeId": 3416771564,
+ "lat": 48.0999961,
+ "lon": -1.6743402
+ },
+ {
+ "nodeId": 3416771562,
+ "lat": 48.0999082,
+ "lon": -1.6745306
+ },
+ {
+ "nodeId": 3416771560,
+ "lat": 48.0997815,
+ "lon": -1.6747586
+ },
+ {
+ "nodeId": 3416771558,
+ "lat": 48.0997056,
+ "lon": -1.6748776
+ },
+ {
+ "nodeId": 3416771556,
+ "lat": 48.0996323,
+ "lon": -1.6749759
+ },
+ {
+ "nodeId": 3416771554,
+ "lat": 48.0995067,
+ "lon": -1.6751176
+ },
+ {
+ "nodeId": 3416771552,
+ "lat": 48.0993682,
+ "lon": -1.6752585
+ },
+ {
+ "nodeId": 3416771550,
+ "lat": 48.0992233,
+ "lon": -1.6753762
+ },
+ {
+ "nodeId": 3416771548,
+ "lat": 48.099071,
+ "lon": -1.6754744
+ },
+ {
+ "nodeId": 3416771546,
+ "lat": 48.0989471,
+ "lon": -1.6755378
+ },
+ {
+ "nodeId": 3416771544,
+ "lat": 48.0987548,
+ "lon": -1.6756104
+ },
+ {
+ "nodeId": 3416771542,
+ "lat": 48.0985922,
+ "lon": -1.6756473
+ },
+ {
+ "nodeId": 3416771540,
+ "lat": 48.0984557,
+ "lon": -1.6756596
+ },
+ {
+ "nodeId": 3416771537,
+ "lat": 48.0982929,
+ "lon": -1.6756613
+ },
+ {
+ "nodeId": 3416771535,
+ "lat": 48.0981853,
+ "lon": -1.6756437
+ },
+ {
+ "nodeId": 3416771533,
+ "lat": 48.0980631,
+ "lon": -1.6756202
+ },
+ {
+ "nodeId": 3416771440,
+ "lat": 48.0875231,
+ "lon": -1.6748368
+ },
+ {
+ "nodeId": 3416771848,
+ "lat": 48.1213085,
+ "lon": -1.7109564
+ },
+ {
+ "nodeId": 3416771785,
+ "lat": 48.1177908,
+ "lon": -1.6869797
+ },
+ {
+ "nodeId": 3416771783,
+ "lat": 48.1176421,
+ "lon": -1.686661
+ },
+ {
+ "nodeId": 3416771781,
+ "lat": 48.1175443,
+ "lon": -1.68641
+ },
+ {
+ "nodeId": 3416771779,
+ "lat": 48.1174836,
+ "lon": -1.6862464
+ },
+ {
+ "nodeId": 3416771777,
+ "lat": 48.1174161,
+ "lon": -1.6860453
+ },
+ {
+ "nodeId": 3416771775,
+ "lat": 48.1167847,
+ "lon": -1.6838276
+ },
+ {
+ "nodeId": 3416771773,
+ "lat": 48.1166873,
+ "lon": -1.6834977
+ },
+ {
+ "nodeId": 3416771771,
+ "lat": 48.1166182,
+ "lon": -1.6832942
+ },
+ {
+ "nodeId": 3416771769,
+ "lat": 48.1165498,
+ "lon": -1.683108
+ },
+ {
+ "nodeId": 3416771767,
+ "lat": 48.1164414,
+ "lon": -1.6828513
+ },
+ {
+ "nodeId": 3416771765,
+ "lat": 48.1162933,
+ "lon": -1.6825861
+ },
+ {
+ "nodeId": 3416771763,
+ "lat": 48.1161268,
+ "lon": -1.6823368
+ },
+ {
+ "nodeId": 3416771761,
+ "lat": 48.1159398,
+ "lon": -1.6821152
+ },
+ {
+ "nodeId": 3416771759,
+ "lat": 48.1156243,
+ "lon": -1.681806
+ },
+ {
+ "nodeId": 3416771757,
+ "lat": 48.1153048,
+ "lon": -1.6815345
+ },
+ {
+ "nodeId": 3416771755,
+ "lat": 48.1151335,
+ "lon": -1.6813695
+ },
+ {
+ "nodeId": 3416771753,
+ "lat": 48.1150254,
+ "lon": -1.6812457
+ },
+ {
+ "nodeId": 3416771751,
+ "lat": 48.1148343,
+ "lon": -1.6809944
+ },
+ {
+ "nodeId": 3416771660,
+ "lat": 48.1055177,
+ "lon": -1.6771959
+ },
+ {
+ "nodeId": 3416771656,
+ "lat": 48.1053841,
+ "lon": -1.6765176
+ },
+ {
+ "nodeId": 6661463091,
+ "lat": 48.086573,
+ "lon": -1.6693076
+ },
+ {
+ "nodeId": 3416759484,
+ "lat": 48.0865576,
+ "lon": -1.6681825
+ },
+ {
+ "nodeId": 3416771653,
+ "lat": 48.1050649,
+ "lon": -1.6749055
+ },
+ {
+ "nodeId": 3416771651,
+ "lat": 48.1050125,
+ "lon": -1.674643
+ },
+ {
+ "nodeId": 3416771649,
+ "lat": 48.1049342,
+ "lon": -1.674308
+ },
+ {
+ "nodeId": 3416771647,
+ "lat": 48.1048808,
+ "lon": -1.6741168
+ },
+ {
+ "nodeId": 3416771645,
+ "lat": 48.1048176,
+ "lon": -1.6739301
+ },
+ {
+ "nodeId": 3416771643,
+ "lat": 48.1047479,
+ "lon": -1.6737411
+ },
+ {
+ "nodeId": 3416771641,
+ "lat": 48.1046777,
+ "lon": -1.6735687
+ },
+ {
+ "nodeId": 3416771639,
+ "lat": 48.1045637,
+ "lon": -1.6733418
+ },
+ {
+ "nodeId": 3416771637,
+ "lat": 48.1044457,
+ "lon": -1.6731249
+ },
+ {
+ "nodeId": 3416771635,
+ "lat": 48.1043101,
+ "lon": -1.6729159
+ },
+ {
+ "nodeId": 3416771710,
+ "lat": 48.1087049,
+ "lon": -1.6792016
+ },
+ {
+ "nodeId": 3416771708,
+ "lat": 48.1084634,
+ "lon": -1.6792113
+ },
+ {
+ "nodeId": 3416771706,
+ "lat": 48.1082173,
+ "lon": -1.6792496
+ },
+ {
+ "nodeId": 3416771704,
+ "lat": 48.108072,
+ "lon": -1.6792822
+ },
+ {
+ "nodeId": 3416771702,
+ "lat": 48.1077598,
+ "lon": -1.6793634
+ },
+ {
+ "nodeId": 3416771700,
+ "lat": 48.1076199,
+ "lon": -1.6794042
+ },
+ {
+ "nodeId": 3416771698,
+ "lat": 48.1074666,
+ "lon": -1.6794289
+ },
+ {
+ "nodeId": 3416771693,
+ "lat": 48.1071737,
+ "lon": -1.6794303
+ },
+ {
+ "nodeId": 3416771696,
+ "lat": 48.1073266,
+ "lon": -1.6794408
+ },
+ {
+ "nodeId": 3416771691,
+ "lat": 48.106994,
+ "lon": -1.6793909
+ },
+ {
+ "nodeId": 3416771689,
+ "lat": 48.1068379,
+ "lon": -1.6793425
+ },
+ {
+ "nodeId": 3416771687,
+ "lat": 48.1066597,
+ "lon": -1.6792523
+ },
+ {
+ "nodeId": 3416771685,
+ "lat": 48.1065397,
+ "lon": -1.6791743
+ },
+ {
+ "nodeId": 3416771683,
+ "lat": 48.1064566,
+ "lon": -1.6791125
+ },
+ {
+ "nodeId": 3416771681,
+ "lat": 48.1063496,
+ "lon": -1.6790171
+ },
+ {
+ "nodeId": 3416771679,
+ "lat": 48.1062713,
+ "lon": -1.6789404
+ },
+ {
+ "nodeId": 3416771677,
+ "lat": 48.1061706,
+ "lon": -1.6788221
+ },
+ {
+ "nodeId": 3416771675,
+ "lat": 48.1060739,
+ "lon": -1.6786991
+ },
+ {
+ "nodeId": 3416771673,
+ "lat": 48.10596,
+ "lon": -1.6785215
+ },
+ {
+ "nodeId": 3416771671,
+ "lat": 48.1058465,
+ "lon": -1.678307
+ },
+ {
+ "nodeId": 3416771669,
+ "lat": 48.105791,
+ "lon": -1.678184
+ },
+ {
+ "nodeId": 3416771667,
+ "lat": 48.1057138,
+ "lon": -1.67798
+ },
+ {
+ "nodeId": 3416771665,
+ "lat": 48.105643,
+ "lon": -1.6777581
+ },
+ {
+ "nodeId": 3416771662,
+ "lat": 48.105562,
+ "lon": -1.6774224
+ },
+ {
+ "nodeId": 3416771831,
+ "lat": 48.1212622,
+ "lon": -1.7093271
+ },
+ {
+ "nodeId": 3416771832,
+ "lat": 48.1212633,
+ "lon": -1.7088841
+ },
+ {
+ "nodeId": 3416771833,
+ "lat": 48.1212691,
+ "lon": -1.7087027
+ },
+ {
+ "nodeId": 3416771843,
+ "lat": 48.1212961,
+ "lon": -1.7077791
+ },
+ {
+ "nodeId": 3416771845,
+ "lat": 48.1212968,
+ "lon": -1.7073777
+ },
+ {
+ "nodeId": 2962756581,
+ "lat": 48.1212235,
+ "lon": -1.7004916
+ },
+ {
+ "nodeId": 2962756580,
+ "lat": 48.1212184,
+ "lon": -1.7003347
+ },
+ {
+ "nodeId": 2962756575,
+ "lat": 48.1212068,
+ "lon": -1.7001847
+ },
+ {
+ "nodeId": 2962756573,
+ "lat": 48.1211877,
+ "lon": -1.7000158
+ },
+ {
+ "nodeId": 2962756570,
+ "lat": 48.1211637,
+ "lon": -1.6998703
+ },
+ {
+ "nodeId": 2962756562,
+ "lat": 48.1210945,
+ "lon": -1.6995194
+ },
+ {
+ "nodeId": 2962756552,
+ "lat": 48.1210347,
+ "lon": -1.6992057
+ },
+ {
+ "nodeId": 2962756545,
+ "lat": 48.1210104,
+ "lon": -1.6990272
+ },
+ {
+ "nodeId": 2962756543,
+ "lat": 48.120995,
+ "lon": -1.6988572
+ },
+ {
+ "nodeId": 2962756541,
+ "lat": 48.1209904,
+ "lon": -1.6987043
+ },
+ {
+ "nodeId": 2962756542,
+ "lat": 48.1209916,
+ "lon": -1.6985773
+ },
+ {
+ "nodeId": 2962756544,
+ "lat": 48.1209975,
+ "lon": -1.6984815
+ },
+ {
+ "nodeId": 2962756546,
+ "lat": 48.1210117,
+ "lon": -1.6983272
+ },
+ {
+ "nodeId": 2962756556,
+ "lat": 48.121048,
+ "lon": -1.698097
+ },
+ {
+ "nodeId": 2962756551,
+ "lat": 48.1210267,
+ "lon": -1.698216
+ },
+ {
+ "nodeId": 2962756561,
+ "lat": 48.1210814,
+ "lon": -1.6979562
+ },
+ {
+ "nodeId": 2962756564,
+ "lat": 48.12111,
+ "lon": -1.6978532
+ },
+ {
+ "nodeId": 2962756568,
+ "lat": 48.1211458,
+ "lon": -1.6977404
+ },
+ {
+ "nodeId": 2962756579,
+ "lat": 48.1212181,
+ "lon": -1.6975407
+ },
+ {
+ "nodeId": 2962756594,
+ "lat": 48.1212967,
+ "lon": -1.6973381
+ },
+ {
+ "nodeId": 2962756606,
+ "lat": 48.1214401,
+ "lon": -1.6969269
+ },
+ {
+ "nodeId": 2962756610,
+ "lat": 48.1214693,
+ "lon": -1.6968136
+ },
+ {
+ "nodeId": 2962756612,
+ "lat": 48.121494,
+ "lon": -1.6966942
+ },
+ {
+ "nodeId": 2962756618,
+ "lat": 48.1215143,
+ "lon": -1.6965778
+ },
+ {
+ "nodeId": 2962756623,
+ "lat": 48.1215323,
+ "lon": -1.6964556
+ },
+ {
+ "nodeId": 2962756627,
+ "lat": 48.1215396,
+ "lon": -1.6963672
+ },
+ {
+ "nodeId": 2962756630,
+ "lat": 48.1215454,
+ "lon": -1.6962835
+ },
+ {
+ "nodeId": 2962756620,
+ "lat": 48.1215216,
+ "lon": -1.6953427
+ },
+ {
+ "nodeId": 2962756734,
+ "lat": 48.1215507,
+ "lon": -1.6960225
+ },
+ {
+ "nodeId": 2962756631,
+ "lat": 48.1215465,
+ "lon": -1.69587
+ },
+ {
+ "nodeId": 2962756614,
+ "lat": 48.1214977,
+ "lon": -1.6948217
+ },
+ {
+ "nodeId": 2962756615,
+ "lat": 48.1214999,
+ "lon": -1.6944989
+ },
+ {
+ "nodeId": 2962756616,
+ "lat": 48.1215106,
+ "lon": -1.6941934
+ },
+ {
+ "nodeId": 3416771432,
+ "lat": 48.0873109,
+ "lon": -1.6748406
+ },
+ {
+ "nodeId": 2962756733,
+ "lat": 48.1215495,
+ "lon": -1.6961731
+ },
+ {
+ "nodeId": 3416771429,
+ "lat": 48.0872485,
+ "lon": -1.6748349
+ },
+ {
+ "nodeId": 3416771427,
+ "lat": 48.0871817,
+ "lon": -1.6748189
+ },
+ {
+ "nodeId": 3416771425,
+ "lat": 48.0871249,
+ "lon": -1.6747963
+ },
+ {
+ "nodeId": 3416771423,
+ "lat": 48.0870581,
+ "lon": -1.674763
+ },
+ {
+ "nodeId": 3416771421,
+ "lat": 48.0870035,
+ "lon": -1.6747233
+ },
+ {
+ "nodeId": 3416771419,
+ "lat": 48.0869489,
+ "lon": -1.6746779
+ },
+ {
+ "nodeId": 3416771417,
+ "lat": 48.0869005,
+ "lon": -1.6746247
+ },
+ {
+ "nodeId": 3416771415,
+ "lat": 48.0868543,
+ "lon": -1.674565
+ },
+ {
+ "nodeId": 3416771413,
+ "lat": 48.0868142,
+ "lon": -1.6745025
+ },
+ {
+ "nodeId": 3416771411,
+ "lat": 48.0867731,
+ "lon": -1.6744313
+ },
+ {
+ "nodeId": 3416771409,
+ "lat": 48.0867389,
+ "lon": -1.6743484
+ },
+ {
+ "nodeId": 3416771405,
+ "lat": 48.086701,
+ "lon": -1.6742523
+ },
+ {
+ "nodeId": 3416771402,
+ "lat": 48.0866777,
+ "lon": -1.6741726
+ },
+ {
+ "nodeId": 3416771400,
+ "lat": 48.0866625,
+ "lon": -1.6740924
+ },
+ {
+ "nodeId": 3416771397,
+ "lat": 48.0866474,
+ "lon": -1.6739951
+ },
+ {
+ "nodeId": 3416771394,
+ "lat": 48.0866366,
+ "lon": -1.6738529
+ },
+ {
+ "nodeId": 3416771393,
+ "lat": 48.0866291,
+ "lon": -1.67368
+ },
+ {
+ "nodeId": 4551639187,
+ "lat": 48.0866256,
+ "lon": -1.6732848
+ },
+ {
+ "nodeId": 4241457527,
+ "lat": 48.0866265,
+ "lon": -1.6728874
+ },
+ {
+ "nodeId": 3416759492,
+ "lat": 48.086624,
+ "lon": -1.6721316
+ },
+ {
+ "nodeId": 6661463089,
+ "lat": 48.0865919,
+ "lon": -1.6705295
+ },
+ {
+ "nodeId": 6661463090,
+ "lat": 48.0865812,
+ "lon": -1.6697951
+ },
+ {
+ "nodeId": 3416771741,
+ "lat": 48.1141614,
+ "lon": -1.6800222
+ },
+ {
+ "nodeId": 3416771739,
+ "lat": 48.1140536,
+ "lon": -1.6798948
+ },
+ {
+ "nodeId": 3416771737,
+ "lat": 48.1139241,
+ "lon": -1.6797602
+ },
+ {
+ "nodeId": 3416771735,
+ "lat": 48.1137622,
+ "lon": -1.6796329
+ },
+ {
+ "nodeId": 3416771733,
+ "lat": 48.1136183,
+ "lon": -1.6795404
+ },
+ {
+ "nodeId": 3416771731,
+ "lat": 48.1134696,
+ "lon": -1.6794676
+ },
+ {
+ "nodeId": 3416771729,
+ "lat": 48.1133202,
+ "lon": -1.6794176
+ },
+ {
+ "nodeId": 3416771727,
+ "lat": 48.113113,
+ "lon": -1.679375
+ },
+ {
+ "nodeId": 3416771725,
+ "lat": 48.1129331,
+ "lon": -1.6793584
+ },
+ {
+ "nodeId": 3416771723,
+ "lat": 48.1108294,
+ "lon": -1.6792684
+ },
+ {
+ "nodeId": 3416771721,
+ "lat": 48.1105976,
+ "lon": -1.6792527
+ },
+ {
+ "nodeId": 3416771719,
+ "lat": 48.1102076,
+ "lon": -1.6792272
+ },
+ {
+ "nodeId": 3416771462,
+ "lat": 48.0877153,
+ "lon": -1.6540382
+ },
+ {
+ "nodeId": 3416771457,
+ "lat": 48.0876957,
+ "lon": -1.6530635
+ },
+ {
+ "nodeId": 3416771456,
+ "lat": 48.0876871,
+ "lon": -1.6527944
+ },
+ {
+ "nodeId": 3416771446,
+ "lat": 48.0875859,
+ "lon": -1.6507978
+ },
+ {
+ "nodeId": 3416771445,
+ "lat": 48.0875766,
+ "lon": -1.6505111
+ },
+ {
+ "nodeId": 2505515622,
+ "lat": 48.0875699,
+ "lon": -1.6501475
+ },
+ {
+ "nodeId": 7485140519,
+ "lat": 48.0875439,
+ "lon": -1.6486076
+ },
+ {
+ "nodeId": 3416759465,
+ "lat": 48.0864218,
+ "lon": -1.6601431
+ },
+ {
+ "nodeId": 3416759463,
+ "lat": 48.086419,
+ "lon": -1.6598039
+ },
+ {
+ "nodeId": 3416759464,
+ "lat": 48.0864202,
+ "lon": -1.6596505
+ },
+ {
+ "nodeId": 3416759466,
+ "lat": 48.0864284,
+ "lon": -1.6594946
+ },
+ {
+ "nodeId": 3416759469,
+ "lat": 48.0864416,
+ "lon": -1.6593381
+ },
+ {
+ "nodeId": 3416759474,
+ "lat": 48.0864646,
+ "lon": -1.6591853
+ },
+ {
+ "nodeId": 3416759480,
+ "lat": 48.0865124,
+ "lon": -1.6589231
+ },
+ {
+ "nodeId": 3416759485,
+ "lat": 48.0865676,
+ "lon": -1.6587058
+ },
+ {
+ "nodeId": 3416759491,
+ "lat": 48.0866239,
+ "lon": -1.6585258
+ },
+ {
+ "nodeId": 3416771406,
+ "lat": 48.0867127,
+ "lon": -1.6582824
+ },
+ {
+ "nodeId": 3416771433,
+ "lat": 48.087397,
+ "lon": -1.6565553
+ },
+ {
+ "nodeId": 3416771441,
+ "lat": 48.0875255,
+ "lon": -1.656212
+ },
+ {
+ "nodeId": 3416771447,
+ "lat": 48.0875924,
+ "lon": -1.6559999
+ },
+ {
+ "nodeId": 3416771451,
+ "lat": 48.0876452,
+ "lon": -1.6557833
+ },
+ {
+ "nodeId": 3416771453,
+ "lat": 48.0876746,
+ "lon": -1.6556342
+ },
+ {
+ "nodeId": 3416771458,
+ "lat": 48.0876978,
+ "lon": -1.6554826
+ },
+ {
+ "nodeId": 3416771461,
+ "lat": 48.0877147,
+ "lon": -1.6553322
+ },
+ {
+ "nodeId": 3416771466,
+ "lat": 48.0877304,
+ "lon": -1.6550649
+ },
+ {
+ "nodeId": 3416771465,
+ "lat": 48.0877235,
+ "lon": -1.6545248
+ },
+ {
+ "nodeId": 6268363754,
+ "lat": 48.1310694,
+ "lon": -1.6206533
+ },
+ {
+ "nodeId": 4467009534,
+ "lat": 48.1309657,
+ "lon": -1.6207597
+ },
+ {
+ "nodeId": 5025429531,
+ "lat": 48.1308926,
+ "lon": -1.6208197
+ },
+ {
+ "nodeId": 8319624887,
+ "lat": 48.1307929,
+ "lon": -1.6208884
+ },
+ {
+ "nodeId": 8319624889,
+ "lat": 48.1310237,
+ "lon": -1.6207032
+ },
+ {
+ "nodeId": 8319624886,
+ "lat": 48.130735,
+ "lon": -1.620924
+ },
+ {
+ "nodeId": 4467009533,
+ "lat": 48.1306611,
+ "lon": -1.6209569
+ },
+ {
+ "nodeId": 8319624883,
+ "lat": 48.1306079,
+ "lon": -1.620976
+ },
+ {
+ "nodeId": 5025429533,
+ "lat": 48.1305268,
+ "lon": -1.6209986
+ },
+ {
+ "nodeId": 8319624881,
+ "lat": 48.1304448,
+ "lon": -1.6210141
+ },
+ {
+ "nodeId": 8319624880,
+ "lat": 48.1303692,
+ "lon": -1.6210225
+ },
+ {
+ "nodeId": 4467009532,
+ "lat": 48.1302771,
+ "lon": -1.6210255
+ },
+ {
+ "nodeId": 11772260417,
+ "lat": 48.130047,
+ "lon": -1.62103
+ },
+ {
+ "nodeId": 11772260415,
+ "lat": 48.1272648,
+ "lon": -1.627425
+ },
+ {
+ "nodeId": 4467009498,
+ "lat": 48.1272067,
+ "lon": -1.6277796
+ },
+ {
+ "nodeId": 6567598963,
+ "lat": 48.1313405,
+ "lon": -1.6202962
+ },
+ {
+ "nodeId": 4467009535,
+ "lat": 48.1311648,
+ "lon": -1.6205363
+ },
+ {
+ "nodeId": 3416771436,
+ "lat": 48.087479,
+ "lon": -1.6447726
+ },
+ {
+ "nodeId": 6567607179,
+ "lat": 48.1271,
+ "lon": -1.628387
+ },
+ {
+ "nodeId": 4467009489,
+ "lat": 48.1270754,
+ "lon": -1.6285189
+ },
+ {
+ "nodeId": 11772260412,
+ "lat": 48.1270348,
+ "lon": -1.628743
+ },
+ {
+ "nodeId": 4467009524,
+ "lat": 48.129045,
+ "lon": -1.6210324
+ },
+ {
+ "nodeId": 5854768415,
+ "lat": 48.1288528,
+ "lon": -1.6210407
+ },
+ {
+ "nodeId": 7076380603,
+ "lat": 48.1286831,
+ "lon": -1.6210697
+ },
+ {
+ "nodeId": 4467009519,
+ "lat": 48.1285721,
+ "lon": -1.6211003
+ },
+ {
+ "nodeId": 11954676897,
+ "lat": 48.128496,
+ "lon": -1.621124
+ },
+ {
+ "nodeId": 7076380604,
+ "lat": 48.1284136,
+ "lon": -1.6211595
+ },
+ {
+ "nodeId": 4467009516,
+ "lat": 48.1282413,
+ "lon": -1.6212507
+ },
+ {
+ "nodeId": 11954676900,
+ "lat": 48.1281736,
+ "lon": -1.6212941
+ },
+ {
+ "nodeId": 5854768417,
+ "lat": 48.1281059,
+ "lon": -1.6213493
+ },
+ {
+ "nodeId": 7076380608,
+ "lat": 48.1279923,
+ "lon": -1.6214444
+ },
+ {
+ "nodeId": 4467009512,
+ "lat": 48.1278943,
+ "lon": -1.6215436
+ },
+ {
+ "nodeId": 5854768419,
+ "lat": 48.1277758,
+ "lon": -1.6216837
+ },
+ {
+ "nodeId": 4467009510,
+ "lat": 48.1276767,
+ "lon": -1.6218167
+ },
+ {
+ "nodeId": 5854768421,
+ "lat": 48.1276062,
+ "lon": -1.6219299
+ },
+ {
+ "nodeId": 7893748786,
+ "lat": 48.1275132,
+ "lon": -1.6220981
+ },
+ {
+ "nodeId": 4467009508,
+ "lat": 48.1274397,
+ "lon": -1.6222518
+ },
+ {
+ "nodeId": 5854768423,
+ "lat": 48.127373,
+ "lon": -1.6224159
+ },
+ {
+ "nodeId": 8812765803,
+ "lat": 48.1273088,
+ "lon": -1.6226087
+ },
+ {
+ "nodeId": 4467009499,
+ "lat": 48.1272581,
+ "lon": -1.6228026
+ },
+ {
+ "nodeId": 5854768425,
+ "lat": 48.1272335,
+ "lon": -1.6229208
+ },
+ {
+ "nodeId": 4467009497,
+ "lat": 48.1272082,
+ "lon": -1.6230409
+ },
+ {
+ "nodeId": 9214447405,
+ "lat": 48.1271829,
+ "lon": -1.6232109
+ },
+ {
+ "nodeId": 4467009494,
+ "lat": 48.1271743,
+ "lon": -1.6233112
+ },
+ {
+ "nodeId": 5854768427,
+ "lat": 48.1271625,
+ "lon": -1.623451
+ },
+ {
+ "nodeId": 4467009492,
+ "lat": 48.1271513,
+ "lon": -1.6236412
+ },
+ {
+ "nodeId": 7076380611,
+ "lat": 48.127152,
+ "lon": -1.6238378
+ },
+ {
+ "nodeId": 4467009493,
+ "lat": 48.1271639,
+ "lon": -1.6240978
+ },
+ {
+ "nodeId": 9214447461,
+ "lat": 48.1271988,
+ "lon": -1.6244846
+ },
+ {
+ "nodeId": 4467009500,
+ "lat": 48.1273024,
+ "lon": -1.6254875
+ },
+ {
+ "nodeId": 9214447463,
+ "lat": 48.1273288,
+ "lon": -1.6257517
+ },
+ {
+ "nodeId": 4467009505,
+ "lat": 48.1273522,
+ "lon": -1.6261243
+ },
+ {
+ "nodeId": 9214447464,
+ "lat": 48.127358,
+ "lon": -1.6263355
+ },
+ {
+ "nodeId": 4467009507,
+ "lat": 48.1273577,
+ "lon": -1.6264854
+ },
+ {
+ "nodeId": 4467009504,
+ "lat": 48.1273552,
+ "lon": -1.6265839
+ },
+ {
+ "nodeId": 9214447469,
+ "lat": 48.1273447,
+ "lon": -1.6267966
+ },
+ {
+ "nodeId": 9214447468,
+ "lat": 48.1273341,
+ "lon": -1.6269457
+ },
+ {
+ "nodeId": 4467009502,
+ "lat": 48.1273189,
+ "lon": -1.6270646
+ },
+ {
+ "nodeId": 4467009421,
+ "lat": 48.1223602,
+ "lon": -1.6427357
+ },
+ {
+ "nodeId": 6461038007,
+ "lat": 48.122703,
+ "lon": -1.6443174
+ },
+ {
+ "nodeId": 4467009459,
+ "lat": 48.1230489,
+ "lon": -1.646
+ },
+ {
+ "nodeId": 4467009463,
+ "lat": 48.1230731,
+ "lon": -1.6462397
+ },
+ {
+ "nodeId": 4467009467,
+ "lat": 48.1230894,
+ "lon": -1.6464772
+ },
+ {
+ "nodeId": 4467009466,
+ "lat": 48.123089,
+ "lon": -1.6466955
+ },
+ {
+ "nodeId": 6533976656,
+ "lat": 48.123085,
+ "lon": -1.6468412
+ },
+ {
+ "nodeId": 4467009473,
+ "lat": 48.1234783,
+ "lon": -1.6512673
+ },
+ {
+ "nodeId": 4467009474,
+ "lat": 48.1237915,
+ "lon": -1.6513392
+ },
+ {
+ "nodeId": 11772260407,
+ "lat": 48.1247423,
+ "lon": -1.6515348
+ },
+ {
+ "nodeId": 11772260401,
+ "lat": 48.1254517,
+ "lon": -1.6642368
+ },
+ {
+ "nodeId": 11772260399,
+ "lat": 48.1247079,
+ "lon": -1.6648315
+ },
+ {
+ "nodeId": 11772260409,
+ "lat": 48.1225923,
+ "lon": -1.6487149
+ },
+ {
+ "nodeId": 4467009436,
+ "lat": 48.1225715,
+ "lon": -1.6488082
+ },
+ {
+ "nodeId": 4467009433,
+ "lat": 48.1225427,
+ "lon": -1.6489724
+ },
+ {
+ "nodeId": 4467009432,
+ "lat": 48.1225276,
+ "lon": -1.649147
+ },
+ {
+ "nodeId": 4467009430,
+ "lat": 48.122522,
+ "lon": -1.6493956
+ },
+ {
+ "nodeId": 4467009431,
+ "lat": 48.1225271,
+ "lon": -1.6496313
+ },
+ {
+ "nodeId": 4467009434,
+ "lat": 48.1225583,
+ "lon": -1.6498899
+ },
+ {
+ "nodeId": 4467009438,
+ "lat": 48.1225979,
+ "lon": -1.6501233
+ },
+ {
+ "nodeId": 4467009441,
+ "lat": 48.1226338,
+ "lon": -1.650275
+ },
+ {
+ "nodeId": 4467009443,
+ "lat": 48.122672,
+ "lon": -1.6504035
+ },
+ {
+ "nodeId": 4467009447,
+ "lat": 48.1227191,
+ "lon": -1.6505221
+ },
+ {
+ "nodeId": 4467009449,
+ "lat": 48.1227697,
+ "lon": -1.6506311
+ },
+ {
+ "nodeId": 4467009452,
+ "lat": 48.1228844,
+ "lon": -1.6508164
+ },
+ {
+ "nodeId": 4467009455,
+ "lat": 48.1230053,
+ "lon": -1.650981
+ },
+ {
+ "nodeId": 4467009464,
+ "lat": 48.1230754,
+ "lon": -1.6510613
+ },
+ {
+ "nodeId": 4467009470,
+ "lat": 48.1231455,
+ "lon": -1.6511267
+ },
+ {
+ "nodeId": 4467009471,
+ "lat": 48.1232145,
+ "lon": -1.6511702
+ },
+ {
+ "nodeId": 7485176972,
+ "lat": 48.1222798,
+ "lon": -1.6423498
+ },
+ {
+ "nodeId": 4467009465,
+ "lat": 48.1230831,
+ "lon": -1.6469095
+ },
+ {
+ "nodeId": 4467009462,
+ "lat": 48.1230608,
+ "lon": -1.647147
+ },
+ {
+ "nodeId": 4467009456,
+ "lat": 48.1230217,
+ "lon": -1.6473802
+ },
+ {
+ "nodeId": 4467009451,
+ "lat": 48.1228748,
+ "lon": -1.647887
+ },
+ {
+ "nodeId": 4467009448,
+ "lat": 48.1227537,
+ "lon": -1.6482463
+ },
+ {
+ "nodeId": 10056939388,
+ "lat": 48.1226788,
+ "lon": -1.6484372
+ },
+ {
+ "nodeId": 4467009442,
+ "lat": 48.1226342,
+ "lon": -1.6485508
+ },
+ {
+ "nodeId": 4467009439,
+ "lat": 48.1226013,
+ "lon": -1.6486746
+ },
+ {
+ "nodeId": 11772260391,
+ "lat": 48.1144078,
+ "lon": -1.6797875
+ },
+ {
+ "nodeId": 4467009144,
+ "lat": 48.1141157,
+ "lon": -1.6796086
+ },
+ {
+ "nodeId": 4467009143,
+ "lat": 48.1135663,
+ "lon": -1.6793114
+ },
+ {
+ "nodeId": 4467009142,
+ "lat": 48.1125146,
+ "lon": -1.6788795
+ },
+ {
+ "nodeId": 4467009141,
+ "lat": 48.1121508,
+ "lon": -1.6786899
+ },
+ {
+ "nodeId": 4467009139,
+ "lat": 48.1119421,
+ "lon": -1.6785346
+ },
+ {
+ "nodeId": 11772260410,
+ "lat": 48.1223108,
+ "lon": -1.6384997
+ },
+ {
+ "nodeId": 9214447443,
+ "lat": 48.1222413,
+ "lon": -1.6387504
+ },
+ {
+ "nodeId": 11954676928,
+ "lat": 48.1219717,
+ "lon": -1.6397839
+ },
+ {
+ "nodeId": 8812766117,
+ "lat": 48.1219932,
+ "lon": -1.6396918
+ },
+ {
+ "nodeId": 4467009401,
+ "lat": 48.1219476,
+ "lon": -1.6399061
+ },
+ {
+ "nodeId": 11954676929,
+ "lat": 48.1219586,
+ "lon": -1.639842
+ },
+ {
+ "nodeId": 4467009488,
+ "lat": 48.1270104,
+ "lon": -1.6288737
+ },
+ {
+ "nodeId": 9214447399,
+ "lat": 48.1269843,
+ "lon": -1.6289973
+ },
+ {
+ "nodeId": 4467009486,
+ "lat": 48.1269253,
+ "lon": -1.6292364
+ },
+ {
+ "nodeId": 9214447400,
+ "lat": 48.1268724,
+ "lon": -1.629427
+ },
+ {
+ "nodeId": 4467009484,
+ "lat": 48.1268171,
+ "lon": -1.6296022
+ },
+ {
+ "nodeId": 11954676914,
+ "lat": 48.1267422,
+ "lon": -1.6298397
+ },
+ {
+ "nodeId": 4467009483,
+ "lat": 48.126543,
+ "lon": -1.630363
+ },
+ {
+ "nodeId": 4467009480,
+ "lat": 48.1264206,
+ "lon": -1.6306357
+ },
+ {
+ "nodeId": 7076380600,
+ "lat": 48.1262509,
+ "lon": -1.6309956
+ },
+ {
+ "nodeId": 8812750972,
+ "lat": 48.1260782,
+ "lon": -1.6313197
+ },
+ {
+ "nodeId": 4467009478,
+ "lat": 48.1258954,
+ "lon": -1.6316362
+ },
+ {
+ "nodeId": 8812750974,
+ "lat": 48.1257042,
+ "lon": -1.6319522
+ },
+ {
+ "nodeId": 8812750976,
+ "lat": 48.1255237,
+ "lon": -1.6322596
+ },
+ {
+ "nodeId": 11954676918,
+ "lat": 48.1249367,
+ "lon": -1.6332434
+ },
+ {
+ "nodeId": 8807679107,
+ "lat": 48.1247909,
+ "lon": -1.6334875
+ },
+ {
+ "nodeId": 8812750979,
+ "lat": 48.1242895,
+ "lon": -1.6343248
+ },
+ {
+ "nodeId": 8812750981,
+ "lat": 48.1238682,
+ "lon": -1.6350365
+ },
+ {
+ "nodeId": 11954676920,
+ "lat": 48.1234362,
+ "lon": -1.6357618
+ },
+ {
+ "nodeId": 11954676921,
+ "lat": 48.1232908,
+ "lon": -1.6360045
+ },
+ {
+ "nodeId": 4467009454,
+ "lat": 48.1230642,
+ "lon": -1.6363857
+ },
+ {
+ "nodeId": 8923092239,
+ "lat": 48.1229413,
+ "lon": -1.6366082
+ },
+ {
+ "nodeId": 11954676925,
+ "lat": 48.1228914,
+ "lon": -1.6367034
+ },
+ {
+ "nodeId": 11954676924,
+ "lat": 48.1228402,
+ "lon": -1.6368078
+ },
+ {
+ "nodeId": 4467009450,
+ "lat": 48.1228022,
+ "lon": -1.6368924
+ },
+ {
+ "nodeId": 4467009446,
+ "lat": 48.1227055,
+ "lon": -1.6371313
+ },
+ {
+ "nodeId": 8923092238,
+ "lat": 48.1226535,
+ "lon": -1.637271
+ },
+ {
+ "nodeId": 4467009437,
+ "lat": 48.1226035,
+ "lon": -1.6374221
+ },
+ {
+ "nodeId": 11954676926,
+ "lat": 48.1225447,
+ "lon": -1.6376235
+ },
+ {
+ "nodeId": 8812751009,
+ "lat": 48.1224858,
+ "lon": -1.637835
+ },
+ {
+ "nodeId": 4467009138,
+ "lat": 48.1117383,
+ "lon": -1.6783636
+ },
+ {
+ "nodeId": 4467009136,
+ "lat": 48.1115197,
+ "lon": -1.6781195
+ },
+ {
+ "nodeId": 4467009135,
+ "lat": 48.1113179,
+ "lon": -1.6778553
+ },
+ {
+ "nodeId": 4467009134,
+ "lat": 48.1109932,
+ "lon": -1.6772566
+ },
+ {
+ "nodeId": 11772260389,
+ "lat": 48.1108277,
+ "lon": -1.6768617
+ },
+ {
+ "nodeId": 4467009476,
+ "lat": 48.1257128,
+ "lon": -1.6517345
+ },
+ {
+ "nodeId": 12392333594,
+ "lat": 48.1263831,
+ "lon": -1.6518512
+ },
+ {
+ "nodeId": 4467009481,
+ "lat": 48.1264713,
+ "lon": -1.6518666
+ },
+ {
+ "nodeId": 4467009487,
+ "lat": 48.127023,
+ "lon": -1.6519639
+ },
+ {
+ "nodeId": 4467009506,
+ "lat": 48.127375,
+ "lon": -1.6520343
+ },
+ {
+ "nodeId": 11186478076,
+ "lat": 48.1184313,
+ "lon": -1.6760015
+ },
+ {
+ "nodeId": 4467009169,
+ "lat": 48.1183759,
+ "lon": -1.6773561
+ },
+ {
+ "nodeId": 4467009168,
+ "lat": 48.1183325,
+ "lon": -1.6777798
+ },
+ {
+ "nodeId": 4467009166,
+ "lat": 48.1182591,
+ "lon": -1.678203
+ },
+ {
+ "nodeId": 4467009165,
+ "lat": 48.1181629,
+ "lon": -1.6785569
+ },
+ {
+ "nodeId": 4467009163,
+ "lat": 48.1180292,
+ "lon": -1.678908
+ },
+ {
+ "nodeId": 4467009162,
+ "lat": 48.1177373,
+ "lon": -1.6794713
+ },
+ {
+ "nodeId": 4467009161,
+ "lat": 48.1175412,
+ "lon": -1.6797403
+ },
+ {
+ "nodeId": 4467009159,
+ "lat": 48.1173293,
+ "lon": -1.6799726
+ },
+ {
+ "nodeId": 4467009158,
+ "lat": 48.1170973,
+ "lon": -1.6801688
+ },
+ {
+ "nodeId": 4467009156,
+ "lat": 48.1168607,
+ "lon": -1.6803244
+ },
+ {
+ "nodeId": 4467009155,
+ "lat": 48.1166444,
+ "lon": -1.6804219
+ },
+ {
+ "nodeId": 4467009153,
+ "lat": 48.1164296,
+ "lon": -1.6804855
+ },
+ {
+ "nodeId": 4467009152,
+ "lat": 48.1162252,
+ "lon": -1.6805173
+ },
+ {
+ "nodeId": 4467009150,
+ "lat": 48.1160201,
+ "lon": -1.6805171
+ },
+ {
+ "nodeId": 4467009148,
+ "lat": 48.1158253,
+ "lon": -1.6804987
+ },
+ {
+ "nodeId": 4467009147,
+ "lat": 48.1156341,
+ "lon": -1.6804584
+ },
+ {
+ "nodeId": 4467009146,
+ "lat": 48.115419,
+ "lon": -1.6803803
+ },
+ {
+ "nodeId": 4467009145,
+ "lat": 48.1152282,
+ "lon": -1.6802866
+ },
+ {
+ "nodeId": 11772260393,
+ "lat": 48.1150549,
+ "lon": -1.6801816
+ },
+ {
+ "nodeId": 11954676931,
+ "lat": 48.1219314,
+ "lon": -1.6400184
+ },
+ {
+ "nodeId": 4467009397,
+ "lat": 48.1219192,
+ "lon": -1.64013
+ },
+ {
+ "nodeId": 11954676932,
+ "lat": 48.1219153,
+ "lon": -1.6402433
+ },
+ {
+ "nodeId": 4467009395,
+ "lat": 48.1219144,
+ "lon": -1.6403505
+ },
+ {
+ "nodeId": 11954676934,
+ "lat": 48.1219161,
+ "lon": -1.6404334
+ },
+ {
+ "nodeId": 4467009396,
+ "lat": 48.1219251,
+ "lon": -1.6405431
+ },
+ {
+ "nodeId": 11954676937,
+ "lat": 48.1219381,
+ "lon": -1.6406529
+ },
+ {
+ "nodeId": 4467009399,
+ "lat": 48.1219542,
+ "lon": -1.6407565
+ },
+ {
+ "nodeId": 11954676940,
+ "lat": 48.1219796,
+ "lon": -1.6408901
+ },
+ {
+ "nodeId": 11954676939,
+ "lat": 48.1220616,
+ "lon": -1.641297
+ },
+ {
+ "nodeId": 4467009511,
+ "lat": 48.1279106,
+ "lon": -1.65219
+ },
+ {
+ "nodeId": 4467009515,
+ "lat": 48.1281484,
+ "lon": -1.6523345
+ },
+ {
+ "nodeId": 4467009518,
+ "lat": 48.1283799,
+ "lon": -1.6525281
+ },
+ {
+ "nodeId": 4467009521,
+ "lat": 48.1286578,
+ "lon": -1.6528224
+ },
+ {
+ "nodeId": 4467009522,
+ "lat": 48.1289052,
+ "lon": -1.6531657
+ },
+ {
+ "nodeId": 12285948183,
+ "lat": 48.1289377,
+ "lon": -1.6532344
+ },
+ {
+ "nodeId": 4467009525,
+ "lat": 48.1291085,
+ "lon": -1.6535949
+ },
+ {
+ "nodeId": 4467009527,
+ "lat": 48.1293249,
+ "lon": -1.6541983
+ },
+ {
+ "nodeId": 4467009530,
+ "lat": 48.1294589,
+ "lon": -1.6548461
+ },
+ {
+ "nodeId": 4467009531,
+ "lat": 48.129488,
+ "lon": -1.6555809
+ },
+ {
+ "nodeId": 11772260405,
+ "lat": 48.1294585,
+ "lon": -1.6565283
+ },
+ {
+ "nodeId": 11772260403,
+ "lat": 48.1294055,
+ "lon": -1.6582127
+ },
+ {
+ "nodeId": 4467009529,
+ "lat": 48.1294002,
+ "lon": -1.6583813
+ },
+ {
+ "nodeId": 4467009528,
+ "lat": 48.1293399,
+ "lon": -1.65921
+ },
+ {
+ "nodeId": 4467009526,
+ "lat": 48.1291917,
+ "lon": -1.6600991
+ },
+ {
+ "nodeId": 4467009523,
+ "lat": 48.1289171,
+ "lon": -1.661
+ },
+ {
+ "nodeId": 4467009520,
+ "lat": 48.1286311,
+ "lon": -1.6616345
+ },
+ {
+ "nodeId": 4467009517,
+ "lat": 48.1283229,
+ "lon": -1.6621456
+ },
+ {
+ "nodeId": 4467009513,
+ "lat": 48.1279947,
+ "lon": -1.6625822
+ },
+ {
+ "nodeId": 4467009509,
+ "lat": 48.1275796,
+ "lon": -1.6629708
+ },
+ {
+ "nodeId": 4467009491,
+ "lat": 48.1271507,
+ "lon": -1.6632397
+ },
+ {
+ "nodeId": 4467009479,
+ "lat": 48.126214,
+ "lon": -1.6636667
+ },
+ {
+ "nodeId": 4467009477,
+ "lat": 48.1257171,
+ "lon": -1.6640252
+ },
+ {
+ "nodeId": 11772260397,
+ "lat": 48.1187249,
+ "lon": -1.6702775
+ },
+ {
+ "nodeId": 11772260395,
+ "lat": 48.1186639,
+ "lon": -1.6713445
+ },
+ {
+ "nodeId": 4467009475,
+ "lat": 48.1239472,
+ "lon": -1.6654408
+ },
+ {
+ "nodeId": 4467009472,
+ "lat": 48.1233453,
+ "lon": -1.665886
+ },
+ {
+ "nodeId": 4467009413,
+ "lat": 48.12221,
+ "lon": -1.6665776
+ },
+ {
+ "nodeId": 4467009400,
+ "lat": 48.1219572,
+ "lon": -1.6666617
+ },
+ {
+ "nodeId": 4467009392,
+ "lat": 48.121727,
+ "lon": -1.6667139
+ },
+ {
+ "nodeId": 4467009391,
+ "lat": 48.1214485,
+ "lon": -1.6667208
+ },
+ {
+ "nodeId": 4467009389,
+ "lat": 48.1211822,
+ "lon": -1.6667361
+ },
+ {
+ "nodeId": 4467009187,
+ "lat": 48.1208198,
+ "lon": -1.6667826
+ },
+ {
+ "nodeId": 4467009186,
+ "lat": 48.1204239,
+ "lon": -1.6669019
+ },
+ {
+ "nodeId": 4467009185,
+ "lat": 48.1200289,
+ "lon": -1.6671063
+ },
+ {
+ "nodeId": 4467009184,
+ "lat": 48.1197998,
+ "lon": -1.6672739
+ },
+ {
+ "nodeId": 4467009182,
+ "lat": 48.1195989,
+ "lon": -1.6674829
+ },
+ {
+ "nodeId": 4467009181,
+ "lat": 48.1193888,
+ "lon": -1.667774
+ },
+ {
+ "nodeId": 4467009179,
+ "lat": 48.1192005,
+ "lon": -1.6681017
+ },
+ {
+ "nodeId": 4467009178,
+ "lat": 48.1189496,
+ "lon": -1.66876
+ },
+ {
+ "nodeId": 4467009177,
+ "lat": 48.1188793,
+ "lon": -1.668987
+ },
+ {
+ "nodeId": 4467009175,
+ "lat": 48.118824,
+ "lon": -1.669213
+ },
+ {
+ "nodeId": 4467009174,
+ "lat": 48.1187812,
+ "lon": -1.669517
+ },
+ {
+ "nodeId": 4467009173,
+ "lat": 48.1187509,
+ "lon": -1.6698237
+ },
+ {
+ "nodeId": 11772260375,
+ "lat": 48.1050909,
+ "lon": -1.6935544
+ },
+ {
+ "nodeId": 4467009094,
+ "lat": 48.1051055,
+ "lon": -1.6963879
+ },
+ {
+ "nodeId": 11669759778,
+ "lat": 48.1051247,
+ "lon": -1.697943
+ },
+ {
+ "nodeId": 11624492850,
+ "lat": 48.1051239,
+ "lon": -1.6979758
+ },
+ {
+ "nodeId": 4467009096,
+ "lat": 48.1051424,
+ "lon": -1.6984261
+ },
+ {
+ "nodeId": 8640487666,
+ "lat": 48.1051525,
+ "lon": -1.6986446
+ },
+ {
+ "nodeId": 4467009100,
+ "lat": 48.1052829,
+ "lon": -1.7014617
+ },
+ {
+ "nodeId": 4467009102,
+ "lat": 48.1052995,
+ "lon": -1.7022281
+ },
+ {
+ "nodeId": 4467009099,
+ "lat": 48.1052627,
+ "lon": -1.7027981
+ },
+ {
+ "nodeId": 4467009093,
+ "lat": 48.105101,
+ "lon": -1.7036638
+ },
+ {
+ "nodeId": 4467009171,
+ "lat": 48.1186246,
+ "lon": -1.6720382
+ },
+ {
+ "nodeId": 4467009133,
+ "lat": 48.1105877,
+ "lon": -1.676289
+ },
+ {
+ "nodeId": 11772260387,
+ "lat": 48.1103375,
+ "lon": -1.6756699
+ },
+ {
+ "nodeId": 4467009132,
+ "lat": 48.1097624,
+ "lon": -1.6742479
+ },
+ {
+ "nodeId": 4467009131,
+ "lat": 48.1094141,
+ "lon": -1.6735759
+ },
+ {
+ "nodeId": 4467009130,
+ "lat": 48.1087655,
+ "lon": -1.6725288
+ },
+ {
+ "nodeId": 4467009129,
+ "lat": 48.1084472,
+ "lon": -1.6718019
+ },
+ {
+ "nodeId": 11772260384,
+ "lat": 48.1084369,
+ "lon": -1.671775
+ },
+ {
+ "nodeId": 11772260376,
+ "lat": 48.1050868,
+ "lon": -1.691996
+ },
+ {
+ "nodeId": 4467009128,
+ "lat": 48.108146,
+ "lon": -1.6710111
+ },
+ {
+ "nodeId": 4467009127,
+ "lat": 48.1078223,
+ "lon": -1.6703946
+ },
+ {
+ "nodeId": 4467009126,
+ "lat": 48.1075282,
+ "lon": -1.6699912
+ },
+ {
+ "nodeId": 4467009125,
+ "lat": 48.1071607,
+ "lon": -1.6696123
+ },
+ {
+ "nodeId": 4467009124,
+ "lat": 48.10695,
+ "lon": -1.6694667
+ },
+ {
+ "nodeId": 4467009123,
+ "lat": 48.1067445,
+ "lon": -1.6693359
+ },
+ {
+ "nodeId": 4467009122,
+ "lat": 48.1065354,
+ "lon": -1.6692443
+ },
+ {
+ "nodeId": 4467009121,
+ "lat": 48.1063048,
+ "lon": -1.6691877
+ },
+ {
+ "nodeId": 4467009115,
+ "lat": 48.1060543,
+ "lon": -1.6691735
+ },
+ {
+ "nodeId": 4467009109,
+ "lat": 48.1058105,
+ "lon": -1.6692108
+ },
+ {
+ "nodeId": 4467009103,
+ "lat": 48.1054026,
+ "lon": -1.6693661
+ },
+ {
+ "nodeId": 4467009098,
+ "lat": 48.1051712,
+ "lon": -1.6695385
+ },
+ {
+ "nodeId": 4467009090,
+ "lat": 48.104963,
+ "lon": -1.6697463
+ },
+ {
+ "nodeId": 4467007988,
+ "lat": 48.1047179,
+ "lon": -1.670132
+ },
+ {
+ "nodeId": 4467007985,
+ "lat": 48.1044871,
+ "lon": -1.6706569
+ },
+ {
+ "nodeId": 4467007983,
+ "lat": 48.1043343,
+ "lon": -1.6713291
+ },
+ {
+ "nodeId": 10056939389,
+ "lat": 48.1082792,
+ "lon": -1.6713607
+ },
+ {
+ "nodeId": 4467007962,
+ "lat": 48.097663,
+ "lon": -1.7012482
+ },
+ {
+ "nodeId": 4467007961,
+ "lat": 48.0975701,
+ "lon": -1.7007224
+ },
+ {
+ "nodeId": 4467007960,
+ "lat": 48.0974286,
+ "lon": -1.7001376
+ },
+ {
+ "nodeId": 4566488042,
+ "lat": 48.0973682,
+ "lon": -1.699937
+ },
+ {
+ "nodeId": 4467007959,
+ "lat": 48.0972965,
+ "lon": -1.6997338
+ },
+ {
+ "nodeId": 4467007958,
+ "lat": 48.0971075,
+ "lon": -1.6993234
+ },
+ {
+ "nodeId": 4467007957,
+ "lat": 48.0969002,
+ "lon": -1.6989787
+ },
+ {
+ "nodeId": 11772260369,
+ "lat": 48.0968647,
+ "lon": -1.6989191
+ },
+ {
+ "nodeId": 11772260371,
+ "lat": 48.1004671,
+ "lon": -1.7062884
+ },
+ {
+ "nodeId": 4467007970,
+ "lat": 48.1003428,
+ "lon": -1.706249
+ },
+ {
+ "nodeId": 4467007969,
+ "lat": 48.0997576,
+ "lon": -1.7060266
+ },
+ {
+ "nodeId": 4467007968,
+ "lat": 48.0994516,
+ "lon": -1.7058395
+ },
+ {
+ "nodeId": 4467007967,
+ "lat": 48.0990494,
+ "lon": -1.7054732
+ },
+ {
+ "nodeId": 4467007966,
+ "lat": 48.0986848,
+ "lon": -1.7049998
+ },
+ {
+ "nodeId": 4467007965,
+ "lat": 48.0984015,
+ "lon": -1.7044603
+ },
+ {
+ "nodeId": 4566488041,
+ "lat": 48.0982791,
+ "lon": -1.7041695
+ },
+ {
+ "nodeId": 4467007964,
+ "lat": 48.0981716,
+ "lon": -1.7038761
+ },
+ {
+ "nodeId": 4566488039,
+ "lat": 48.0980928,
+ "lon": -1.7035828
+ },
+ {
+ "nodeId": 4467007963,
+ "lat": 48.0980247,
+ "lon": -1.7032807
+ },
+ {
+ "nodeId": 5036740496,
+ "lat": 48.0979196,
+ "lon": -1.7026937
+ },
+ {
+ "nodeId": 10058771169,
+ "lat": 48.0967725,
+ "lon": -1.698764
+ },
+ {
+ "nodeId": 10058771167,
+ "lat": 48.0962561,
+ "lon": -1.698062
+ },
+ {
+ "nodeId": 9061839666,
+ "lat": 48.1050769,
+ "lon": -1.7037381
+ },
+ {
+ "nodeId": 4467009089,
+ "lat": 48.1048724,
+ "lon": -1.704368
+ },
+ {
+ "nodeId": 4467007987,
+ "lat": 48.1046648,
+ "lon": -1.7048296
+ },
+ {
+ "nodeId": 4467007982,
+ "lat": 48.1043016,
+ "lon": -1.705438
+ },
+ {
+ "nodeId": 4467007976,
+ "lat": 48.1038078,
+ "lon": -1.7059973
+ },
+ {
+ "nodeId": 4467007975,
+ "lat": 48.1032762,
+ "lon": -1.7063908
+ },
+ {
+ "nodeId": 4467007974,
+ "lat": 48.1027803,
+ "lon": -1.7066073
+ },
+ {
+ "nodeId": 4467007973,
+ "lat": 48.1023865,
+ "lon": -1.7066849
+ },
+ {
+ "nodeId": 4467007971,
+ "lat": 48.101534,
+ "lon": -1.7066237
+ },
+ {
+ "nodeId": 4467007972,
+ "lat": 48.1019638,
+ "lon": -1.7066961
+ },
+ {
+ "nodeId": 11772260372,
+ "lat": 48.1014163,
+ "lon": -1.7065869
+ },
+ {
+ "nodeId": 11772260382,
+ "lat": 48.104119,
+ "lon": -1.6730816
+ },
+ {
+ "nodeId": 4467007978,
+ "lat": 48.1041047,
+ "lon": -1.6732567
+ },
+ {
+ "nodeId": 4467007977,
+ "lat": 48.1040851,
+ "lon": -1.6736729
+ },
+ {
+ "nodeId": 4467007979,
+ "lat": 48.104105,
+ "lon": -1.6744295
+ },
+ {
+ "nodeId": 4467007981,
+ "lat": 48.1042218,
+ "lon": -1.6752273
+ },
+ {
+ "nodeId": 4467007984,
+ "lat": 48.104423,
+ "lon": -1.6759421
+ },
+ {
+ "nodeId": 4467007986,
+ "lat": 48.1046241,
+ "lon": -1.6764156
+ },
+ {
+ "nodeId": 4467009091,
+ "lat": 48.1050518,
+ "lon": -1.6771989
+ },
+ {
+ "nodeId": 4467009107,
+ "lat": 48.1057045,
+ "lon": -1.6781701
+ },
+ {
+ "nodeId": 4467009114,
+ "lat": 48.1059161,
+ "lon": -1.6786018
+ },
+ {
+ "nodeId": 6965914396,
+ "lat": 48.1060097,
+ "lon": -1.678839
+ },
+ {
+ "nodeId": 4467009116,
+ "lat": 48.1060623,
+ "lon": -1.6790117
+ },
+ {
+ "nodeId": 4467009119,
+ "lat": 48.1061941,
+ "lon": -1.6796886
+ },
+ {
+ "nodeId": 6965914398,
+ "lat": 48.1062085,
+ "lon": -1.6798797
+ },
+ {
+ "nodeId": 4467009120,
+ "lat": 48.1062104,
+ "lon": -1.680092
+ },
+ {
+ "nodeId": 4467009118,
+ "lat": 48.1061907,
+ "lon": -1.6804623
+ },
+ {
+ "nodeId": 4467009117,
+ "lat": 48.1061065,
+ "lon": -1.6810733
+ },
+ {
+ "nodeId": 4715227349,
+ "lat": 48.1042878,
+ "lon": -1.6716496
+ },
+ {
+ "nodeId": 11772260380,
+ "lat": 48.1060109,
+ "lon": -1.6816377
+ },
+ {
+ "nodeId": 4715227347,
+ "lat": 48.1041837,
+ "lon": -1.6724753
+ },
+ {
+ "nodeId": 4467007980,
+ "lat": 48.1041416,
+ "lon": -1.6728054
+ },
+ {
+ "nodeId": 4467007956,
+ "lat": 48.0960705,
+ "lon": -1.6978471
+ },
+ {
+ "nodeId": 4566488048,
+ "lat": 48.0960046,
+ "lon": -1.6977775
+ },
+ {
+ "nodeId": 4467007955,
+ "lat": 48.095935,
+ "lon": -1.697722
+ },
+ {
+ "nodeId": 4566488053,
+ "lat": 48.0958393,
+ "lon": -1.6976672
+ },
+ {
+ "nodeId": 4467007954,
+ "lat": 48.0957413,
+ "lon": -1.6976313
+ },
+ {
+ "nodeId": 4566488046,
+ "lat": 48.0956834,
+ "lon": -1.6976226
+ },
+ {
+ "nodeId": 4566488054,
+ "lat": 48.095627,
+ "lon": -1.6976213
+ },
+ {
+ "nodeId": 4566488044,
+ "lat": 48.0955706,
+ "lon": -1.6976266
+ },
+ {
+ "nodeId": 4467007953,
+ "lat": 48.0955157,
+ "lon": -1.6976395
+ },
+ {
+ "nodeId": 4566488050,
+ "lat": 48.0954098,
+ "lon": -1.6976793
+ },
+ {
+ "nodeId": 4467007952,
+ "lat": 48.0953083,
+ "lon": -1.6977395
+ },
+ {
+ "nodeId": 11772260379,
+ "lat": 48.1057962,
+ "lon": -1.6829508
+ },
+ {
+ "nodeId": 4467009108,
+ "lat": 48.1057122,
+ "lon": -1.6834914
+ },
+ {
+ "nodeId": 4467009104,
+ "lat": 48.1056507,
+ "lon": -1.6842862
+ },
+ {
+ "nodeId": 4467009105,
+ "lat": 48.1056587,
+ "lon": -1.6850441
+ },
+ {
+ "nodeId": 4467009111,
+ "lat": 48.1058481,
+ "lon": -1.6871974
+ },
+ {
+ "nodeId": 4467009113,
+ "lat": 48.1058595,
+ "lon": -1.6877126
+ },
+ {
+ "nodeId": 4467009110,
+ "lat": 48.1058135,
+ "lon": -1.6883369
+ },
+ {
+ "nodeId": 4467009106,
+ "lat": 48.1056827,
+ "lon": -1.6890268
+ },
+ {
+ "nodeId": 4467009101,
+ "lat": 48.105291,
+ "lon": -1.6903014
+ },
+ {
+ "nodeId": 4467009097,
+ "lat": 48.1051637,
+ "lon": -1.6909061
+ },
+ {
+ "nodeId": 4467009095,
+ "lat": 48.1051081,
+ "lon": -1.6913637
+ },
+ {
+ "nodeId": 4467009092,
+ "lat": 48.1050864,
+ "lon": -1.6918549
+ },
+ {
+ "nodeId": 4467007762,
+ "lat": 48.0924039,
+ "lon": -1.7032912
+ },
+ {
+ "nodeId": 4701580674,
+ "lat": 48.1058635,
+ "lon": -1.6825242
+ },
+ {
+ "nodeId": 4467009112,
+ "lat": 48.1058487,
+ "lon": -1.6826124
+ },
+ {
+ "nodeId": 4467007951,
+ "lat": 48.0950432,
+ "lon": -1.6979555
+ },
+ {
+ "nodeId": 4467007950,
+ "lat": 48.0947285,
+ "lon": -1.698317
+ },
+ {
+ "nodeId": 4467007776,
+ "lat": 48.0945073,
+ "lon": -1.6986493
+ },
+ {
+ "nodeId": 4467007774,
+ "lat": 48.0943173,
+ "lon": -1.6989987
+ },
+ {
+ "nodeId": 4467007773,
+ "lat": 48.0940801,
+ "lon": -1.699615
+ },
+ {
+ "nodeId": 6299978811,
+ "lat": 48.0939428,
+ "lon": -1.7000376
+ },
+ {
+ "nodeId": 4467007771,
+ "lat": 48.0933543,
+ "lon": -1.7018484
+ },
+ {
+ "nodeId": 4467007770,
+ "lat": 48.0931883,
+ "lon": -1.7022078
+ },
+ {
+ "nodeId": 4467007769,
+ "lat": 48.0930369,
+ "lon": -1.7025141
+ },
+ {
+ "nodeId": 4467007766,
+ "lat": 48.0927982,
+ "lon": -1.7028794
+ },
+ {
+ "nodeId": 11772260418,
+ "lat": 48.0925624,
+ "lon": -1.7031257
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/rennes/icon.ico b/src/app/(game)/rennes/icon.ico
new file mode 100644
index 0000000..0332f73
Binary files /dev/null and b/src/app/(game)/rennes/icon.ico differ
diff --git a/src/app/(game)/rennes/opengraph-image.jpg b/src/app/(game)/rennes/opengraph-image.jpg
new file mode 100644
index 0000000..1fc83a4
Binary files /dev/null and b/src/app/(game)/rennes/opengraph-image.jpg differ
diff --git a/src/app/(game)/rennes/page.tsx b/src/app/(game)/rennes/page.tsx
new file mode 100644
index 0000000..2b1e286
--- /dev/null
+++ b/src/app/(game)/rennes/page.tsx
@@ -0,0 +1,34 @@
+import GamePage from '@/components/GamePage'
+import Main from '@/components/Main'
+import { Provider } from '@/lib/configContext'
+import { DataFeatureCollection, RoutesFeatureCollection } from '@/lib/types'
+import 'mapbox-gl/dist/mapbox-gl.css'
+import { Inter } from 'next/font/google'
+import 'react-circular-progressbar/dist/styles.css'
+import config from './config'
+import data from './data/features.json'
+import routes from './data/routes.json'
+
+const font = Inter({
+ subsets: ['latin'],
+ display: 'swap',
+})
+
+const fc = {
+ ...data,
+ features: data.features.filter((f) => !!config.LINES[f.properties.line]),
+} as DataFeatureCollection
+
+const routesFc = routes as RoutesFeatureCollection
+
+export const metadata = config.METADATA
+
+export default function Toulouse() {
+ return (
+
+
+
+
+
+ )
+}
diff --git a/src/app/(game)/toulouse/config.ts b/src/app/(game)/toulouse/config.ts
new file mode 100644
index 0000000..c4d49ad
--- /dev/null
+++ b/src/app/(game)/toulouse/config.ts
@@ -0,0 +1,103 @@
+import { Config, Line } from '@/lib/types'
+import { MapboxOptions } from 'mapbox-gl'
+import { Metadata } from 'next'
+
+export const BEG_THRESHOLD = 0.5
+
+export const LINES: {
+ [name: string]: Line
+} = {
+ ToulouseA: {
+ name: 'A',
+ color: '#DB001B',
+ backgroundColor: '#6E000D',
+ textColor: '#FFFFFF',
+ order: 0,
+ },
+ ToulouseB: {
+ name: 'B',
+ color: '#FFD900',
+ backgroundColor: '#806D00',
+ textColor: '#FFFFFF',
+ order: 1,
+ },
+ ToulouseC: {
+ name: 'C',
+ color: '#52B149',
+ backgroundColor: '#295925',
+ textColor: '#FFFFFF',
+ order: 2,
+ },
+ ToulouseT1: {
+ name: 'T1',
+ color: '#004687',
+ backgroundColor: '#002344',
+ textColor: '#FFFFFF',
+ order: 3,
+ },
+ ToulouseAE: {
+ name: 'Aéroport Express',
+ color: '#409AD9',
+ backgroundColor: '#409AD9',
+ textColor: '#ffffff',
+ order: 4,
+ },
+ ToulouseTeleo: {
+ name: 'Teleo',
+ color: '#DC006B',
+ backgroundColor: '#6E0036',
+ textColor: '#FFFFFF',
+ order: 5,
+ },
+ ToulouseAC: {
+ name: 'Arènes - Colomiers',
+ color: '#6265ac',
+ backgroundColor: '#2F3058',
+ textColor: '#FFFFFF',
+ order: 6,
+ },
+}
+
+export const METADATA: Metadata = {
+ title: 'Toulouse Metro Memory',
+ description: 'Combien de stations de métro de Toulouse connaissez-vous ?',
+ openGraph: {
+ title: 'Toulouse Metro Memory',
+ description:
+ 'Combien de stations de Metro pouvez-vous nommer par cœur ? Jouez au Metro Memory de Toulouse et découvrez-le !',
+ type: 'website',
+ locale: 'fr_FR',
+ url: 'https://metro-memory.com/toulouse',
+ },
+}
+
+export const MAP_CONFIG: MapboxOptions = {
+ container: 'map',
+ style: 'mapbox://styles/elisadorable/cmm4geupg001u01s2e8uja2nh',
+ center: [1.4473, 43.6048],
+ minZoom: 6,
+ fadeDuration: 50,
+ dragRotate: false,
+}
+
+export const STRIPE_LINK = 'https://buy.stripe.com/cN2aFb0nI1rI9bi5km'
+
+export const CITY_NAME = 'toulouse'
+
+export const LOCALE = 'fr'
+
+export const MAP_FROM_DATA = true
+
+const config: Config = {
+ GAUGE_COLORS: 'default',
+ MAP_FROM_DATA,
+ LOCALE,
+ STRIPE_LINK,
+ CITY_NAME,
+ MAP_CONFIG,
+ METADATA,
+ LINES,
+ BEG_THRESHOLD,
+}
+
+export default config
diff --git a/src/app/(game)/toulouse/data/download-osm-raw-data.ts b/src/app/(game)/toulouse/data/download-osm-raw-data.ts
new file mode 100644
index 0000000..c2115bd
--- /dev/null
+++ b/src/app/(game)/toulouse/data/download-osm-raw-data.ts
@@ -0,0 +1,311 @@
+import axios from 'axios'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+const osmApi = axios.create({
+ baseURL: 'https://www.openstreetmap.org/api/0.6/',
+})
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ ToulouseA: {
+ name: 'A',
+ osm: {
+ relationIds: [179515],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#DB001B',
+ },
+ ToulouseB: {
+ name: 'B',
+ osm: {
+ relationIds: [179514, 17083110],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#FFD900',
+ },
+ ToulouseC: {
+ name: 'C',
+ osm: {
+ relationIds: [20318652],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#52B149',
+ },
+ ToulouseT1: {
+ name: 'T1',
+ osm: {
+ relationIds: [11562192],
+ extraStationNodeIds: [2379081185, 2379081163],
+ extraRouteWayIds: [],
+ },
+ color: '#004687',
+ },
+ // ToulouseAE: {
+ // name: 'Aéroport Express',
+ // osm: {
+ // relationIds: [5720058],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#0098D4',
+ // },
+ ToulouseTeleo: {
+ name: 'Teleo',
+ osm: {
+ relationIds: [18180718],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#DC006B',
+ },
+ ToulouseAC: {
+ name: 'Arènes - Colomiers',
+ osm: {
+ relationIds: [1557095],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#6265ac',
+ },
+}
+
+/**
+ * Retrieve IDs of stations (node in OSM) and routes (path of the line; way in OSM) for a given relation ID.
+ * If the relation includes child relations (e.g., relation is a route_master and includes multiple routes),
+ * those are retrieved as well (recursively).
+ */
+async function getOsmRelationsDetails(relationIds: number[]): Promise<
+ {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+> {
+ const relationsDetails: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[] = []
+ await Promise.all(
+ relationIds.map(async (relationId) => {
+ const stationsNodeIds: number[] = []
+ const routesWayIds: number[] = []
+ const response = await osmApi.get(`relation/${relationId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'relation' || element.id !== relationId) continue
+ for (const member of element.members as {
+ type: string
+ ref: number
+ role: string
+ }[]) {
+ if (member.type === 'relation') {
+ const relationDetails = await getOsmRelationsDetails([member.ref])
+ relationsDetails.push(...relationDetails)
+ } else if (member.type === 'node' && member.role.startsWith('stop')) {
+ stationsNodeIds.push(member.ref)
+ } else if (member.type === 'way' && member.role === '') {
+ // we ignore ways with role platform*
+ routesWayIds.push(member.ref)
+ }
+ }
+ }
+ relationsDetails.push({ relationId, stationsNodeIds, routesWayIds })
+ }),
+ )
+ return relationsDetails
+}
+
+/**
+ * Retrieve details (name, lat, lon) for each station in a list of stations (OSM node IDs)
+ */
+async function getOsmStationsDetails(
+ stationsNodeIds: number[],
+): Promise<{ nodeId: number; name: string; lat: number; lon: number }[]> {
+ const stationsDetails: {
+ nodeId: number
+ name: string
+ lat: number
+ lon: number
+ }[] = []
+ await Promise.all(
+ stationsNodeIds.map(async (nodeId) => {
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ stationsDetails.push({
+ nodeId,
+ name: element.tags.name,
+ lat: element.lat,
+ lon: element.lon,
+ })
+ }
+ }),
+ )
+ return stationsDetails
+}
+
+/**
+ * Retrieve list of coordinates (lat, lon) for each way in a list of OSM way IDs
+ */
+async function getOsmWaysDetails(wayIds: number[]): Promise<{
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; lat: number; lon: number }[]
+}> {
+ const ways: {
+ wayId: number
+ nodeIds: number[]
+ }[] = []
+ await Promise.all(
+ wayIds.map(async (wayId) => {
+ const response = await osmApi.get(`way/${wayId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'way' || element.id !== wayId) continue
+ ways.push({ wayId, nodeIds: element.nodes })
+ }
+ }),
+ )
+
+ const uniqueNodeIds = [...new Set(ways.map((way) => way.nodeIds).flat())]
+ console.debug(
+ `Fetched node IDs for ${ways.length} ways, now fetching details for ${uniqueNodeIds.length} nodes ...`,
+ )
+ const nodes: { nodeId: number; lat: number; lon: number }[] = []
+ await Promise.all(
+ uniqueNodeIds.map(async (nodeId, ix) => {
+ // very naive DoS protection: wait a bit for each request, to have max ~30 req/second
+ await wait(30 * ix)
+ const response = await osmApi.get(`node/${nodeId}.json`)
+ for (const element of response.data.elements) {
+ if (element.type !== 'node' || element.id !== nodeId) continue
+ const { lat, lon } = element
+ nodes.push({ nodeId, lat, lon })
+ }
+ if ((ix + 1) % 10 === 0)
+ console.debug(` Finished request #${ix + 1}/${uniqueNodeIds.length}`)
+ }),
+ )
+ return { ways, nodes }
+}
+
+async function wait(ms: number): Promise {
+ return new Promise((resolve) => setTimeout(resolve, ms))
+}
+
+const main = async () => {
+ // get OSM IDs of stops and routes
+ console.debug(
+ `Fetching stations and routes for ${
+ Object.keys(linesMetadata).length
+ } lines...`,
+ )
+ const relationsDetailsPerLine: SourceJson['lines'] = await Promise.all(
+ Object.entries(linesMetadata).map(async ([lineId, lineMetadata]) => {
+ const relations = await getOsmRelationsDetails(
+ lineMetadata.osm.relationIds,
+ )
+ return {
+ lineId,
+ relations,
+ extraStationNodeIds: lineMetadata.osm.extraStationNodeIds ?? [],
+ extraRouteWayIds: lineMetadata.osm.extraRouteWayIds ?? [],
+ }
+ }),
+ )
+
+ const uniqueStationsNodeIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...lineDetails.extraStationNodeIds,
+ ])
+ .flat(),
+ ),
+ ]
+ const uniqueRoutesWayIds = [
+ ...new Set(
+ relationsDetailsPerLine
+ .map((lineDetails) => [
+ ...lineDetails.relations
+ .map((relation) => relation.routesWayIds)
+ .flat(),
+ ...lineDetails.extraRouteWayIds,
+ ])
+ .flat(),
+ ),
+ ]
+ console.debug(
+ `Fetched ${uniqueStationsNodeIds.length} unique station node IDs and ${uniqueRoutesWayIds.length} route way IDs`,
+ )
+
+ // get details of stations and routes
+ console.debug(`Fetching details for ${uniqueStationsNodeIds.length} nodes...`)
+ const stationsDetails = await getOsmStationsDetails(uniqueStationsNodeIds)
+ console.debug(`Fetched details for ${uniqueStationsNodeIds.length} nodes`)
+
+ console.debug(`Fetching details for ${uniqueRoutesWayIds.length} ways...`)
+ const waysDetails = await getOsmWaysDetails(uniqueRoutesWayIds)
+ console.debug(`Fetched details for ${uniqueRoutesWayIds.length} ways`)
+
+ console.debug(`Saving data...`)
+
+ // store station node IDs for easier lookup
+ const setStationNodeIds = new Set(
+ stationsDetails.map((station) => station.nodeId),
+ )
+
+ // save data to source.json
+ const sourceData: SourceJson = {
+ lines: relationsDetailsPerLine,
+ ways: waysDetails.ways,
+ nodes: [
+ ...stationsDetails,
+ ...waysDetails.nodes.filter(
+ (node) => setStationNodeIds.has(node.nodeId) === false,
+ ),
+ ],
+ }
+ await fs.writeFile(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/toulouse2/data',
+ './source.json',
+ ),
+ JSON.stringify(sourceData, null, 2),
+ 'utf8',
+ )
+}
+
+main()
diff --git a/src/app/(game)/toulouse/data/features.json b/src/app/(game)/toulouse/data/features.json
new file mode 100644
index 0000000..1d516aa
--- /dev/null
+++ b/src/app/(game)/toulouse/data/features.json
@@ -0,0 +1,1999 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4827682,
+ 43.6290537
+ ]
+ },
+ "properties": {
+ "id": 1,
+ "name": "Balma-Gramont",
+ "alternate_names": [
+ "Balmar-Gramont"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 1
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4766921,
+ 43.6243168
+ ]
+ },
+ "properties": {
+ "id": 2,
+ "name": "Argoulets",
+ "alternate_names": [
+ "Argolets"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 2
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4696348,
+ 43.6200101
+ ]
+ },
+ "properties": {
+ "id": 3,
+ "name": "Roseraie",
+ "alternate_names": [
+ "Roseda"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 3
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4633672,
+ 43.6153075
+ ]
+ },
+ "properties": {
+ "id": 4,
+ "name": "Jolimont",
+ "alternate_names": [
+ "Bèlmont"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 4
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4552018,
+ 43.6108684
+ ]
+ },
+ "properties": {
+ "id": 5,
+ "name": "Marengo–SNCF",
+ "alternate_names": [],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 5
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4494956,
+ 43.606198
+ ]
+ },
+ "properties": {
+ "id": 6,
+ "name": "Jean Jaurès",
+ "alternate_names": [
+ "Joan Jaurès"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 6
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.445252,
+ 43.6043987
+ ]
+ },
+ "properties": {
+ "id": 7,
+ "name": "Capitole",
+ "alternate_names": [
+ "Capitòli"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 7
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4437554,
+ 43.6000704
+ ]
+ },
+ "properties": {
+ "id": 8,
+ "name": "Esquirol",
+ "alternate_names": [
+ "Esquiròl"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 8
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4314683,
+ 43.5979593
+ ]
+ },
+ "properties": {
+ "id": 9,
+ "name": "Saint-Cyprien – République",
+ "alternate_names": [
+ "Sant-Çubran – Republica"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 9
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4230168,
+ 43.5964074
+ ]
+ },
+ "properties": {
+ "id": 10,
+ "name": "Patte-d'Oie",
+ "alternate_names": [
+ "Pè d'Auca"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 10
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4185362,
+ 43.5934608
+ ]
+ },
+ "properties": {
+ "id": 11,
+ "name": "Arènes",
+ "alternate_names": [
+ "Arenas"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 11
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4183762,
+ 43.5875104
+ ]
+ },
+ "properties": {
+ "id": 12,
+ "name": "Fontaine-Lestang",
+ "alternate_names": [
+ "Font l'Estanh"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 12
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4151246,
+ 43.5835138
+ ]
+ },
+ "properties": {
+ "id": 13,
+ "name": "Mermoz",
+ "alternate_names": [],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 13
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4122549,
+ 43.5800184
+ ]
+ },
+ "properties": {
+ "id": 14,
+ "name": "Bagatelle",
+ "alternate_names": [
+ "Bagatèla"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 14
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4019964,
+ 43.5747163
+ ]
+ },
+ "properties": {
+ "id": 15,
+ "name": "Mirail - Université",
+ "alternate_names": [
+ "Mirail - Universite",
+ "Miralh - Universitat"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 15
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4017738,
+ 43.5708547
+ ]
+ },
+ "properties": {
+ "id": 16,
+ "name": "Reynerie",
+ "alternate_names": [
+ "Reinariá"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 16
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3981476,
+ 43.5660849
+ ]
+ },
+ "properties": {
+ "id": 17,
+ "name": "Bellefontaine",
+ "alternate_names": [
+ "Belafont"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 17
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3922918,
+ 43.5699548
+ ]
+ },
+ "properties": {
+ "id": 18,
+ "name": "Basso Cambo",
+ "alternate_names": [
+ "Bassa Comba"
+ ],
+ "line": "ToulouseA",
+ "order": 1
+ },
+ "id": 18
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4524982,
+ 43.6403887
+ ]
+ },
+ "properties": {
+ "id": 19,
+ "name": "Borderouge",
+ "alternate_names": [
+ "Bòrdaroja"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 19
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.444896,
+ 43.6380034
+ ]
+ },
+ "properties": {
+ "id": 20,
+ "name": "Trois Cocus",
+ "alternate_names": [
+ "Tres Cocuts"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 20
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4360015,
+ 43.634103
+ ]
+ },
+ "properties": {
+ "id": 21,
+ "name": "La Vache",
+ "alternate_names": [
+ "La Vaca"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 21
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4340486,
+ 43.6263847
+ ]
+ },
+ "properties": {
+ "id": 22,
+ "name": "Barrière de Paris",
+ "alternate_names": [
+ "Barrièra de París"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 22
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.435805,
+ 43.6204971
+ ]
+ },
+ "properties": {
+ "id": 23,
+ "name": "Minimes - Claude Nougaro",
+ "alternate_names": [
+ "Minimes - Claudi Nogaròu"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 23
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4345301,
+ 43.6154818
+ ]
+ },
+ "properties": {
+ "id": 24,
+ "name": "Canal du Midi",
+ "alternate_names": [
+ "Canal del Miègjorn"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 24
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4351647,
+ 43.6105033
+ ]
+ },
+ "properties": {
+ "id": 25,
+ "name": "Compans-Caffarelli",
+ "alternate_names": [],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 25
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4451331,
+ 43.6091034
+ ]
+ },
+ "properties": {
+ "id": 26,
+ "name": "Jeanne d'Arc",
+ "alternate_names": [
+ "Joana d'Arc"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 26
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4483803,
+ 43.6059902
+ ]
+ },
+ "properties": {
+ "id": 27,
+ "name": "Jean Jaurès",
+ "alternate_names": [
+ "Joan Jaurès"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 27
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4521612,
+ 43.6004617
+ ]
+ },
+ "properties": {
+ "id": 28,
+ "name": "François Verdier",
+ "alternate_names": [
+ "Francés Verdièr"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 28
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.445393,
+ 43.5975016
+ ]
+ },
+ "properties": {
+ "id": 29,
+ "name": "Carmes",
+ "alternate_names": [],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 29
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4446112,
+ 43.5924567
+ ]
+ },
+ "properties": {
+ "id": 30,
+ "name": "Palais de Justice",
+ "alternate_names": [
+ "Palais de Justícia"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 30
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4470737,
+ 43.5863338
+ ]
+ },
+ "properties": {
+ "id": 31,
+ "name": "Saint-Michel - Marcel Langer",
+ "alternate_names": [
+ "Sant-Miquèl - Marcel Langer"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 31
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4420411,
+ 43.5797326
+ ]
+ },
+ "properties": {
+ "id": 32,
+ "name": "Empalot",
+ "alternate_names": [
+ "En Palòt"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 32
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4501089,
+ 43.5804421
+ ]
+ },
+ "properties": {
+ "id": 33,
+ "name": "Saint-Agne – SNCF",
+ "alternate_names": [
+ "Sant-Anha – SNCF"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 33
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4590595,
+ 43.5797077
+ ]
+ },
+ "properties": {
+ "id": 34,
+ "name": "Saouzelong",
+ "alternate_names": [
+ "Sauselong"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 34
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4618857,
+ 43.5747162
+ ]
+ },
+ "properties": {
+ "id": 35,
+ "name": "Rangueil",
+ "alternate_names": [
+ "Ranguelh"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 35
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4645037,
+ 43.568086
+ ]
+ },
+ "properties": {
+ "id": 36,
+ "name": "Faculté de Pharmacie",
+ "alternate_names": [
+ "Facultat de Farmacia"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 36
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4632875,
+ 43.5608451
+ ]
+ },
+ "properties": {
+ "id": 37,
+ "name": "Université Paul Sabatier",
+ "alternate_names": [
+ "Universite Paul Sabatier",
+ "Universitat Pau Sabatièr"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 37
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4764144,
+ 43.5557687
+ ]
+ },
+ "properties": {
+ "id": 38,
+ "name": "Ramonville",
+ "alternate_names": [
+ "Ramonvila"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 38
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4886521,
+ 43.5513126
+ ]
+ },
+ "properties": {
+ "id": 94,
+ "name": "Parc du Canal",
+ "alternate_names": [
+ "Pargue del Canal"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 94
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.5052217,
+ 43.5510956
+ ]
+ },
+ "properties": {
+ "id": 95,
+ "name": "Labège Madron",
+ "alternate_names": [
+ "Labeja Madron"
+ ],
+ "line": "ToulouseB",
+ "order": 3
+ },
+ "id": 95
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.5207295,
+ 43.5390078
+ ]
+ },
+ "properties": {
+ "id": 73,
+ "name": "Labège Gare",
+ "alternate_names": [
+ "Labeja Gara"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 73
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.5097353,
+ 43.5443343
+ ]
+ },
+ "properties": {
+ "id": 74,
+ "name": "Diagora",
+ "alternate_names": [],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 74
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.505476,
+ 43.5511265
+ ]
+ },
+ "properties": {
+ "id": 75,
+ "name": "Labège Madron",
+ "alternate_names": [
+ "Labeja Madron"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 75
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4923986,
+ 43.5634847
+ ]
+ },
+ "properties": {
+ "id": 76,
+ "name": "Aérospace Campus",
+ "alternate_names": [
+ "Aerospace Campus"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 76
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4813898,
+ 43.5723039
+ ]
+ },
+ "properties": {
+ "id": 77,
+ "name": "Montaudran Gare – Piste des Géants",
+ "alternate_names": [
+ "Montaudran Gara – Pista dels Gigants"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 77
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4802289,
+ 43.5912268
+ ]
+ },
+ "properties": {
+ "id": 78,
+ "name": "Limayrac – Cité de l'espace",
+ "alternate_names": [
+ "Limairac – Ciutat de l'espaci"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 78
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4657873,
+ 43.5938429
+ ]
+ },
+ "properties": {
+ "id": 79,
+ "name": "Côte Pavée",
+ "alternate_names": [
+ "Còsta Pavada"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 79
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4519241,
+ 43.6002559
+ ]
+ },
+ "properties": {
+ "id": 80,
+ "name": "François Verdier",
+ "alternate_names": [
+ "Francés Verdièr"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 80
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4553912,
+ 43.6112822
+ ]
+ },
+ "properties": {
+ "id": 81,
+ "name": "Matabiau Gare",
+ "alternate_names": [
+ "Matabiau Gara"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 81
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4563846,
+ 43.6186042
+ ]
+ },
+ "properties": {
+ "id": 82,
+ "name": "Bonnefoy",
+ "alternate_names": [
+ "Bonafé"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 82
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4463249,
+ 43.6182501
+ ]
+ },
+ "properties": {
+ "id": 83,
+ "name": "Raisin",
+ "alternate_names": [
+ "Rasim"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 83
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4437899,
+ 43.6268422
+ ]
+ },
+ "properties": {
+ "id": 84,
+ "name": "Lycée Toulouse-Lautrec",
+ "alternate_names": [
+ "Licèu Tolosa-Lautrèc"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 84
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4372019,
+ 43.6355205
+ ]
+ },
+ "properties": {
+ "id": 85,
+ "name": "La Vache Gare – Grand Marché",
+ "alternate_names": [
+ "La Vaca Gara – Grand Mercat"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 85
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4279967,
+ 43.6322682
+ ]
+ },
+ "properties": {
+ "id": 86,
+ "name": "Fondeyre",
+ "alternate_names": [
+ "Fondeire"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 86
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4232104,
+ 43.6199177
+ ]
+ },
+ "properties": {
+ "id": 87,
+ "name": "Ponts Jumeaux",
+ "alternate_names": [
+ "Ponts Bessons"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 87
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4111737,
+ 43.6205085
+ ]
+ },
+ "properties": {
+ "id": 88,
+ "name": "Sept Deniers – Stade Toulousain",
+ "alternate_names": [
+ "Sèt Denièrs - Estadi Tolosenc"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 88
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3955879,
+ 43.6215712
+ ]
+ },
+ "properties": {
+ "id": 89,
+ "name": "Blagnac",
+ "alternate_names": [
+ "Blanhac"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 89
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.371477,
+ 43.6103854
+ ]
+ },
+ "properties": {
+ "id": 90,
+ "name": "Saint-Martin-du-Touch",
+ "alternate_names": [
+ "Sent Martin del Toish"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 90
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3538265,
+ 43.6088074
+ ]
+ },
+ "properties": {
+ "id": 91,
+ "name": "Fontaine Lumineuse",
+ "alternate_names": [
+ "Font Luminosa"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 91
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3352844,
+ 43.6044092
+ ]
+ },
+ "properties": {
+ "id": 92,
+ "name": "Colomiers Gare",
+ "alternate_names": [
+ "Colomèrs Gara"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 92
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4833564,
+ 43.5791828
+ ]
+ },
+ "properties": {
+ "id": 93,
+ "name": "Ormeau",
+ "alternate_names": [
+ "Ormal"
+ ],
+ "line": "ToulouseC",
+ "order": 4
+ },
+ "id": 93
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4440516,
+ 43.5927702
+ ]
+ },
+ "properties": {
+ "id": 39,
+ "name": "Palais de Justice",
+ "alternate_names": [
+ "Palais de Justícia"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 39
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4404187,
+ 43.5922184
+ ]
+ },
+ "properties": {
+ "id": 40,
+ "name": "Île du Ramier",
+ "alternate_names": [
+ "Isla del Ramier"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 40
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4354601,
+ 43.5926438
+ ]
+ },
+ "properties": {
+ "id": 41,
+ "name": "Fer à Cheval",
+ "alternate_names": [
+ "Fèrre de Caval"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 41
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.431786,
+ 43.5893727
+ ]
+ },
+ "properties": {
+ "id": 42,
+ "name": "Avenue de Muret – Marcel Cavaillé",
+ "alternate_names": [
+ "Avenguda de Murèth – Marcel Cavaillé"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 42
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4278901,
+ 43.5856208
+ ]
+ },
+ "properties": {
+ "id": 43,
+ "name": "Croix de Pierre",
+ "alternate_names": [
+ "Crotz de Pèira"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 43
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4216813,
+ 43.5896483
+ ]
+ },
+ "properties": {
+ "id": 44,
+ "name": "Déodat de Séverac",
+ "alternate_names": [],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 44
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4179282,
+ 43.5928437
+ ]
+ },
+ "properties": {
+ "id": 45,
+ "name": "Arènes",
+ "alternate_names": [
+ "Arenas"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 45
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4094423,
+ 43.5948728
+ ]
+ },
+ "properties": {
+ "id": 46,
+ "name": "Hippodrome",
+ "alternate_names": [
+ "Ipodròm"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 46
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.411406,
+ 43.6008658
+ ]
+ },
+ "properties": {
+ "id": 47,
+ "name": "Zénith",
+ "alternate_names": [
+ "Zenit"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 47
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4076812,
+ 43.6031468
+ ]
+ },
+ "properties": {
+ "id": 48,
+ "name": "Cartoucherie",
+ "alternate_names": [
+ "Cartocharia"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 48
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4020256,
+ 43.6091124
+ ]
+ },
+ "properties": {
+ "id": 49,
+ "name": "Purpan",
+ "alternate_names": [],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 49
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3983014,
+ 43.6141015
+ ]
+ },
+ "properties": {
+ "id": 50,
+ "name": "Arènes Romaines",
+ "alternate_names": [
+ "Arenas Romanas"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 50
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3969311,
+ 43.6182283
+ ]
+ },
+ "properties": {
+ "id": 51,
+ "name": "Ancely",
+ "alternate_names": [],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 51
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.396107698632727,
+ 43.62220041446183
+ ]
+ },
+ "properties": {
+ "id": 100,
+ "name": "Blagnac",
+ "alternate_names": [
+ "Blanhac"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 100
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3934923,
+ 43.6254903
+ ]
+ },
+ "properties": {
+ "id": 52,
+ "name": "Servanty Airbus",
+ "alternate_names": [],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 52
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3917438,
+ 43.6308743
+ ]
+ },
+ "properties": {
+ "id": 53,
+ "name": "Guyenne - Berry",
+ "alternate_names": [
+ "Guiana - Berric"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 53
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3913438,
+ 43.6340381
+ ]
+ },
+ "properties": {
+ "id": 54,
+ "name": "Pasteur - Mairie de Blagnac",
+ "alternate_names": [
+ "Pasteur - Ostal de Blanhac"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 54
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3900718,
+ 43.636771
+ ]
+ },
+ "properties": {
+ "id": 55,
+ "name": "Place du Relais",
+ "alternate_names": [
+ "Plaça del Relai"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 55
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3853347,
+ 43.6362564
+ ]
+ },
+ "properties": {
+ "id": 56,
+ "name": "Odyssud - Ritouret",
+ "alternate_names": [
+ "Odyssud - Ritoret"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 56
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.38276,
+ 43.6400747
+ ]
+ },
+ "properties": {
+ "id": 57,
+ "name": "Patinoire - Barradels",
+ "alternate_names": [
+ "Patinadoira - Barradels"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 57
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3774771,
+ 43.6447688
+ ]
+ },
+ "properties": {
+ "id": 58,
+ "name": "Grand Noble",
+ "alternate_names": [
+ "Grand Nòble"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 58
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3756491,
+ 43.6485505
+ ]
+ },
+ "properties": {
+ "id": 59,
+ "name": "Place Georges Brassens",
+ "alternate_names": [
+ "Plaça Jòrdi Brassens"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 59
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3735958,
+ 43.6548396
+ ]
+ },
+ "properties": {
+ "id": 60,
+ "name": "Andromède - Lycée",
+ "alternate_names": [
+ "Andromèda - Licèu"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 60
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3695259,
+ 43.6602643
+ ]
+ },
+ "properties": {
+ "id": 61,
+ "name": "Beauzelle - Aéroscopia",
+ "alternate_names": [
+ "Bausèla - Aeroscopia"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 61
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3626286,
+ 43.6634677
+ ]
+ },
+ "properties": {
+ "id": 62,
+ "name": "Aéroconstellation",
+ "alternate_names": [
+ "Aeroconstellacion"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 62
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3599808,
+ 43.667624
+ ]
+ },
+ "properties": {
+ "id": 63,
+ "name": "MEETT",
+ "alternate_names": [
+ "Pargue de las Exposicions"
+ ],
+ "line": "ToulouseT1",
+ "order": 5
+ },
+ "id": 63
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4283203,
+ 43.5543274
+ ]
+ },
+ "properties": {
+ "id": 64,
+ "name": "Oncopole - Lise Enjalbert",
+ "alternate_names": [
+ "Oncopòl - Lise Enjalbert"
+ ],
+ "line": "ToulouseTeleo",
+ "order": 6
+ },
+ "id": 64
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4530223,
+ 43.5583306
+ ]
+ },
+ "properties": {
+ "id": 65,
+ "name": "Hôpital Rangueil - Louis Lareng",
+ "alternate_names": [
+ "Espital de Ranguèlh - Louis Lareng"
+ ],
+ "line": "ToulouseTeleo",
+ "order": 6
+ },
+ "id": 65
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4646455,
+ 43.5602252
+ ]
+ },
+ "properties": {
+ "id": 66,
+ "name": "Université Paul Sabatier",
+ "alternate_names": [
+ "Universite Paul Sabatier",
+ "Universitat Pau Sabatièr"
+ ],
+ "line": "ToulouseTeleo",
+ "order": 6
+ },
+ "id": 66
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3337924,
+ 43.6034675
+ ]
+ },
+ "properties": {
+ "id": 67,
+ "name": "Colomiers Gare",
+ "alternate_names": [
+ "Colomèrs Gara"
+ ],
+ "line": "ToulouseAC",
+ "order": 2
+ },
+ "id": 67
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3529733,
+ 43.6025245
+ ]
+ },
+ "properties": {
+ "id": 68,
+ "name": "Les Ramassiers",
+ "alternate_names": [
+ "Los Ramassièrs"
+ ],
+ "line": "ToulouseAC",
+ "order": 2
+ },
+ "id": 68
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3718606,
+ 43.5997633
+ ]
+ },
+ "properties": {
+ "id": 69,
+ "name": "Saint-Martin-du-Touch",
+ "alternate_names": [
+ "Sent Martin del Toish"
+ ],
+ "line": "ToulouseAC",
+ "order": 2
+ },
+ "id": 69
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.3840513,
+ 43.5966063
+ ]
+ },
+ "properties": {
+ "id": 70,
+ "name": "Lardenne",
+ "alternate_names": [
+ "Lardena"
+ ],
+ "line": "ToulouseAC",
+ "order": 2
+ },
+ "id": 70
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4017026,
+ 43.5954976
+ ]
+ },
+ "properties": {
+ "id": 71,
+ "name": "Le TOEC",
+ "alternate_names": [
+ "Lo TOEC"
+ ],
+ "line": "ToulouseAC",
+ "order": 2
+ },
+ "id": 71
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.4178683,
+ 43.5938729
+ ]
+ },
+ "properties": {
+ "id": 72,
+ "name": "Saint-Cyprien – Arènes",
+ "alternate_names": [
+ "Sant Çubran – Arenas"
+ ],
+ "line": "ToulouseAC",
+ "order": 2
+ },
+ "id": 72
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.386765672868206,
+ 43.624383540499444
+ ]
+ },
+ "properties": {
+ "id": 96,
+ "name": "Nadot",
+ "alternate_names": [],
+ "line": "ToulouseAE",
+ "order": 6
+ },
+ "id": 96
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.379378528927953,
+ 43.628848411001833
+ ]
+ },
+ "properties": {
+ "id": 97,
+ "name": "Daurat",
+ "alternate_names": [],
+ "line": "ToulouseAE",
+ "order": 6
+ },
+ "id": 97
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.374377098182572,
+ 43.631344927109126
+ ]
+ },
+ "properties": {
+ "id": 98,
+ "name": "Aéroport",
+ "alternate_names": [
+ "Aeropòrt"
+ ],
+ "line": "ToulouseAE",
+ "order": 6
+ },
+ "id": 98
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 1.396165742916808,
+ 43.621851232770297
+ ]
+ },
+ "properties": {
+ "id": 99,
+ "name": "Blagnac",
+ "alternate_names": [
+ "Blanhac"
+ ],
+ "line": "ToulouseAE",
+ "order": 6
+ },
+ "id": 99
+ }
+ ],
+ "properties": {
+ "totalStations": 92,
+ "stationsPerLine": {
+ "ToulouseA": 18,
+ "ToulouseB": 22,
+ "ToulouseC": 21,
+ "ToulouseT1": 26,
+ "ToulouseAE": 4,
+ "ToulouseTeleo": 3,
+ "ToulouseAC": 6
+ },
+ "nextStationId": 101
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/toulouse/data/lines.json b/src/app/(game)/toulouse/data/lines.json
new file mode 100644
index 0000000..2013263
--- /dev/null
+++ b/src/app/(game)/toulouse/data/lines.json
@@ -0,0 +1,51 @@
+{
+ "ToulouseA": {
+ "name": "A",
+ "color": "#DB001B",
+ "backgroundColor": "#6E000D",
+ "textColor": "#FFFFFF",
+ "order": 1
+ },
+ "ToulouseAC": {
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "backgroundColor": "#2F3058",
+ "textColor": "#FFFFFF",
+ "order": 2
+ },
+ "ToulouseB": {
+ "name": "B",
+ "color": "#FFD900",
+ "backgroundColor": "#806D00",
+ "textColor": "#FFFFFF",
+ "order": 3
+ },
+ "ToulouseC": {
+ "name": "C",
+ "color": "#52B149",
+ "backgroundColor": "#295925",
+ "textColor": "#FFFFFF",
+ "order": 4
+ },
+ "ToulouseT1": {
+ "name": "T1",
+ "color": "#004687",
+ "backgroundColor": "#002344",
+ "textColor": "#FFFFFF",
+ "order": 5
+ },
+ "ToulouseAE": {
+ "name": "Aéroport Express",
+ "color": "#409AD9",
+ "backgroundColor": "#409AD9",
+ "textColor": "#ffffff",
+ "order": 6
+ },
+ "ToulouseTeleo": {
+ "name": "Teleo",
+ "color": "#DC006B",
+ "backgroundColor": "#6E0036",
+ "textColor": "#FFFFFF",
+ "order": 7
+ }
+}
\ No newline at end of file
diff --git a/src/app/(game)/toulouse/data/preprocess.ts b/src/app/(game)/toulouse/data/preprocess.ts
new file mode 100644
index 0000000..7112784
--- /dev/null
+++ b/src/app/(game)/toulouse/data/preprocess.ts
@@ -0,0 +1,561 @@
+import Color from 'color'
+import { promises as fs } from 'fs'
+import * as path from 'path'
+
+export type SourceJson = {
+ lines: {
+ lineId: string
+ relations: {
+ relationId: number
+ stationsNodeIds: number[]
+ routesWayIds: number[]
+ }[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }[]
+ ways: { wayId: number; nodeIds: number[] }[]
+ nodes: { nodeId: number; name?: string; lat: number; lon: number }[]
+}
+
+// ----------------------------------------
+// line configuration
+// ----------------------------------------
+export const linesMetadata: {
+ [id: string]: {
+ name: string
+ osm: {
+ relationIds: number[]
+ extraStationNodeIds: number[]
+ extraRouteWayIds: number[]
+ }
+ color: string
+ }
+} = {
+ ToulouseA: {
+ name: 'A',
+ osm: {
+ relationIds: [179515],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#DB001B',
+ },
+ ToulouseB: {
+ name: 'B',
+ osm: {
+ relationIds: [179514, 17083110],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#FFD900',
+ },
+ ToulouseC: {
+ name: 'C',
+ osm: {
+ relationIds: [20318652],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#52B149',
+ },
+ ToulouseT1: {
+ name: 'T1',
+ osm: {
+ relationIds: [11562192],
+ extraStationNodeIds: [2379081174, 2379081163],
+ extraRouteWayIds: [],
+ },
+ color: '#004687',
+ },
+ // ToulouseAE: {
+ // name: 'Aéroport Express',
+ // osm: {
+ // relationIds: [5720058],
+ // extraStationNodeIds: [],
+ // extraRouteWayIds: [],
+ // },
+ // color: '#0098D4',
+ // },
+ ToulouseTeleo: {
+ name: 'Teleo',
+ osm: {
+ relationIds: [18180718],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#DC006B',
+ },
+ ToulouseAC: {
+ name: 'Arènes - Colomiers',
+ osm: {
+ relationIds: [1557095],
+ extraStationNodeIds: [],
+ extraRouteWayIds: [],
+ },
+ color: '#6265ac',
+ },
+}
+
+const Bun = {
+ file(path: string) {
+ return {
+ async json() {
+ return JSON.parse(await fs.readFile(path, 'utf8'))
+ },
+ }
+ },
+
+ async write(path: string, content: string) {
+ await fs.writeFile(path, content, 'utf8')
+ },
+}
+
+type StationsFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'Point'
+ coordinates: [number, number]
+ }
+ properties: {
+ id: number
+ name: string
+ alternate_names?: string[]
+ line: string
+ order: number
+ }
+ id: number
+ }[]
+ properties: {
+ totalStations: number
+ stationsPerLine: {
+ [lineId: string]: number
+ }
+ nextStationId?: number
+ }
+}
+
+type RoutesFeatureCollection = {
+ type: 'FeatureCollection'
+ features: {
+ type: 'Feature'
+ geometry: {
+ type: 'LineString'
+ coordinates: [number, number][]
+ }
+ properties: {
+ line: string
+ name: string
+ color: string
+ order: number
+ }
+ }[]
+}
+
+function getStationMapKeyByLineIdAndName(args: {
+ lineId: string
+ name: string
+}): string {
+ return `${args.lineId}::${args.name}`
+}
+
+function getStationMapKeyByLineIdAndNodeId(args: {
+ lineId: string
+ nodeId: number
+}): string {
+ return `${args.lineId}::${args.nodeId}`
+}
+
+async function parseOldStationsAndCreateStationIdGetter(): Promise<
+ (args: { lineId: string; name: string }) => number
+> {
+ const oldStationsIdMap = new Map()
+ let maxStationId = 0
+ try {
+ const oldFeatureCollection = Bun.file(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/toulouse2/data',
+ './features.json',
+ ),
+ )
+ const { features, properties } =
+ (await oldFeatureCollection.json()) as StationsFeatureCollection
+ maxStationId = (properties.nextStationId ?? 1) - 1
+ for (const feature of features) {
+ const { name, line, id } = feature.properties
+ oldStationsIdMap.set(
+ getStationMapKeyByLineIdAndName({
+ lineId: line,
+ name,
+ }),
+ id,
+ )
+ maxStationId = Math.max(maxStationId, id)
+ }
+ } catch (err) {
+ console.warn(
+ 'Could not find or parse old features.json',
+ (err as Error).message,
+ )
+ }
+ let nextStationId = maxStationId + 1
+
+ function getStationId(args: { lineId: string; name: string }): number {
+ const mapKey = getStationMapKeyByLineIdAndName(args)
+ return oldStationsIdMap.get(mapKey) ?? nextStationId++
+ }
+ return getStationId
+}
+
+function toMap(
+ array: T[],
+ keyPropertyName: K,
+): Map {
+ const map = new Map()
+ for (const item of array) {
+ map.set(item[keyPropertyName], item)
+ }
+ return map
+}
+
+function isDefined(arg: T): arg is Exclude {
+ return arg !== null && typeof arg !== 'undefined'
+}
+
+const main = async () => {
+ const data = Bun.file(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/toulouse2/data',
+ './source.json',
+ ),
+ )
+ const { lines, nodes, ways } = (await data.json()) as SourceJson
+
+ const getStationId = await parseOldStationsAndCreateStationIdGetter()
+ const waysMap = toMap(ways, 'wayId')
+ const nodesMap = toMap(nodes, 'nodeId')
+
+ // lines
+ const augmentedLinesMetadataMap = new Map<
+ string,
+ (typeof linesMetadata)[string] & {
+ id: string
+ order: number
+ latLonOffset: number
+ }
+ >()
+ const sortedLineIds = Object.entries(linesMetadata)
+ .sort(([, lineMetadata1], [, lineMetadata2]) =>
+ lineMetadata1.name.localeCompare(lineMetadata2.name),
+ )
+ .map(([lineId, lineMetadata], ix, arr): string => {
+ const numLines = arr.length
+ augmentedLinesMetadataMap.set(lineId, {
+ ...lineMetadata,
+ id: lineId,
+ order: ix + 1,
+ latLonOffset: (ix / (numLines - 1) - 0.5) * 0.000_015,
+ })
+ return lineId
+ })
+
+ console.debug(`Writing ${sortedLineIds.length} lines to lines.json ...`)
+ Bun.write(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/toulouse2/data',
+ './lines.json',
+ ),
+ JSON.stringify(
+ sortedLineIds.reduce(
+ (acc, lineId) => {
+ const lineMetadata = augmentedLinesMetadataMap.get(lineId)!
+ acc[lineId] = {
+ name: lineMetadata.name,
+ color: lineMetadata.color,
+ backgroundColor: Color(lineMetadata.color).darken(0.5).hex(),
+ textColor: '#FFFFFF',
+ order: lineMetadata.order,
+ }
+ return acc
+ },
+ {} as {
+ [lineId: string]: {
+ name: string
+ color: string
+ backgroundColor: string
+ textColor: string
+ order: number
+ }
+ },
+ ),
+ null,
+ 2,
+ ),
+ )
+
+ // stations
+ type StationDetails = {
+ name: string
+ coords: {
+ lat: number
+ lon: number
+ lineIds: Map
+ nodeIds: { lineId: string; nodeId: number }[]
+ }[]
+ stationIdByLineId: Map
+ alternateNames: string[]
+ }
+ /**
+ * Get station details but ensure we have each station only once (per line), i.e. usually a station has at least two
+ * nodes (one for each direction of the line) but we only want to have one.
+ * As we want to access it by lineId/nodeId later, we eventually build another map for that purpose.
+ */
+ function getUniqueStationsByLineIdAndNodeId(): Map {
+ const mapUniqueStationsByName = new Map()
+ for (const line of lines) {
+ for (const stationNodeId of line.relations
+ .map((relation) => relation.stationsNodeIds)
+ .flat()
+ .concat(...line.extraStationNodeIds)) {
+ const stationNode = nodesMap.get(stationNodeId)!
+ if (!stationNode.name)
+ throw new Error(
+ `Unknown name for station with node id ${stationNodeId}`,
+ )
+ const existingStation = mapUniqueStationsByName.get(stationNode.name)
+ if (existingStation === undefined) {
+ mapUniqueStationsByName.set(stationNode.name, {
+ name: stationNode.name,
+ coords: [
+ {
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ },
+ ],
+ stationIdByLineId: new Map([
+ [
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ ],
+ ]),
+ alternateNames: [],
+ })
+ } else {
+ if (existingStation.stationIdByLineId.has(line.lineId) === false) {
+ existingStation.stationIdByLineId.set(
+ line.lineId,
+ getStationId({ lineId: line.lineId, name: stationNode.name }),
+ )
+ }
+ const existingCoords = existingStation.coords.find(
+ (c) => c.lat === stationNode.lat && c.lon === stationNode.lon,
+ )
+ if (existingCoords) {
+ existingCoords.lineIds.set(line.lineId, true)
+ existingCoords.nodeIds.push({
+ lineId: line.lineId,
+ nodeId: stationNodeId,
+ })
+ } else {
+ existingStation.coords.push({
+ lat: stationNode.lat,
+ lon: stationNode.lon,
+ lineIds: new Map([[line.lineId, true]]),
+ nodeIds: [{ lineId: line.lineId, nodeId: stationNodeId }],
+ })
+ }
+ }
+ }
+ }
+ const mapUniqueStationsByLineIdAndNodeId = new Map()
+ for (const stationDetails of mapUniqueStationsByName.values()) {
+ // sort nodes by which node covers more lines -> ideally first node covers all lines and only in rare cases we need to use 2nd+ node for some lines (if there's no node matching all lines)
+ stationDetails.coords.sort(
+ (c1, c2) =>
+ c2.lineIds.size - c1.lineIds.size ||
+ c1.lat - c2.lat ||
+ c1.lon - c2.lon,
+ )
+ for (const coords of stationDetails.coords) {
+ for (const { lineId, nodeId } of coords.nodeIds) {
+ mapUniqueStationsByLineIdAndNodeId.set(
+ getStationMapKeyByLineIdAndNodeId({ lineId, nodeId }),
+ stationDetails,
+ )
+ }
+ }
+ }
+
+ // print unique station names a-z (for easier review where alternate names are missing / might be helpful)
+ const stationSortedAtoZ = [...mapUniqueStationsByName.values()].sort(
+ (s1, s2) => s1.name.localeCompare(s2.name),
+ )
+ console.debug(`Stations (a-z, ${stationSortedAtoZ.length}):`)
+ for (const station of stationSortedAtoZ) {
+ console.debug(
+ ` ${station.name}${
+ station.alternateNames.length > 0
+ ? ` (${station.alternateNames.join('; ')})`
+ : ''
+ }`,
+ )
+ }
+
+ return mapUniqueStationsByLineIdAndNodeId
+ }
+ const mapUniqueStationsByLineIdAndNodeId =
+ getUniqueStationsByLineIdAndNodeId()
+ const mapStationsUsed = new Map()
+ const stationFeatures: StationsFeatureCollection['features'] = lines
+ .map((line) => {
+ const nodeIds = [
+ // we sort relations by length to get most-complete list of stations so that order of station names in output is closest to actual order and stations are not too scattered
+ ...line.relations
+ .sort((r1, r2) =>
+ r1.stationsNodeIds.length !== r2.stationsNodeIds.length
+ ? r2.stationsNodeIds.length - r1.stationsNodeIds.length
+ : r1.relationId - r2.relationId,
+ )
+ .map((relation) => relation.stationsNodeIds)
+ .flat(),
+ ...line.extraStationNodeIds,
+ ]
+ return nodeIds
+ .map((nodeId) => {
+ const stationDetails = mapUniqueStationsByLineIdAndNodeId.get(
+ getStationMapKeyByLineIdAndNodeId({
+ lineId: line.lineId,
+ nodeId,
+ }),
+ )!
+ const coords = stationDetails.coords.find((c) =>
+ c.lineIds.has(line.lineId),
+ )!
+ // we check if we already have station with that name at those coordinates for that line
+ const mapKey = `${line.lineId}::${stationDetails.name}::${coords.lat}::${coords.lon}`
+ if (mapStationsUsed.has(mapKey)) {
+ // we already have this station in the output => skip
+ return undefined
+ } else {
+ mapStationsUsed.set(mapKey, true)
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'Point' as const,
+ coordinates: [coords.lon, coords.lat] as [number, number],
+ },
+ properties: {
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ name: stationDetails.name,
+ alternateNames: [],
+ line: line.lineId,
+ order: augmentedLinesMetadataMap.get(line.lineId)!.order,
+ },
+ id: stationDetails.stationIdByLineId.get(line.lineId)!,
+ }
+ }
+ })
+ .filter(isDefined)
+ })
+ .flat()
+ const mapStationsNamesUsed = new Map()
+ const mapStationsNamesUsedByLine = new Map()
+ const stations: StationsFeatureCollection = {
+ type: 'FeatureCollection',
+ features: stationFeatures,
+ properties: {
+ ...stationFeatures.reduce(
+ (properties, station) => {
+ if (mapStationsNamesUsed.has(station.properties.name) === false) {
+ mapStationsNamesUsed.set(station.properties.name, true)
+ properties.totalStations += 1
+ }
+ const mapKey = getStationMapKeyByLineIdAndName({
+ lineId: station.properties.line,
+ name: station.properties.name,
+ })
+ if (mapStationsNamesUsedByLine.has(mapKey) === false) {
+ mapStationsNamesUsedByLine.set(mapKey, true)
+ properties.stationsPerLine[station.properties.line] += 1
+ }
+ return properties
+ },
+ {
+ totalStations: 0,
+ stationsPerLine: Object.fromEntries(
+ lines.map((line) => [line.lineId, 0]),
+ ),
+ },
+ ),
+ // using a non-existant line/station to get next station id
+ nextStationId: getStationId({ lineId: '', name: '' }),
+ },
+ }
+
+ console.debug(
+ `Writing ${stations.features.length} stations to features.json ...`,
+ )
+ stationFeatures.forEach((station) =>
+ console.debug(` ${station.properties.line} ${station.properties.name}`),
+ )
+ Bun.write(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/toulouse2/data',
+ './features.json',
+ ),
+ JSON.stringify(stations, null, 2),
+ )
+
+ // routes
+ const routes: RoutesFeatureCollection = {
+ type: 'FeatureCollection',
+ features: lines
+ .map((line) => {
+ const wayIds = [
+ ...line.relations.map((relation) => relation.routesWayIds).flat(),
+ ...line.extraRouteWayIds,
+ ]
+ const uniqueWayIds = [...new Set(wayIds)].sort((w1, w2) => w1 - w2)
+ return uniqueWayIds.map((wayId) => {
+ const nodeIds = waysMap.get(wayId)!.nodeIds
+ const nodes = nodeIds.map((nodeId) => nodesMap.get(nodeId)!)
+ const { latLonOffset, name, color, order } =
+ augmentedLinesMetadataMap.get(line.lineId)!
+ return {
+ type: 'Feature' as const,
+ geometry: {
+ type: 'LineString' as const,
+ coordinates: nodes.map(
+ (node) =>
+ [node.lon + latLonOffset, node.lat + latLonOffset] as [
+ number,
+ number,
+ ],
+ ),
+ },
+ properties: {
+ line: line.lineId,
+ name,
+ color,
+ order,
+ },
+ }
+ })
+ })
+ .flat(),
+ }
+
+ console.debug(`Writing ${routes.features.length} paths to routes.json ...`)
+ Bun.write(
+ path.join(
+ '/home/ellabb/Documents/PROJ/metro-memory.com/src/app/(game)/toulouse2/data',
+ './routes.json',
+ ),
+ JSON.stringify(routes, null, 2),
+ )
+}
+
+main()
diff --git a/src/app/(game)/toulouse/data/routes.json b/src/app/(game)/toulouse/data/routes.json
new file mode 100644
index 0000000..ab49019
--- /dev/null
+++ b/src/app/(game)/toulouse/data/routes.json
@@ -0,0 +1,11121 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.482783,
+ 43.6272117
+ ],
+ [
+ 1.4827596,
+ 43.6271786
+ ],
+ [
+ 1.4827118000000001,
+ 43.6271218
+ ],
+ [
+ 1.4826722,
+ 43.6270765
+ ],
+ [
+ 1.4826147,
+ 43.6270166
+ ],
+ [
+ 1.4825594,
+ 43.6269645
+ ],
+ [
+ 1.4824773,
+ 43.6268987
+ ],
+ [
+ 1.4824189,
+ 43.6268568
+ ],
+ [
+ 1.4823597000000002,
+ 43.6268143
+ ],
+ [
+ 1.4822287,
+ 43.6267376
+ ],
+ [
+ 1.4821727,
+ 43.626707499999995
+ ],
+ [
+ 1.4821098000000001,
+ 43.6266773
+ ],
+ [
+ 1.4819856,
+ 43.6266216
+ ],
+ [
+ 1.4816556,
+ 43.6264812
+ ],
+ [
+ 1.4814265,
+ 43.6263881
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3940191,
+ 43.566693199999996
+ ],
+ [
+ 1.3939392000000002,
+ 43.5667614
+ ],
+ [
+ 1.3938772000000001,
+ 43.5668194
+ ],
+ [
+ 1.3938442,
+ 43.5668534
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4085244000000001,
+ 43.578331
+ ],
+ [
+ 1.4084579000000002,
+ 43.5783201
+ ],
+ [
+ 1.4083708000000001,
+ 43.5783048
+ ],
+ [
+ 1.4082791000000001,
+ 43.5782901
+ ],
+ [
+ 1.4081911,
+ 43.578276499999994
+ ],
+ [
+ 1.4081129000000001,
+ 43.578265699999996
+ ],
+ [
+ 1.4080459,
+ 43.578255999999996
+ ],
+ [
+ 1.4079342000000001,
+ 43.57824
+ ],
+ [
+ 1.4078081,
+ 43.578224899999995
+ ],
+ [
+ 1.4076920000000002,
+ 43.578211499999995
+ ],
+ [
+ 1.4075561,
+ 43.578197499999995
+ ],
+ [
+ 1.4074122,
+ 43.5781849
+ ],
+ [
+ 1.4072506,
+ 43.578172599999995
+ ],
+ [
+ 1.4071148,
+ 43.5781649
+ ],
+ [
+ 1.4070032000000001,
+ 43.578158599999995
+ ],
+ [
+ 1.4068924,
+ 43.5781533
+ ],
+ [
+ 1.4067754000000001,
+ 43.578148899999995
+ ],
+ [
+ 1.4066696,
+ 43.5781469
+ ],
+ [
+ 1.4065491,
+ 43.578145199999994
+ ],
+ [
+ 1.4060030000000001,
+ 43.57814
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4100974000000002,
+ 43.5787329
+ ],
+ [
+ 1.4099337,
+ 43.5786734
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4827607,
+ 43.6290462
+ ],
+ [
+ 1.4828132,
+ 43.628864
+ ],
+ [
+ 1.4829208,
+ 43.628513899999994
+ ],
+ [
+ 1.4829934,
+ 43.6282662
+ ],
+ [
+ 1.4830457000000001,
+ 43.6279866
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4060030000000001,
+ 43.57814
+ ],
+ [
+ 1.4056491,
+ 43.5781406
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4042169,
+ 43.5778964
+ ],
+ [
+ 1.4038425,
+ 43.5777448
+ ],
+ [
+ 1.4035137,
+ 43.5775972
+ ],
+ [
+ 1.4031243,
+ 43.577385299999996
+ ],
+ [
+ 1.4029061,
+ 43.577222799999994
+ ],
+ [
+ 1.402636,
+ 43.5770184
+ ],
+ [
+ 1.4024472000000001,
+ 43.5768359
+ ],
+ [
+ 1.4023029,
+ 43.576650699999995
+ ],
+ [
+ 1.4021269,
+ 43.576328
+ ],
+ [
+ 1.4020485,
+ 43.5760924
+ ],
+ [
+ 1.402007,
+ 43.5758283
+ ],
+ [
+ 1.4019952,
+ 43.5751863
+ ],
+ [
+ 1.4019937,
+ 43.5750764
+ ],
+ [
+ 1.4019968,
+ 43.575002399999995
+ ],
+ [
+ 1.4019889,
+ 43.574708799999996
+ ],
+ [
+ 1.4019884,
+ 43.573988799999995
+ ],
+ [
+ 1.4019834,
+ 43.573881
+ ],
+ [
+ 1.4019158,
+ 43.573679899999995
+ ],
+ [
+ 1.4018248,
+ 43.5734624
+ ],
+ [
+ 1.4016295,
+ 43.5730759
+ ],
+ [
+ 1.4015512,
+ 43.5727896
+ ],
+ [
+ 1.4015140000000001,
+ 43.5724221
+ ],
+ [
+ 1.4015147000000001,
+ 43.5722331
+ ],
+ [
+ 1.4015845,
+ 43.5718873
+ ],
+ [
+ 1.4017014,
+ 43.571591999999995
+ ],
+ [
+ 1.4017259,
+ 43.571443599999995
+ ],
+ [
+ 1.4017523,
+ 43.5710534
+ ],
+ [
+ 1.4017663,
+ 43.570847199999996
+ ],
+ [
+ 1.4017963,
+ 43.570404499999995
+ ],
+ [
+ 1.4018006,
+ 43.568508599999994
+ ],
+ [
+ 1.4017728,
+ 43.5683891
+ ],
+ [
+ 1.4017118,
+ 43.5682724
+ ],
+ [
+ 1.4016354,
+ 43.5681498
+ ],
+ [
+ 1.4013003000000002,
+ 43.567804599999995
+ ],
+ [
+ 1.4011664000000001,
+ 43.567670899999996
+ ],
+ [
+ 1.4009067000000002,
+ 43.5674249
+ ],
+ [
+ 1.4006007,
+ 43.567152199999995
+ ],
+ [
+ 1.4002571000000001,
+ 43.5668736
+ ],
+ [
+ 1.3999411000000002,
+ 43.566628099999996
+ ],
+ [
+ 1.3993520000000002,
+ 43.5662575
+ ],
+ [
+ 1.3992332,
+ 43.5662014
+ ],
+ [
+ 1.3991109000000002,
+ 43.5661572
+ ],
+ [
+ 1.3989844,
+ 43.5661232
+ ],
+ [
+ 1.398852,
+ 43.566102
+ ],
+ [
+ 1.3987026,
+ 43.5660886
+ ],
+ [
+ 1.3984495000000001,
+ 43.566083299999995
+ ],
+ [
+ 1.3981401,
+ 43.5660774
+ ],
+ [
+ 1.3977997,
+ 43.5660726
+ ],
+ [
+ 1.3958626,
+ 43.566079599999995
+ ],
+ [
+ 1.3955214,
+ 43.566092499999996
+ ],
+ [
+ 1.3952841,
+ 43.566116199999996
+ ],
+ [
+ 1.3950189000000002,
+ 43.5661871
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3938442,
+ 43.5668534
+ ],
+ [
+ 1.3938085,
+ 43.5668929
+ ],
+ [
+ 1.3937625,
+ 43.5669471
+ ],
+ [
+ 1.3937123,
+ 43.5670095
+ ],
+ [
+ 1.3936646000000001,
+ 43.5670753
+ ],
+ [
+ 1.3936132,
+ 43.5671505
+ ],
+ [
+ 1.3935444000000001,
+ 43.5672569
+ ],
+ [
+ 1.3931681,
+ 43.567862
+ ],
+ [
+ 1.39253,
+ 43.568893599999996
+ ],
+ [
+ 1.3924667000000002,
+ 43.5690004
+ ],
+ [
+ 1.3924347000000001,
+ 43.5690591
+ ],
+ [
+ 1.3924104000000002,
+ 43.5691096
+ ],
+ [
+ 1.3923838000000002,
+ 43.5691688
+ ],
+ [
+ 1.3923546,
+ 43.569236
+ ],
+ [
+ 1.3923315,
+ 43.5693043
+ ],
+ [
+ 1.3923171,
+ 43.5693657
+ ],
+ [
+ 1.3923064,
+ 43.569421399999996
+ ],
+ [
+ 1.3922996,
+ 43.5694747
+ ],
+ [
+ 1.3922952,
+ 43.569531399999995
+ ],
+ [
+ 1.3922925000000002,
+ 43.5695872
+ ],
+ [
+ 1.3922876,
+ 43.5697629
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4056491,
+ 43.5781406
+ ],
+ [
+ 1.4054802,
+ 43.5781372
+ ],
+ [
+ 1.4052945000000001,
+ 43.578128799999995
+ ],
+ [
+ 1.4051550000000002,
+ 43.5781188
+ ],
+ [
+ 1.4050388,
+ 43.5781072
+ ],
+ [
+ 1.4049076,
+ 43.5780886
+ ],
+ [
+ 1.4047931,
+ 43.5780677
+ ],
+ [
+ 1.4046723,
+ 43.578041999999996
+ ],
+ [
+ 1.4045863,
+ 43.578021199999995
+ ],
+ [
+ 1.404443,
+ 43.577980399999994
+ ],
+ [
+ 1.4043202000000001,
+ 43.577939199999996
+ ],
+ [
+ 1.4042169,
+ 43.5778964
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3950189000000002,
+ 43.5661871
+ ],
+ [
+ 1.394886,
+ 43.5662283
+ ],
+ [
+ 1.3947877,
+ 43.566264
+ ],
+ [
+ 1.3946906000000001,
+ 43.5663013
+ ],
+ [
+ 1.3946177,
+ 43.5663318
+ ],
+ [
+ 1.3945226000000002,
+ 43.566376299999995
+ ],
+ [
+ 1.3944607,
+ 43.566406699999995
+ ],
+ [
+ 1.3943896,
+ 43.566443199999995
+ ],
+ [
+ 1.394315,
+ 43.5664872
+ ],
+ [
+ 1.3942421,
+ 43.5665323
+ ],
+ [
+ 1.3941662000000001,
+ 43.5665841
+ ],
+ [
+ 1.3941224,
+ 43.5666143
+ ],
+ [
+ 1.3940878,
+ 43.566641
+ ],
+ [
+ 1.3940191,
+ 43.566693199999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4088323,
+ 43.5783886
+ ],
+ [
+ 1.4087545000000001,
+ 43.5783735
+ ],
+ [
+ 1.4086255,
+ 43.578348899999995
+ ],
+ [
+ 1.4085244000000001,
+ 43.578331
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4099337,
+ 43.5786734
+ ],
+ [
+ 1.409851,
+ 43.578648
+ ],
+ [
+ 1.4097594,
+ 43.5786198
+ ],
+ [
+ 1.409623,
+ 43.5785802
+ ],
+ [
+ 1.4094435,
+ 43.5785322
+ ],
+ [
+ 1.4092816000000001,
+ 43.578490099999996
+ ],
+ [
+ 1.4090545,
+ 43.5784361
+ ],
+ [
+ 1.4089274,
+ 43.578409
+ ],
+ [
+ 1.4088323,
+ 43.5783886
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4680274,
+ 43.6187936
+ ],
+ [
+ 1.4679696,
+ 43.6187526
+ ],
+ [
+ 1.4679057,
+ 43.6187107
+ ],
+ [
+ 1.4678191,
+ 43.618655399999994
+ ],
+ [
+ 1.4677447000000001,
+ 43.618608099999996
+ ],
+ [
+ 1.4676344000000001,
+ 43.6185397
+ ],
+ [
+ 1.4672322,
+ 43.6182909
+ ],
+ [
+ 1.4671395,
+ 43.6182344
+ ],
+ [
+ 1.4670401,
+ 43.618171
+ ],
+ [
+ 1.4669491000000001,
+ 43.618111999999996
+ ],
+ [
+ 1.4668913000000001,
+ 43.6180758
+ ],
+ [
+ 1.4668491000000001,
+ 43.6180454
+ ],
+ [
+ 1.4668048,
+ 43.618016
+ ],
+ [
+ 1.4667583,
+ 43.6179826
+ ],
+ [
+ 1.4667143,
+ 43.617949599999996
+ ],
+ [
+ 1.4666554,
+ 43.617901499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4666554,
+ 43.617901499999995
+ ],
+ [
+ 1.4666221000000002,
+ 43.6178746
+ ],
+ [
+ 1.4665860000000002,
+ 43.617844899999994
+ ],
+ [
+ 1.4665451,
+ 43.6178111
+ ],
+ [
+ 1.466501,
+ 43.617772599999995
+ ],
+ [
+ 1.4664488,
+ 43.617723
+ ],
+ [
+ 1.4663874000000001,
+ 43.6176622
+ ],
+ [
+ 1.4663275,
+ 43.6176015
+ ],
+ [
+ 1.4660756000000001,
+ 43.617346299999994
+ ],
+ [
+ 1.4659767000000001,
+ 43.6172476
+ ],
+ [
+ 1.4658634000000001,
+ 43.6171313
+ ],
+ [
+ 1.4657372,
+ 43.6170085
+ ],
+ [
+ 1.4656469,
+ 43.616923
+ ],
+ [
+ 1.4655734,
+ 43.616856899999995
+ ],
+ [
+ 1.4654739,
+ 43.6167691
+ ],
+ [
+ 1.4653821,
+ 43.616691599999996
+ ],
+ [
+ 1.4652832,
+ 43.6166136
+ ],
+ [
+ 1.4651696,
+ 43.616532299999996
+ ],
+ [
+ 1.465065,
+ 43.616457
+ ],
+ [
+ 1.4648646,
+ 43.6163129
+ ],
+ [
+ 1.4647353,
+ 43.6162248
+ ],
+ [
+ 1.4646524,
+ 43.616169299999996
+ ],
+ [
+ 1.463873,
+ 43.615646999999996
+ ],
+ [
+ 1.4637793000000001,
+ 43.6155842
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4637793000000001,
+ 43.6155842
+ ],
+ [
+ 1.4636947,
+ 43.6155245
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4636947,
+ 43.6155245
+ ],
+ [
+ 1.4633597,
+ 43.6153
+ ],
+ [
+ 1.4631651,
+ 43.6151657
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4531359000000001,
+ 43.6088385
+ ],
+ [
+ 1.4507781,
+ 43.607006399999996
+ ],
+ [
+ 1.4503586000000002,
+ 43.6066988
+ ],
+ [
+ 1.4496279,
+ 43.6062878
+ ],
+ [
+ 1.4494881000000002,
+ 43.6061905
+ ],
+ [
+ 1.4483933,
+ 43.6054824
+ ],
+ [
+ 1.4478753,
+ 43.605166
+ ],
+ [
+ 1.4474269,
+ 43.604978499999994
+ ],
+ [
+ 1.4472831000000002,
+ 43.6049277
+ ],
+ [
+ 1.4471243,
+ 43.604893499999996
+ ],
+ [
+ 1.4466197,
+ 43.604811399999996
+ ],
+ [
+ 1.4461668,
+ 43.6047241
+ ],
+ [
+ 1.4459404,
+ 43.6046738
+ ],
+ [
+ 1.4457641,
+ 43.6046166
+ ],
+ [
+ 1.4455814,
+ 43.6045413
+ ],
+ [
+ 1.4452445,
+ 43.604391199999995
+ ],
+ [
+ 1.4448164000000001,
+ 43.6042023
+ ],
+ [
+ 1.4445637,
+ 43.604010599999995
+ ],
+ [
+ 1.444395,
+ 43.6037523
+ ],
+ [
+ 1.4442979,
+ 43.603473
+ ],
+ [
+ 1.4442584,
+ 43.6032107
+ ],
+ [
+ 1.4440832000000001,
+ 43.601411399999996
+ ],
+ [
+ 1.4439765,
+ 43.6012006
+ ],
+ [
+ 1.4437855000000002,
+ 43.600757699999996
+ ],
+ [
+ 1.4437428,
+ 43.600650099999996
+ ],
+ [
+ 1.4437309,
+ 43.6005306
+ ],
+ [
+ 1.4437479,
+ 43.6000629
+ ],
+ [
+ 1.4437771000000001,
+ 43.599740499999996
+ ],
+ [
+ 1.4437609,
+ 43.5995019
+ ],
+ [
+ 1.4437296000000002,
+ 43.5993728
+ ],
+ [
+ 1.4436109000000001,
+ 43.5990961
+ ],
+ [
+ 1.4433182,
+ 43.5987808
+ ],
+ [
+ 1.4428603,
+ 43.5985905
+ ],
+ [
+ 1.4423171000000001,
+ 43.5983455
+ ],
+ [
+ 1.4418648,
+ 43.5982146
+ ],
+ [
+ 1.4413117,
+ 43.5980955
+ ],
+ [
+ 1.4404253,
+ 43.598029499999996
+ ],
+ [
+ 1.4328465000000001,
+ 43.598112799999996
+ ],
+ [
+ 1.4324549,
+ 43.5980989
+ ],
+ [
+ 1.4321116,
+ 43.598061699999995
+ ],
+ [
+ 1.4314608,
+ 43.5979518
+ ],
+ [
+ 1.4311124,
+ 43.597895699999995
+ ],
+ [
+ 1.4296112,
+ 43.597617799999995
+ ],
+ [
+ 1.4260982,
+ 43.5969675
+ ],
+ [
+ 1.4232531000000002,
+ 43.5964501
+ ],
+ [
+ 1.4230093000000001,
+ 43.596399899999994
+ ],
+ [
+ 1.4226616,
+ 43.596322199999996
+ ],
+ [
+ 1.4221576,
+ 43.596217499999995
+ ],
+ [
+ 1.4214665,
+ 43.596103799999995
+ ],
+ [
+ 1.4210027,
+ 43.596021799999995
+ ],
+ [
+ 1.4203536,
+ 43.5958633
+ ],
+ [
+ 1.4199705,
+ 43.5957398
+ ],
+ [
+ 1.4195892,
+ 43.595560299999995
+ ],
+ [
+ 1.4193876,
+ 43.5954123
+ ],
+ [
+ 1.4191371000000002,
+ 43.5951528
+ ],
+ [
+ 1.4189687,
+ 43.5949318
+ ],
+ [
+ 1.4188611,
+ 43.594648299999996
+ ],
+ [
+ 1.4187666,
+ 43.594331399999994
+ ],
+ [
+ 1.4186129,
+ 43.5937932
+ ],
+ [
+ 1.4185287,
+ 43.5934533
+ ],
+ [
+ 1.4184895,
+ 43.5932606
+ ],
+ [
+ 1.418453,
+ 43.5930219
+ ],
+ [
+ 1.4184272,
+ 43.592853399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4787160000000001,
+ 43.625287099999994
+ ],
+ [
+ 1.4785601000000002,
+ 43.625226999999995
+ ],
+ [
+ 1.4783628,
+ 43.625146699999995
+ ],
+ [
+ 1.4781387000000001,
+ 43.625051799999994
+ ],
+ [
+ 1.4779823,
+ 43.6249867
+ ],
+ [
+ 1.477857,
+ 43.6249316
+ ],
+ [
+ 1.4776736000000001,
+ 43.6248473
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4828464000000001,
+ 43.6273062
+ ],
+ [
+ 1.4828057000000001,
+ 43.627244999999995
+ ],
+ [
+ 1.482783,
+ 43.6272117
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4814265,
+ 43.6263881
+ ],
+ [
+ 1.4787160000000001,
+ 43.625287099999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4629507000000002,
+ 43.6150151
+ ],
+ [
+ 1.4627567000000001,
+ 43.6148885
+ ],
+ [
+ 1.4626215,
+ 43.6148142
+ ],
+ [
+ 1.4625329,
+ 43.6147876
+ ],
+ [
+ 1.4624321,
+ 43.614766599999996
+ ],
+ [
+ 1.4621833,
+ 43.6147273
+ ],
+ [
+ 1.4619769,
+ 43.614693499999994
+ ],
+ [
+ 1.4618294,
+ 43.614649799999995
+ ],
+ [
+ 1.4616895,
+ 43.6145746
+ ],
+ [
+ 1.457978,
+ 43.612021899999995
+ ],
+ [
+ 1.4577200000000001,
+ 43.6118567
+ ],
+ [
+ 1.4575664000000002,
+ 43.6117916
+ ],
+ [
+ 1.4559338000000002,
+ 43.611264899999995
+ ],
+ [
+ 1.4557696,
+ 43.6112122
+ ],
+ [
+ 1.4556372,
+ 43.611151899999996
+ ],
+ [
+ 1.4554693,
+ 43.61105
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4554517,
+ 43.611038099999995
+ ],
+ [
+ 1.4554235,
+ 43.6110191
+ ],
+ [
+ 1.4551943,
+ 43.6108609
+ ],
+ [
+ 1.4549078,
+ 43.6106738
+ ],
+ [
+ 1.454825,
+ 43.610597
+ ],
+ [
+ 1.454715,
+ 43.610475099999995
+ ],
+ [
+ 1.4544958000000001,
+ 43.610163
+ ],
+ [
+ 1.4541591,
+ 43.6097466
+ ],
+ [
+ 1.4537660000000001,
+ 43.609322399999996
+ ],
+ [
+ 1.4531359000000001,
+ 43.6088385
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4554693,
+ 43.61105
+ ],
+ [
+ 1.4554517,
+ 43.611038099999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4830457000000001,
+ 43.6279866
+ ],
+ [
+ 1.4830159,
+ 43.6277051
+ ],
+ [
+ 1.4829605000000001,
+ 43.6275203
+ ],
+ [
+ 1.4829084000000001,
+ 43.627404899999995
+ ],
+ [
+ 1.4828464000000001,
+ 43.6273062
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3922876,
+ 43.5697629
+ ],
+ [
+ 1.3922861,
+ 43.5698143
+ ],
+ [
+ 1.3922843,
+ 43.569947299999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4776736000000001,
+ 43.6248473
+ ],
+ [
+ 1.4774162,
+ 43.6247106
+ ],
+ [
+ 1.4766846,
+ 43.6243093
+ ],
+ [
+ 1.4765597000000001,
+ 43.6242429
+ ],
+ [
+ 1.4761140000000001,
+ 43.6239961
+ ],
+ [
+ 1.4756114,
+ 43.6236992
+ ],
+ [
+ 1.4696273,
+ 43.6200026
+ ],
+ [
+ 1.4690199000000002,
+ 43.6196348
+ ],
+ [
+ 1.4684877,
+ 43.619125499999996
+ ],
+ [
+ 1.4682317,
+ 43.618944199999994
+ ],
+ [
+ 1.4680274,
+ 43.6187936
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4631651,
+ 43.6151657
+ ],
+ [
+ 1.4629507000000002,
+ 43.6150151
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4184272,
+ 43.592853399999996
+ ],
+ [
+ 1.4182309,
+ 43.591592299999995
+ ],
+ [
+ 1.4182259000000002,
+ 43.5914779
+ ],
+ [
+ 1.4182406,
+ 43.591318
+ ],
+ [
+ 1.4182670000000002,
+ 43.591147899999996
+ ],
+ [
+ 1.4187654,
+ 43.5888402
+ ],
+ [
+ 1.4187782,
+ 43.588581
+ ],
+ [
+ 1.4187417,
+ 43.5883117
+ ],
+ [
+ 1.4186869,
+ 43.5880759
+ ],
+ [
+ 1.4185830000000001,
+ 43.5877926
+ ],
+ [
+ 1.4183687,
+ 43.5875029
+ ],
+ [
+ 1.4151171,
+ 43.583506299999996
+ ],
+ [
+ 1.4133406000000002,
+ 43.5812904
+ ],
+ [
+ 1.4122474,
+ 43.5800109
+ ],
+ [
+ 1.4120977000000001,
+ 43.5798529
+ ],
+ [
+ 1.4119343,
+ 43.579710399999996
+ ],
+ [
+ 1.4117124,
+ 43.5795487
+ ],
+ [
+ 1.4113075000000002,
+ 43.5792669
+ ],
+ [
+ 1.4108232,
+ 43.5790417
+ ],
+ [
+ 1.4103532,
+ 43.578827499999996
+ ],
+ [
+ 1.4100974000000002,
+ 43.5787329
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseA",
+ "name": "A",
+ "color": "#DB001B",
+ "order": 1
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.5058215,
+ 43.550305699999996
+ ],
+ [
+ 1.5055513,
+ 43.550741499999994
+ ],
+ [
+ 1.5054685,
+ 43.5508488
+ ],
+ [
+ 1.5053683,
+ 43.550953
+ ],
+ [
+ 1.5052202000000001,
+ 43.55109409999999
+ ],
+ [
+ 1.5048920000000001,
+ 43.551429899999995
+ ],
+ [
+ 1.504648,
+ 43.551651899999996
+ ],
+ [
+ 1.5044926,
+ 43.5517772
+ ],
+ [
+ 1.5043561,
+ 43.5518625
+ ],
+ [
+ 1.5041952,
+ 43.5519428
+ ],
+ [
+ 1.5039865000000001,
+ 43.552032499999996
+ ],
+ [
+ 1.5038486,
+ 43.552076799999995
+ ],
+ [
+ 1.5036789,
+ 43.5521137
+ ],
+ [
+ 1.5034879,
+ 43.5521434
+ ],
+ [
+ 1.503338,
+ 43.5521557
+ ],
+ [
+ 1.5031514,
+ 43.552157699999995
+ ],
+ [
+ 1.5028572,
+ 43.5521506
+ ],
+ [
+ 1.501532,
+ 43.5521003
+ ],
+ [
+ 1.499685,
+ 43.5520286
+ ],
+ [
+ 1.4992834,
+ 43.552011199999995
+ ],
+ [
+ 1.4990797,
+ 43.551998899999994
+ ],
+ [
+ 1.49891,
+ 43.5519774
+ ],
+ [
+ 1.4987261,
+ 43.5519507
+ ],
+ [
+ 1.4985593,
+ 43.5519118
+ ],
+ [
+ 1.4983895,
+ 43.551874899999994
+ ],
+ [
+ 1.4981972000000001,
+ 43.551812299999995
+ ],
+ [
+ 1.4979907000000001,
+ 43.5517385
+ ],
+ [
+ 1.4976895000000001,
+ 43.5516217
+ ],
+ [
+ 1.4960758,
+ 43.5509667
+ ],
+ [
+ 1.4941482,
+ 43.5501764
+ ],
+ [
+ 1.4937267,
+ 43.550047299999996
+ ],
+ [
+ 1.4934354,
+ 43.549982699999994
+ ],
+ [
+ 1.49326,
+ 43.5499612
+ ],
+ [
+ 1.4930026,
+ 43.549939699999996
+ ],
+ [
+ 1.4926858,
+ 43.5499356
+ ],
+ [
+ 1.492386,
+ 43.54996319999999
+ ],
+ [
+ 1.4920282,
+ 43.550024699999994
+ ],
+ [
+ 1.4917256,
+ 43.5501078
+ ],
+ [
+ 1.4913833,
+ 43.550232799999996
+ ],
+ [
+ 1.4905279,
+ 43.550591399999995
+ ],
+ [
+ 1.4892534,
+ 43.551058999999995
+ ],
+ [
+ 1.4886506,
+ 43.5513111
+ ],
+ [
+ 1.4878467,
+ 43.551581299999995
+ ],
+ [
+ 1.4873560000000001,
+ 43.5517915
+ ],
+ [
+ 1.4872136,
+ 43.5518836
+ ],
+ [
+ 1.4870501,
+ 43.5519963
+ ],
+ [
+ 1.4866284,
+ 43.552262299999995
+ ],
+ [
+ 1.4858991,
+ 43.5527467
+ ],
+ [
+ 1.4852653,
+ 43.55319059999999
+ ],
+ [
+ 1.4850675,
+ 43.5533363
+ ],
+ [
+ 1.4847658,
+ 43.553537999999996
+ ],
+ [
+ 1.4844509,
+ 43.553736799999996
+ ],
+ [
+ 1.4840632,
+ 43.5539074
+ ],
+ [
+ 1.4836134,
+ 43.5540521
+ ],
+ [
+ 1.4831543,
+ 43.5541814
+ ],
+ [
+ 1.4828839,
+ 43.554263299999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseB",
+ "name": "B",
+ "color": "#FFD900",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.481887,
+ 43.55477509999999
+ ],
+ [
+ 1.4816307,
+ 43.5550152
+ ],
+ [
+ 1.4814008,
+ 43.55529009999999
+ ],
+ [
+ 1.48116,
+ 43.5555373
+ ],
+ [
+ 1.4809015,
+ 43.5557313
+ ],
+ [
+ 1.4807147,
+ 43.555851399999995
+ ],
+ [
+ 1.48052,
+ 43.55594249999999
+ ],
+ [
+ 1.4803041000000001,
+ 43.5560334
+ ],
+ [
+ 1.4801028,
+ 43.556098299999995
+ ],
+ [
+ 1.4798492,
+ 43.556139599999995
+ ],
+ [
+ 1.4795934,
+ 43.5561635
+ ],
+ [
+ 1.4792064,
+ 43.5561508
+ ],
+ [
+ 1.4781997,
+ 43.5560128
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseB",
+ "name": "B",
+ "color": "#FFD900",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4524967,
+ 43.6403872
+ ],
+ [
+ 1.4523599,
+ 43.640057999999996
+ ],
+ [
+ 1.4522836000000001,
+ 43.639930699999994
+ ],
+ [
+ 1.4521678,
+ 43.63971299999999
+ ],
+ [
+ 1.4519523,
+ 43.639443699999994
+ ],
+ [
+ 1.4516738,
+ 43.63913779999999
+ ],
+ [
+ 1.4512164,
+ 43.6388068
+ ],
+ [
+ 1.4509323,
+ 43.638685599999995
+ ],
+ [
+ 1.450464,
+ 43.6385417
+ ],
+ [
+ 1.4499387,
+ 43.638416899999996
+ ],
+ [
+ 1.4483186000000001,
+ 43.6380248
+ ],
+ [
+ 1.4478287,
+ 43.6379557
+ ],
+ [
+ 1.447536,
+ 43.637929
+ ],
+ [
+ 1.4472156,
+ 43.637929
+ ],
+ [
+ 1.4459462,
+ 43.6380025
+ ],
+ [
+ 1.4448945,
+ 43.6380019
+ ],
+ [
+ 1.443862,
+ 43.638009399999994
+ ],
+ [
+ 1.4424954,
+ 43.6380184
+ ],
+ [
+ 1.4419623,
+ 43.6379927
+ ],
+ [
+ 1.4414443000000001,
+ 43.637926199999995
+ ],
+ [
+ 1.4409883,
+ 43.637763099999994
+ ],
+ [
+ 1.4407498,
+ 43.6376316
+ ],
+ [
+ 1.4407067,
+ 43.6376078
+ ],
+ [
+ 1.4400307,
+ 43.637108999999995
+ ],
+ [
+ 1.4388586,
+ 43.63621989999999
+ ],
+ [
+ 1.4380976,
+ 43.635674599999994
+ ],
+ [
+ 1.436,
+ 43.6341015
+ ],
+ [
+ 1.4345431,
+ 43.633011499999995
+ ],
+ [
+ 1.4340958,
+ 43.632636299999994
+ ],
+ [
+ 1.4339151,
+ 43.632313999999994
+ ],
+ [
+ 1.4337434,
+ 43.632017
+ ],
+ [
+ 1.4336588000000001,
+ 43.631684299999996
+ ],
+ [
+ 1.4336411,
+ 43.631382099999996
+ ],
+ [
+ 1.4337472,
+ 43.6298489
+ ],
+ [
+ 1.4338322000000001,
+ 43.6286205
+ ],
+ [
+ 1.4339679,
+ 43.627184099999994
+ ],
+ [
+ 1.4340471,
+ 43.6263832
+ ],
+ [
+ 1.4340963,
+ 43.6257983
+ ],
+ [
+ 1.4341577,
+ 43.6248812
+ ],
+ [
+ 1.4342886,
+ 43.623999899999994
+ ],
+ [
+ 1.4343647,
+ 43.6235259
+ ],
+ [
+ 1.4344532,
+ 43.6232172
+ ],
+ [
+ 1.434639,
+ 43.6227855
+ ],
+ [
+ 1.4349009,
+ 43.6222551
+ ],
+ [
+ 1.4352725,
+ 43.621545399999995
+ ],
+ [
+ 1.4356813,
+ 43.6207807
+ ],
+ [
+ 1.4357698,
+ 43.6205936
+ ],
+ [
+ 1.4358035,
+ 43.6204956
+ ],
+ [
+ 1.43591,
+ 43.6201763
+ ],
+ [
+ 1.4360016,
+ 43.6198613
+ ],
+ [
+ 1.4362564,
+ 43.6191883
+ ],
+ [
+ 1.4364529,
+ 43.6185349
+ ],
+ [
+ 1.4366103000000001,
+ 43.6180199
+ ],
+ [
+ 1.4367519,
+ 43.6175972
+ ],
+ [
+ 1.4367785,
+ 43.617435699999994
+ ],
+ [
+ 1.4367714,
+ 43.6173012
+ ],
+ [
+ 1.4367342,
+ 43.617125699999995
+ ],
+ [
+ 1.4366263,
+ 43.616883599999994
+ ],
+ [
+ 1.4365254,
+ 43.616741399999995
+ ],
+ [
+ 1.4363697,
+ 43.616537699999995
+ ],
+ [
+ 1.4362334,
+ 43.6163878
+ ],
+ [
+ 1.4359379,
+ 43.6161841
+ ],
+ [
+ 1.4355798,
+ 43.6159129
+ ],
+ [
+ 1.4345286,
+ 43.615480299999994
+ ],
+ [
+ 1.4340431,
+ 43.6152781
+ ],
+ [
+ 1.4337015,
+ 43.615102699999994
+ ],
+ [
+ 1.4329824,
+ 43.614742199999995
+ ],
+ [
+ 1.4326085,
+ 43.614605999999995
+ ],
+ [
+ 1.43168,
+ 43.614273499999996
+ ],
+ [
+ 1.4304398,
+ 43.6137102
+ ],
+ [
+ 1.4300701,
+ 43.6134414
+ ],
+ [
+ 1.4298421000000001,
+ 43.613285299999994
+ ],
+ [
+ 1.4297358,
+ 43.6131659
+ ],
+ [
+ 1.4296357,
+ 43.6129719
+ ],
+ [
+ 1.4295987000000001,
+ 43.612819099999996
+ ],
+ [
+ 1.4295925,
+ 43.6125045
+ ],
+ [
+ 1.4296095,
+ 43.61228139999999
+ ],
+ [
+ 1.4296603,
+ 43.612066199999994
+ ],
+ [
+ 1.4298113000000001,
+ 43.611727099999996
+ ],
+ [
+ 1.4299576,
+ 43.611492899999995
+ ],
+ [
+ 1.4302288,
+ 43.6111003
+ ],
+ [
+ 1.4304783,
+ 43.610819199999995
+ ],
+ [
+ 1.4308465,
+ 43.610526899999996
+ ],
+ [
+ 1.4310714,
+ 43.6103987
+ ],
+ [
+ 1.4313873,
+ 43.6102827
+ ],
+ [
+ 1.4317154,
+ 43.6102224
+ ],
+ [
+ 1.4321024,
+ 43.6101773
+ ],
+ [
+ 1.4325367,
+ 43.6101361
+ ],
+ [
+ 1.4330453,
+ 43.610105399999995
+ ],
+ [
+ 1.4335484,
+ 43.6101137
+ ],
+ [
+ 1.4341108,
+ 43.6101773
+ ],
+ [
+ 1.4345469,
+ 43.6103136
+ ],
+ [
+ 1.4351632,
+ 43.610501799999994
+ ],
+ [
+ 1.4361175,
+ 43.61078869999999
+ ],
+ [
+ 1.4371633,
+ 43.611126199999994
+ ],
+ [
+ 1.4376788,
+ 43.6113338
+ ],
+ [
+ 1.4382109,
+ 43.611487
+ ],
+ [
+ 1.4386093,
+ 43.611552999999994
+ ],
+ [
+ 1.4390716000000001,
+ 43.611554999999996
+ ],
+ [
+ 1.4395316,
+ 43.611483899999996
+ ],
+ [
+ 1.4402727,
+ 43.6113498
+ ],
+ [
+ 1.4426178,
+ 43.610839899999995
+ ],
+ [
+ 1.443381,
+ 43.6105946
+ ],
+ [
+ 1.4437905,
+ 43.6103235
+ ],
+ [
+ 1.4441221,
+ 43.6100564
+ ],
+ [
+ 1.4446827,
+ 43.609542499999996
+ ],
+ [
+ 1.4451316,
+ 43.6091019
+ ],
+ [
+ 1.4456068,
+ 43.6086385
+ ],
+ [
+ 1.4458603,
+ 43.6083364
+ ],
+ [
+ 1.4463113,
+ 43.607903099999994
+ ],
+ [
+ 1.4466299,
+ 43.60771329999999
+ ],
+ [
+ 1.4472935,
+ 43.6070557
+ ],
+ [
+ 1.4483788,
+ 43.6059887
+ ],
+ [
+ 1.4490698,
+ 43.605357999999995
+ ],
+ [
+ 1.449861,
+ 43.6046626
+ ],
+ [
+ 1.451505,
+ 43.603150199999995
+ ],
+ [
+ 1.4518461,
+ 43.602686799999994
+ ],
+ [
+ 1.4519112,
+ 43.6024574
+ ],
+ [
+ 1.4520173,
+ 43.601462
+ ],
+ [
+ 1.4520953,
+ 43.60111989999999
+ ],
+ [
+ 1.4521597,
+ 43.60046019999999
+ ],
+ [
+ 1.4521711,
+ 43.6003433
+ ],
+ [
+ 1.4521985,
+ 43.5999577
+ ],
+ [
+ 1.4520843,
+ 43.5997402
+ ],
+ [
+ 1.4519208000000001,
+ 43.599407
+ ],
+ [
+ 1.4516552,
+ 43.5992282
+ ],
+ [
+ 1.4514504,
+ 43.5991382
+ ],
+ [
+ 1.451122,
+ 43.5990823
+ ],
+ [
+ 1.4508012,
+ 43.599055799999995
+ ],
+ [
+ 1.4495788,
+ 43.5990693
+ ],
+ [
+ 1.4477625,
+ 43.5990957
+ ],
+ [
+ 1.4472314,
+ 43.599015599999994
+ ],
+ [
+ 1.4468142,
+ 43.5988482
+ ],
+ [
+ 1.4463718,
+ 43.5982043
+ ],
+ [
+ 1.4457963,
+ 43.5977415
+ ],
+ [
+ 1.4453915,
+ 43.5975001
+ ],
+ [
+ 1.4452918,
+ 43.5974407
+ ],
+ [
+ 1.444969,
+ 43.597242599999994
+ ],
+ [
+ 1.4447255,
+ 43.5971122
+ ],
+ [
+ 1.4444578,
+ 43.5968624
+ ],
+ [
+ 1.4442406,
+ 43.595888699999996
+ ],
+ [
+ 1.4439915,
+ 43.594970999999994
+ ],
+ [
+ 1.4439384,
+ 43.5944699
+ ],
+ [
+ 1.4438756,
+ 43.5942775
+ ],
+ [
+ 1.4438998,
+ 43.5938843
+ ],
+ [
+ 1.4441978,
+ 43.5932398
+ ],
+ [
+ 1.4444799,
+ 43.5926833
+ ],
+ [
+ 1.4445793,
+ 43.5925229
+ ],
+ [
+ 1.4446097,
+ 43.592455199999996
+ ],
+ [
+ 1.4447821,
+ 43.591969799999994
+ ],
+ [
+ 1.4452327,
+ 43.590660899999996
+ ],
+ [
+ 1.4462264,
+ 43.5882709
+ ],
+ [
+ 1.446694,
+ 43.5872095
+ ],
+ [
+ 1.4467753,
+ 43.587021199999995
+ ],
+ [
+ 1.4470555,
+ 43.5863721
+ ],
+ [
+ 1.4470722,
+ 43.586332299999995
+ ],
+ [
+ 1.4471937,
+ 43.5860421
+ ],
+ [
+ 1.4473265,
+ 43.585649999999994
+ ],
+ [
+ 1.4474816,
+ 43.585151399999994
+ ],
+ [
+ 1.447488,
+ 43.5845108
+ ],
+ [
+ 1.4473239,
+ 43.583964599999995
+ ],
+ [
+ 1.4470937,
+ 43.5834895
+ ],
+ [
+ 1.4466978,
+ 43.583124
+ ],
+ [
+ 1.4463244,
+ 43.582891999999994
+ ],
+ [
+ 1.4445235,
+ 43.581964
+ ],
+ [
+ 1.443792,
+ 43.581574599999996
+ ],
+ [
+ 1.4431837,
+ 43.5812074
+ ],
+ [
+ 1.4428159,
+ 43.5808745
+ ],
+ [
+ 1.4423653,
+ 43.5802899
+ ],
+ [
+ 1.4420396,
+ 43.5797311
+ ],
+ [
+ 1.4419798,
+ 43.5796375
+ ],
+ [
+ 1.4413424,
+ 43.578690099999996
+ ],
+ [
+ 1.4407772,
+ 43.577593099999994
+ ],
+ [
+ 1.4407133,
+ 43.5772225
+ ],
+ [
+ 1.4407612,
+ 43.5768736
+ ],
+ [
+ 1.4410109,
+ 43.576611099999994
+ ],
+ [
+ 1.4414071,
+ 43.5764778
+ ],
+ [
+ 1.4418764,
+ 43.576451299999995
+ ],
+ [
+ 1.4424209000000001,
+ 43.576503699999996
+ ],
+ [
+ 1.443078,
+ 43.57665119999999
+ ],
+ [
+ 1.4439359,
+ 43.576904899999995
+ ],
+ [
+ 1.444548,
+ 43.57713
+ ],
+ [
+ 1.4452408,
+ 43.577376199999996
+ ],
+ [
+ 1.4465183,
+ 43.57808549999999
+ ],
+ [
+ 1.4468225000000001,
+ 43.578248699999996
+ ],
+ [
+ 1.4473519,
+ 43.5786921
+ ],
+ [
+ 1.448009,
+ 43.579384299999994
+ ],
+ [
+ 1.4484052,
+ 43.5796801
+ ],
+ [
+ 1.4496799,
+ 43.5802486
+ ],
+ [
+ 1.4501074,
+ 43.580440599999996
+ ],
+ [
+ 1.4503962,
+ 43.5805642
+ ],
+ [
+ 1.4508792,
+ 43.5807862
+ ],
+ [
+ 1.4514563,
+ 43.581011499999995
+ ],
+ [
+ 1.452467,
+ 43.581026599999994
+ ],
+ [
+ 1.4530484,
+ 43.580959099999994
+ ],
+ [
+ 1.4536617,
+ 43.580943299999994
+ ],
+ [
+ 1.4545848000000001,
+ 43.5808568
+ ],
+ [
+ 1.4561343,
+ 43.5806244
+ ],
+ [
+ 1.4574395,
+ 43.5804427
+ ],
+ [
+ 1.4580188,
+ 43.580297599999994
+ ],
+ [
+ 1.4584733,
+ 43.580057999999994
+ ],
+ [
+ 1.4587626,
+ 43.579893899999995
+ ],
+ [
+ 1.459058,
+ 43.5797062
+ ],
+ [
+ 1.4594306,
+ 43.579485399999996
+ ],
+ [
+ 1.4597341,
+ 43.579205599999995
+ ],
+ [
+ 1.4600432,
+ 43.57871419999999
+ ],
+ [
+ 1.4605222,
+ 43.576638499999994
+ ],
+ [
+ 1.4607215,
+ 43.575530799999996
+ ],
+ [
+ 1.4608671,
+ 43.575284599999996
+ ],
+ [
+ 1.4610383,
+ 43.5751542
+ ],
+ [
+ 1.4616085,
+ 43.5748664
+ ],
+ [
+ 1.4618842,
+ 43.574714699999994
+ ],
+ [
+ 1.4619465,
+ 43.574680799999996
+ ],
+ [
+ 1.4623385,
+ 43.574429099999996
+ ],
+ [
+ 1.4627158,
+ 43.5740383
+ ],
+ [
+ 1.4630694,
+ 43.5732205
+ ],
+ [
+ 1.4636282,
+ 43.5715273
+ ],
+ [
+ 1.4639497,
+ 43.570541799999994
+ ],
+ [
+ 1.4642563,
+ 43.569573899999995
+ ],
+ [
+ 1.4644814,
+ 43.568223499999995
+ ],
+ [
+ 1.4645022,
+ 43.5680845
+ ],
+ [
+ 1.4645378,
+ 43.5677284
+ ],
+ [
+ 1.4645362,
+ 43.5672436
+ ],
+ [
+ 1.4644629,
+ 43.56696719999999
+ ],
+ [
+ 1.4643479,
+ 43.566539799999994
+ ],
+ [
+ 1.4633131,
+ 43.5646413
+ ],
+ [
+ 1.4629391,
+ 43.563972899999996
+ ],
+ [
+ 1.4626455,
+ 43.5629212
+ ],
+ [
+ 1.4626321,
+ 43.5625012
+ ],
+ [
+ 1.4628169,
+ 43.561732299999996
+ ],
+ [
+ 1.4630262,
+ 43.5613471
+ ],
+ [
+ 1.463286,
+ 43.5608436
+ ],
+ [
+ 1.4633366,
+ 43.5607383
+ ],
+ [
+ 1.4633495,
+ 43.56066319999999
+ ],
+ [
+ 1.4636635,
+ 43.560100199999994
+ ],
+ [
+ 1.4640416,
+ 43.5595782
+ ],
+ [
+ 1.4646292,
+ 43.5590542
+ ],
+ [
+ 1.4665631000000001,
+ 43.557598999999996
+ ],
+ [
+ 1.4669323,
+ 43.5574046
+ ],
+ [
+ 1.4672075,
+ 43.5572667
+ ],
+ [
+ 1.4678674,
+ 43.5570075
+ ],
+ [
+ 1.4685431,
+ 43.5568622
+ ],
+ [
+ 1.4700134,
+ 43.5565474
+ ],
+ [
+ 1.471582,
+ 43.55624469999999
+ ],
+ [
+ 1.4736624,
+ 43.555817999999995
+ ],
+ [
+ 1.4744763,
+ 43.5556485
+ ],
+ [
+ 1.4750411,
+ 43.55563119999999
+ ],
+ [
+ 1.4754568,
+ 43.5556409
+ ],
+ [
+ 1.4764129,
+ 43.5557672
+ ],
+ [
+ 1.4780988,
+ 43.555986299999994
+ ],
+ [
+ 1.4781997,
+ 43.5560128
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseB",
+ "name": "B",
+ "color": "#FFD900",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4828839,
+ 43.554263299999995
+ ],
+ [
+ 1.4827095,
+ 43.554325999999996
+ ],
+ [
+ 1.4825242,
+ 43.5543999
+ ],
+ [
+ 1.4823973,
+ 43.554454699999994
+ ],
+ [
+ 1.4822846,
+ 43.554515099999996
+ ],
+ [
+ 1.482153,
+ 43.554587899999994
+ ],
+ [
+ 1.4820259,
+ 43.5546703
+ ],
+ [
+ 1.481887,
+ 43.55477509999999
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseB",
+ "name": "B",
+ "color": "#FFD900",
+ "order": 3
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3568168,
+ 43.6093453
+ ],
+ [
+ 1.3571027,
+ 43.6093642
+ ],
+ [
+ 1.3575546,
+ 43.609373000000005
+ ],
+ [
+ 1.3611658,
+ 43.609354100000004
+ ],
+ [
+ 1.3633935,
+ 43.6093101
+ ],
+ [
+ 1.3647457,
+ 43.6092658
+ ],
+ [
+ 1.3651515,
+ 43.6092364
+ ],
+ [
+ 1.3659232,
+ 43.609198500000005
+ ],
+ [
+ 1.3675968,
+ 43.6091186
+ ],
+ [
+ 1.3684393,
+ 43.6090937
+ ],
+ [
+ 1.368847,
+ 43.609109100000005
+ ],
+ [
+ 1.3692184,
+ 43.60917370000001
+ ],
+ [
+ 1.3696531,
+ 43.6092912
+ ],
+ [
+ 1.3702848,
+ 43.609554
+ ],
+ [
+ 1.3709668,
+ 43.609971300000005
+ ],
+ [
+ 1.3714785,
+ 43.6103869
+ ],
+ [
+ 1.3719919999999999,
+ 43.610764200000006
+ ],
+ [
+ 1.3723428,
+ 43.611062000000004
+ ],
+ [
+ 1.3733888,
+ 43.6121689
+ ],
+ [
+ 1.3737689,
+ 43.612458100000005
+ ],
+ [
+ 1.3743869,
+ 43.61268200000001
+ ],
+ [
+ 1.3751741,
+ 43.6128311
+ ],
+ [
+ 1.3758547,
+ 43.612863100000006
+ ],
+ [
+ 1.3817002,
+ 43.613071600000005
+ ],
+ [
+ 1.382879,
+ 43.613119700000006
+ ],
+ [
+ 1.3839123,
+ 43.613261400000006
+ ],
+ [
+ 1.3848335999999999,
+ 43.6135159
+ ],
+ [
+ 1.3857475,
+ 43.613900300000005
+ ],
+ [
+ 1.3869761999999999,
+ 43.6146207
+ ],
+ [
+ 1.3877149,
+ 43.6153733
+ ],
+ [
+ 1.3887369,
+ 43.619087900000004
+ ],
+ [
+ 1.3890332,
+ 43.6195972
+ ],
+ [
+ 1.3895445,
+ 43.6202964
+ ],
+ [
+ 1.3897934,
+ 43.620547800000004
+ ],
+ [
+ 1.3901064,
+ 43.620771100000006
+ ],
+ [
+ 1.3905688,
+ 43.621044000000005
+ ],
+ [
+ 1.3912854,
+ 43.6213716
+ ],
+ [
+ 1.3918474,
+ 43.6215514
+ ],
+ [
+ 1.3924003,
+ 43.621621700000006
+ ],
+ [
+ 1.3932416,
+ 43.6216749
+ ],
+ [
+ 1.3942165,
+ 43.621601500000004
+ ],
+ [
+ 1.3955894,
+ 43.6215727
+ ],
+ [
+ 1.3972229,
+ 43.6215283
+ ],
+ [
+ 1.4001946,
+ 43.6210517
+ ],
+ [
+ 1.4024337,
+ 43.6206867
+ ],
+ [
+ 1.403554,
+ 43.620581300000005
+ ],
+ [
+ 1.4044839,
+ 43.620585000000005
+ ],
+ [
+ 1.4056266,
+ 43.620691300000004
+ ],
+ [
+ 1.4063029,
+ 43.620771600000005
+ ],
+ [
+ 1.4069791,
+ 43.6208364
+ ],
+ [
+ 1.4075301,
+ 43.620822600000004
+ ],
+ [
+ 1.4085479,
+ 43.6207312
+ ],
+ [
+ 1.4102848,
+ 43.6205749
+ ],
+ [
+ 1.4111752,
+ 43.62051
+ ],
+ [
+ 1.4210628,
+ 43.6195223
+ ],
+ [
+ 1.4218834,
+ 43.619559200000005
+ ],
+ [
+ 1.4222567,
+ 43.619598800000006
+ ],
+ [
+ 1.4226299,
+ 43.619696600000005
+ ],
+ [
+ 1.4232119,
+ 43.619919200000005
+ ],
+ [
+ 1.4241721999999999,
+ 43.6202551
+ ],
+ [
+ 1.4248877,
+ 43.620552
+ ],
+ [
+ 1.4254666,
+ 43.620876100000004
+ ],
+ [
+ 1.4259461,
+ 43.621314100000006
+ ],
+ [
+ 1.4268463,
+ 43.622384800000006
+ ],
+ [
+ 1.4271620999999999,
+ 43.6235766
+ ],
+ [
+ 1.4274459,
+ 43.624846000000005
+ ],
+ [
+ 1.4272418,
+ 43.6261906
+ ],
+ [
+ 1.4276162,
+ 43.62763330000001
+ ],
+ [
+ 1.4278395,
+ 43.628462400000004
+ ],
+ [
+ 1.4279589,
+ 43.628948400000006
+ ],
+ [
+ 1.4280004,
+ 43.629467600000005
+ ],
+ [
+ 1.4280126,
+ 43.6314051
+ ],
+ [
+ 1.4280044,
+ 43.631771900000004
+ ],
+ [
+ 1.4279982,
+ 43.6322697
+ ],
+ [
+ 1.4280093,
+ 43.6330053
+ ],
+ [
+ 1.4281501,
+ 43.6334424
+ ],
+ [
+ 1.4284059,
+ 43.633815600000005
+ ],
+ [
+ 1.4286889,
+ 43.6341126
+ ],
+ [
+ 1.4290365,
+ 43.6343643
+ ],
+ [
+ 1.4296138999999999,
+ 43.63473200000001
+ ],
+ [
+ 1.4316732,
+ 43.635825600000004
+ ],
+ [
+ 1.4327227,
+ 43.636488500000006
+ ],
+ [
+ 1.4334948,
+ 43.636798600000006
+ ],
+ [
+ 1.4339927,
+ 43.6368985
+ ],
+ [
+ 1.4344521,
+ 43.6369209
+ ],
+ [
+ 1.4349262,
+ 43.6368688
+ ],
+ [
+ 1.4355601,
+ 43.636715200000005
+ ],
+ [
+ 1.4360344999999999,
+ 43.636490900000005
+ ],
+ [
+ 1.4366117,
+ 43.636077400000005
+ ],
+ [
+ 1.4372034,
+ 43.635522
+ ],
+ [
+ 1.4375669,
+ 43.6352065
+ ],
+ [
+ 1.4378307,
+ 43.6349371
+ ],
+ [
+ 1.4380362,
+ 43.634664300000004
+ ],
+ [
+ 1.4387815,
+ 43.633416700000005
+ ],
+ [
+ 1.4393164999999999,
+ 43.6325675
+ ],
+ [
+ 1.4396796,
+ 43.632084500000005
+ ],
+ [
+ 1.4400128,
+ 43.631739100000004
+ ],
+ [
+ 1.4401995,
+ 43.6315893
+ ],
+ [
+ 1.4411232999999999,
+ 43.630881200000005
+ ],
+ [
+ 1.4416152,
+ 43.630453300000006
+ ],
+ [
+ 1.4420534999999999,
+ 43.630023
+ ],
+ [
+ 1.4424459,
+ 43.629536300000005
+ ],
+ [
+ 1.4429278,
+ 43.62883660000001
+ ],
+ [
+ 1.4434031999999999,
+ 43.627895200000005
+ ],
+ [
+ 1.4437914,
+ 43.6268437
+ ],
+ [
+ 1.4443691,
+ 43.625425400000005
+ ],
+ [
+ 1.4446622,
+ 43.6245436
+ ],
+ [
+ 1.4447286,
+ 43.623845900000006
+ ],
+ [
+ 1.4446722,
+ 43.6232577
+ ],
+ [
+ 1.4444275,
+ 43.62242620000001
+ ],
+ [
+ 1.443946,
+ 43.621493300000004
+ ],
+ [
+ 1.4438723,
+ 43.6212559
+ ],
+ [
+ 1.4437871,
+ 43.6208527
+ ],
+ [
+ 1.4437726,
+ 43.6205677
+ ],
+ [
+ 1.4438176,
+ 43.6202793
+ ],
+ [
+ 1.4438779,
+ 43.620038400000006
+ ],
+ [
+ 1.4440069,
+ 43.619820700000005
+ ],
+ [
+ 1.4443661,
+ 43.619381800000006
+ ],
+ [
+ 1.4446866,
+ 43.6191077
+ ],
+ [
+ 1.4450414,
+ 43.6188501
+ ],
+ [
+ 1.4456299,
+ 43.618565800000006
+ ],
+ [
+ 1.4463264,
+ 43.6182516
+ ],
+ [
+ 1.4470681,
+ 43.6179447
+ ],
+ [
+ 1.4475316,
+ 43.6177812
+ ],
+ [
+ 1.4479066999999999,
+ 43.617679900000006
+ ],
+ [
+ 1.4483036,
+ 43.617645
+ ],
+ [
+ 1.4487821,
+ 43.617650700000006
+ ],
+ [
+ 1.4492527,
+ 43.617701600000004
+ ],
+ [
+ 1.44962,
+ 43.617755200000005
+ ],
+ [
+ 1.4499834,
+ 43.6178485
+ ],
+ [
+ 1.450308,
+ 43.617959500000005
+ ],
+ [
+ 1.4506013,
+ 43.618107300000005
+ ],
+ [
+ 1.4512466,
+ 43.618585800000005
+ ],
+ [
+ 1.4516062,
+ 43.6188487
+ ],
+ [
+ 1.4520855,
+ 43.619108600000004
+ ],
+ [
+ 1.4529044,
+ 43.619396900000005
+ ],
+ [
+ 1.4533645,
+ 43.6194792
+ ],
+ [
+ 1.4538824,
+ 43.6194812
+ ],
+ [
+ 1.4543165,
+ 43.6194538
+ ],
+ [
+ 1.4545481,
+ 43.6193995
+ ],
+ [
+ 1.4548410999999999,
+ 43.61931980000001
+ ],
+ [
+ 1.4551074,
+ 43.619220600000006
+ ],
+ [
+ 1.4561475,
+ 43.6187144
+ ],
+ [
+ 1.4563861,
+ 43.6186057
+ ],
+ [
+ 1.4574918,
+ 43.618005100000005
+ ],
+ [
+ 1.4577294,
+ 43.6178326
+ ],
+ [
+ 1.4579043999999999,
+ 43.6176657
+ ],
+ [
+ 1.4580723,
+ 43.61748480000001
+ ],
+ [
+ 1.4582754,
+ 43.6171991
+ ],
+ [
+ 1.4583872,
+ 43.6169723
+ ],
+ [
+ 1.4584677,
+ 43.6166946
+ ],
+ [
+ 1.458509,
+ 43.616472
+ ],
+ [
+ 1.4584975,
+ 43.616194300000004
+ ],
+ [
+ 1.4584587,
+ 43.6159547
+ ],
+ [
+ 1.4583964,
+ 43.615718
+ ],
+ [
+ 1.4579535,
+ 43.61450120000001
+ ],
+ [
+ 1.457695,
+ 43.613507500000004
+ ],
+ [
+ 1.4575033,
+ 43.6130799
+ ],
+ [
+ 1.4571509,
+ 43.612636300000005
+ ],
+ [
+ 1.456914,
+ 43.6123933
+ ],
+ [
+ 1.4566136,
+ 43.6121357
+ ],
+ [
+ 1.4561197,
+ 43.611771700000006
+ ],
+ [
+ 1.4553927,
+ 43.6112837
+ ],
+ [
+ 1.4550986,
+ 43.611084500000004
+ ],
+ [
+ 1.4548998,
+ 43.6109354
+ ],
+ [
+ 1.4547144,
+ 43.6107766
+ ],
+ [
+ 1.4544876,
+ 43.610538600000005
+ ],
+ [
+ 1.4542876,
+ 43.610261900000005
+ ],
+ [
+ 1.4539718,
+ 43.6097119
+ ],
+ [
+ 1.4539095,
+ 43.6095296
+ ],
+ [
+ 1.4538436,
+ 43.6092464
+ ],
+ [
+ 1.4538294,
+ 43.608794100000004
+ ],
+ [
+ 1.4542439,
+ 43.6046473
+ ],
+ [
+ 1.4542822,
+ 43.604034500000004
+ ],
+ [
+ 1.4541034,
+ 43.6036511
+ ],
+ [
+ 1.4538043999999999,
+ 43.603341400000005
+ ],
+ [
+ 1.4532863,
+ 43.602989300000004
+ ],
+ [
+ 1.4527682,
+ 43.6026966
+ ],
+ [
+ 1.4523665,
+ 43.6023573
+ ],
+ [
+ 1.4520233,
+ 43.6018084
+ ],
+ [
+ 1.4519336999999999,
+ 43.6012387
+ ],
+ [
+ 1.4518876,
+ 43.6008136
+ ],
+ [
+ 1.4519256,
+ 43.600257400000004
+ ],
+ [
+ 1.4522961,
+ 43.5967825
+ ],
+ [
+ 1.452348,
+ 43.5965469
+ ],
+ [
+ 1.4524366,
+ 43.5963161
+ ],
+ [
+ 1.4525789,
+ 43.5960617
+ ],
+ [
+ 1.452763,
+ 43.5958375
+ ],
+ [
+ 1.452996,
+ 43.5956011
+ ],
+ [
+ 1.4532969,
+ 43.5953698
+ ],
+ [
+ 1.4536461999999999,
+ 43.5951651
+ ],
+ [
+ 1.4554543,
+ 43.594462
+ ],
+ [
+ 1.4557544,
+ 43.594376100000005
+ ],
+ [
+ 1.4560716,
+ 43.5943114
+ ],
+ [
+ 1.4564424,
+ 43.594262
+ ],
+ [
+ 1.4569301,
+ 43.594224600000004
+ ],
+ [
+ 1.4574448,
+ 43.5942055
+ ],
+ [
+ 1.4657888,
+ 43.5938444
+ ],
+ [
+ 1.4678739,
+ 43.5937513
+ ],
+ [
+ 1.4681397,
+ 43.5937483
+ ],
+ [
+ 1.469502,
+ 43.5938074
+ ],
+ [
+ 1.4700494,
+ 43.59382110000001
+ ],
+ [
+ 1.4706938999999999,
+ 43.5938129
+ ],
+ [
+ 1.4712898,
+ 43.5937707
+ ],
+ [
+ 1.4726691,
+ 43.593582700000006
+ ],
+ [
+ 1.4730622,
+ 43.593513300000005
+ ],
+ [
+ 1.4735094,
+ 43.5933135
+ ],
+ [
+ 1.4744488,
+ 43.592960000000005
+ ],
+ [
+ 1.4749259,
+ 43.5928035
+ ],
+ [
+ 1.4754876,
+ 43.5926218
+ ],
+ [
+ 1.4762571,
+ 43.5924538
+ ],
+ [
+ 1.4766415,
+ 43.592339800000005
+ ],
+ [
+ 1.4788845,
+ 43.5916428
+ ],
+ [
+ 1.4802304,
+ 43.591228300000004
+ ],
+ [
+ 1.4821107,
+ 43.590680400000004
+ ],
+ [
+ 1.482582,
+ 43.5905087
+ ],
+ [
+ 1.4830748,
+ 43.590290200000005
+ ],
+ [
+ 1.483404,
+ 43.5900808
+ ],
+ [
+ 1.4837824,
+ 43.58978200000001
+ ],
+ [
+ 1.4840845,
+ 43.589486
+ ],
+ [
+ 1.4843744,
+ 43.589104600000006
+ ],
+ [
+ 1.4845402,
+ 43.5888209
+ ],
+ [
+ 1.4846494,
+ 43.588567000000005
+ ],
+ [
+ 1.4847517,
+ 43.588235700000006
+ ],
+ [
+ 1.4847938999999999,
+ 43.5878924
+ ],
+ [
+ 1.4848051,
+ 43.5874529
+ ],
+ [
+ 1.4847561,
+ 43.5870254
+ ],
+ [
+ 1.4842998,
+ 43.585689300000006
+ ],
+ [
+ 1.4833579,
+ 43.5791843
+ ],
+ [
+ 1.4833415,
+ 43.5790919
+ ],
+ [
+ 1.4832025,
+ 43.57825570000001
+ ],
+ [
+ 1.4829159,
+ 43.5773542
+ ],
+ [
+ 1.4812891,
+ 43.573796400000006
+ ],
+ [
+ 1.4812436,
+ 43.5735168
+ ],
+ [
+ 1.481244,
+ 43.5732233
+ ],
+ [
+ 1.4813913,
+ 43.572305400000005
+ ],
+ [
+ 1.4815729,
+ 43.571398300000006
+ ],
+ [
+ 1.4816484,
+ 43.571004900000005
+ ],
+ [
+ 1.4817087,
+ 43.5707941
+ ],
+ [
+ 1.4817704,
+ 43.570632800000006
+ ],
+ [
+ 1.4818896,
+ 43.570396800000005
+ ],
+ [
+ 1.4820332999999999,
+ 43.570192600000006
+ ],
+ [
+ 1.482217,
+ 43.5699818
+ ],
+ [
+ 1.4826887,
+ 43.5695618
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseC",
+ "name": "C",
+ "color": "#52B149",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4855419,
+ 43.567211400000005
+ ],
+ [
+ 1.4865575,
+ 43.566374800000006
+ ],
+ [
+ 1.4867231,
+ 43.566247000000004
+ ],
+ [
+ 1.4868968,
+ 43.5661324
+ ],
+ [
+ 1.4870851999999999,
+ 43.5660225
+ ],
+ [
+ 1.4872636,
+ 43.565944300000005
+ ],
+ [
+ 1.4874835,
+ 43.5658656
+ ],
+ [
+ 1.4877839,
+ 43.565780100000005
+ ],
+ [
+ 1.4882553,
+ 43.5656611
+ ],
+ [
+ 1.4887247,
+ 43.5655493
+ ],
+ [
+ 1.4891847,
+ 43.5654186
+ ],
+ [
+ 1.4896085,
+ 43.565235900000005
+ ],
+ [
+ 1.4898707,
+ 43.56507800000001
+ ],
+ [
+ 1.4907652,
+ 43.564360400000005
+ ],
+ [
+ 1.4908658,
+ 43.564290400000004
+ ],
+ [
+ 1.4911501,
+ 43.564131
+ ],
+ [
+ 1.4915189,
+ 43.563923100000004
+ ],
+ [
+ 1.4924001,
+ 43.5634862
+ ],
+ [
+ 1.4929955,
+ 43.563179700000006
+ ],
+ [
+ 1.4940885,
+ 43.562614100000005
+ ],
+ [
+ 1.4942427,
+ 43.5625354
+ ],
+ [
+ 1.4943674,
+ 43.5624528
+ ],
+ [
+ 1.4944828,
+ 43.562355600000004
+ ],
+ [
+ 1.4946129,
+ 43.562232200000004
+ ],
+ [
+ 1.4947054,
+ 43.562122300000006
+ ],
+ [
+ 1.4947818,
+ 43.562006700000005
+ ],
+ [
+ 1.4948408,
+ 43.5618891
+ ],
+ [
+ 1.4948957999999999,
+ 43.56173750000001
+ ],
+ [
+ 1.4949294,
+ 43.56138180000001
+ ],
+ [
+ 1.4949334,
+ 43.561024200000006
+ ],
+ [
+ 1.4949347,
+ 43.5606646
+ ],
+ [
+ 1.4949440999999999,
+ 43.5603051
+ ],
+ [
+ 1.4949468,
+ 43.55994260000001
+ ],
+ [
+ 1.4949481,
+ 43.5597122
+ ],
+ [
+ 1.4949615,
+ 43.5594819
+ ],
+ [
+ 1.4950219,
+ 43.559120400000005
+ ],
+ [
+ 1.495164,
+ 43.558781200000006
+ ],
+ [
+ 1.4953786,
+ 43.558454700000006
+ ],
+ [
+ 1.495624,
+ 43.5581417
+ ],
+ [
+ 1.4958695,
+ 43.557830700000004
+ ],
+ [
+ 1.4961149,
+ 43.55751780000001
+ ],
+ [
+ 1.4963066999999999,
+ 43.557269000000005
+ ],
+ [
+ 1.4964703,
+ 43.5570017
+ ],
+ [
+ 1.4966326,
+ 43.5566625
+ ],
+ [
+ 1.4967801,
+ 43.5563233
+ ],
+ [
+ 1.4969169,
+ 43.555976400000006
+ ],
+ [
+ 1.4970255,
+ 43.55562260000001
+ ],
+ [
+ 1.4971046,
+ 43.555271700000006
+ ],
+ [
+ 1.4971837,
+ 43.554918
+ ],
+ [
+ 1.497287,
+ 43.5545671
+ ],
+ [
+ 1.4974453,
+ 43.554214300000005
+ ],
+ [
+ 1.4976491,
+ 43.5539198
+ ],
+ [
+ 1.4979214,
+ 43.553587400000005
+ ],
+ [
+ 1.4980528,
+ 43.553454200000004
+ ],
+ [
+ 1.4981948999999999,
+ 43.5533128
+ ],
+ [
+ 1.4983331,
+ 43.5532059
+ ],
+ [
+ 1.4984987,
+ 43.553086300000004
+ ],
+ [
+ 1.4986596,
+ 43.552982300000004
+ ],
+ [
+ 1.4988635,
+ 43.55286280000001
+ ],
+ [
+ 1.4990372,
+ 43.5527753
+ ],
+ [
+ 1.4992457,
+ 43.5526801
+ ],
+ [
+ 1.4995193,
+ 43.5525712
+ ],
+ [
+ 1.4997667,
+ 43.5524837
+ ],
+ [
+ 1.4999719,
+ 43.552424
+ ],
+ [
+ 1.5002354,
+ 43.552360300000004
+ ],
+ [
+ 1.5004869,
+ 43.552311200000005
+ ],
+ [
+ 1.5007538,
+ 43.5522709
+ ],
+ [
+ 1.5010025,
+ 43.5522451
+ ],
+ [
+ 1.50125,
+ 43.552231500000005
+ ],
+ [
+ 1.5015242,
+ 43.552224700000004
+ ],
+ [
+ 1.5018253,
+ 43.552231000000006
+ ],
+ [
+ 1.5033072,
+ 43.552287400000004
+ ],
+ [
+ 1.5034762,
+ 43.5522855
+ ],
+ [
+ 1.5036270999999999,
+ 43.552272800000004
+ ],
+ [
+ 1.5038242,
+ 43.5522441
+ ],
+ [
+ 1.5039919,
+ 43.5522082
+ ],
+ [
+ 1.5041776,
+ 43.5521528
+ ],
+ [
+ 1.5043231,
+ 43.552100300000006
+ ],
+ [
+ 1.5044579,
+ 43.5520361
+ ],
+ [
+ 1.5046027,
+ 43.5519526
+ ],
+ [
+ 1.5047154,
+ 43.551875300000006
+ ],
+ [
+ 1.5048342,
+ 43.551778000000006
+ ],
+ [
+ 1.5054775,
+ 43.551128000000006
+ ],
+ [
+ 1.505895,
+ 43.5507118
+ ],
+ [
+ 1.5061359,
+ 43.550385600000006
+ ],
+ [
+ 1.5063075,
+ 43.5500428
+ ],
+ [
+ 1.5064591,
+ 43.5496987
+ ],
+ [
+ 1.5067567,
+ 43.549021
+ ],
+ [
+ 1.5069505,
+ 43.5486792
+ ],
+ [
+ 1.5072003999999999,
+ 43.5483722
+ ],
+ [
+ 1.5088218,
+ 43.546750900000006
+ ],
+ [
+ 1.5096865,
+ 43.5458743
+ ],
+ [
+ 1.5099007,
+ 43.5455575
+ ],
+ [
+ 1.5099688,
+ 43.5453509
+ ],
+ [
+ 1.509994,
+ 43.5450778
+ ],
+ [
+ 1.5099586,
+ 43.544849000000006
+ ],
+ [
+ 1.5098198999999999,
+ 43.544509000000005
+ ],
+ [
+ 1.5097368,
+ 43.544335800000006
+ ],
+ [
+ 1.5094764,
+ 43.543843300000006
+ ],
+ [
+ 1.5093104,
+ 43.543507700000006
+ ],
+ [
+ 1.5091367,
+ 43.5431467
+ ],
+ [
+ 1.509088,
+ 43.5429833
+ ],
+ [
+ 1.5090636,
+ 43.5427801
+ ],
+ [
+ 1.5090804,
+ 43.5426013
+ ],
+ [
+ 1.5091322,
+ 43.542397
+ ],
+ [
+ 1.5092007,
+ 43.542250200000005
+ ],
+ [
+ 1.5092951,
+ 43.542112200000005
+ ],
+ [
+ 1.5094185,
+ 43.5419731
+ ],
+ [
+ 1.510067,
+ 43.541333
+ ],
+ [
+ 1.5103646,
+ 43.5410404
+ ],
+ [
+ 1.5106526,
+ 43.540761
+ ],
+ [
+ 1.5109842,
+ 43.540469200000004
+ ],
+ [
+ 1.5113401,
+ 43.5402202
+ ],
+ [
+ 1.5117,
+ 43.539982900000005
+ ],
+ [
+ 1.5120787,
+ 43.539751800000005
+ ],
+ [
+ 1.512376,
+ 43.5395982
+ ],
+ [
+ 1.5127054,
+ 43.539466600000004
+ ],
+ [
+ 1.5131615999999999,
+ 43.539334000000004
+ ],
+ [
+ 1.513616,
+ 43.539203300000004
+ ],
+ [
+ 1.5145326,
+ 43.5389549
+ ],
+ [
+ 1.514991,
+ 43.5388098
+ ],
+ [
+ 1.5154242,
+ 43.53862590000001
+ ],
+ [
+ 1.5158141,
+ 43.538408000000004
+ ],
+ [
+ 1.516217,
+ 43.5381854
+ ],
+ [
+ 1.5166415,
+ 43.537998200000004
+ ],
+ [
+ 1.5170677,
+ 43.537891300000005
+ ],
+ [
+ 1.5174786,
+ 43.5378351
+ ],
+ [
+ 1.5180272,
+ 43.537811700000006
+ ],
+ [
+ 1.5183181,
+ 43.537840900000006
+ ],
+ [
+ 1.5185602,
+ 43.5378872
+ ],
+ [
+ 1.5187777,
+ 43.537947100000004
+ ],
+ [
+ 1.5189792,
+ 43.5380101
+ ],
+ [
+ 1.5191653999999999,
+ 43.5380903
+ ],
+ [
+ 1.5196863,
+ 43.538367900000004
+ ],
+ [
+ 1.520731,
+ 43.539009300000004
+ ],
+ [
+ 1.5226445,
+ 43.5401486
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseC",
+ "name": "C",
+ "color": "#52B149",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3334151,
+ 43.6038969
+ ],
+ [
+ 1.3352859,
+ 43.6044107
+ ],
+ [
+ 1.3382549,
+ 43.60518750000001
+ ],
+ [
+ 1.341791,
+ 43.6061326
+ ],
+ [
+ 1.3449959,
+ 43.607140300000005
+ ],
+ [
+ 1.353828,
+ 43.60880890000001
+ ],
+ [
+ 1.3558311,
+ 43.6092031
+ ],
+ [
+ 1.3566529,
+ 43.6093344
+ ],
+ [
+ 1.3568168,
+ 43.6093453
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseC",
+ "name": "C",
+ "color": "#52B149",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4826887,
+ 43.5695618
+ ],
+ [
+ 1.4855419,
+ 43.567211400000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseC",
+ "name": "C",
+ "color": "#52B149",
+ "order": 4
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.418282,
+ 43.5928211
+ ],
+ [
+ 1.4179327,
+ 43.592848200000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4179327,
+ 43.592848200000006
+ ],
+ [
+ 1.4177292,
+ 43.5928638
+ ],
+ [
+ 1.4176672,
+ 43.5928684
+ ],
+ [
+ 1.4175962,
+ 43.592877900000005
+ ],
+ [
+ 1.4175432,
+ 43.5928881
+ ],
+ [
+ 1.4174955999999999,
+ 43.592901700000006
+ ],
+ [
+ 1.417446,
+ 43.5929177
+ ],
+ [
+ 1.4173253,
+ 43.5929615
+ ],
+ [
+ 1.4171634,
+ 43.593030000000006
+ ],
+ [
+ 1.4169063,
+ 43.5931316
+ ],
+ [
+ 1.4165467,
+ 43.5932759
+ ],
+ [
+ 1.4164501999999999,
+ 43.593315600000004
+ ],
+ [
+ 1.4164005,
+ 43.593335
+ ],
+ [
+ 1.4163497,
+ 43.593355800000005
+ ],
+ [
+ 1.4162641,
+ 43.5933895
+ ],
+ [
+ 1.4161586,
+ 43.5934255
+ ],
+ [
+ 1.416093,
+ 43.593445900000006
+ ],
+ [
+ 1.4160766,
+ 43.5934503
+ ],
+ [
+ 1.4159739,
+ 43.5934777
+ ],
+ [
+ 1.4158663,
+ 43.593501700000004
+ ],
+ [
+ 1.4157823999999999,
+ 43.5935155
+ ],
+ [
+ 1.4156678999999999,
+ 43.5935308
+ ],
+ [
+ 1.4155646,
+ 43.5935405
+ ],
+ [
+ 1.4154195,
+ 43.5935464
+ ],
+ [
+ 1.4151495,
+ 43.593540700000005
+ ],
+ [
+ 1.4148947,
+ 43.593528400000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3969356,
+ 43.6182328
+ ],
+ [
+ 1.396924,
+ 43.6185344
+ ],
+ [
+ 1.3969207,
+ 43.6186507
+ ],
+ [
+ 1.3969112,
+ 43.618872800000005
+ ],
+ [
+ 1.3969080999999999,
+ 43.618950600000005
+ ],
+ [
+ 1.3968529,
+ 43.6203635
+ ],
+ [
+ 1.396843,
+ 43.620618300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3756536,
+ 43.648555
+ ],
+ [
+ 1.3755707,
+ 43.648745700000006
+ ],
+ [
+ 1.3754831,
+ 43.648950500000005
+ ],
+ [
+ 1.3754188,
+ 43.6491008
+ ],
+ [
+ 1.3753594,
+ 43.6492294
+ ],
+ [
+ 1.3750995,
+ 43.6498088
+ ],
+ [
+ 1.374848,
+ 43.650357500000005
+ ],
+ [
+ 1.3745489,
+ 43.651009
+ ],
+ [
+ 1.3744882,
+ 43.6511451
+ ],
+ [
+ 1.3744321,
+ 43.651275000000005
+ ],
+ [
+ 1.3743665,
+ 43.651490800000005
+ ],
+ [
+ 1.3743473,
+ 43.6515762
+ ],
+ [
+ 1.3743244,
+ 43.651736500000005
+ ],
+ [
+ 1.3743097,
+ 43.651937800000006
+ ],
+ [
+ 1.3743207,
+ 43.652151100000005
+ ],
+ [
+ 1.3743509,
+ 43.652320700000004
+ ],
+ [
+ 1.3744196,
+ 43.6525843
+ ],
+ [
+ 1.3744792,
+ 43.652813200000004
+ ],
+ [
+ 1.3744973999999999,
+ 43.652934
+ ],
+ [
+ 1.3744991,
+ 43.6529644
+ ],
+ [
+ 1.3745047,
+ 43.653064500000006
+ ],
+ [
+ 1.374502,
+ 43.653198200000006
+ ],
+ [
+ 1.3744745,
+ 43.653368500000006
+ ],
+ [
+ 1.3744306,
+ 43.6535499
+ ],
+ [
+ 1.3743683,
+ 43.653693000000004
+ ],
+ [
+ 1.3742731,
+ 43.653871200000005
+ ],
+ [
+ 1.3740263,
+ 43.654257400000006
+ ],
+ [
+ 1.3739985,
+ 43.654301000000004
+ ],
+ [
+ 1.3739453,
+ 43.654372300000006
+ ],
+ [
+ 1.3738401,
+ 43.6545162
+ ],
+ [
+ 1.3737533,
+ 43.654634900000005
+ ],
+ [
+ 1.3736002999999999,
+ 43.654844100000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3967848,
+ 43.621537800000006
+ ],
+ [
+ 1.3967707,
+ 43.621593000000004
+ ],
+ [
+ 1.3967513999999999,
+ 43.6216384
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3934967999999999,
+ 43.625494800000006
+ ],
+ [
+ 1.3933648,
+ 43.625715400000004
+ ],
+ [
+ 1.3930647,
+ 43.6262126
+ ],
+ [
+ 1.39278,
+ 43.6266558
+ ],
+ [
+ 1.3925021,
+ 43.6270943
+ ],
+ [
+ 1.3924349,
+ 43.6272043
+ ],
+ [
+ 1.3923687,
+ 43.6273203
+ ],
+ [
+ 1.3922545,
+ 43.627573600000005
+ ],
+ [
+ 1.3921854999999999,
+ 43.6277794
+ ],
+ [
+ 1.392133,
+ 43.628030100000004
+ ],
+ [
+ 1.3921057,
+ 43.6282161
+ ],
+ [
+ 1.3920538,
+ 43.6285985
+ ],
+ [
+ 1.391988,
+ 43.629106400000005
+ ],
+ [
+ 1.3919374,
+ 43.629478000000006
+ ],
+ [
+ 1.3918715,
+ 43.6299738
+ ],
+ [
+ 1.3918437,
+ 43.6301791
+ ],
+ [
+ 1.3917924,
+ 43.6305677
+ ],
+ [
+ 1.3917804,
+ 43.630649500000004
+ ],
+ [
+ 1.391762,
+ 43.6307753
+ ],
+ [
+ 1.3917483,
+ 43.630878800000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4094468,
+ 43.5948773
+ ],
+ [
+ 1.4095398,
+ 43.595097800000005
+ ],
+ [
+ 1.4095445,
+ 43.5951089
+ ],
+ [
+ 1.409671,
+ 43.5954088
+ ],
+ [
+ 1.4097251,
+ 43.595532600000006
+ ],
+ [
+ 1.4099201,
+ 43.5960027
+ ],
+ [
+ 1.4099667,
+ 43.596108400000006
+ ],
+ [
+ 1.4100002,
+ 43.596187400000005
+ ],
+ [
+ 1.4103086,
+ 43.596915
+ ],
+ [
+ 1.4111445999999999,
+ 43.5989014
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4114105,
+ 43.600870300000004
+ ],
+ [
+ 1.4114277,
+ 43.6010794
+ ],
+ [
+ 1.4114298,
+ 43.6011048
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4076857,
+ 43.6031513
+ ],
+ [
+ 1.4074365,
+ 43.6032631
+ ],
+ [
+ 1.407101,
+ 43.603410700000005
+ ],
+ [
+ 1.4069726999999999,
+ 43.6034656
+ ],
+ [
+ 1.406864,
+ 43.6035121
+ ],
+ [
+ 1.4067699,
+ 43.603554700000004
+ ],
+ [
+ 1.4063482,
+ 43.6037456
+ ],
+ [
+ 1.4061067999999999,
+ 43.603873
+ ],
+ [
+ 1.4059723,
+ 43.6039466
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3853392,
+ 43.6362609
+ ],
+ [
+ 1.3849981,
+ 43.636266000000006
+ ],
+ [
+ 1.3846498999999999,
+ 43.636271
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3983059,
+ 43.614106
+ ],
+ [
+ 1.3979682,
+ 43.6141054
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3695304,
+ 43.660268800000004
+ ],
+ [
+ 1.3693321,
+ 43.660532700000005
+ ],
+ [
+ 1.3687601,
+ 43.661293900000004
+ ],
+ [
+ 1.368069,
+ 43.6622135
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3736002999999999,
+ 43.654844100000005
+ ],
+ [
+ 1.3734582,
+ 43.655033100000004
+ ],
+ [
+ 1.3728581,
+ 43.6558307
+ ],
+ [
+ 1.3722538,
+ 43.656635200000004
+ ],
+ [
+ 1.372172,
+ 43.6567481
+ ],
+ [
+ 1.3711012,
+ 43.658174700000004
+ ],
+ [
+ 1.3710746999999999,
+ 43.658210100000005
+ ],
+ [
+ 1.3705629,
+ 43.6588974
+ ],
+ [
+ 1.3697099,
+ 43.660030400000004
+ ],
+ [
+ 1.3695304,
+ 43.660268800000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3900763,
+ 43.636775500000006
+ ],
+ [
+ 1.3898286,
+ 43.6367058
+ ],
+ [
+ 1.3897747,
+ 43.636691600000006
+ ],
+ [
+ 1.3889728,
+ 43.6364797
+ ],
+ [
+ 1.3886639,
+ 43.636398
+ ],
+ [
+ 1.3883273999999999,
+ 43.6363089
+ ],
+ [
+ 1.3882642,
+ 43.6362955
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4020301,
+ 43.609116900000004
+ ],
+ [
+ 1.4020203,
+ 43.6093069
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3917483,
+ 43.630878800000005
+ ],
+ [
+ 1.3917239,
+ 43.631088500000004
+ ],
+ [
+ 1.3917209,
+ 43.631114000000004
+ ],
+ [
+ 1.3917124,
+ 43.6311874
+ ],
+ [
+ 1.3917023,
+ 43.631274100000006
+ ],
+ [
+ 1.3915794,
+ 43.6323244
+ ],
+ [
+ 1.3915104,
+ 43.632909000000005
+ ],
+ [
+ 1.3914849999999999,
+ 43.6330864
+ ],
+ [
+ 1.3914254,
+ 43.633503700000006
+ ],
+ [
+ 1.3913796,
+ 43.633823400000004
+ ],
+ [
+ 1.3913483,
+ 43.6340426
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3774815999999999,
+ 43.644773300000004
+ ],
+ [
+ 1.3772026,
+ 43.6448741
+ ],
+ [
+ 1.3767949,
+ 43.6450188
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4228417,
+ 43.588914100000004
+ ],
+ [
+ 1.4221171,
+ 43.589375800000006
+ ],
+ [
+ 1.4219802,
+ 43.5894605
+ ],
+ [
+ 1.4218340999999999,
+ 43.589560600000006
+ ],
+ [
+ 1.4216857999999999,
+ 43.5896528
+ ],
+ [
+ 1.4213419999999999,
+ 43.589876600000004
+ ],
+ [
+ 1.420461,
+ 43.5904498
+ ],
+ [
+ 1.4202763999999999,
+ 43.5905733
+ ],
+ [
+ 1.4202215,
+ 43.5906041
+ ],
+ [
+ 1.4201656,
+ 43.5906407
+ ],
+ [
+ 1.4201428999999999,
+ 43.5906551
+ ],
+ [
+ 1.4201215,
+ 43.5906711
+ ],
+ [
+ 1.4195111999999999,
+ 43.5910651
+ ],
+ [
+ 1.4194024,
+ 43.5911416
+ ],
+ [
+ 1.4193263999999999,
+ 43.591203
+ ],
+ [
+ 1.419309,
+ 43.5912209
+ ],
+ [
+ 1.4192318,
+ 43.591294500000004
+ ],
+ [
+ 1.4191951999999999,
+ 43.5913428
+ ],
+ [
+ 1.4191478,
+ 43.5914086
+ ],
+ [
+ 1.4191377,
+ 43.591422300000005
+ ],
+ [
+ 1.4191215,
+ 43.5914494
+ ],
+ [
+ 1.4191075,
+ 43.591472800000005
+ ],
+ [
+ 1.4190934,
+ 43.5915039
+ ],
+ [
+ 1.4190625,
+ 43.5915814
+ ],
+ [
+ 1.4190542,
+ 43.5916055
+ ],
+ [
+ 1.4190368,
+ 43.5916562
+ ],
+ [
+ 1.4190245,
+ 43.5917169
+ ],
+ [
+ 1.4190132,
+ 43.591772500000005
+ ],
+ [
+ 1.4190151,
+ 43.591838700000004
+ ],
+ [
+ 1.4190156999999999,
+ 43.5918615
+ ],
+ [
+ 1.4190185,
+ 43.591883700000004
+ ],
+ [
+ 1.4190624,
+ 43.5922526
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4228417,
+ 43.588914100000004
+ ],
+ [
+ 1.4232032,
+ 43.5886833
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.435154,
+ 43.592678400000004
+ ],
+ [
+ 1.4350544,
+ 43.592688100000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.44207,
+ 43.592093600000005
+ ],
+ [
+ 1.4420788,
+ 43.592094100000004
+ ],
+ [
+ 1.4421404,
+ 43.5921018
+ ],
+ [
+ 1.4421912,
+ 43.592114300000006
+ ],
+ [
+ 1.4422495,
+ 43.5921322
+ ],
+ [
+ 1.4423059,
+ 43.592149400000004
+ ],
+ [
+ 1.4424016,
+ 43.5921839
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.435154,
+ 43.592678400000004
+ ],
+ [
+ 1.4354646,
+ 43.5926483
+ ],
+ [
+ 1.4357988,
+ 43.5926199
+ ],
+ [
+ 1.4396261,
+ 43.592294100000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3913483,
+ 43.6340426
+ ],
+ [
+ 1.3913183,
+ 43.6342573
+ ],
+ [
+ 1.3913089,
+ 43.6343316
+ ],
+ [
+ 1.391301,
+ 43.634394400000005
+ ],
+ [
+ 1.3912569,
+ 43.6347424
+ ],
+ [
+ 1.3912451,
+ 43.634835700000004
+ ],
+ [
+ 1.3912352,
+ 43.634913600000004
+ ],
+ [
+ 1.39121,
+ 43.6351171
+ ],
+ [
+ 1.3911183999999999,
+ 43.635777000000004
+ ],
+ [
+ 1.3910115,
+ 43.636608
+ ],
+ [
+ 1.3909943999999999,
+ 43.6367075
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3819921,
+ 43.6407558
+ ],
+ [
+ 1.3806137,
+ 43.641233500000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3967848,
+ 43.621537800000006
+ ],
+ [
+ 1.3967991,
+ 43.621453300000006
+ ],
+ [
+ 1.3968091,
+ 43.6212651
+ ],
+ [
+ 1.3968144,
+ 43.621174700000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4402243,
+ 43.5922417
+ ],
+ [
+ 1.4404232,
+ 43.5922229
+ ],
+ [
+ 1.4407203,
+ 43.5921972
+ ],
+ [
+ 1.4416295,
+ 43.5921187
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4396261,
+ 43.592294100000004
+ ],
+ [
+ 1.4397643,
+ 43.592282000000004
+ ],
+ [
+ 1.4399793,
+ 43.592263100000004
+ ],
+ [
+ 1.4401338,
+ 43.5922496
+ ],
+ [
+ 1.4402243,
+ 43.5922417
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3967513999999999,
+ 43.6216384
+ ],
+ [
+ 1.3967003,
+ 43.621726100000004
+ ],
+ [
+ 1.3966389,
+ 43.621797400000005
+ ],
+ [
+ 1.3965976,
+ 43.6218366
+ ],
+ [
+ 1.3965459,
+ 43.621877700000006
+ ],
+ [
+ 1.3964348,
+ 43.6219638
+ ],
+ [
+ 1.3962119,
+ 43.622134700000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4232032,
+ 43.5886833
+ ],
+ [
+ 1.4236290999999999,
+ 43.5884031
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4236290999999999,
+ 43.5884031
+ ],
+ [
+ 1.424019,
+ 43.588147500000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3624721,
+ 43.663718900000006
+ ],
+ [
+ 1.3623942,
+ 43.6638396
+ ],
+ [
+ 1.3622562,
+ 43.6640559
+ ],
+ [
+ 1.3620048,
+ 43.6644553
+ ],
+ [
+ 1.3619885,
+ 43.6644811
+ ],
+ [
+ 1.3619137,
+ 43.6645964
+ ],
+ [
+ 1.3618758,
+ 43.664653300000005
+ ],
+ [
+ 1.3617932,
+ 43.6647827
+ ],
+ [
+ 1.3616552,
+ 43.664999
+ ],
+ [
+ 1.3615051,
+ 43.665243200000006
+ ],
+ [
+ 1.3614035,
+ 43.665408500000005
+ ],
+ [
+ 1.3612931,
+ 43.665569600000005
+ ],
+ [
+ 1.3612748,
+ 43.665596400000005
+ ],
+ [
+ 1.3611921999999999,
+ 43.6657257
+ ],
+ [
+ 1.3610541999999999,
+ 43.665942
+ ],
+ [
+ 1.3608168,
+ 43.666321200000006
+ ],
+ [
+ 1.3606738,
+ 43.666539400000005
+ ],
+ [
+ 1.3601809999999999,
+ 43.667318900000005
+ ],
+ [
+ 1.3599853,
+ 43.667628500000006
+ ],
+ [
+ 1.3598594,
+ 43.667827700000004
+ ],
+ [
+ 1.3598127,
+ 43.6678993
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3671222,
+ 43.6623918
+ ],
+ [
+ 1.3668045,
+ 43.662353200000005
+ ],
+ [
+ 1.3658215,
+ 43.662233900000004
+ ],
+ [
+ 1.3648483,
+ 43.6621157
+ ],
+ [
+ 1.3641225,
+ 43.6620265
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.368069,
+ 43.6622135
+ ],
+ [
+ 1.3680364999999999,
+ 43.6622568
+ ],
+ [
+ 1.3679871,
+ 43.6623104
+ ],
+ [
+ 1.3679699,
+ 43.6623229
+ ],
+ [
+ 1.3679388,
+ 43.662348400000006
+ ],
+ [
+ 1.3678945,
+ 43.6623765
+ ],
+ [
+ 1.3678489,
+ 43.6623978
+ ],
+ [
+ 1.3677792,
+ 43.662423100000005
+ ],
+ [
+ 1.3677162,
+ 43.6624357
+ ],
+ [
+ 1.3676584999999999,
+ 43.6624434
+ ],
+ [
+ 1.3676008,
+ 43.6624454
+ ],
+ [
+ 1.3675431,
+ 43.6624429
+ ],
+ [
+ 1.3674967,
+ 43.6624373
+ ],
+ [
+ 1.3671222,
+ 43.6623918
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3767949,
+ 43.6450188
+ ],
+ [
+ 1.3767192,
+ 43.645049900000004
+ ],
+ [
+ 1.3766763,
+ 43.6450741
+ ],
+ [
+ 1.3766447,
+ 43.645093200000005
+ ],
+ [
+ 1.3766226,
+ 43.645111
+ ],
+ [
+ 1.3765863999999999,
+ 43.645143000000004
+ ],
+ [
+ 1.3765734,
+ 43.645160700000005
+ ],
+ [
+ 1.3765515,
+ 43.6451896
+ ],
+ [
+ 1.376534,
+ 43.6452225
+ ],
+ [
+ 1.3765207,
+ 43.645253600000004
+ ],
+ [
+ 1.3765148,
+ 43.6452844
+ ],
+ [
+ 1.3765106999999999,
+ 43.6453373
+ ],
+ [
+ 1.376514,
+ 43.645365700000006
+ ],
+ [
+ 1.3765207,
+ 43.6454016
+ ],
+ [
+ 1.3765328,
+ 43.6454308
+ ],
+ [
+ 1.3765468,
+ 43.6454536
+ ],
+ [
+ 1.3767353,
+ 43.6457284
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3767353,
+ 43.6457284
+ ],
+ [
+ 1.3767514,
+ 43.645762700000006
+ ],
+ [
+ 1.3767683,
+ 43.6458005
+ ],
+ [
+ 1.3767822,
+ 43.645842200000004
+ ],
+ [
+ 1.3767942,
+ 43.6458923
+ ],
+ [
+ 1.376797,
+ 43.6459325
+ ],
+ [
+ 1.3767968,
+ 43.645970500000004
+ ],
+ [
+ 1.3767903,
+ 43.6460121
+ ],
+ [
+ 1.3767806,
+ 43.6460516
+ ],
+ [
+ 1.3767508,
+ 43.6461218
+ ],
+ [
+ 1.3766848,
+ 43.6462651
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3766848,
+ 43.6462651
+ ],
+ [
+ 1.3763845,
+ 43.646916700000006
+ ],
+ [
+ 1.3760874,
+ 43.6475705
+ ],
+ [
+ 1.3759403,
+ 43.647901100000006
+ ],
+ [
+ 1.3758959,
+ 43.648002700000006
+ ],
+ [
+ 1.3758599,
+ 43.6480848
+ ],
+ [
+ 1.3757534,
+ 43.6483276
+ ],
+ [
+ 1.3756536,
+ 43.648555
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.378554,
+ 43.644386100000006
+ ],
+ [
+ 1.3782273,
+ 43.6445002
+ ],
+ [
+ 1.3777542,
+ 43.644674300000005
+ ],
+ [
+ 1.3774815999999999,
+ 43.644773300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3789542,
+ 43.6435194
+ ],
+ [
+ 1.3789444,
+ 43.643552
+ ],
+ [
+ 1.3789341,
+ 43.6435972
+ ],
+ [
+ 1.3789306,
+ 43.6436398
+ ],
+ [
+ 1.3789326,
+ 43.6436657
+ ],
+ [
+ 1.3789339999999999,
+ 43.6436798
+ ],
+ [
+ 1.3789373999999999,
+ 43.6436951
+ ],
+ [
+ 1.3789424,
+ 43.6437084
+ ],
+ [
+ 1.3789498,
+ 43.643723300000005
+ ],
+ [
+ 1.3789567999999999,
+ 43.6437353
+ ],
+ [
+ 1.3790474,
+ 43.6438805
+ ],
+ [
+ 1.3790856,
+ 43.643959900000006
+ ],
+ [
+ 1.3790936999999999,
+ 43.6439813
+ ],
+ [
+ 1.3790963,
+ 43.643995800000006
+ ],
+ [
+ 1.3790977,
+ 43.644022500000005
+ ],
+ [
+ 1.3790959999999999,
+ 43.6440454
+ ],
+ [
+ 1.3790951999999999,
+ 43.6440503
+ ],
+ [
+ 1.3790921,
+ 43.644069800000004
+ ],
+ [
+ 1.3790824,
+ 43.6440969
+ ],
+ [
+ 1.3790565,
+ 43.64414
+ ],
+ [
+ 1.3790305999999999,
+ 43.644173900000006
+ ],
+ [
+ 1.3789970999999999,
+ 43.644203000000005
+ ],
+ [
+ 1.378985,
+ 43.6442119
+ ],
+ [
+ 1.3789475,
+ 43.644234100000006
+ ],
+ [
+ 1.3789083,
+ 43.644253400000004
+ ],
+ [
+ 1.378709,
+ 43.644331900000005
+ ],
+ [
+ 1.378554,
+ 43.644386100000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3795875,
+ 43.642215300000004
+ ],
+ [
+ 1.3795761,
+ 43.642238400000004
+ ],
+ [
+ 1.3795206,
+ 43.6423507
+ ],
+ [
+ 1.379464,
+ 43.642467200000006
+ ],
+ [
+ 1.3792514999999999,
+ 43.642904200000004
+ ],
+ [
+ 1.3792241,
+ 43.6429606
+ ],
+ [
+ 1.3791952,
+ 43.643020500000006
+ ],
+ [
+ 1.3789542,
+ 43.6435194
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3806137,
+ 43.641233500000006
+ ],
+ [
+ 1.3805424,
+ 43.6412582
+ ],
+ [
+ 1.3805171,
+ 43.641268000000004
+ ],
+ [
+ 1.3804789,
+ 43.641282700000005
+ ],
+ [
+ 1.3804553,
+ 43.6412941
+ ],
+ [
+ 1.3804414,
+ 43.6413026
+ ],
+ [
+ 1.3804213,
+ 43.6413176
+ ],
+ [
+ 1.3804058,
+ 43.641333200000005
+ ],
+ [
+ 1.3803904,
+ 43.6413487
+ ],
+ [
+ 1.3803747,
+ 43.6413699
+ ],
+ [
+ 1.3803607,
+ 43.641390200000004
+ ],
+ [
+ 1.3802641,
+ 43.641575
+ ],
+ [
+ 1.3802509,
+ 43.641595200000005
+ ],
+ [
+ 1.3802355,
+ 43.641616000000006
+ ],
+ [
+ 1.3802221,
+ 43.6416296
+ ],
+ [
+ 1.3801973,
+ 43.641652
+ ],
+ [
+ 1.3801678,
+ 43.6416704
+ ],
+ [
+ 1.3801383,
+ 43.641685800000005
+ ],
+ [
+ 1.38008,
+ 43.6417092
+ ],
+ [
+ 1.3800145,
+ 43.6417324
+ ],
+ [
+ 1.3799666,
+ 43.6417469
+ ],
+ [
+ 1.3798740999999999,
+ 43.6417839
+ ],
+ [
+ 1.3798386,
+ 43.641801400000006
+ ],
+ [
+ 1.3798057,
+ 43.6418242
+ ],
+ [
+ 1.3797816,
+ 43.6418453
+ ],
+ [
+ 1.3797635,
+ 43.641865700000004
+ ],
+ [
+ 1.3797517,
+ 43.641882800000005
+ ],
+ [
+ 1.3795875,
+ 43.642215300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3827163,
+ 43.640314700000005
+ ],
+ [
+ 1.3827079,
+ 43.6403364
+ ],
+ [
+ 1.3826853,
+ 43.6403873
+ ],
+ [
+ 1.3826705,
+ 43.6404128
+ ],
+ [
+ 1.3826555,
+ 43.640439300000004
+ ],
+ [
+ 1.3826374,
+ 43.640466
+ ],
+ [
+ 1.3826178,
+ 43.640488600000005
+ ],
+ [
+ 1.3826038999999999,
+ 43.640503300000006
+ ],
+ [
+ 1.3825798,
+ 43.6405266
+ ],
+ [
+ 1.3825536,
+ 43.640546500000006
+ ],
+ [
+ 1.3825422,
+ 43.6405535
+ ],
+ [
+ 1.3825288,
+ 43.640561600000005
+ ],
+ [
+ 1.3824825,
+ 43.6405839
+ ],
+ [
+ 1.3824405,
+ 43.6406008
+ ],
+ [
+ 1.3823934,
+ 43.6406171
+ ],
+ [
+ 1.3819921,
+ 43.6407558
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3846498999999999,
+ 43.636271
+ ],
+ [
+ 1.3846156,
+ 43.6362715
+ ],
+ [
+ 1.384507,
+ 43.636274300000004
+ ],
+ [
+ 1.3844695,
+ 43.636276800000005
+ ],
+ [
+ 1.3844212999999999,
+ 43.636281600000004
+ ],
+ [
+ 1.384383,
+ 43.636288400000005
+ ],
+ [
+ 1.3843482,
+ 43.6362986
+ ],
+ [
+ 1.3843187,
+ 43.6363093
+ ],
+ [
+ 1.3842932,
+ 43.6363214
+ ],
+ [
+ 1.3842567,
+ 43.6363446
+ ],
+ [
+ 1.3842248,
+ 43.6363709
+ ],
+ [
+ 1.3842013,
+ 43.6363971
+ ],
+ [
+ 1.3841879,
+ 43.6364151
+ ],
+ [
+ 1.3841817,
+ 43.636425100000004
+ ],
+ [
+ 1.384148,
+ 43.6364931
+ ],
+ [
+ 1.3840365,
+ 43.6367904
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3840365,
+ 43.6367904
+ ],
+ [
+ 1.3837951,
+ 43.637434000000006
+ ],
+ [
+ 1.3837427,
+ 43.6375736
+ ],
+ [
+ 1.3836968,
+ 43.637696500000004
+ ],
+ [
+ 1.3832798,
+ 43.6388121
+ ],
+ [
+ 1.383225,
+ 43.638957000000005
+ ],
+ [
+ 1.3831693,
+ 43.639104700000004
+ ],
+ [
+ 1.3829988,
+ 43.6395569
+ ],
+ [
+ 1.3829409,
+ 43.6397131
+ ],
+ [
+ 1.3828964,
+ 43.639833100000004
+ ],
+ [
+ 1.3827311,
+ 43.6402768
+ ],
+ [
+ 1.3827163,
+ 43.640314700000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3868228999999999,
+ 43.6362401
+ ],
+ [
+ 1.3860563,
+ 43.636250100000005
+ ],
+ [
+ 1.3858887,
+ 43.6362523
+ ],
+ [
+ 1.3857179,
+ 43.636258000000005
+ ],
+ [
+ 1.3853392,
+ 43.6362609
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3882642,
+ 43.6362955
+ ],
+ [
+ 1.3881617,
+ 43.636273800000005
+ ],
+ [
+ 1.3879964999999999,
+ 43.6362529
+ ],
+ [
+ 1.3879397,
+ 43.6362457
+ ],
+ [
+ 1.3877875,
+ 43.6362329
+ ],
+ [
+ 1.3876053,
+ 43.636231800000004
+ ],
+ [
+ 1.3875038,
+ 43.636231200000005
+ ],
+ [
+ 1.3870958,
+ 43.6362365
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3909943999999999,
+ 43.6367075
+ ],
+ [
+ 1.3909907,
+ 43.6367192
+ ],
+ [
+ 1.3909847,
+ 43.6367332
+ ],
+ [
+ 1.3909719,
+ 43.636759500000004
+ ],
+ [
+ 1.3909597999999999,
+ 43.636778400000004
+ ],
+ [
+ 1.3909478,
+ 43.6367944
+ ],
+ [
+ 1.3909263,
+ 43.6368182
+ ],
+ [
+ 1.3908981999999999,
+ 43.636842900000005
+ ],
+ [
+ 1.390878,
+ 43.636855000000004
+ ],
+ [
+ 1.3908653,
+ 43.636862300000004
+ ],
+ [
+ 1.3908452,
+ 43.636872000000004
+ ],
+ [
+ 1.3908217,
+ 43.636882500000006
+ ],
+ [
+ 1.3908038999999999,
+ 43.636889000000004
+ ],
+ [
+ 1.3907835,
+ 43.6368956
+ ],
+ [
+ 1.3907624,
+ 43.6369021
+ ],
+ [
+ 1.3907426,
+ 43.6369072
+ ],
+ [
+ 1.3907222,
+ 43.6369106
+ ],
+ [
+ 1.3906967,
+ 43.636913500000006
+ ],
+ [
+ 1.3906635,
+ 43.636914700000005
+ ],
+ [
+ 1.3906333,
+ 43.636914000000004
+ ],
+ [
+ 1.3906018,
+ 43.636912300000006
+ ],
+ [
+ 1.3905834,
+ 43.6369106
+ ],
+ [
+ 1.3905682,
+ 43.6369084
+ ],
+ [
+ 1.3905414,
+ 43.636903100000005
+ ],
+ [
+ 1.3904904,
+ 43.636890900000004
+ ],
+ [
+ 1.3903446,
+ 43.636850800000005
+ ],
+ [
+ 1.3900763,
+ 43.636775500000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3962119,
+ 43.622134700000004
+ ],
+ [
+ 1.3955768,
+ 43.622629100000005
+ ],
+ [
+ 1.3954979,
+ 43.6226988
+ ],
+ [
+ 1.3954028,
+ 43.622784700000004
+ ],
+ [
+ 1.3952943,
+ 43.6228957
+ ],
+ [
+ 1.3952313,
+ 43.6229602
+ ],
+ [
+ 1.3951076,
+ 43.6230969
+ ],
+ [
+ 1.3949977,
+ 43.623235900000005
+ ],
+ [
+ 1.3949361,
+ 43.623322300000005
+ ],
+ [
+ 1.394805,
+ 43.623506000000006
+ ],
+ [
+ 1.3944343,
+ 43.624050600000004
+ ],
+ [
+ 1.3942189999999999,
+ 43.6243641
+ ],
+ [
+ 1.3939126,
+ 43.624815000000005
+ ],
+ [
+ 1.3937279999999999,
+ 43.6251151
+ ],
+ [
+ 1.3936581,
+ 43.625229000000004
+ ],
+ [
+ 1.3936198,
+ 43.625291600000004
+ ],
+ [
+ 1.3934967999999999,
+ 43.625494800000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3970681,
+ 43.6149494
+ ],
+ [
+ 1.3970538,
+ 43.6158355
+ ],
+ [
+ 1.3970164999999999,
+ 43.616781800000005
+ ],
+ [
+ 1.3969586999999999,
+ 43.617682800000004
+ ],
+ [
+ 1.3969502,
+ 43.6178566
+ ],
+ [
+ 1.3969459,
+ 43.618030000000005
+ ],
+ [
+ 1.3969356,
+ 43.6182328
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3979682,
+ 43.6141054
+ ],
+ [
+ 1.3978537,
+ 43.614105200000004
+ ],
+ [
+ 1.3978268,
+ 43.6141051
+ ],
+ [
+ 1.3977707,
+ 43.6141074
+ ],
+ [
+ 1.3977243,
+ 43.6141124
+ ],
+ [
+ 1.3976747,
+ 43.6141197
+ ],
+ [
+ 1.3976351,
+ 43.614128
+ ],
+ [
+ 1.3976005,
+ 43.614133800000005
+ ],
+ [
+ 1.3975547,
+ 43.614147900000006
+ ],
+ [
+ 1.3975051,
+ 43.6141634
+ ],
+ [
+ 1.3974554,
+ 43.6141814
+ ],
+ [
+ 1.3974111999999999,
+ 43.6142023
+ ],
+ [
+ 1.3973837,
+ 43.6142173
+ ],
+ [
+ 1.3973368,
+ 43.614246
+ ],
+ [
+ 1.3973058999999999,
+ 43.614266300000004
+ ],
+ [
+ 1.397282,
+ 43.6142832
+ ],
+ [
+ 1.3972262,
+ 43.614334500000005
+ ],
+ [
+ 1.3972043,
+ 43.614357000000005
+ ],
+ [
+ 1.3971765999999999,
+ 43.614387300000004
+ ],
+ [
+ 1.3971531,
+ 43.6144199
+ ],
+ [
+ 1.3971255999999999,
+ 43.614461600000006
+ ],
+ [
+ 1.3971168999999999,
+ 43.6144776
+ ],
+ [
+ 1.3971095,
+ 43.614496800000005
+ ],
+ [
+ 1.3970890999999999,
+ 43.6145526
+ ],
+ [
+ 1.3970813,
+ 43.6145848
+ ],
+ [
+ 1.3970779,
+ 43.614612300000005
+ ],
+ [
+ 1.3970719,
+ 43.6147111
+ ],
+ [
+ 1.3970681,
+ 43.6149494
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4007087999999999,
+ 43.6138272
+ ],
+ [
+ 1.4006144,
+ 43.613867000000006
+ ],
+ [
+ 1.4004492,
+ 43.613928300000005
+ ],
+ [
+ 1.4002392,
+ 43.613992100000004
+ ],
+ [
+ 1.4000588,
+ 43.614032900000005
+ ],
+ [
+ 1.3998378999999999,
+ 43.6140733
+ ],
+ [
+ 1.3996416999999999,
+ 43.614099200000005
+ ],
+ [
+ 1.3994414,
+ 43.614113700000004
+ ],
+ [
+ 1.3991584,
+ 43.6141152
+ ],
+ [
+ 1.3986182999999999,
+ 43.614109400000004
+ ],
+ [
+ 1.3983059,
+ 43.614106
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4014777,
+ 43.612078100000005
+ ],
+ [
+ 1.4014473,
+ 43.6126584
+ ],
+ [
+ 1.4014415,
+ 43.6127459
+ ],
+ [
+ 1.4014398,
+ 43.6127716
+ ],
+ [
+ 1.4014334,
+ 43.6128658
+ ],
+ [
+ 1.4014232,
+ 43.6130177
+ ],
+ [
+ 1.4014198,
+ 43.6131453
+ ],
+ [
+ 1.4014039999999999,
+ 43.6132265
+ ],
+ [
+ 1.4013702,
+ 43.613314300000006
+ ],
+ [
+ 1.4012993,
+ 43.613428400000004
+ ],
+ [
+ 1.4012257,
+ 43.6135086
+ ],
+ [
+ 1.4011444,
+ 43.613580400000004
+ ],
+ [
+ 1.4010481,
+ 43.613648700000006
+ ],
+ [
+ 1.4009228,
+ 43.613723400000005
+ ],
+ [
+ 1.4007692999999999,
+ 43.6138017
+ ],
+ [
+ 1.4007087999999999,
+ 43.6138272
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4018184,
+ 43.6113866
+ ],
+ [
+ 1.4017618,
+ 43.611445
+ ],
+ [
+ 1.4016079,
+ 43.611592200000004
+ ],
+ [
+ 1.4015738,
+ 43.611625100000005
+ ],
+ [
+ 1.4015483,
+ 43.6116552
+ ],
+ [
+ 1.4015241999999999,
+ 43.611693200000005
+ ],
+ [
+ 1.4015085999999999,
+ 43.6117318
+ ],
+ [
+ 1.4014973,
+ 43.6117688
+ ],
+ [
+ 1.4014921,
+ 43.6118036
+ ],
+ [
+ 1.4014777,
+ 43.612078100000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4019249,
+ 43.611150800000004
+ ],
+ [
+ 1.4019237,
+ 43.6111741
+ ],
+ [
+ 1.4019177999999999,
+ 43.6112272
+ ],
+ [
+ 1.4019084,
+ 43.6112563
+ ],
+ [
+ 1.401895,
+ 43.6112874
+ ],
+ [
+ 1.4018762,
+ 43.611317500000006
+ ],
+ [
+ 1.4018458999999999,
+ 43.611358300000006
+ ],
+ [
+ 1.4018184,
+ 43.6113866
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4020203,
+ 43.6093069
+ ],
+ [
+ 1.402019,
+ 43.6093326
+ ],
+ [
+ 1.401992,
+ 43.6098554
+ ],
+ [
+ 1.4019868,
+ 43.6099563
+ ],
+ [
+ 1.4019249,
+ 43.611150800000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4020595,
+ 43.608526700000006
+ ],
+ [
+ 1.402045,
+ 43.6088189
+ ],
+ [
+ 1.4020415,
+ 43.608888300000004
+ ],
+ [
+ 1.4020301,
+ 43.609116900000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4020953999999999,
+ 43.6063929
+ ],
+ [
+ 1.4021149,
+ 43.6064579
+ ],
+ [
+ 1.4021204,
+ 43.6064798
+ ],
+ [
+ 1.4021297,
+ 43.6065326
+ ],
+ [
+ 1.4021404,
+ 43.606606400000004
+ ],
+ [
+ 1.4021447,
+ 43.606671000000006
+ ],
+ [
+ 1.4021447,
+ 43.606796800000005
+ ],
+ [
+ 1.402125,
+ 43.607207100000004
+ ],
+ [
+ 1.4021209,
+ 43.607291000000004
+ ],
+ [
+ 1.4020979,
+ 43.607758700000005
+ ],
+ [
+ 1.4020929,
+ 43.6078594
+ ],
+ [
+ 1.4020607,
+ 43.6085033
+ ],
+ [
+ 1.4020595,
+ 43.608526700000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4022306,
+ 43.6057342
+ ],
+ [
+ 1.4022086,
+ 43.6057439
+ ],
+ [
+ 1.4021618,
+ 43.6057684
+ ],
+ [
+ 1.4021122,
+ 43.605798500000006
+ ],
+ [
+ 1.4020787,
+ 43.6058267
+ ],
+ [
+ 1.4020559,
+ 43.605850000000004
+ ],
+ [
+ 1.4020358,
+ 43.6058791
+ ],
+ [
+ 1.4020021999999999,
+ 43.6059247
+ ],
+ [
+ 1.4019864,
+ 43.6059732
+ ],
+ [
+ 1.4019808,
+ 43.606008200000005
+ ],
+ [
+ 1.4019793999999999,
+ 43.606040300000004
+ ],
+ [
+ 1.4019837,
+ 43.6060741
+ ],
+ [
+ 1.4019998999999999,
+ 43.6061295
+ ],
+ [
+ 1.4020015,
+ 43.6061336
+ ],
+ [
+ 1.4020084,
+ 43.6061539
+ ],
+ [
+ 1.4020867,
+ 43.606363800000004
+ ],
+ [
+ 1.4020953999999999,
+ 43.6063929
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4040944,
+ 43.6048958
+ ],
+ [
+ 1.4038195,
+ 43.6050223
+ ],
+ [
+ 1.4023575,
+ 43.6056782
+ ],
+ [
+ 1.4022306,
+ 43.6057342
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4047794,
+ 43.6045698
+ ],
+ [
+ 1.4044372,
+ 43.604738000000005
+ ],
+ [
+ 1.4044249,
+ 43.6047438
+ ],
+ [
+ 1.4040944,
+ 43.6048958
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4051595,
+ 43.6043821
+ ],
+ [
+ 1.4051072,
+ 43.604408600000006
+ ],
+ [
+ 1.4050457,
+ 43.6044378
+ ],
+ [
+ 1.4049387,
+ 43.6044898
+ ],
+ [
+ 1.4048156,
+ 43.6045515
+ ],
+ [
+ 1.4047794,
+ 43.6045698
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4059723,
+ 43.6039466
+ ],
+ [
+ 1.4059392,
+ 43.603964700000006
+ ],
+ [
+ 1.4058216,
+ 43.604027
+ ],
+ [
+ 1.4057738,
+ 43.6040538
+ ],
+ [
+ 1.4057068,
+ 43.604092400000006
+ ],
+ [
+ 1.4056142,
+ 43.604144000000005
+ ],
+ [
+ 1.4054067,
+ 43.604257700000005
+ ],
+ [
+ 1.4052031999999999,
+ 43.604360500000006
+ ],
+ [
+ 1.4051858,
+ 43.6043692
+ ],
+ [
+ 1.4051595,
+ 43.6043821
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4107963,
+ 43.6017534
+ ],
+ [
+ 1.409443,
+ 43.6023593
+ ],
+ [
+ 1.4094149999999999,
+ 43.602371600000005
+ ],
+ [
+ 1.4091551,
+ 43.6024875
+ ],
+ [
+ 1.4091385,
+ 43.6024941
+ ],
+ [
+ 1.4081639,
+ 43.6029324
+ ],
+ [
+ 1.4079500999999999,
+ 43.603032500000005
+ ],
+ [
+ 1.4076857,
+ 43.6031513
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4114298,
+ 43.6011048
+ ],
+ [
+ 1.4114371,
+ 43.6011941
+ ],
+ [
+ 1.4114355,
+ 43.6012264
+ ],
+ [
+ 1.4114328999999999,
+ 43.6012507
+ ],
+ [
+ 1.4114284,
+ 43.6012744
+ ],
+ [
+ 1.4114144,
+ 43.6013226
+ ],
+ [
+ 1.4113976,
+ 43.6013633
+ ],
+ [
+ 1.4113780999999999,
+ 43.6013983
+ ],
+ [
+ 1.4113634,
+ 43.6014211
+ ],
+ [
+ 1.4113400999999999,
+ 43.601452200000004
+ ],
+ [
+ 1.4113282,
+ 43.6014658
+ ],
+ [
+ 1.4113027,
+ 43.601492900000004
+ ],
+ [
+ 1.4112732,
+ 43.6015182
+ ],
+ [
+ 1.4112316,
+ 43.601548300000005
+ ],
+ [
+ 1.4111966999999999,
+ 43.6015706
+ ],
+ [
+ 1.4111577,
+ 43.601589700000005
+ ],
+ [
+ 1.4111061999999999,
+ 43.601613
+ ],
+ [
+ 1.4107963,
+ 43.6017534
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4350544,
+ 43.592688100000004
+ ],
+ [
+ 1.4350055,
+ 43.5926927
+ ],
+ [
+ 1.4349569,
+ 43.592697
+ ],
+ [
+ 1.4349003,
+ 43.5927019
+ ],
+ [
+ 1.4348626,
+ 43.5927043
+ ],
+ [
+ 1.4347997,
+ 43.592700900000004
+ ],
+ [
+ 1.4347514,
+ 43.592698000000006
+ ],
+ [
+ 1.4346978,
+ 43.5926873
+ ],
+ [
+ 1.4346509,
+ 43.5926727
+ ],
+ [
+ 1.4346066,
+ 43.592657200000005
+ ],
+ [
+ 1.4345717,
+ 43.5926417
+ ],
+ [
+ 1.4345449,
+ 43.592628100000006
+ ],
+ [
+ 1.4344953,
+ 43.592595
+ ],
+ [
+ 1.4344606,
+ 43.592565900000004
+ ],
+ [
+ 1.4344097,
+ 43.592512400000004
+ ],
+ [
+ 1.4343861,
+ 43.592487600000005
+ ],
+ [
+ 1.4343546999999999,
+ 43.5924447
+ ],
+ [
+ 1.4343278,
+ 43.592412700000004
+ ],
+ [
+ 1.4342785,
+ 43.592347600000004
+ ],
+ [
+ 1.4342464,
+ 43.5923115
+ ],
+ [
+ 1.4342162999999999,
+ 43.5922776
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4342162999999999,
+ 43.5922776
+ ],
+ [
+ 1.4340011,
+ 43.5920275
+ ],
+ [
+ 1.4338193,
+ 43.591803000000006
+ ],
+ [
+ 1.4335767,
+ 43.5915035
+ ],
+ [
+ 1.4330428,
+ 43.5908409
+ ],
+ [
+ 1.4323523999999999,
+ 43.5900176
+ ],
+ [
+ 1.4321975,
+ 43.589825000000005
+ ],
+ [
+ 1.4320599999999999,
+ 43.589694900000005
+ ],
+ [
+ 1.4319981,
+ 43.5896227
+ ],
+ [
+ 1.4319355999999999,
+ 43.5895498
+ ],
+ [
+ 1.4319125,
+ 43.589522900000006
+ ],
+ [
+ 1.4317905,
+ 43.5893772
+ ],
+ [
+ 1.4316108,
+ 43.5891597
+ ],
+ [
+ 1.4315646,
+ 43.589097800000005
+ ],
+ [
+ 1.4314673,
+ 43.5889673
+ ],
+ [
+ 1.4313097,
+ 43.5887662
+ ],
+ [
+ 1.4311273,
+ 43.5885455
+ ],
+ [
+ 1.4310414999999999,
+ 43.588441700000004
+ ],
+ [
+ 1.4299948,
+ 43.5871755
+ ],
+ [
+ 1.4290973,
+ 43.586089900000005
+ ],
+ [
+ 1.4286481,
+ 43.585546300000004
+ ],
+ [
+ 1.4286139,
+ 43.585507
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4286139,
+ 43.585507
+ ],
+ [
+ 1.4285847,
+ 43.5854827
+ ],
+ [
+ 1.428549,
+ 43.5854572
+ ],
+ [
+ 1.4285237,
+ 43.5854438
+ ],
+ [
+ 1.4284985,
+ 43.5854341
+ ],
+ [
+ 1.428458,
+ 43.585420500000005
+ ],
+ [
+ 1.4284265,
+ 43.585413
+ ],
+ [
+ 1.4283648,
+ 43.5854062
+ ],
+ [
+ 1.4283204999999999,
+ 43.5854081
+ ],
+ [
+ 1.4282884,
+ 43.585413300000006
+ ],
+ [
+ 1.4282721999999999,
+ 43.5854159
+ ],
+ [
+ 1.4282219999999999,
+ 43.5854313
+ ],
+ [
+ 1.4282059,
+ 43.585436300000005
+ ],
+ [
+ 1.4281827999999999,
+ 43.585447
+ ],
+ [
+ 1.4281416,
+ 43.585466100000005
+ ],
+ [
+ 1.4280386999999999,
+ 43.5855327
+ ],
+ [
+ 1.4278946,
+ 43.585625300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4278946,
+ 43.585625300000004
+ ],
+ [
+ 1.4276451,
+ 43.5857856
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4276451,
+ 43.5857856
+ ],
+ [
+ 1.4276122,
+ 43.585806700000006
+ ],
+ [
+ 1.4275151,
+ 43.585868500000004
+ ],
+ [
+ 1.427216,
+ 43.5860628
+ ],
+ [
+ 1.4262759,
+ 43.586679200000006
+ ],
+ [
+ 1.4261702,
+ 43.586748500000006
+ ],
+ [
+ 1.4259998999999999,
+ 43.586848200000006
+ ],
+ [
+ 1.4259533,
+ 43.5868788
+ ],
+ [
+ 1.424019,
+ 43.588147500000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4190624,
+ 43.5922526
+ ],
+ [
+ 1.4190661,
+ 43.5922727
+ ],
+ [
+ 1.419069,
+ 43.592291800000005
+ ],
+ [
+ 1.4190768999999999,
+ 43.592345400000006
+ ],
+ [
+ 1.4190838,
+ 43.5924266
+ ],
+ [
+ 1.4190833999999999,
+ 43.5924655
+ ],
+ [
+ 1.4190814,
+ 43.592491300000006
+ ],
+ [
+ 1.4190762,
+ 43.592519700000004
+ ],
+ [
+ 1.4190704,
+ 43.592544000000004
+ ],
+ [
+ 1.419062,
+ 43.5925694
+ ],
+ [
+ 1.4190509,
+ 43.592594500000004
+ ],
+ [
+ 1.4190458,
+ 43.5926028
+ ],
+ [
+ 1.4190327999999999,
+ 43.592622000000006
+ ],
+ [
+ 1.4190164,
+ 43.5926412
+ ],
+ [
+ 1.4190013,
+ 43.5926581
+ ],
+ [
+ 1.418968,
+ 43.5926861
+ ],
+ [
+ 1.4189357,
+ 43.5927086
+ ],
+ [
+ 1.4189155,
+ 43.5927197
+ ],
+ [
+ 1.4188939999999999,
+ 43.5927316
+ ],
+ [
+ 1.4188702,
+ 43.5927428
+ ],
+ [
+ 1.4188367,
+ 43.592756
+ ],
+ [
+ 1.4187937,
+ 43.5927671
+ ],
+ [
+ 1.4187508,
+ 43.5927754
+ ],
+ [
+ 1.4187011999999999,
+ 43.5927822
+ ],
+ [
+ 1.4186554,
+ 43.592788000000006
+ ],
+ [
+ 1.4185615999999999,
+ 43.5927968
+ ],
+ [
+ 1.4184588999999999,
+ 43.5928039
+ ],
+ [
+ 1.4182994,
+ 43.5928197
+ ],
+ [
+ 1.418282,
+ 43.5928211
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4148947,
+ 43.593528400000004
+ ],
+ [
+ 1.4140954,
+ 43.5934972
+ ],
+ [
+ 1.4139362,
+ 43.593489600000005
+ ],
+ [
+ 1.4137834,
+ 43.593479200000004
+ ],
+ [
+ 1.4136049,
+ 43.5934697
+ ],
+ [
+ 1.4134699,
+ 43.593462
+ ],
+ [
+ 1.4113103,
+ 43.593313300000005
+ ],
+ [
+ 1.4101459,
+ 43.593235500000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4101459,
+ 43.593235500000006
+ ],
+ [
+ 1.4101012,
+ 43.593232500000006
+ ],
+ [
+ 1.4100788,
+ 43.593231
+ ],
+ [
+ 1.4100643,
+ 43.593230000000005
+ ],
+ [
+ 1.4097534,
+ 43.593209300000005
+ ],
+ [
+ 1.409725,
+ 43.593207400000004
+ ],
+ [
+ 1.4097001,
+ 43.593206200000004
+ ],
+ [
+ 1.4096199,
+ 43.5932024
+ ],
+ [
+ 1.4095799,
+ 43.5932046
+ ],
+ [
+ 1.4095383,
+ 43.593206800000004
+ ],
+ [
+ 1.4094834,
+ 43.5932125
+ ],
+ [
+ 1.4094484999999999,
+ 43.5932162
+ ],
+ [
+ 1.4093636999999999,
+ 43.5932301
+ ],
+ [
+ 1.4093373,
+ 43.5932364
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4091055,
+ 43.5938596
+ ],
+ [
+ 1.4091373,
+ 43.5940135
+ ],
+ [
+ 1.4091475,
+ 43.594088400000004
+ ],
+ [
+ 1.4091523,
+ 43.5941076
+ ],
+ [
+ 1.4091852999999999,
+ 43.594239200000004
+ ],
+ [
+ 1.4092257,
+ 43.5943557
+ ],
+ [
+ 1.409316,
+ 43.594565200000005
+ ],
+ [
+ 1.4093588,
+ 43.594667400000006
+ ],
+ [
+ 1.4094468,
+ 43.5948773
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4093373,
+ 43.5932364
+ ],
+ [
+ 1.4092713,
+ 43.593252
+ ],
+ [
+ 1.4092006,
+ 43.593277900000004
+ ],
+ [
+ 1.4091472999999999,
+ 43.5933045
+ ],
+ [
+ 1.4091013,
+ 43.593339
+ ],
+ [
+ 1.4090651,
+ 43.5933828
+ ],
+ [
+ 1.4090433,
+ 43.5934308
+ ],
+ [
+ 1.4090386,
+ 43.5934879
+ ],
+ [
+ 1.4090489,
+ 43.5935633
+ ],
+ [
+ 1.4090582,
+ 43.593611300000006
+ ],
+ [
+ 1.4090618,
+ 43.5936302
+ ],
+ [
+ 1.409065,
+ 43.5936475
+ ],
+ [
+ 1.4090801,
+ 43.5937099
+ ],
+ [
+ 1.4091055,
+ 43.5938596
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4111445999999999,
+ 43.5989014
+ ],
+ [
+ 1.4111959,
+ 43.5990234
+ ],
+ [
+ 1.4112214,
+ 43.5991032
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4112214,
+ 43.5991032
+ ],
+ [
+ 1.4112331,
+ 43.5991397
+ ],
+ [
+ 1.4112429,
+ 43.599182600000006
+ ],
+ [
+ 1.4112533999999999,
+ 43.599228600000004
+ ],
+ [
+ 1.4112681999999999,
+ 43.599308900000004
+ ],
+ [
+ 1.4112809,
+ 43.5994431
+ ],
+ [
+ 1.4113012,
+ 43.5996662
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4113012,
+ 43.5996662
+ ],
+ [
+ 1.4113636999999999,
+ 43.600354800000005
+ ],
+ [
+ 1.4113893,
+ 43.6006367
+ ],
+ [
+ 1.4114105,
+ 43.600870300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3968144,
+ 43.621174700000005
+ ],
+ [
+ 1.396843,
+ 43.620618300000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3641225,
+ 43.6620265
+ ],
+ [
+ 1.3640579,
+ 43.6620167
+ ],
+ [
+ 1.363961,
+ 43.662005300000004
+ ],
+ [
+ 1.3638724,
+ 43.6619982
+ ],
+ [
+ 1.3637987999999999,
+ 43.661996800000004
+ ],
+ [
+ 1.3637272,
+ 43.6620026
+ ],
+ [
+ 1.3636758,
+ 43.662014500000005
+ ],
+ [
+ 1.3636279,
+ 43.662030300000005
+ ],
+ [
+ 1.3635583,
+ 43.6620647
+ ],
+ [
+ 1.3634911,
+ 43.6621224
+ ],
+ [
+ 1.3634296,
+ 43.6622112
+ ],
+ [
+ 1.3630910999999999,
+ 43.6627473
+ ],
+ [
+ 1.3630082,
+ 43.662874200000005
+ ],
+ [
+ 1.3628567,
+ 43.6631123
+ ],
+ [
+ 1.3628274999999999,
+ 43.6631617
+ ],
+ [
+ 1.3626331,
+ 43.6634722
+ ],
+ [
+ 1.3624894,
+ 43.6636924
+ ],
+ [
+ 1.3624721,
+ 43.663718900000006
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4424016,
+ 43.5921839
+ ],
+ [
+ 1.4426143,
+ 43.592260200000005
+ ],
+ [
+ 1.4426491,
+ 43.5922726
+ ],
+ [
+ 1.443744,
+ 43.592664000000006
+ ],
+ [
+ 1.4440561,
+ 43.5927747
+ ],
+ [
+ 1.4441945999999999,
+ 43.592825500000004
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3870958,
+ 43.6362365
+ ],
+ [
+ 1.3868228999999999,
+ 43.6362401
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4416295,
+ 43.5921187
+ ],
+ [
+ 1.441952,
+ 43.5920909
+ ],
+ [
+ 1.4420278,
+ 43.5920916
+ ],
+ [
+ 1.44207,
+ 43.592093600000005
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseT1",
+ "name": "T1",
+ "color": "#004687",
+ "order": 5
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.464653,
+ 43.5602327
+ ],
+ [
+ 1.4628727,
+ 43.5599542
+ ],
+ [
+ 1.4559855,
+ 43.5588391
+ ],
+ [
+ 1.4536856,
+ 43.558448600000006
+ ],
+ [
+ 1.4530298,
+ 43.5583381
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseTeleo",
+ "name": "Teleo",
+ "color": "#DC006B",
+ "order": 6
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4530298,
+ 43.5583381
+ ],
+ [
+ 1.4508667,
+ 43.5579997
+ ],
+ [
+ 1.4458069999999998,
+ 43.557140100000005
+ ],
+ [
+ 1.4335771,
+ 43.5551753
+ ],
+ [
+ 1.4283278,
+ 43.5543349
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseTeleo",
+ "name": "Teleo",
+ "color": "#DC006B",
+ "order": 6
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3726293,
+ 43.599580499999995
+ ],
+ [
+ 1.372681,
+ 43.599568899999994
+ ],
+ [
+ 1.37389,
+ 43.599290399999994
+ ],
+ [
+ 1.3751294,
+ 43.599003599999996
+ ],
+ [
+ 1.3754376,
+ 43.5989313
+ ],
+ [
+ 1.3759697,
+ 43.598798599999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3965772,
+ 43.5962982
+ ],
+ [
+ 1.3975334000000001,
+ 43.596272299999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3981261,
+ 43.5962422
+ ],
+ [
+ 1.3982971,
+ 43.5962274
+ ],
+ [
+ 1.3984604,
+ 43.5962118
+ ],
+ [
+ 1.3988034,
+ 43.596176899999996
+ ],
+ [
+ 1.399084,
+ 43.596139199999996
+ ],
+ [
+ 1.3992456,
+ 43.596114899999996
+ ],
+ [
+ 1.3993495,
+ 43.596095999999996
+ ],
+ [
+ 1.399559,
+ 43.596059999999994
+ ],
+ [
+ 1.3998133,
+ 43.5960105
+ ],
+ [
+ 1.3999601,
+ 43.595979199999995
+ ],
+ [
+ 1.4001411000000001,
+ 43.595939599999994
+ ],
+ [
+ 1.4003313,
+ 43.5958945
+ ],
+ [
+ 1.4005395,
+ 43.595841
+ ],
+ [
+ 1.4007537,
+ 43.595783499999996
+ ],
+ [
+ 1.4009516,
+ 43.595725699999996
+ ],
+ [
+ 1.4010702,
+ 43.5956908
+ ],
+ [
+ 1.4013847,
+ 43.5955917
+ ],
+ [
+ 1.4016981,
+ 43.5954931
+ ],
+ [
+ 1.4018857,
+ 43.595432699999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3931565000000001,
+ 43.596380999999994
+ ],
+ [
+ 1.3940264,
+ 43.5963602
+ ],
+ [
+ 1.3948806,
+ 43.5963393
+ ],
+ [
+ 1.3965772,
+ 43.5962982
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3929522,
+ 43.596384699999994
+ ],
+ [
+ 1.3930567,
+ 43.596381799999996
+ ],
+ [
+ 1.3931565000000001,
+ 43.596380999999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3525579,
+ 43.602521499999995
+ ],
+ [
+ 1.3526085,
+ 43.602520899999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3508356000000001,
+ 43.6025327
+ ],
+ [
+ 1.3516454,
+ 43.6025279
+ ],
+ [
+ 1.3520974000000001,
+ 43.602524599999995
+ ],
+ [
+ 1.3525579,
+ 43.602521499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4078585000000001,
+ 43.593732599999996
+ ],
+ [
+ 1.409024,
+ 43.593555699999996
+ ],
+ [
+ 1.4092212,
+ 43.593524099999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4020538,
+ 43.5953786
+ ],
+ [
+ 1.4029538000000001,
+ 43.5950954
+ ],
+ [
+ 1.4038026000000001,
+ 43.594827099999996
+ ],
+ [
+ 1.4040488,
+ 43.5947484
+ ],
+ [
+ 1.4043395,
+ 43.594657299999994
+ ],
+ [
+ 1.404859,
+ 43.594493199999995
+ ],
+ [
+ 1.4055037000000001,
+ 43.5942892
+ ],
+ [
+ 1.4057647,
+ 43.594206899999996
+ ],
+ [
+ 1.4059858,
+ 43.5941379
+ ],
+ [
+ 1.4061895,
+ 43.594076199999996
+ ],
+ [
+ 1.4063898000000001,
+ 43.5940194
+ ],
+ [
+ 1.4065791,
+ 43.5939692
+ ],
+ [
+ 1.4067571,
+ 43.5939268
+ ],
+ [
+ 1.4069275,
+ 43.593890699999996
+ ],
+ [
+ 1.4070958,
+ 43.593857199999995
+ ],
+ [
+ 1.4072698000000001,
+ 43.5938258
+ ],
+ [
+ 1.4075021,
+ 43.593787999999996
+ ],
+ [
+ 1.4078585000000001,
+ 43.593732599999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4018857,
+ 43.595432699999996
+ ],
+ [
+ 1.4020538,
+ 43.5953786
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3557063,
+ 43.6025007
+ ],
+ [
+ 1.3560979,
+ 43.602496499999994
+ ],
+ [
+ 1.3563493,
+ 43.6024925
+ ],
+ [
+ 1.3566032000000001,
+ 43.6024853
+ ],
+ [
+ 1.3568674,
+ 43.6024773
+ ],
+ [
+ 1.3570595,
+ 43.6024695
+ ],
+ [
+ 1.3572419,
+ 43.602461999999996
+ ],
+ [
+ 1.3575238,
+ 43.6024484
+ ],
+ [
+ 1.3578031,
+ 43.6024326
+ ],
+ [
+ 1.3580549,
+ 43.6024166
+ ],
+ [
+ 1.3583332000000001,
+ 43.602397599999996
+ ],
+ [
+ 1.3586878,
+ 43.60237
+ ],
+ [
+ 1.3589682,
+ 43.6023467
+ ],
+ [
+ 1.3592388,
+ 43.602322099999995
+ ],
+ [
+ 1.3596341,
+ 43.6022828
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3598386,
+ 43.6022604
+ ],
+ [
+ 1.3596341,
+ 43.6022828
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4140209000000001,
+ 43.593604899999995
+ ],
+ [
+ 1.4142807,
+ 43.593619
+ ],
+ [
+ 1.4144306,
+ 43.5936234
+ ],
+ [
+ 1.4145515,
+ 43.593626
+ ],
+ [
+ 1.4148323,
+ 43.593629899999996
+ ],
+ [
+ 1.4149996,
+ 43.5936326
+ ],
+ [
+ 1.4152369,
+ 43.5936379
+ ],
+ [
+ 1.4153322,
+ 43.593641299999994
+ ],
+ [
+ 1.4154347,
+ 43.593646
+ ],
+ [
+ 1.4155317,
+ 43.5936531
+ ],
+ [
+ 1.4156518,
+ 43.5936629
+ ],
+ [
+ 1.4163782,
+ 43.5937261
+ ],
+ [
+ 1.4178638000000001,
+ 43.5938684
+ ],
+ [
+ 1.4180838,
+ 43.5938898
+ ],
+ [
+ 1.4182139,
+ 43.5939018
+ ],
+ [
+ 1.4183236000000001,
+ 43.5939145
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3357197,
+ 43.603201899999995
+ ],
+ [
+ 1.335606,
+ 43.6032211
+ ],
+ [
+ 1.3355143,
+ 43.603235999999995
+ ],
+ [
+ 1.3354283,
+ 43.603248199999996
+ ],
+ [
+ 1.3353345,
+ 43.6032599
+ ],
+ [
+ 1.3352623000000001,
+ 43.603268199999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3759697,
+ 43.598798599999995
+ ],
+ [
+ 1.3763731000000001,
+ 43.5986859
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4092212,
+ 43.593524099999996
+ ],
+ [
+ 1.4096323,
+ 43.5934655
+ ],
+ [
+ 1.4097978,
+ 43.593444899999994
+ ],
+ [
+ 1.4099262000000001,
+ 43.5934313
+ ],
+ [
+ 1.4100605,
+ 43.5934186
+ ],
+ [
+ 1.4101996,
+ 43.5934064
+ ],
+ [
+ 1.410329,
+ 43.5933986
+ ],
+ [
+ 1.4104753,
+ 43.5933917
+ ],
+ [
+ 1.4106279,
+ 43.593387799999995
+ ],
+ [
+ 1.4107428,
+ 43.5933864
+ ],
+ [
+ 1.4109642,
+ 43.5933881
+ ],
+ [
+ 1.4110576000000001,
+ 43.5933901
+ ],
+ [
+ 1.4112093,
+ 43.5933961
+ ],
+ [
+ 1.4113632,
+ 43.5934038
+ ],
+ [
+ 1.4115796,
+ 43.593418
+ ],
+ [
+ 1.4118009,
+ 43.5934344
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3981261,
+ 43.5962422
+ ],
+ [
+ 1.3979105,
+ 43.5962563
+ ],
+ [
+ 1.3977566000000001,
+ 43.596263799999996
+ ],
+ [
+ 1.3975334000000001,
+ 43.596272299999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3797499,
+ 43.597462799999995
+ ],
+ [
+ 1.380012,
+ 43.597362499999996
+ ],
+ [
+ 1.380164,
+ 43.5973057
+ ],
+ [
+ 1.3803454,
+ 43.597237899999996
+ ],
+ [
+ 1.3804896,
+ 43.597184
+ ],
+ [
+ 1.3806806,
+ 43.597116799999995
+ ],
+ [
+ 1.3808158,
+ 43.5970723
+ ],
+ [
+ 1.3810073,
+ 43.5970115
+ ],
+ [
+ 1.381132,
+ 43.5969738
+ ],
+ [
+ 1.3812959,
+ 43.596927599999994
+ ],
+ [
+ 1.3814462,
+ 43.596888799999995
+ ],
+ [
+ 1.3815849,
+ 43.596855999999995
+ ],
+ [
+ 1.3817526,
+ 43.5968181
+ ],
+ [
+ 1.3818917,
+ 43.5967895
+ ],
+ [
+ 1.3820785,
+ 43.5967547
+ ],
+ [
+ 1.3822266,
+ 43.5967312
+ ],
+ [
+ 1.3823423000000001,
+ 43.596713699999995
+ ],
+ [
+ 1.3824496,
+ 43.5966987
+ ],
+ [
+ 1.3826075,
+ 43.596679699999996
+ ],
+ [
+ 1.3827239,
+ 43.5966678
+ ],
+ [
+ 1.382854,
+ 43.596655
+ ],
+ [
+ 1.3829814,
+ 43.5966452
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3763731000000001,
+ 43.5986859
+ ],
+ [
+ 1.3766225,
+ 43.5986112
+ ],
+ [
+ 1.376903,
+ 43.5985228
+ ],
+ [
+ 1.3770953000000001,
+ 43.598459999999996
+ ],
+ [
+ 1.3773155000000001,
+ 43.598383299999995
+ ],
+ [
+ 1.3776344,
+ 43.598269099999996
+ ],
+ [
+ 1.3778245,
+ 43.598198
+ ],
+ [
+ 1.3781259000000001,
+ 43.598080599999996
+ ],
+ [
+ 1.378434,
+ 43.5979673
+ ],
+ [
+ 1.3787612,
+ 43.597841599999995
+ ],
+ [
+ 1.3793503,
+ 43.5976181
+ ],
+ [
+ 1.3797499,
+ 43.597462799999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3506456,
+ 43.6025345
+ ],
+ [
+ 1.3508356000000001,
+ 43.6025327
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3357197,
+ 43.603201899999995
+ ],
+ [
+ 1.3364122,
+ 43.6030762
+ ],
+ [
+ 1.3370048,
+ 43.602973399999996
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3829814,
+ 43.5966452
+ ],
+ [
+ 1.3831587,
+ 43.5966338
+ ],
+ [
+ 1.3832936,
+ 43.596626099999995
+ ],
+ [
+ 1.3836731,
+ 43.5966117
+ ],
+ [
+ 1.3840468000000001,
+ 43.596601799999995
+ ],
+ [
+ 1.3850214,
+ 43.5965789
+ ],
+ [
+ 1.3875709,
+ 43.5965177
+ ],
+ [
+ 1.3899389,
+ 43.5964598
+ ],
+ [
+ 1.3916938,
+ 43.5964173
+ ],
+ [
+ 1.3929522,
+ 43.596384699999994
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3598386,
+ 43.6022604
+ ],
+ [
+ 1.3602406,
+ 43.6022136
+ ],
+ [
+ 1.3606777,
+ 43.602157899999995
+ ],
+ [
+ 1.3611311,
+ 43.6020949
+ ],
+ [
+ 1.3616116,
+ 43.602022899999994
+ ],
+ [
+ 1.3620115,
+ 43.601956699999995
+ ],
+ [
+ 1.3624290000000001,
+ 43.6018847
+ ],
+ [
+ 1.3627954,
+ 43.6018176
+ ],
+ [
+ 1.3631833,
+ 43.6017419
+ ],
+ [
+ 1.363954,
+ 43.6015793
+ ],
+ [
+ 1.3646923,
+ 43.6014105
+ ],
+ [
+ 1.3652708,
+ 43.6012778
+ ],
+ [
+ 1.3661409,
+ 43.6010772
+ ],
+ [
+ 1.3676971,
+ 43.6007191
+ ],
+ [
+ 1.3689775,
+ 43.600423
+ ],
+ [
+ 1.3696944,
+ 43.6002569
+ ],
+ [
+ 1.370261,
+ 43.6001274
+ ],
+ [
+ 1.3710559,
+ 43.599943499999995
+ ],
+ [
+ 1.3718561,
+ 43.5997588
+ ],
+ [
+ 1.3722914,
+ 43.5996593
+ ],
+ [
+ 1.3726293,
+ 43.599580499999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4132246,
+ 43.5935433
+ ],
+ [
+ 1.4139461,
+ 43.593598899999996
+ ],
+ [
+ 1.4140209000000001,
+ 43.593604899999995
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3370048,
+ 43.602973399999996
+ ],
+ [
+ 1.337609,
+ 43.6028701
+ ],
+ [
+ 1.3379528,
+ 43.602809699999995
+ ],
+ [
+ 1.3381523,
+ 43.6027754
+ ],
+ [
+ 1.3385264000000001,
+ 43.6027111
+ ],
+ [
+ 1.3392884,
+ 43.602577999999994
+ ],
+ [
+ 1.3397179000000001,
+ 43.6024986
+ ],
+ [
+ 1.3400633,
+ 43.6024294
+ ],
+ [
+ 1.3404188000000001,
+ 43.602356799999995
+ ],
+ [
+ 1.3405974,
+ 43.60232
+ ],
+ [
+ 1.3409337000000001,
+ 43.6022525
+ ],
+ [
+ 1.3410971,
+ 43.6022215
+ ],
+ [
+ 1.3412606,
+ 43.6021918
+ ],
+ [
+ 1.3414490000000001,
+ 43.6021619
+ ],
+ [
+ 1.3416027000000001,
+ 43.602139799999996
+ ],
+ [
+ 1.3417766,
+ 43.602116499999994
+ ],
+ [
+ 1.3419576,
+ 43.6020968
+ ],
+ [
+ 1.3421235,
+ 43.6020834
+ ],
+ [
+ 1.342309,
+ 43.6020713
+ ],
+ [
+ 1.3424602,
+ 43.6020641
+ ],
+ [
+ 1.3426163,
+ 43.6020587
+ ],
+ [
+ 1.3427660000000001,
+ 43.6020556
+ ],
+ [
+ 1.342966,
+ 43.602056
+ ],
+ [
+ 1.3431871,
+ 43.6020614
+ ],
+ [
+ 1.3433896,
+ 43.602071099999996
+ ],
+ [
+ 1.3435682,
+ 43.602083699999994
+ ],
+ [
+ 1.3437202000000001,
+ 43.6020963
+ ],
+ [
+ 1.3438989000000001,
+ 43.602114799999995
+ ],
+ [
+ 1.3441067,
+ 43.602138
+ ],
+ [
+ 1.3443837,
+ 43.6021745
+ ],
+ [
+ 1.344695,
+ 43.602216
+ ],
+ [
+ 1.3447799,
+ 43.602227899999995
+ ],
+ [
+ 1.3450506,
+ 43.602267
+ ],
+ [
+ 1.345417,
+ 43.6023187
+ ],
+ [
+ 1.3459972,
+ 43.6023977
+ ],
+ [
+ 1.3462847,
+ 43.602433299999994
+ ],
+ [
+ 1.3465316,
+ 43.6024604
+ ],
+ [
+ 1.3467611,
+ 43.602482099999996
+ ],
+ [
+ 1.3470047,
+ 43.602500899999995
+ ],
+ [
+ 1.3472413,
+ 43.602517299999995
+ ],
+ [
+ 1.3474843,
+ 43.6025302
+ ],
+ [
+ 1.3476986,
+ 43.602538499999994
+ ],
+ [
+ 1.3478987,
+ 43.6025436
+ ],
+ [
+ 1.3480848,
+ 43.602546
+ ],
+ [
+ 1.3482519,
+ 43.6025479
+ ],
+ [
+ 1.3486799,
+ 43.6025467
+ ],
+ [
+ 1.3494226,
+ 43.6025419
+ ],
+ [
+ 1.3506456,
+ 43.6025345
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3352623000000001,
+ 43.603268199999995
+ ],
+ [
+ 1.3351867,
+ 43.603277999999996
+ ],
+ [
+ 1.3351191,
+ 43.6032855
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3351191,
+ 43.6032855
+ ],
+ [
+ 1.3348782000000001,
+ 43.603313099999994
+ ],
+ [
+ 1.334499,
+ 43.6033579
+ ],
+ [
+ 1.3343204,
+ 43.6033797
+ ],
+ [
+ 1.3339526,
+ 43.603434299999996
+ ],
+ [
+ 1.3337879000000001,
+ 43.603463
+ ],
+ [
+ 1.3323138,
+ 43.60373
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.4118009,
+ 43.5934344
+ ],
+ [
+ 1.4132246,
+ 43.5935433
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3526085,
+ 43.602520899999995
+ ],
+ [
+ 1.3529688,
+ 43.60252
+ ],
+ [
+ 1.3549508000000001,
+ 43.602506299999995
+ ],
+ [
+ 1.3554293,
+ 43.6025037
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.3554293,
+ 43.6025037
+ ],
+ [
+ 1.3555739,
+ 43.6025035
+ ],
+ [
+ 1.3557063,
+ 43.6025007
+ ]
+ ]
+ },
+ "properties": {
+ "line": "ToulouseAC",
+ "name": "Arènes - Colomiers",
+ "color": "#6265ac",
+ "order": 2
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "line": "ToulouseT2",
+ "name": "T2",
+ "color": "#409AD9",
+ "order": 6
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 1.374212277247561,
+ 43.63125506151794
+ ],
+ [
+ 1.374996961472989,
+ 43.631682820529775
+ ],
+ [
+ 1.375253970388596,
+ 43.631823908443721
+ ],
+ [
+ 1.375348331149882,
+ 43.63186075300365
+ ],
+ [
+ 1.375462557334596,
+ 43.631880523246004
+ ],
+ [
+ 1.375563126040703,
+ 43.631871536773012
+ ],
+ [
+ 1.375671144280596,
+ 43.631830198979941
+ ],
+ [
+ 1.375780404109453,
+ 43.631743928711522
+ ],
+ [
+ 1.376177712578024,
+ 43.63136110290133
+ ],
+ [
+ 1.376642066850667,
+ 43.630915368369124
+ ],
+ [
+ 1.376912733244881,
+ 43.630683513212716
+ ],
+ [
+ 1.377399436118881,
+ 43.630302477989645
+ ],
+ [
+ 1.377716041304773,
+ 43.630042761559324
+ ],
+ [
+ 1.377881172637023,
+ 43.629873810476205
+ ],
+ [
+ 1.378062444625809,
+ 43.629664418315208
+ ],
+ [
+ 1.378387740934452,
+ 43.629271693711352
+ ],
+ [
+ 1.378566529745308,
+ 43.629079374548319
+ ],
+ [
+ 1.378705587709309,
+ 43.6289931003313
+ ],
+ [
+ 1.378905483532558,
+ 43.628933786735274
+ ],
+ [
+ 1.379383495283808,
+ 43.628849309694424
+ ],
+ [
+ 1.379880130869522,
+ 43.628754946902042
+ ],
+ [
+ 1.380061402858307,
+ 43.62869473437614
+ ],
+ [
+ 1.380211635122986,
+ 43.628595877859517
+ ],
+ [
+ 1.380269989804307,
+ 43.628523982108945
+ ],
+ [
+ 1.380433879547593,
+ 43.628247182666342
+ ],
+ [
+ 1.38085601979545,
+ 43.627503053169953
+ ],
+ [
+ 1.381137860490342,
+ 43.626990784757112
+ ],
+ [
+ 1.381722648892521,
+ 43.625946462646546
+ ],
+ [
+ 1.381908887237163,
+ 43.625616625645371
+ ],
+ [
+ 1.382060361090806,
+ 43.625445864634003
+ ],
+ [
+ 1.382263981680949,
+ 43.625302065511356
+ ],
+ [
+ 1.38250484994002,
+ 43.625192418449188
+ ],
+ [
+ 1.382733302309449,
+ 43.625128607361937
+ ],
+ [
+ 1.382999002347805,
+ 43.62510434115606
+ ],
+ [
+ 1.383292017343377,
+ 43.625105239904592
+ ],
+ [
+ 1.383778720217377,
+ 43.62510434115606
+ ],
+ [
+ 1.38431881141684,
+ 43.625027048731255
+ ],
+ [
+ 1.384855177849412,
+ 43.624915603664761
+ ],
+ [
+ 1.385649794786554,
+ 43.624760119476768
+ ],
+ [
+ 1.385968883150375,
+ 43.624689117893013
+ ],
+ [
+ 1.386232100010804,
+ 43.624612723690255
+ ],
+ [
+ 1.386542497251875,
+ 43.624482403943837
+ ],
+ [
+ 1.386792056633696,
+ 43.624371856627135
+ ],
+ [
+ 1.387553150668803,
+ 43.624020440635952
+ ],
+ [
+ 1.38890275787298,
+ 43.623402087305962
+ ],
+ [
+ 1.389193289690624,
+ 43.623227724897639
+ ],
+ [
+ 1.389475130385516,
+ 43.623056058321161
+ ],
+ [
+ 1.389647711251552,
+ 43.622950002285492
+ ],
+ [
+ 1.38979794351623,
+ 43.622905962012297
+ ],
+ [
+ 1.390018946351873,
+ 43.622895176634366
+ ],
+ [
+ 1.390967520320587,
+ 43.622902366886549
+ ],
+ [
+ 1.391118994174229,
+ 43.62289607541593
+ ],
+ [
+ 1.391233220358943,
+ 43.622866415617061
+ ],
+ [
+ 1.391493954041443,
+ 43.622742383572323
+ ],
+ [
+ 1.3919508587803,
+ 43.622502407802735
+ ],
+ [
+ 1.392587793918978,
+ 43.622179742243119
+ ],
+ [
+ 1.392893224804193,
+ 43.622025149773648
+ ],
+ [
+ 1.393121677173621,
+ 43.62195774014215
+ ],
+ [
+ 1.393439523948478,
+ 43.621880443671685
+ ],
+ [
+ 1.393813242226728,
+ 43.621848086980123
+ ],
+ [
+ 1.394421620819227,
+ 43.621804944697608
+ ],
+ [
+ 1.395141742418512,
+ 43.621762701182661
+ ],
+ [
+ 1.395582506500834,
+ 43.621751016800943
+ ],
+ [
+ 1.395886695797084,
+ 43.621798653112158
+ ],
+ [
+ 1.396249239774655,
+ 43.62186786051592
+ ],
+ [
+ 1.396369673904191,
+ 43.62186336653108
+ ],
+ [
+ 1.396536046825405,
+ 43.621820224259544
+ ],
+ [
+ 1.396650273010119,
+ 43.621749219203551
+ ],
+ [
+ 1.396755808072083,
+ 43.621573953200048
+ ]
+ ]
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/toulouse/data/source.json b/src/app/(game)/toulouse/data/source.json
new file mode 100644
index 0000000..0a23495
--- /dev/null
+++ b/src/app/(game)/toulouse/data/source.json
@@ -0,0 +1,13597 @@
+{
+ "lines": [
+ {
+ "lineId": "ToulouseA",
+ "relations": [
+ {
+ "relationId": 179515,
+ "stationsNodeIds": [
+ 333182010,
+ 333113201,
+ 314282624,
+ 248512541,
+ 8171564117,
+ 5191230595,
+ 248533209,
+ 248533272,
+ 11400069837,
+ 11400069841,
+ 248533275,
+ 248533388,
+ 248533539,
+ 248533545,
+ 9516031292,
+ 9516079519,
+ 9516080584,
+ 53954482
+ ],
+ "routesWayIds": [
+ 23034972,
+ 881150949,
+ 823102540,
+ 4540439,
+ 823102542,
+ 823102538,
+ 1228720481,
+ 821207613,
+ 821207614,
+ 821207616,
+ 821207618,
+ 1229274646,
+ 875491829,
+ 875511460,
+ 875491832,
+ 821207619,
+ 1229274649,
+ 9808101,
+ 819182247,
+ 819182246,
+ 9808100,
+ 23037085,
+ 819147515,
+ 23037110,
+ 819147517,
+ 6920882,
+ 818565572,
+ 947016416
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "ToulouseB",
+ "relations": [
+ {
+ "relationId": 17083110,
+ "stationsNodeIds": [
+ 10890417169,
+ 11166818784
+ ],
+ "routesWayIds": [
+ 1172129795,
+ 1413247009,
+ 1117160826
+ ]
+ },
+ {
+ "relationId": 179514,
+ "stationsNodeIds": [
+ 11834678209,
+ 11834678208,
+ 11518743852,
+ 11518743862,
+ 11834678207,
+ 11518774811,
+ 11834678206,
+ 11834678190,
+ 12841569716,
+ 12833639933,
+ 12833639949,
+ 12833639962,
+ 12833639968,
+ 12833639982,
+ 12833671102,
+ 12833671115,
+ 12833671123,
+ 12833671134,
+ 12833671145,
+ 12833671160
+ ],
+ "routesWayIds": [
+ 1239857234
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "ToulouseC",
+ "relations": [
+ {
+ "relationId": 20318652,
+ "stationsNodeIds": [
+ 8832628137,
+ 8832628132,
+ 8832628130,
+ 10890417177,
+ 8832628138,
+ 8832609110,
+ 8832609106,
+ 8832609101,
+ 8832609095,
+ 8832609092,
+ 8832609088,
+ 8832609082,
+ 8832609078,
+ 8832628139,
+ 8832609070,
+ 8832609067,
+ 8832609065,
+ 8832609053,
+ 8832609049,
+ 8832609048,
+ 11071166323
+ ],
+ "routesWayIds": [
+ 1172129796,
+ 1431662796,
+ 954320817,
+ 1232045376
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "ToulouseT1",
+ "relations": [
+ {
+ "relationId": 11562192,
+ "stationsNodeIds": [
+ 2580613908,
+ 3461484991,
+ 3721923420,
+ 2342958397,
+ 2342958396,
+ 2342958398,
+ 656729732,
+ 656729741,
+ 582467795,
+ 983641279,
+ 983649414,
+ 983684832,
+ 983684760,
+ 1470735120,
+ 757338943,
+ 1599923781,
+ 757315615,
+ 983684806,
+ 2379081185,
+ 983684802,
+ 983684824,
+ 364941991,
+ 983684793,
+ 364942101,
+ 6938996395,
+ 2379081174,
+ 2379081163
+ ],
+ "routesWayIds": [
+ 1153838094,
+ 189489436,
+ 1230926309,
+ 249875147,
+ 249875149,
+ 219646819,
+ 171555978,
+ 857299586,
+ 857299588,
+ 857299589,
+ 857299590,
+ 857299591,
+ 453821439,
+ 453821435,
+ 171555975,
+ 171555973,
+ 857299592,
+ 31008571,
+ 32079498,
+ 857299593,
+ 857299594,
+ 857299596,
+ 857299595,
+ 84679043,
+ 857299597,
+ 857299598,
+ 857299599,
+ 84679322,
+ 857299582,
+ 857299581,
+ 84679323,
+ 857299579,
+ 857299577,
+ 857299575,
+ 857299574,
+ 857299571,
+ 857299570,
+ 857299568,
+ 84683273,
+ 857299565,
+ 857299563,
+ 857299562,
+ 857299561,
+ 857299559,
+ 84683254,
+ 857299557,
+ 857299556,
+ 32079502,
+ 857299600,
+ 234918794,
+ 51423346,
+ 384535347,
+ 857299554,
+ 60584292,
+ 84683278,
+ 229288494,
+ 857299552,
+ 84683271,
+ 857299547,
+ 1183915899,
+ 857299546,
+ 84683252,
+ 857299543,
+ 857299544,
+ 857299540,
+ 229288516,
+ 857299538,
+ 857299533,
+ 857299530,
+ 857299527,
+ 84683285,
+ 857299523,
+ 857299524,
+ 857299525,
+ 32461720,
+ 84683266,
+ 84683263,
+ 857299518,
+ 857299517,
+ 857497464,
+ 640152611
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "ToulouseTeleo",
+ "relations": [
+ {
+ "relationId": 18180718,
+ "stationsNodeIds": [
+ 7007685008,
+ 7007685004,
+ 7007685001
+ ],
+ "routesWayIds": [
+ 1360109873,
+ 749366976
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ },
+ {
+ "lineId": "ToulouseAC",
+ "relations": [
+ {
+ "relationId": 15900054,
+ "stationsNodeIds": [],
+ "routesWayIds": []
+ },
+ {
+ "relationId": 1557095,
+ "stationsNodeIds": [
+ 1617713378,
+ 231888136,
+ 231873359,
+ 54548597,
+ 54544342,
+ 1252656769
+ ],
+ "routesWayIds": [
+ 830853200,
+ 830853199,
+ 148693606,
+ 413350609,
+ 830853198,
+ 413350598,
+ 30979693,
+ 30979691,
+ 991537162,
+ 991537163,
+ 104071621,
+ 104071626,
+ 533766338,
+ 9809463,
+ 351489010,
+ 413348674,
+ 413348673,
+ 486218379,
+ 30218674,
+ 30218672,
+ 23115961,
+ 413347931,
+ 23115962,
+ 31318888,
+ 31318886,
+ 31009105,
+ 413347086,
+ 885928666,
+ 830853196,
+ 109431119
+ ]
+ }
+ ],
+ "extraStationNodeIds": [],
+ "extraRouteWayIds": []
+ }
+ ],
+ "ways": [
+ {
+ "wayId": 1431662796,
+ "nodeIds": [
+ 10884065629,
+ 13159491214
+ ]
+ },
+ {
+ "wayId": 453821435,
+ "nodeIds": [
+ 4505040979,
+ 4505040982
+ ]
+ },
+ {
+ "wayId": 32079498,
+ "nodeIds": [
+ 656729732,
+ 3556698979,
+ 360021168,
+ 6130979383,
+ 6130979384,
+ 6130979485,
+ 3463258685,
+ 360021169,
+ 360021170,
+ 360021172,
+ 360021173,
+ 6130923108,
+ 1922446775,
+ 360020800,
+ 7197474612,
+ 1464397870,
+ 360020801,
+ 8237931647,
+ 8237931612,
+ 1922447015,
+ 8237931614,
+ 360020802,
+ 8237931617,
+ 360020803,
+ 360020804,
+ 346167781
+ ]
+ },
+ {
+ "wayId": 823102540,
+ "nodeIds": [
+ 7684777863,
+ 7684777865,
+ 7684777861
+ ]
+ },
+ {
+ "wayId": 821207616,
+ "nodeIds": [
+ 7667567237,
+ 7667567240
+ ]
+ },
+ {
+ "wayId": 171555973,
+ "nodeIds": [
+ 1825678690,
+ 1825678691,
+ 2283269514,
+ 3936131663,
+ 2342958398,
+ 7197474559,
+ 3936131667,
+ 2225823686,
+ 8237931468,
+ 8237931464,
+ 3936131671,
+ 8237931454,
+ 2225823688,
+ 8237931478,
+ 8237931443,
+ 2077152771,
+ 2225823689,
+ 8237931434,
+ 8237931431,
+ 2128905912,
+ 8237931424,
+ 8237931410,
+ 2128905929,
+ 2903193196,
+ 8237931412,
+ 2128905955,
+ 8237931396,
+ 2128905965,
+ 8237931404,
+ 3936131697,
+ 8237931316,
+ 7992911289
+ ]
+ },
+ {
+ "wayId": 84683254,
+ "nodeIds": [
+ 983684832,
+ 7992911257
+ ]
+ },
+ {
+ "wayId": 875491832,
+ "nodeIds": [
+ 8149086941,
+ 8390388824,
+ 8171564117,
+ 8148948756,
+ 11400065328,
+ 11400065329,
+ 11400065330,
+ 11400065337,
+ 248533308,
+ 8148948753
+ ]
+ },
+ {
+ "wayId": 249875147,
+ "nodeIds": [
+ 2564187622,
+ 3461484991,
+ 7197474362,
+ 7992911284
+ ]
+ },
+ {
+ "wayId": 857299588,
+ "nodeIds": [
+ 7992911286,
+ 244011428,
+ 13037573575,
+ 2119973981,
+ 2119973979,
+ 2361286494,
+ 2361286491,
+ 5829101304,
+ 5829101306,
+ 7992911310,
+ 2510625527,
+ 2342958397,
+ 2510625523,
+ 7197474442,
+ 2510625522,
+ 5829101307,
+ 7992911309,
+ 7197474435,
+ 10136220544,
+ 2128903777,
+ 1964109831,
+ 2308759197
+ ]
+ },
+ {
+ "wayId": 857299574,
+ "nodeIds": [
+ 7992911273,
+ 2379081517,
+ 2379081528,
+ 7992911270
+ ]
+ },
+ {
+ "wayId": 384535347,
+ "nodeIds": [
+ 2430401817,
+ 10761217020,
+ 3724416615,
+ 3724416619,
+ 757338954,
+ 4004212599,
+ 656420401
+ ]
+ },
+ {
+ "wayId": 857299596,
+ "nodeIds": [
+ 7992911291,
+ 2091875623,
+ 344790673,
+ 2379081350,
+ 2379081364,
+ 344790672,
+ 2091875624,
+ 344790671,
+ 344790660,
+ 8238063595,
+ 4674828492,
+ 756977221,
+ 344790661,
+ 7992911282
+ ]
+ },
+ {
+ "wayId": 857299546,
+ "nodeIds": [
+ 10994605740,
+ 5833972490,
+ 757338959,
+ 7078008072,
+ 983684806
+ ]
+ },
+ {
+ "wayId": 23037110,
+ "nodeIds": [
+ 7650170120,
+ 8206027387,
+ 8206027386,
+ 8206027385,
+ 8206027384,
+ 8206027383,
+ 8206027382,
+ 8206027381,
+ 8206027380,
+ 8206027379,
+ 8206027378,
+ 8206027377,
+ 12786256745,
+ 12786256744,
+ 9516031292,
+ 8206027375,
+ 8206027374,
+ 8206027373,
+ 8206027372,
+ 8206027371,
+ 8206027370,
+ 8206027369,
+ 8206027368,
+ 8206027367,
+ 8206027366,
+ 8206027365,
+ 10931439431,
+ 9516079519,
+ 8206027364,
+ 8206027363,
+ 8206027362,
+ 8206027361,
+ 8206027360,
+ 8206027359,
+ 8206027357,
+ 8206027356,
+ 8206027358,
+ 8206027355,
+ 8206027354,
+ 8206027353,
+ 8206027352,
+ 8206027351,
+ 8206027350,
+ 8206027349,
+ 8206027348,
+ 8206027347,
+ 9516080584,
+ 8206027346,
+ 8206027345,
+ 8206027344,
+ 8206027343,
+ 8205952614
+ ]
+ },
+ {
+ "wayId": 1153838094,
+ "nodeIds": [
+ 7992911283,
+ 2627359795,
+ 13356403024,
+ 3950313642,
+ 2580613908,
+ 10731002620
+ ]
+ },
+ {
+ "wayId": 819147515,
+ "nodeIds": [
+ 7649884177,
+ 7649884178,
+ 7649902485,
+ 60293325,
+ 7649884184,
+ 1807375625,
+ 7649884182,
+ 7650170118,
+ 60293324,
+ 7649884181,
+ 7650170105,
+ 7650170120
+ ]
+ },
+ {
+ "wayId": 857299565,
+ "nodeIds": [
+ 7992911264,
+ 7197474790,
+ 3961855645,
+ 7992911263,
+ 7992911261
+ ]
+ },
+ {
+ "wayId": 857299559,
+ "nodeIds": [
+ 7992911258,
+ 2379081629,
+ 2087249295,
+ 2379081635,
+ 756757882,
+ 2087249297,
+ 2379081651,
+ 756757842,
+ 2379081658,
+ 4070165568,
+ 983684832
+ ]
+ },
+ {
+ "wayId": 818565572,
+ "nodeIds": [
+ 7644357243,
+ 7644357240,
+ 7644357245,
+ 53964003,
+ 7644357236,
+ 7644357238,
+ 7644357237,
+ 53964000,
+ 7644357233,
+ 7644357235,
+ 7644357232,
+ 53963997,
+ 7644357227,
+ 7644357226,
+ 6030134029,
+ 7644357215,
+ 7644357225,
+ 53963995,
+ 7644357224,
+ 7644357216,
+ 8766060626
+ ]
+ },
+ {
+ "wayId": 857299575,
+ "nodeIds": [
+ 7992911274,
+ 8068564055,
+ 2379081513,
+ 7992911273
+ ]
+ },
+ {
+ "wayId": 189489436,
+ "nodeIds": [
+ 11415491465,
+ 3721945024,
+ 2344137621,
+ 3721945023,
+ 1837419146,
+ 2569326581,
+ 7992911283
+ ]
+ },
+ {
+ "wayId": 857299593,
+ "nodeIds": [
+ 346167781,
+ 7992911302,
+ 8237931620,
+ 8237931619,
+ 8237931622,
+ 1480624520,
+ 346167783,
+ 7992911290
+ ]
+ },
+ {
+ "wayId": 23037085,
+ "nodeIds": [
+ 60293326,
+ 7649884177
+ ]
+ },
+ {
+ "wayId": 954320817,
+ "nodeIds": [
+ 11427626225,
+ 10890475142,
+ 10883978591,
+ 8832609050,
+ 10883978590,
+ 12568533614,
+ 10883978589,
+ 10883978588,
+ 8832609051,
+ 10883978586,
+ 10883978587,
+ 10883978585,
+ 10883978584,
+ 8832609052,
+ 10883978583,
+ 8832609053,
+ 10883978582,
+ 10883978580,
+ 10883978581,
+ 10883978579,
+ 8832609054,
+ 10890475141,
+ 8832609055,
+ 8832609056,
+ 10883978576,
+ 8832609058,
+ 10883978577,
+ 8832609059,
+ 8832609060,
+ 8832609061,
+ 10883978575,
+ 8832609062,
+ 10883978574,
+ 10890475140,
+ 8832609063,
+ 10890475138,
+ 10883978573,
+ 10890475139,
+ 8832609064,
+ 10883978572,
+ 10883978571,
+ 8832609065,
+ 10883978570,
+ 10883978568,
+ 10883978569,
+ 8832609066,
+ 10883978567,
+ 10883978566,
+ 10890475137,
+ 10883978565,
+ 10890475136,
+ 10883978564,
+ 10883978557,
+ 8832609067,
+ 8832609068,
+ 10883978555,
+ 10890475135,
+ 8832609069,
+ 8832609070,
+ 10890475134,
+ 10883978554,
+ 10890475133,
+ 10883978553,
+ 8832609071,
+ 10883978552,
+ 10883978551,
+ 10883978550,
+ 10883978548,
+ 10883978549,
+ 10890475132,
+ 10883978547,
+ 10883978546,
+ 8832609072,
+ 8832628139,
+ 10883978545,
+ 10883978543,
+ 10890475131,
+ 10883978544,
+ 10890475130,
+ 8832609073,
+ 8832609074,
+ 10883978542,
+ 8832609075,
+ 10883978540,
+ 10890475128,
+ 8832609076,
+ 10883978539,
+ 10883978538,
+ 8832609077,
+ 8832609078,
+ 10883978537,
+ 10883970840,
+ 10199514847,
+ 8832609079,
+ 10890475127,
+ 10884058397,
+ 10890475126,
+ 10883978536,
+ 10884058396,
+ 8832609080,
+ 10890475125,
+ 10883978534,
+ 8832609081,
+ 10883978535,
+ 8832609082,
+ 8832609083,
+ 10890475124,
+ 8832609084,
+ 8832609085,
+ 8832609086,
+ 10883978520,
+ 10890475123,
+ 8832609087,
+ 10890475122,
+ 10883978521,
+ 10890475121,
+ 10883978519,
+ 10890475119,
+ 10890475120,
+ 10883978517,
+ 10883978518,
+ 8832609088,
+ 10883978514,
+ 10883978515,
+ 10890475118,
+ 10883978516,
+ 10890475117,
+ 8832609089,
+ 10890475116,
+ 8832609090,
+ 10890475115,
+ 10883978513,
+ 10883978511,
+ 10883978512,
+ 7439072062,
+ 10883978509,
+ 10883978510,
+ 8832609091,
+ 10883978507,
+ 10890475114,
+ 10883978506,
+ 10890475113,
+ 11751581498,
+ 8832609092,
+ 10883970904,
+ 10890475112,
+ 10883970903,
+ 10890475111,
+ 8832609093,
+ 10890475110,
+ 10883970902,
+ 10890475108,
+ 10890475107,
+ 10890475109,
+ 8832609094,
+ 899680495,
+ 10884058398,
+ 10883970900,
+ 10883970901,
+ 10890475106,
+ 10890475105,
+ 10883970898,
+ 8832609095,
+ 10890417202,
+ 10890417203,
+ 10883970897,
+ 10890417204,
+ 10883970895,
+ 10883970896,
+ 10890417198,
+ 10890417199,
+ 8832609096,
+ 8832609098,
+ 10890417197,
+ 10884058399,
+ 10884058401,
+ 10883970894,
+ 10884058400,
+ 10883970893,
+ 8832609100,
+ 10883970892,
+ 10890417196,
+ 8832609101,
+ 8832609102,
+ 10890417195,
+ 8832609103,
+ 10890417194,
+ 10890417192,
+ 10884058402,
+ 10890417193,
+ 8832609104,
+ 10884058403,
+ 10890417191,
+ 10884065605,
+ 10890417190,
+ 10890417189,
+ 10884058404,
+ 8832609106,
+ 10884065606,
+ 10884065607,
+ 10884065608,
+ 8832609107,
+ 10884065609,
+ 10884065610,
+ 10884065611,
+ 10884065614,
+ 10884065612,
+ 10884065613,
+ 8832609108,
+ 10884065616,
+ 10884065617,
+ 10884065615,
+ 8832609109,
+ 8832609110,
+ 8832609111,
+ 10890417188,
+ 10884065619,
+ 10884065618,
+ 10890417187,
+ 8832609112,
+ 10884065620,
+ 10890417186,
+ 8832609113,
+ 10890417185,
+ 10884065621,
+ 10890417184,
+ 8832609114,
+ 10884065622,
+ 11071166323,
+ 8832609115,
+ 10884065624,
+ 10884065623,
+ 8832609116,
+ 10890417183,
+ 10884065625,
+ 8832628138,
+ 10884065627,
+ 13154193588,
+ 10884065628,
+ 13154193589,
+ 8832628117,
+ 10890417182,
+ 10884065630,
+ 10884065629
+ ]
+ },
+ {
+ "wayId": 84679322,
+ "nodeIds": [
+ 582467795,
+ 4070161840,
+ 7992911280
+ ]
+ },
+ {
+ "wayId": 819182247,
+ "nodeIds": [
+ 7650170169,
+ 7650170158,
+ 7650170157,
+ 7649902487,
+ 7649902486,
+ 7650170156,
+ 60293330,
+ 7649902488,
+ 7650170160
+ ]
+ },
+ {
+ "wayId": 1232045376,
+ "nodeIds": [
+ 10883978598,
+ 8832609048,
+ 10883978596,
+ 10883978595,
+ 10883978594,
+ 8832609049,
+ 10883978592,
+ 10883978593,
+ 11427626225
+ ]
+ },
+ {
+ "wayId": 1229274646,
+ "nodeIds": [
+ 7667567243,
+ 7667567239
+ ]
+ },
+ {
+ "wayId": 857299552,
+ "nodeIds": [
+ 2379081769,
+ 3720148199,
+ 3720148188,
+ 983684763,
+ 3720148189,
+ 2379081772,
+ 3720148190,
+ 1541651961,
+ 3720148191,
+ 757315626,
+ 3720148200,
+ 3720148192,
+ 2379081780,
+ 3720148201,
+ 3720148193,
+ 3720148202,
+ 3720148194,
+ 1464323861,
+ 3720148195,
+ 3720148198,
+ 3720148196,
+ 3720148203,
+ 1464323859,
+ 3720148197,
+ 2379081779,
+ 4449466989,
+ 757315615
+ ]
+ },
+ {
+ "wayId": 821207613,
+ "nodeIds": [
+ 7667567188,
+ 7669152620,
+ 7667567203,
+ 7669152614,
+ 7669152613,
+ 7669152612,
+ 7667567191,
+ 7669152605,
+ 7667567200,
+ 7667567190,
+ 7667567231,
+ 7669152617,
+ 7667567192,
+ 7669152616,
+ 764715477,
+ 7667567196
+ ]
+ },
+ {
+ "wayId": 857299577,
+ "nodeIds": [
+ 7992911276,
+ 8068564063,
+ 2348938946,
+ 2346369050,
+ 8068564056,
+ 7992911274
+ ]
+ },
+ {
+ "wayId": 4540439,
+ "nodeIds": [
+ 7684777861,
+ 7684777871,
+ 7684777872,
+ 7684777862,
+ 7684777873,
+ 338407683,
+ 7684777874,
+ 7684777875,
+ 339877381,
+ 338407676,
+ 7684777876,
+ 7684777849,
+ 7684777848,
+ 338407670,
+ 7684777877
+ ]
+ },
+ {
+ "wayId": 23034972,
+ "nodeIds": [
+ 333182010,
+ 8195393907,
+ 8195393906,
+ 333182032,
+ 339877449
+ ]
+ },
+ {
+ "wayId": 875491829,
+ "nodeIds": [
+ 7667567239,
+ 11400065293,
+ 286474719,
+ 11400065316,
+ 11400065304,
+ 11400065305,
+ 11400065306,
+ 11400065307,
+ 11400065308,
+ 11400065309,
+ 11400065310,
+ 11400065311,
+ 11400065312,
+ 11400065313,
+ 11400065295,
+ 8148948745
+ ]
+ },
+ {
+ "wayId": 857299598,
+ "nodeIds": [
+ 7992911293,
+ 2281854508,
+ 8985348140,
+ 1078689737,
+ 582467791,
+ 2281854516,
+ 7992911294
+ ]
+ },
+ {
+ "wayId": 819182246,
+ "nodeIds": [
+ 7650170160,
+ 7650170155,
+ 7650170154,
+ 60293329
+ ]
+ },
+ {
+ "wayId": 857299554,
+ "nodeIds": [
+ 656420401,
+ 2379081705,
+ 656420419,
+ 2379081708,
+ 7197474909,
+ 757338952,
+ 2379081711,
+ 757315603,
+ 7197474920,
+ 757338947,
+ 2379081714,
+ 1464381971,
+ 2379081717,
+ 5833918526,
+ 253217647,
+ 7072910016,
+ 1470735120
+ ]
+ },
+ {
+ "wayId": 6920882,
+ "nodeIds": [
+ 53964005,
+ 53964004,
+ 7644357248,
+ 7644357243
+ ]
+ },
+ {
+ "wayId": 9808100,
+ "nodeIds": [
+ 60293329,
+ 7650170148,
+ 7650170145,
+ 7650170146,
+ 1477508091,
+ 7650170149,
+ 7650170147,
+ 7650170128,
+ 7649884180,
+ 7650170127,
+ 1477508090,
+ 60293328,
+ 7650170126,
+ 7650170125,
+ 1477508089,
+ 7650170130,
+ 7649884179,
+ 7650170132,
+ 60293327,
+ 60293326
+ ]
+ },
+ {
+ "wayId": 857299561,
+ "nodeIds": [
+ 7992911259,
+ 756757864,
+ 2379081590,
+ 5416122771,
+ 2379081594,
+ 756757827,
+ 2379081602,
+ 2379081606,
+ 756757985,
+ 756757869,
+ 2379081615,
+ 2379081619,
+ 1461684512,
+ 2087249290,
+ 756757930,
+ 7992911258
+ ]
+ },
+ {
+ "wayId": 1183915899,
+ "nodeIds": [
+ 7992911249,
+ 10994605740
+ ]
+ },
+ {
+ "wayId": 84679043,
+ "nodeIds": [
+ 656729741,
+ 7197474640,
+ 3463402040,
+ 2081168052,
+ 2081168099,
+ 2379081421,
+ 353769191,
+ 7197474673,
+ 353769193,
+ 7992911292
+ ]
+ },
+ {
+ "wayId": 1413247009,
+ "nodeIds": [
+ 10217247154,
+ 12987593899,
+ 12987593897,
+ 12987593898,
+ 10890417166,
+ 12987593896,
+ 10217247153,
+ 10890417160
+ ]
+ },
+ {
+ "wayId": 1230926309,
+ "nodeIds": [
+ 7992911284,
+ 2278465610,
+ 5634723424,
+ 11415491465
+ ]
+ },
+ {
+ "wayId": 84683271,
+ "nodeIds": [
+ 757315615,
+ 757315588,
+ 7072849777,
+ 2561998100,
+ 2379081762,
+ 1464323838,
+ 7992911250
+ ]
+ },
+ {
+ "wayId": 857299547,
+ "nodeIds": [
+ 7992911250,
+ 2379081753,
+ 7078008119,
+ 757315611,
+ 2379081748,
+ 757315563,
+ 2987358635,
+ 7992911249
+ ]
+ },
+ {
+ "wayId": 84683278,
+ "nodeIds": [
+ 757338943,
+ 7072849779,
+ 2721873870,
+ 253218852,
+ 7072849781,
+ 1599934795,
+ 2379081738,
+ 13415224448,
+ 7072910037,
+ 7072910028,
+ 1599923781
+ ]
+ },
+ {
+ "wayId": 171555978,
+ "nodeIds": [
+ 2278465609,
+ 7992911285
+ ]
+ },
+ {
+ "wayId": 857299571,
+ "nodeIds": [
+ 7992911270,
+ 3721453116,
+ 582467895,
+ 3721453117,
+ 756757813,
+ 3721453118,
+ 2281806202,
+ 757390969,
+ 2379081539,
+ 1461684523,
+ 3721453119,
+ 2379081545,
+ 3721453652,
+ 2379081547,
+ 3721453651,
+ 756757967,
+ 7992911269
+ ]
+ },
+ {
+ "wayId": 249875149,
+ "nodeIds": [
+ 2564187624,
+ 7197474341,
+ 2485510999,
+ 7197474349,
+ 2564187622
+ ]
+ },
+ {
+ "wayId": 1172129795,
+ "nodeIds": [
+ 10890417160,
+ 10890417159,
+ 10890417161,
+ 10217247152,
+ 10890417162,
+ 10890417165,
+ 10217247151,
+ 10890417164,
+ 10217247150,
+ 12987593900,
+ 10890417163,
+ 10890417158,
+ 356781456
+ ]
+ },
+ {
+ "wayId": 1229274649,
+ "nodeIds": [
+ 11400069842,
+ 11487204333,
+ 11487204334,
+ 11487204335,
+ 11487204332,
+ 11487204336,
+ 11487204337,
+ 1922412415,
+ 4958023823,
+ 1922412413,
+ 248533388,
+ 248533539,
+ 9150994683,
+ 248533545,
+ 12794875825,
+ 11487204352,
+ 11487204351,
+ 1477508094,
+ 11487204350,
+ 1477508093,
+ 1477508092
+ ]
+ },
+ {
+ "wayId": 857299556,
+ "nodeIds": [
+ 7992911256,
+ 2088234167,
+ 1464397873,
+ 2088234168,
+ 757369920,
+ 5839557778,
+ 983684760
+ ]
+ },
+ {
+ "wayId": 857299586,
+ "nodeIds": [
+ 7992911285,
+ 2447668515,
+ 13356009862,
+ 2438046037,
+ 2919067078,
+ 3721923412,
+ 2447668513,
+ 3721923413,
+ 2278465611,
+ 3721923414,
+ 2919067076,
+ 2882244420,
+ 3721923415,
+ 648447,
+ 7992911287,
+ 2494096159,
+ 2903146038,
+ 2616211812,
+ 2361286503,
+ 13356009847,
+ 7992911286
+ ]
+ },
+ {
+ "wayId": 84679323,
+ "nodeIds": [
+ 983641279,
+ 4070164982,
+ 4070165089,
+ 4070165091,
+ 2379081473,
+ 4070165097,
+ 2281809214,
+ 582467894,
+ 7992911277
+ ]
+ },
+ {
+ "wayId": 857299594,
+ "nodeIds": [
+ 7992911290,
+ 8237931628,
+ 344790675,
+ 8238063529,
+ 8238063523,
+ 1464788357,
+ 8238063551,
+ 8237931623,
+ 8238063546,
+ 344790674,
+ 8238063567,
+ 2379081331,
+ 2091875622,
+ 7992911291
+ ]
+ },
+ {
+ "wayId": 857299590,
+ "nodeIds": [
+ 2342958396,
+ 7992911288
+ ]
+ },
+ {
+ "wayId": 32079502,
+ "nodeIds": [
+ 983684760,
+ 3720373928,
+ 1461684517,
+ 1739599883,
+ 4070166418,
+ 656420389,
+ 656420399
+ ]
+ },
+ {
+ "wayId": 881150949,
+ "nodeIds": [
+ 339877449,
+ 333085694,
+ 2763710929,
+ 7684777840,
+ 7684777863
+ ]
+ },
+ {
+ "wayId": 413350598,
+ "nodeIds": [
+ 54548624,
+ 4146836665
+ ]
+ },
+ {
+ "wayId": 60584292,
+ "nodeIds": [
+ 1470735120,
+ 7072910005,
+ 288552168,
+ 983684791,
+ 265650424,
+ 253218842,
+ 288552069,
+ 983684771,
+ 1540944859,
+ 265650449,
+ 267255605,
+ 265650462,
+ 983684753,
+ 267255661,
+ 265650613,
+ 253218850,
+ 983684828,
+ 7078008180,
+ 757338941,
+ 757338943
+ ]
+ },
+ {
+ "wayId": 857299581,
+ "nodeIds": [
+ 7992911279,
+ 8068564034,
+ 2379081462,
+ 2379081466,
+ 8068564090,
+ 8068564091,
+ 4070164973,
+ 983641279
+ ]
+ },
+ {
+ "wayId": 229288494,
+ "nodeIds": [
+ 1599923781,
+ 5894970034,
+ 253218858,
+ 7078008160,
+ 7078008204,
+ 7078008224,
+ 1464323830,
+ 983684836,
+ 983684776,
+ 983684811,
+ 2379081769
+ ]
+ },
+ {
+ "wayId": 857497464,
+ "nodeIds": [
+ 7994764696,
+ 2379084676,
+ 364942222,
+ 1626510458,
+ 7869544173,
+ 7869544176,
+ 7869544174,
+ 364942084,
+ 364942090,
+ 364942094,
+ 1736729062,
+ 1736729150,
+ 2379084699,
+ 2379084703,
+ 7077990874,
+ 364942101,
+ 13178671358,
+ 2663752126
+ ]
+ },
+ {
+ "wayId": 31008571,
+ "nodeIds": [
+ 360021215,
+ 656729732
+ ]
+ },
+ {
+ "wayId": 821207618,
+ "nodeIds": [
+ 7667567240,
+ 248512541,
+ 7667567243
+ ]
+ },
+ {
+ "wayId": 1239857234,
+ "nodeIds": [
+ 11834678209,
+ 11518743823,
+ 11518743824,
+ 11518743825,
+ 11518743826,
+ 11518743827,
+ 11518743828,
+ 11518743829,
+ 11518743830,
+ 11518743831,
+ 11518743832,
+ 11518743833,
+ 11518743834,
+ 11518743835,
+ 11518743836,
+ 11834678208,
+ 11518743838,
+ 11518743839,
+ 12840249381,
+ 11518743846,
+ 11518743847,
+ 13097083520,
+ 11518743848,
+ 11518743849,
+ 11518743850,
+ 11518743851,
+ 11518743852,
+ 11518743853,
+ 11518743854,
+ 11518743855,
+ 11518743856,
+ 11518743857,
+ 11518743858,
+ 11518743859,
+ 11518743860,
+ 11518743861,
+ 11518743862,
+ 11518774785,
+ 11518774786,
+ 11518774787,
+ 11518774788,
+ 11518774789,
+ 11518774790,
+ 11518774791,
+ 11518774792,
+ 11518774793,
+ 11518774794,
+ 11834678207,
+ 12839919770,
+ 12839919767,
+ 11518774797,
+ 11518774798,
+ 11518774799,
+ 11518774800,
+ 11518774801,
+ 11518774802,
+ 11518774803,
+ 11518774804,
+ 11518774805,
+ 11518774806,
+ 11518774807,
+ 11518774808,
+ 11518774809,
+ 11518774811,
+ 12833899126,
+ 11834673033,
+ 11834673034,
+ 11834673035,
+ 11834673036,
+ 11834673037,
+ 11834673038,
+ 11834673039,
+ 11834673040,
+ 11834673041,
+ 11834673042,
+ 11834673043,
+ 11834673044,
+ 11834673045,
+ 11834673046,
+ 11834673047,
+ 11834673048,
+ 11834673049,
+ 11834673050,
+ 11834673051,
+ 11834673052,
+ 11834673053,
+ 11834673054,
+ 11834673055,
+ 11834673056,
+ 11834673057,
+ 11834673058,
+ 11834678178,
+ 11834678206,
+ 11834673060,
+ 11834678170,
+ 11834678171,
+ 11834678172,
+ 11834678173,
+ 11834678174,
+ 11834678175,
+ 11834678176,
+ 11834678177,
+ 11834678186,
+ 11834678187,
+ 11834678188,
+ 11834678189,
+ 11834678190,
+ 12833545526,
+ 12833639921,
+ 12833639922,
+ 12833639923,
+ 12833639924,
+ 12841569716,
+ 12841569718,
+ 12833639925,
+ 12833639926,
+ 12833639927,
+ 12833639928,
+ 12833639929,
+ 12833639932,
+ 12833639933,
+ 12833639930,
+ 12833639934,
+ 12833639935,
+ 12833639936,
+ 12833639937,
+ 12833639938,
+ 12833639939,
+ 12833639940,
+ 12833639941,
+ 12833639942,
+ 12833639943,
+ 12833639944,
+ 12833639945,
+ 12833639946,
+ 12833639949,
+ 12833639947,
+ 12833639950,
+ 12833639951,
+ 12833639952,
+ 12833639953,
+ 12833639954,
+ 12833639955,
+ 12833639956,
+ 12833639957,
+ 12833639958,
+ 12833639959,
+ 12833639960,
+ 12833639962,
+ 12833639961,
+ 12833639963,
+ 12833639964,
+ 12833639965,
+ 13507617281,
+ 12833639966,
+ 12833639968,
+ 12833639967,
+ 12833639969,
+ 12833639970,
+ 12833639971,
+ 12833639972,
+ 12833639973,
+ 12833639974,
+ 12833639975,
+ 12833639976,
+ 12833639977,
+ 12833639978,
+ 12833639979,
+ 12833639980,
+ 12833639982,
+ 12833639981,
+ 12833639983,
+ 12833639984,
+ 12833639985,
+ 12833639986,
+ 12833639987,
+ 12833639988,
+ 12833639989,
+ 12833639990,
+ 12833639991,
+ 12833639992,
+ 12833639993,
+ 12833639994,
+ 12833639995,
+ 12833639996,
+ 12833639997,
+ 12833639998,
+ 12833639999,
+ 12833640000,
+ 12833671102,
+ 12833671101,
+ 12833671103,
+ 12833671104,
+ 12833671105,
+ 12833671106,
+ 12833671107,
+ 12833671108,
+ 12833671109,
+ 12833671110,
+ 12833671111,
+ 12833671112,
+ 12833671114,
+ 12833671115,
+ 12833671113,
+ 12833671116,
+ 12833671117,
+ 12833671118,
+ 12833671119,
+ 12833671120,
+ 12833671121,
+ 12833671124,
+ 12833671123,
+ 12833671122,
+ 12833671125,
+ 12833671126,
+ 12833671127,
+ 12833671128,
+ 12833671129,
+ 12833671130,
+ 12833671131,
+ 12833671134,
+ 12833671132,
+ 12833671135,
+ 12833671136,
+ 12833671137,
+ 12833671138,
+ 12833671139,
+ 12833671140,
+ 12833671141,
+ 12833671144,
+ 12833671142,
+ 12833671145,
+ 12833671146,
+ 12833671143,
+ 12833671147,
+ 12833671148,
+ 12833671149,
+ 12833671150,
+ 12833671151,
+ 12833671161,
+ 12833671152,
+ 12833671153,
+ 12833671154,
+ 12833671155,
+ 12833671156,
+ 12833671157,
+ 12833671158,
+ 12833671159,
+ 12833671160,
+ 12833671162,
+ 356781456
+ ]
+ },
+ {
+ "wayId": 413348674,
+ "nodeIds": [
+ 54548603,
+ 12188472889,
+ 54548602,
+ 12188472890,
+ 12188472892,
+ 4146820476,
+ 12188472894,
+ 4146820478,
+ 12188472899,
+ 12188472901,
+ 12188472909,
+ 54548601
+ ]
+ },
+ {
+ "wayId": 857299600,
+ "nodeIds": [
+ 7992911295,
+ 656420399
+ ]
+ },
+ {
+ "wayId": 104071621,
+ "nodeIds": [
+ 9161059445,
+ 12188472855,
+ 54548620,
+ 12188472857,
+ 12188472860,
+ 12188637872,
+ 4146818795,
+ 12188472862,
+ 54548618,
+ 12188472864,
+ 12188472865,
+ 54548617,
+ 12188472868,
+ 12188472869,
+ 1201078035
+ ]
+ },
+ {
+ "wayId": 991537163,
+ "nodeIds": [
+ 9161059444,
+ 6128181713,
+ 9161059445
+ ]
+ },
+ {
+ "wayId": 31318888,
+ "nodeIds": [
+ 348580355,
+ 348580215
+ ]
+ },
+ {
+ "wayId": 229288516,
+ "nodeIds": [
+ 2379081185,
+ 7992911241
+ ]
+ },
+ {
+ "wayId": 857299570,
+ "nodeIds": [
+ 7992911269,
+ 3721453110,
+ 2281806189,
+ 2281806195,
+ 3721453109,
+ 2281806200,
+ 1461684494,
+ 2379081554,
+ 7197474808,
+ 756757832,
+ 7197474804,
+ 7197474800,
+ 7992911267
+ ]
+ },
+ {
+ "wayId": 1360109873,
+ "nodeIds": [
+ 7007685004,
+ 7007685005,
+ 7007685006,
+ 7007685007,
+ 7007685008
+ ]
+ },
+ {
+ "wayId": 104071626,
+ "nodeIds": [
+ 2133021687,
+ 1201078035
+ ]
+ },
+ {
+ "wayId": 857299518,
+ "nodeIds": [
+ 7992911231,
+ 364942255,
+ 2379084684,
+ 2663752123,
+ 3457542400,
+ 3457542394,
+ 3457542395,
+ 364942236,
+ 364942227,
+ 3457542192,
+ 3457542393,
+ 364942224,
+ 8025871072,
+ 7992911230
+ ]
+ },
+ {
+ "wayId": 30979691,
+ "nodeIds": [
+ 344478662,
+ 344478663
+ ]
+ },
+ {
+ "wayId": 30218672,
+ "nodeIds": [
+ 333045453,
+ 12188473013,
+ 12188473014,
+ 54544335
+ ]
+ },
+ {
+ "wayId": 830853198,
+ "nodeIds": [
+ 54548637,
+ 7757618618,
+ 12188637822,
+ 12188637824,
+ 12188637826,
+ 12188637828,
+ 54548636,
+ 12188637830,
+ 7757533290,
+ 12188637832,
+ 12188637834,
+ 54548634,
+ 12188637836,
+ 12188637838,
+ 4146845297,
+ 12188637839,
+ 12188637841,
+ 54548633,
+ 12188637844,
+ 12188637845,
+ 54548632,
+ 12188637847,
+ 4146845289,
+ 12188637849,
+ 12188637852,
+ 54548631,
+ 12188637854,
+ 12188637856,
+ 4146844980,
+ 12188637857,
+ 8904838366,
+ 8904838365,
+ 12188637861,
+ 12188637862,
+ 54548628,
+ 12188637865,
+ 4146845291,
+ 12188472812,
+ 54548626,
+ 12188472815,
+ 12188472816,
+ 4146845292,
+ 12188472818,
+ 12188637866,
+ 54548625,
+ 12188637868,
+ 12188472821,
+ 54548624
+ ]
+ },
+ {
+ "wayId": 830853200,
+ "nodeIds": [
+ 1617713367,
+ 3868748379,
+ 12188637795,
+ 12188637792,
+ 6123285636,
+ 1617713378,
+ 1617713380
+ ]
+ },
+ {
+ "wayId": 857299523,
+ "nodeIds": [
+ 983684752,
+ 2379081833,
+ 3484233110,
+ 1469771698,
+ 3484233109,
+ 3484233108,
+ 267319392,
+ 3484233107,
+ 983684780,
+ 3484233106,
+ 983684814,
+ 2379081839,
+ 3484233104,
+ 2379081841,
+ 3484233105,
+ 267319561,
+ 2379081844
+ ]
+ },
+ {
+ "wayId": 84683273,
+ "nodeIds": [
+ 983649414,
+ 7992911264
+ ]
+ },
+ {
+ "wayId": 23115961,
+ "nodeIds": [
+ 54544335,
+ 54544338
+ ]
+ },
+ {
+ "wayId": 823102538,
+ "nodeIds": [
+ 7684777827,
+ 7684777834,
+ 7684777833,
+ 7684777832,
+ 7684777831,
+ 7684777843,
+ 7684777830
+ ]
+ },
+ {
+ "wayId": 234918794,
+ "nodeIds": [
+ 2379081698,
+ 2379081696,
+ 656420406,
+ 7992911295
+ ]
+ },
+ {
+ "wayId": 875511460,
+ "nodeIds": [
+ 8148948745,
+ 8149086941
+ ]
+ },
+ {
+ "wayId": 1228720481,
+ "nodeIds": [
+ 7684777830,
+ 11394895672,
+ 333113201,
+ 11400065300,
+ 11400065302,
+ 11394895678,
+ 314282624,
+ 11394895674,
+ 11400065298,
+ 11400065297,
+ 7667567188
+ ]
+ },
+ {
+ "wayId": 821207619,
+ "nodeIds": [
+ 8148948753,
+ 11487218496,
+ 11400065340,
+ 11400065345,
+ 5191230595,
+ 9924473484,
+ 11400065348,
+ 11400065349,
+ 11400065355,
+ 339923259,
+ 8755980283,
+ 11400065353,
+ 11400065354,
+ 8534702755,
+ 11400065367,
+ 248533209,
+ 11400065366,
+ 339923258,
+ 3928788952,
+ 339923256,
+ 11400069770,
+ 1988823876,
+ 11400069771,
+ 12800011555,
+ 12800023839,
+ 12800011591,
+ 248533272,
+ 11400069776,
+ 12800011551,
+ 12800011553,
+ 339923255,
+ 339923254,
+ 11400069775,
+ 11400069774,
+ 339923253,
+ 11400069773,
+ 339923252,
+ 411019933,
+ 11400069795,
+ 11400069794,
+ 11400069837,
+ 248533273,
+ 11278237888,
+ 7878078927,
+ 12798036101,
+ 11400069841,
+ 11400069831,
+ 10780247008,
+ 339917212,
+ 11400069806,
+ 7388813760,
+ 11400069812,
+ 339917209,
+ 11400069811,
+ 339917206,
+ 11400069810,
+ 7814027687,
+ 11400069808,
+ 339917203,
+ 248533275,
+ 11400069807,
+ 11487218498,
+ 11400069842
+ ]
+ },
+ {
+ "wayId": 830853196,
+ "nodeIds": [
+ 1252656797,
+ 6130909078,
+ 1252656780
+ ]
+ },
+ {
+ "wayId": 857299524,
+ "nodeIds": [
+ 2379081844,
+ 3484233097,
+ 983684798,
+ 3484233096,
+ 2379081847,
+ 3484233095,
+ 1464381972,
+ 3484233094,
+ 2379081851,
+ 1469771722,
+ 983684830
+ ]
+ },
+ {
+ "wayId": 109431119,
+ "nodeIds": [
+ 1252656780,
+ 12188473067,
+ 6130909593,
+ 6001135314,
+ 12188473069,
+ 1252656778,
+ 6130909592,
+ 12188473071,
+ 6130909591,
+ 7757533307,
+ 1252656766,
+ 1252656792,
+ 1252656769,
+ 12188473097,
+ 7757533313,
+ 7757533296
+ ]
+ },
+ {
+ "wayId": 857299557,
+ "nodeIds": [
+ 7992911257,
+ 2379081656,
+ 3720464031,
+ 756757807,
+ 3720464029,
+ 2087273551,
+ 3720463922,
+ 757369925,
+ 3720464028,
+ 3720463923,
+ 2379081663,
+ 2379081667,
+ 3720463924,
+ 756757959,
+ 3720464025,
+ 757369933,
+ 2379081676,
+ 2379081678,
+ 2088234160,
+ 3720464027,
+ 2379081681,
+ 3720545919,
+ 2088234163,
+ 2379081684,
+ 3720464026,
+ 2088234164,
+ 1464397867,
+ 7992911256
+ ]
+ },
+ {
+ "wayId": 857299540,
+ "nodeIds": [
+ 7992911243,
+ 2987358440,
+ 7078007993,
+ 2379081787,
+ 3484303025,
+ 3484303024,
+ 1156789084,
+ 3484303023,
+ 3484303022,
+ 983684831,
+ 7078007978,
+ 3484303020,
+ 3484303021,
+ 2379081791,
+ 7078007972,
+ 2379081185
+ ]
+ },
+ {
+ "wayId": 31318886,
+ "nodeIds": [
+ 348580215,
+ 12188473035,
+ 54544344,
+ 12188473037,
+ 12188473039,
+ 12188473041,
+ 4146802788,
+ 12188473044,
+ 54544345,
+ 12188473046,
+ 4146802787,
+ 12188473048,
+ 4146806989,
+ 12188473050,
+ 12188473051,
+ 344794262,
+ 12188473054,
+ 54544347
+ ]
+ },
+ {
+ "wayId": 947016416,
+ "nodeIds": [
+ 8766060626,
+ 7644357222,
+ 53954482
+ ]
+ },
+ {
+ "wayId": 413350609,
+ "nodeIds": [
+ 1617713365,
+ 12188637812,
+ 54548637
+ ]
+ },
+ {
+ "wayId": 30218674,
+ "nodeIds": [
+ 333045499,
+ 12188473012,
+ 333045453
+ ]
+ },
+ {
+ "wayId": 1117160826,
+ "nodeIds": [
+ 12987593872,
+ 12987593873,
+ 12987593874,
+ 12987593875,
+ 11166818784,
+ 10884065649,
+ 10884065648,
+ 12987593876,
+ 10884065650,
+ 12987593877,
+ 10217219513,
+ 12987593878,
+ 10884065651,
+ 10884065652,
+ 12987593880,
+ 12987593879,
+ 10217247162,
+ 10884065653,
+ 10217247161,
+ 12987593882,
+ 12987593885,
+ 10890417174,
+ 12987593883,
+ 12987593884,
+ 10884065654,
+ 12987593886,
+ 12987593887,
+ 12987593888,
+ 10217247160,
+ 10890417172,
+ 10890417176,
+ 10890417173,
+ 12987593889,
+ 13134211506,
+ 10217247159,
+ 12987593890,
+ 10890417175,
+ 12987593891,
+ 10890417171,
+ 10217247158,
+ 10890417168,
+ 10890417169,
+ 10890417170,
+ 12987593892,
+ 10217247157,
+ 13628242186,
+ 13628242185,
+ 13628242182,
+ 13628242183,
+ 10217247156,
+ 12987593893,
+ 12987593894,
+ 10890417167,
+ 10217247155,
+ 12987593895,
+ 10217247154
+ ]
+ },
+ {
+ "wayId": 857299599,
+ "nodeIds": [
+ 7992911294,
+ 8068633885,
+ 4070161833,
+ 582467795
+ ]
+ },
+ {
+ "wayId": 9808101,
+ "nodeIds": [
+ 1477508092,
+ 7650170169
+ ]
+ },
+ {
+ "wayId": 819147517,
+ "nodeIds": [
+ 8205952614,
+ 339927325,
+ 7644357261,
+ 7644357262,
+ 248534074,
+ 7644357260,
+ 7644357263,
+ 7644357259,
+ 339927326,
+ 7644357266,
+ 7644357267,
+ 7644357249,
+ 7649884160,
+ 53964005
+ ]
+ },
+ {
+ "wayId": 84683252,
+ "nodeIds": [
+ 983684806,
+ 5794129823,
+ 7992911245
+ ]
+ },
+ {
+ "wayId": 857299591,
+ "nodeIds": [
+ 7992911288,
+ 7197474473,
+ 2030163935,
+ 2571154301,
+ 7197474484,
+ 2483718462,
+ 2483718473,
+ 7197474487,
+ 1825678689
+ ]
+ },
+ {
+ "wayId": 148693606,
+ "nodeIds": [
+ 1617713365,
+ 12188637802,
+ 12188637803,
+ 12188637800,
+ 7757533297,
+ 1617713366
+ ]
+ },
+ {
+ "wayId": 84683285,
+ "nodeIds": [
+ 983684802,
+ 2560775583,
+ 983684752
+ ]
+ },
+ {
+ "wayId": 857299592,
+ "nodeIds": [
+ 7992911289,
+ 3556698970,
+ 8237931326,
+ 2128905981,
+ 2119969543,
+ 3463643487,
+ 2882494302,
+ 8237931348,
+ 2882494305,
+ 3463643486,
+ 8237931338,
+ 3463643485,
+ 2882494308,
+ 3463643484,
+ 2119969544,
+ 3463643480,
+ 1943151795,
+ 3463643479,
+ 3463643483,
+ 2119969545,
+ 3463643478,
+ 2570328761,
+ 3463643481,
+ 3463643482,
+ 333033967,
+ 1943151811,
+ 3556698976,
+ 7197474572,
+ 360021215
+ ]
+ },
+ {
+ "wayId": 9809463,
+ "nodeIds": [
+ 344298257,
+ 11918514655,
+ 12188472884,
+ 54548606,
+ 12188472886,
+ 3572756367
+ ]
+ },
+ {
+ "wayId": 857299525,
+ "nodeIds": [
+ 983684830,
+ 267319872,
+ 344552703,
+ 983684819,
+ 1469720878,
+ 7078007773,
+ 7078007764,
+ 983684824
+ ]
+ },
+ {
+ "wayId": 857299538,
+ "nodeIds": [
+ 7992911241,
+ 2379081793,
+ 7078007950,
+ 3484263448,
+ 2379081795,
+ 3484263447,
+ 3484263446,
+ 983684786,
+ 3484263438,
+ 3484263437,
+ 2379081798,
+ 983684825,
+ 3484263436,
+ 2379081802,
+ 3484263435,
+ 2379081804,
+ 3484263434,
+ 1419303451,
+ 3484263431,
+ 1541379955,
+ 1419299470,
+ 3484263421,
+ 1469817307,
+ 3484263419,
+ 3484263420,
+ 3484263418,
+ 1419303456,
+ 7992911237
+ ]
+ },
+ {
+ "wayId": 31009105,
+ "nodeIds": [
+ 54544347,
+ 1374224468,
+ 344794263
+ ]
+ },
+ {
+ "wayId": 857299544,
+ "nodeIds": [
+ 7992911247,
+ 2987358637,
+ 1464381977,
+ 2987355538,
+ 656184855,
+ 656184854,
+ 7078008016,
+ 656184869,
+ 2987358544,
+ 656184864,
+ 656184862,
+ 7992911243
+ ]
+ },
+ {
+ "wayId": 30979693,
+ "nodeIds": [
+ 4146836665,
+ 7757533289,
+ 12188472852,
+ 344478662
+ ]
+ },
+ {
+ "wayId": 857299530,
+ "nodeIds": [
+ 1469817310,
+ 3484263410,
+ 1543288706,
+ 3484263408,
+ 267260805,
+ 3484263406,
+ 2562225989,
+ 3484263405,
+ 3484263407,
+ 1469817315,
+ 267260804,
+ 3484263400,
+ 2903425310,
+ 2093074717,
+ 2903425309,
+ 2379081822,
+ 7078007881,
+ 556980712,
+ 2093074719,
+ 2379081824,
+ 3484263398,
+ 1469771688,
+ 983684782,
+ 3484263399,
+ 2379081828,
+ 983684816,
+ 7992911235
+ ]
+ },
+ {
+ "wayId": 413347086,
+ "nodeIds": [
+ 344794263,
+ 54544350,
+ 12188473056,
+ 12188473057,
+ 8237931657,
+ 54544351,
+ 8237931659,
+ 12188473060,
+ 1254174256,
+ 7757596696,
+ 8237931660,
+ 4146806999,
+ 12188473063,
+ 8237931663,
+ 1254174257,
+ 8237931664
+ ]
+ },
+ {
+ "wayId": 885928666,
+ "nodeIds": [
+ 8237931664,
+ 1252656797
+ ]
+ },
+ {
+ "wayId": 857299589,
+ "nodeIds": [
+ 2308759197,
+ 3721897807,
+ 2128896129,
+ 3721897806,
+ 2308759196,
+ 2128896116,
+ 2882492398,
+ 3721897805,
+ 2442266691,
+ 5717731674,
+ 2030163909,
+ 3948895312,
+ 3721897804,
+ 12202628595,
+ 2442266706,
+ 2030163917,
+ 2342958396
+ ]
+ },
+ {
+ "wayId": 640152611,
+ "nodeIds": [
+ 2663752126,
+ 6030836157,
+ 6030836156,
+ 13178671393,
+ 7014762375,
+ 7001580950,
+ 6030836154,
+ 6030836153,
+ 6030836152,
+ 7869544158,
+ 7001580953,
+ 9228695774,
+ 6030836150,
+ 6030836149,
+ 6030836148,
+ 6030836147,
+ 6030836146,
+ 7869506572,
+ 6938996395,
+ 7869506575,
+ 7613591562
+ ]
+ },
+ {
+ "wayId": 830853199,
+ "nodeIds": [
+ 1617713366,
+ 12188637804,
+ 1617713367
+ ]
+ },
+ {
+ "wayId": 51423346,
+ "nodeIds": [
+ 2379081698,
+ 656420409,
+ 2430401817
+ ]
+ },
+ {
+ "wayId": 857299568,
+ "nodeIds": [
+ 7992911267,
+ 10731002621,
+ 7197474788,
+ 983649414
+ ]
+ },
+ {
+ "wayId": 857299579,
+ "nodeIds": [
+ 7992911277,
+ 1163670142,
+ 1163670121,
+ 8068564082,
+ 3282027899,
+ 2379081497,
+ 2379081501,
+ 1163670131,
+ 8068564064,
+ 7992911276
+ ]
+ },
+ {
+ "wayId": 351489010,
+ "nodeIds": [
+ 3572756367,
+ 54548603
+ ]
+ },
+ {
+ "wayId": 171555975,
+ "nodeIds": [
+ 1825678690,
+ 4505040979
+ ]
+ },
+ {
+ "wayId": 453821439,
+ "nodeIds": [
+ 4505040982,
+ 1825678689
+ ]
+ },
+ {
+ "wayId": 413348673,
+ "nodeIds": [
+ 54548601,
+ 54548600,
+ 12188472911,
+ 12188472912,
+ 12188472913,
+ 54548599,
+ 12188472914,
+ 4146820472,
+ 12188472915,
+ 12188472916,
+ 344292204,
+ 12188472917,
+ 12188472918,
+ 4146820471,
+ 12188472919,
+ 54548598,
+ 12188472920,
+ 12188472922,
+ 6128768632,
+ 12188472921,
+ 12188472928,
+ 344292202
+ ]
+ },
+ {
+ "wayId": 857299563,
+ "nodeIds": [
+ 7992911261,
+ 2379081563,
+ 756757900,
+ 3721306230,
+ 2379081569,
+ 3721306231,
+ 2379081573,
+ 7992911260
+ ]
+ },
+ {
+ "wayId": 486218379,
+ "nodeIds": [
+ 344292202,
+ 12188472929,
+ 7757533302,
+ 6128768627,
+ 54548597,
+ 7757533303,
+ 54548595,
+ 54548594,
+ 12188473010,
+ 333045499
+ ]
+ },
+ {
+ "wayId": 857299597,
+ "nodeIds": [
+ 7992911292,
+ 2379081427,
+ 7992911293
+ ]
+ },
+ {
+ "wayId": 857299533,
+ "nodeIds": [
+ 7992911237,
+ 7078007921,
+ 267261046,
+ 7078007920,
+ 7078007892,
+ 267261033,
+ 7078007894,
+ 1469817310
+ ]
+ },
+ {
+ "wayId": 991537162,
+ "nodeIds": [
+ 344478663,
+ 231888136,
+ 54548621,
+ 9161059444
+ ]
+ },
+ {
+ "wayId": 823102542,
+ "nodeIds": [
+ 7684777877,
+ 7684777827
+ ]
+ },
+ {
+ "wayId": 821207614,
+ "nodeIds": [
+ 7667567196,
+ 7669152618,
+ 7667567193,
+ 7669152619,
+ 7667567194,
+ 7667567195,
+ 7667567227,
+ 7667567226,
+ 764715243,
+ 7667567223,
+ 5817633582,
+ 764716162,
+ 7667567221,
+ 764715684,
+ 7667567220,
+ 5817633583,
+ 7667567219,
+ 7667567218,
+ 5817633584,
+ 7667567236,
+ 248512542,
+ 11107355560,
+ 11487218495,
+ 7667567237
+ ]
+ },
+ {
+ "wayId": 857299562,
+ "nodeIds": [
+ 7992911260,
+ 757369934,
+ 757369956,
+ 2088242454,
+ 756757883,
+ 3721304908,
+ 2088242458,
+ 3721304909,
+ 1461684520,
+ 7992911259
+ ]
+ },
+ {
+ "wayId": 219646819,
+ "nodeIds": [
+ 2278465609,
+ 3721923420,
+ 7197474377,
+ 2564187624
+ ]
+ },
+ {
+ "wayId": 1172129796,
+ "nodeIds": [
+ 13159491214,
+ 13159307124,
+ 8832628118,
+ 10884065632,
+ 13159307125,
+ 10884065631,
+ 10890417181,
+ 13159307126,
+ 13159307127,
+ 13159307128,
+ 8832628119,
+ 10884065633,
+ 10884065634,
+ 12987601606,
+ 13159307129,
+ 10910865699,
+ 12987601605,
+ 10890417177,
+ 12987601604,
+ 12987601602,
+ 12987601603,
+ 13159307130,
+ 10884065635,
+ 12987601601,
+ 10890417180,
+ 10884065636,
+ 13159307131,
+ 10890417179,
+ 8832628121,
+ 13159307132,
+ 13159307133,
+ 13159307134,
+ 8832628122,
+ 13159307135,
+ 10884065637,
+ 10884065638,
+ 8832628123,
+ 13159307136,
+ 13159307137,
+ 13159307138,
+ 13159307139,
+ 8832628124,
+ 10890417178,
+ 13159307140,
+ 13159307141,
+ 13159307142,
+ 8832628125,
+ 13159307143,
+ 13159307144,
+ 10884065640,
+ 13159307146,
+ 10884065641,
+ 8832628126,
+ 13159307145,
+ 13159307147,
+ 10884065642,
+ 10890417157,
+ 13159307148,
+ 8832628127,
+ 13159307149,
+ 10890417155,
+ 13159307150,
+ 10884065643,
+ 13159307151,
+ 12987593881,
+ 13159307152,
+ 10890417156,
+ 13159307153,
+ 8832628128,
+ 13159307154,
+ 13159307155,
+ 10884065644,
+ 13159307156,
+ 13159307157,
+ 10884065647,
+ 13159307158,
+ 10884065645,
+ 13159307159,
+ 13159307160,
+ 10884065646,
+ 13159307161,
+ 8832628129,
+ 8832628130,
+ 8832628131,
+ 10884065656,
+ 12987593871,
+ 12987593870,
+ 12987593869,
+ 10884065657,
+ 10884065655,
+ 12987593868,
+ 10884065658,
+ 10884065660,
+ 10884065661,
+ 10884065659,
+ 12987593867,
+ 10884065662,
+ 8832628132,
+ 12987593866,
+ 12987593864,
+ 8832628133,
+ 13184870801,
+ 10884065665,
+ 10884065664,
+ 12987593865,
+ 10884065666,
+ 13184870802,
+ 10884065663,
+ 8832628134,
+ 12987593862,
+ 12987593863,
+ 10884065667,
+ 12987593861,
+ 8832628135,
+ 10884065668,
+ 12987593860,
+ 12987593859,
+ 12987593858,
+ 10884065669,
+ 10884065671,
+ 10884065672,
+ 12987593857,
+ 10884065670,
+ 12987593855,
+ 10884065677,
+ 12987593851,
+ 10884065673,
+ 10884065676,
+ 12987593852,
+ 12987593853,
+ 10884065675,
+ 12987593854,
+ 10884065674,
+ 8832628136,
+ 8832628137,
+ 10884065678
+ ]
+ },
+ {
+ "wayId": 32461720,
+ "nodeIds": [
+ 983684824,
+ 7078007762,
+ 1469720916,
+ 983684773,
+ 2379081859,
+ 983684807,
+ 983684754,
+ 983684762,
+ 1480624529,
+ 364941956,
+ 2379081866,
+ 364941958,
+ 2379081869,
+ 364941983,
+ 2379081871,
+ 364941988,
+ 1739615472,
+ 2379081875,
+ 1739615479,
+ 2987355334,
+ 2379081878,
+ 1739615477,
+ 2379081882,
+ 1739615471,
+ 2379084663,
+ 1739615476,
+ 7078007607,
+ 1739615474,
+ 2379084667,
+ 3004322934,
+ 7078007538,
+ 364941991
+ ]
+ },
+ {
+ "wayId": 749366976,
+ "nodeIds": [
+ 7007685001,
+ 7007685002,
+ 7007685003,
+ 1218403149,
+ 7007685004
+ ]
+ },
+ {
+ "wayId": 857299527,
+ "nodeIds": [
+ 7992911235,
+ 983684821,
+ 2560775579,
+ 983684802
+ ]
+ },
+ {
+ "wayId": 84683266,
+ "nodeIds": [
+ 364941991,
+ 7078007540,
+ 2784833517,
+ 2784833522,
+ 364942070,
+ 2379084670,
+ 2784833530,
+ 2784833536,
+ 2663752116,
+ 983684793
+ ]
+ },
+ {
+ "wayId": 857299517,
+ "nodeIds": [
+ 7992911230,
+ 7992911311,
+ 7992911313,
+ 7992911312,
+ 7994764696
+ ]
+ },
+ {
+ "wayId": 857299582,
+ "nodeIds": [
+ 7992911280,
+ 2379081442,
+ 3721473620,
+ 2281854512,
+ 3721473619,
+ 2281854523,
+ 3721473618,
+ 2281854521,
+ 3721473617,
+ 2379081452,
+ 3721473615,
+ 2281854511,
+ 3721473616,
+ 3721473614,
+ 3721473621,
+ 582467796,
+ 8068564030,
+ 7992911279
+ ]
+ },
+ {
+ "wayId": 533766338,
+ "nodeIds": [
+ 2133021687,
+ 12188472872,
+ 4146818801,
+ 12188472874,
+ 2133021686,
+ 12188472876,
+ 4146818811,
+ 12188472878,
+ 4146818803,
+ 1201071464,
+ 54548614,
+ 12188472879,
+ 7757533299,
+ 54548611,
+ 12188472882,
+ 12188637942,
+ 54548610,
+ 12188637945,
+ 231873359,
+ 7757533300,
+ 344298257
+ ]
+ },
+ {
+ "wayId": 23115962,
+ "nodeIds": [
+ 4146814477,
+ 12188473016,
+ 12188473018,
+ 12188473021,
+ 12188473023,
+ 4146814479,
+ 12188473025,
+ 6128803994,
+ 4146814478,
+ 12188473027,
+ 6128778349,
+ 54544340,
+ 6128778350,
+ 4146807001,
+ 7757533304,
+ 4146806991,
+ 12188473030,
+ 54544342,
+ 348580355
+ ]
+ },
+ {
+ "wayId": 857299543,
+ "nodeIds": [
+ 7992911245,
+ 757315600,
+ 2379081755,
+ 3484981499,
+ 3484981500,
+ 983684817,
+ 3484981497,
+ 2379081757,
+ 3484981498,
+ 2379081759,
+ 2379081761,
+ 3484981502,
+ 3484981503,
+ 983684770,
+ 2379081766,
+ 7992911247
+ ]
+ },
+ {
+ "wayId": 413347931,
+ "nodeIds": [
+ 4146814477,
+ 12188473015,
+ 12188473020,
+ 54544338
+ ]
+ },
+ {
+ "wayId": 84683263,
+ "nodeIds": [
+ 983684793,
+ 7078007504,
+ 2663752118,
+ 7992911231
+ ]
+ },
+ {
+ "wayId": 857299595,
+ "nodeIds": [
+ 7992911282,
+ 344790662,
+ 2379081392,
+ 3132022299,
+ 344790663,
+ 2379081411,
+ 2081167557,
+ 3463402039,
+ 656729741
+ ]
+ }
+ ],
+ "nodes": [
+ {
+ "nodeId": 5191230595,
+ "name": "Jean Jaurès",
+ "lat": 43.606198,
+ "lon": 1.4494956
+ },
+ {
+ "nodeId": 248512541,
+ "name": "Jolimont",
+ "lat": 43.6153075,
+ "lon": 1.4633672
+ },
+ {
+ "nodeId": 248533209,
+ "name": "Capitole",
+ "lat": 43.6043987,
+ "lon": 1.445252
+ },
+ {
+ "nodeId": 8171564117,
+ "name": "Marengo-SNCF",
+ "lat": 43.6108684,
+ "lon": 1.4552018
+ },
+ {
+ "nodeId": 12833671123,
+ "name": "Rangueil",
+ "lat": 43.5747162,
+ "lon": 1.4618857
+ },
+ {
+ "nodeId": 11166818784,
+ "name": "Labège Madron",
+ "lat": 43.5510956,
+ "lon": 1.5052217
+ },
+ {
+ "nodeId": 364941991,
+ "name": "Andromède-Lycée",
+ "lat": 43.6548396,
+ "lon": 1.3735958
+ },
+ {
+ "nodeId": 656729741,
+ "name": "Hippodrome",
+ "lat": 43.5948728,
+ "lon": 1.4094423
+ },
+ {
+ "nodeId": 8832609078,
+ "name": "La Vache Gare – Le Grand Marché",
+ "lat": 43.6355205,
+ "lon": 1.4372019
+ },
+ {
+ "nodeId": 12833671134,
+ "name": "Faculté de Pharmacie",
+ "lat": 43.568086,
+ "lon": 1.4645037
+ },
+ {
+ "nodeId": 7007685004,
+ "name": "Hôpital Rangueil - Louis Lareng",
+ "lat": 43.5583306,
+ "lon": 1.4530223
+ },
+ {
+ "nodeId": 2342958396,
+ "name": "Croix de Pierre",
+ "lat": 43.5856208,
+ "lon": 1.4278901
+ },
+ {
+ "nodeId": 333113201,
+ "name": "Argoulets",
+ "lat": 43.6243168,
+ "lon": 1.4766921
+ },
+ {
+ "nodeId": 53954482,
+ "name": "Basso Cambo",
+ "lat": 43.5699548,
+ "lon": 1.3922918
+ },
+ {
+ "nodeId": 8832609067,
+ "name": "Sept Deniers – Stade Toulousain",
+ "lat": 43.6205085,
+ "lon": 1.4111737
+ },
+ {
+ "nodeId": 12841569716,
+ "name": "Jean Jaurès",
+ "lat": 43.6059902,
+ "lon": 1.4483803
+ },
+ {
+ "nodeId": 8832628132,
+ "name": "Diagora",
+ "lat": 43.5443343,
+ "lon": 1.5097353
+ },
+ {
+ "nodeId": 582467795,
+ "name": "Zénith",
+ "lat": 43.6008658,
+ "lon": 1.411406
+ },
+ {
+ "nodeId": 8832609106,
+ "name": "Côte Pavée",
+ "lat": 43.5938429,
+ "lon": 1.4657873
+ },
+ {
+ "nodeId": 11400069841,
+ "name": "Patte d'Oie",
+ "lat": 43.5964074,
+ "lon": 1.4230168
+ },
+ {
+ "nodeId": 8832609049,
+ "name": "Fontaine Lumineuse",
+ "lat": 43.6088074,
+ "lon": 1.3538265
+ },
+ {
+ "nodeId": 12833639982,
+ "name": "Empalot",
+ "lat": 43.5797326,
+ "lon": 1.4420411
+ },
+ {
+ "nodeId": 8832609110,
+ "name": "Limayrac – Cité de l'espace",
+ "lat": 43.5912268,
+ "lon": 1.4802289
+ },
+ {
+ "nodeId": 248533275,
+ "name": "Arènes",
+ "lat": 43.5934608,
+ "lon": 1.4185362
+ },
+ {
+ "nodeId": 8832628138,
+ "name": "Montaudran Gare – Piste des Géants",
+ "lat": 43.5723039,
+ "lon": 1.4813898
+ },
+ {
+ "nodeId": 3461484991,
+ "name": "Île du Ramier",
+ "lat": 43.5922184,
+ "lon": 1.4404187
+ },
+ {
+ "nodeId": 1252656769,
+ "name": "Toulouse-Saint-Cyprien-Arènes",
+ "lat": 43.5938729,
+ "lon": 1.4178683
+ },
+ {
+ "nodeId": 12833639962,
+ "name": "Palais de Justice",
+ "lat": 43.5924567,
+ "lon": 1.4446112
+ },
+ {
+ "nodeId": 12833671115,
+ "name": "Saouzelong",
+ "lat": 43.5797077,
+ "lon": 1.4590595
+ },
+ {
+ "nodeId": 656729732,
+ "name": "Arènes",
+ "lat": 43.5928437,
+ "lon": 1.4179282
+ },
+ {
+ "nodeId": 8832628130,
+ "name": "Labège Madron",
+ "lat": 43.5511265,
+ "lon": 1.505476
+ },
+ {
+ "nodeId": 11518774811,
+ "name": "Canal du Midi",
+ "lat": 43.6154818,
+ "lon": 1.4345301
+ },
+ {
+ "nodeId": 9516080584,
+ "name": "Bellefontaine",
+ "lat": 43.5660849,
+ "lon": 1.3981476
+ },
+ {
+ "nodeId": 12833639968,
+ "name": "Saint-Michel - Marcel Langer",
+ "lat": 43.5863338,
+ "lon": 1.4470737
+ },
+ {
+ "nodeId": 983684802,
+ "name": "Grand Noble",
+ "lat": 43.6447688,
+ "lon": 1.3774771
+ },
+ {
+ "nodeId": 12833639949,
+ "name": "Carmes",
+ "lat": 43.5975016,
+ "lon": 1.445393
+ },
+ {
+ "nodeId": 2580613908,
+ "name": "Palais de Justice",
+ "lat": 43.5927702,
+ "lon": 1.4440516
+ },
+ {
+ "nodeId": 12833671102,
+ "name": "Saint-Agne SNCF",
+ "lat": 43.5804421,
+ "lon": 1.4501089
+ },
+ {
+ "nodeId": 248533539,
+ "name": "Mermoz",
+ "lat": 43.5835138,
+ "lon": 1.4151246
+ },
+ {
+ "nodeId": 983684832,
+ "name": "Arènes Romaines",
+ "lat": 43.6141015,
+ "lon": 1.3983014
+ },
+ {
+ "nodeId": 2342958398,
+ "name": "Déodat de Séverac",
+ "lat": 43.5896483,
+ "lon": 1.4216813
+ },
+ {
+ "nodeId": 2342958397,
+ "name": "Avenue de Muret-Marcel Cavaillé",
+ "lat": 43.5893727,
+ "lon": 1.431786
+ },
+ {
+ "nodeId": 2379081174,
+ "name": "Patinoire-Barradels",
+ "lat": 43.6400747,
+ "lon": 1.38276
+ },
+ {
+ "nodeId": 6938996395,
+ "name": "MEETT",
+ "lat": 43.667624,
+ "lon": 1.3599808
+ },
+ {
+ "nodeId": 8832628137,
+ "name": "Labège Gare",
+ "lat": 43.5390078,
+ "lon": 1.5207295
+ },
+ {
+ "nodeId": 11518743862,
+ "name": "Barrière de Paris",
+ "lat": 43.6263847,
+ "lon": 1.4340486
+ },
+ {
+ "nodeId": 983684824,
+ "name": "Place Georges Brassens",
+ "lat": 43.6485505,
+ "lon": 1.3756491
+ },
+ {
+ "nodeId": 983684760,
+ "name": "Ancely",
+ "lat": 43.6182283,
+ "lon": 1.3969311
+ },
+ {
+ "nodeId": 10890417177,
+ "name": "Aérospace Campus",
+ "lat": 43.5634847,
+ "lon": 1.4923986
+ },
+ {
+ "nodeId": 8832609053,
+ "name": "Saint-Martin-du-Touch",
+ "lat": 43.6103854,
+ "lon": 1.371477
+ },
+ {
+ "nodeId": 1599923781,
+ "name": "Pasteur-Mairie de Blagnac",
+ "lat": 43.6340381,
+ "lon": 1.3913438
+ },
+ {
+ "nodeId": 11834678208,
+ "name": "Trois Cocus",
+ "lat": 43.6380034,
+ "lon": 1.444896
+ },
+ {
+ "nodeId": 757338943,
+ "name": "Guyenne - Berry",
+ "lat": 43.6308743,
+ "lon": 1.3917438
+ },
+ {
+ "nodeId": 314282624,
+ "name": "Roseraie",
+ "lat": 43.6200101,
+ "lon": 1.4696348
+ },
+ {
+ "nodeId": 364942101,
+ "name": "Aéroconstellation",
+ "lat": 43.6634677,
+ "lon": 1.3626286
+ },
+ {
+ "nodeId": 11834678207,
+ "name": "Minimes - Claude Nougaro",
+ "lat": 43.6204971,
+ "lon": 1.435805
+ },
+ {
+ "nodeId": 1470735120,
+ "name": "Servanty Airbus",
+ "lat": 43.6254903,
+ "lon": 1.3934923
+ },
+ {
+ "nodeId": 983684806,
+ "name": "Odyssud - Ritouret",
+ "lat": 43.6362564,
+ "lon": 1.3853347
+ },
+ {
+ "nodeId": 11834678190,
+ "name": "Jeanne d'Arc",
+ "lat": 43.6091034,
+ "lon": 1.4451331
+ },
+ {
+ "nodeId": 54544342,
+ "name": "Le TOEC",
+ "lat": 43.5954976,
+ "lon": 1.4017026
+ },
+ {
+ "nodeId": 231888136,
+ "name": "Les Ramassiers",
+ "lat": 43.6025245,
+ "lon": 1.3529733
+ },
+ {
+ "nodeId": 8832609048,
+ "name": "Colomiers Gare",
+ "lat": 43.6044092,
+ "lon": 1.3352844
+ },
+ {
+ "nodeId": 8832609095,
+ "name": "Matabiau Gare",
+ "lat": 43.6112822,
+ "lon": 1.4553912
+ },
+ {
+ "nodeId": 2379081163,
+ "name": "Pasteur-Mairie de Blagnac",
+ "lat": 43.6346119,
+ "lon": 1.3912349
+ },
+ {
+ "nodeId": 757315615,
+ "name": "Place du Relais",
+ "lat": 43.636771,
+ "lon": 1.3900718
+ },
+ {
+ "nodeId": 12833671145,
+ "name": "Université Paul Sabatier",
+ "lat": 43.5608451,
+ "lon": 1.4632875
+ },
+ {
+ "nodeId": 10890417169,
+ "name": "Parc du Canal",
+ "lat": 43.5513126,
+ "lon": 1.4886521
+ },
+ {
+ "nodeId": 248533545,
+ "name": "Bagatelle",
+ "lat": 43.5800184,
+ "lon": 1.4122549
+ },
+ {
+ "nodeId": 12833639933,
+ "name": "François Verdier",
+ "lat": 43.6004617,
+ "lon": 1.4521612
+ },
+ {
+ "nodeId": 8832628139,
+ "name": "Fondeyre",
+ "lat": 43.6322682,
+ "lon": 1.4279967
+ },
+ {
+ "nodeId": 11400069837,
+ "name": "Saint-Cyprien - République",
+ "lat": 43.5979593,
+ "lon": 1.4314683
+ },
+ {
+ "nodeId": 8832609101,
+ "name": "François Verdier",
+ "lat": 43.6002559,
+ "lon": 1.4519241
+ },
+ {
+ "nodeId": 54548597,
+ "name": "Lardenne",
+ "lat": 43.5966063,
+ "lon": 1.3840513
+ },
+ {
+ "nodeId": 8832609092,
+ "name": "Bonnefoy",
+ "lat": 43.6186042,
+ "lon": 1.4563846
+ },
+ {
+ "nodeId": 983641279,
+ "name": "Cartoucherie",
+ "lat": 43.6031468,
+ "lon": 1.4076812
+ },
+ {
+ "nodeId": 7007685001,
+ "name": "Université Paul Sabatier",
+ "lat": 43.5602252,
+ "lon": 1.4646455
+ },
+ {
+ "nodeId": 11518743852,
+ "name": "La Vache",
+ "lat": 43.634103,
+ "lon": 1.4360015
+ },
+ {
+ "nodeId": 8832609088,
+ "name": "Raisin",
+ "lat": 43.6182501,
+ "lon": 1.4463249
+ },
+ {
+ "nodeId": 8832609065,
+ "name": "Blagnac",
+ "lat": 43.6215712,
+ "lon": 1.3955879
+ },
+ {
+ "nodeId": 248533272,
+ "name": "Esquirol",
+ "lat": 43.6000704,
+ "lon": 1.4437554
+ },
+ {
+ "nodeId": 248533388,
+ "name": "Fontaine Lestang",
+ "lat": 43.5875104,
+ "lon": 1.4183762
+ },
+ {
+ "nodeId": 3721923420,
+ "name": "Fer à Cheval",
+ "lat": 43.5926438,
+ "lon": 1.4354601
+ },
+ {
+ "nodeId": 9516031292,
+ "name": "Mirail-Université",
+ "lat": 43.5747163,
+ "lon": 1.4019964
+ },
+ {
+ "nodeId": 12833671160,
+ "name": "Ramonville",
+ "lat": 43.5557687,
+ "lon": 1.4764144
+ },
+ {
+ "nodeId": 7007685008,
+ "name": "Oncopole - Lise Enjalbert",
+ "lat": 43.5543274,
+ "lon": 1.4283203
+ },
+ {
+ "nodeId": 333182010,
+ "name": "Balma-Gramont",
+ "lat": 43.6290537,
+ "lon": 1.4827682
+ },
+ {
+ "nodeId": 1617713378,
+ "name": "Colomiers",
+ "lat": 43.6034675,
+ "lon": 1.3337924
+ },
+ {
+ "nodeId": 11834678209,
+ "name": "Borderouge",
+ "lat": 43.6403887,
+ "lon": 1.4524982
+ },
+ {
+ "nodeId": 983684793,
+ "name": "Beauzelle - Aéroscopia",
+ "lat": 43.6602643,
+ "lon": 1.3695259
+ },
+ {
+ "nodeId": 8832609082,
+ "name": "Lycée Toulouse-Lautrec",
+ "lat": 43.6268422,
+ "lon": 1.4437899
+ },
+ {
+ "nodeId": 8832609070,
+ "name": "Ponts Jumeaux",
+ "lat": 43.6199177,
+ "lon": 1.4232104
+ },
+ {
+ "nodeId": 2379081185,
+ "name": "Patinoire-Barradels",
+ "lat": 43.6407513,
+ "lon": 1.3819876
+ },
+ {
+ "nodeId": 9516079519,
+ "name": "Reynerie",
+ "lat": 43.5708547,
+ "lon": 1.4017738
+ },
+ {
+ "nodeId": 11071166323,
+ "name": "Ormeau",
+ "lat": 43.5791828,
+ "lon": 1.4833564
+ },
+ {
+ "nodeId": 11834678206,
+ "name": "Compans-Caffarelli",
+ "lat": 43.6105033,
+ "lon": 1.4351647
+ },
+ {
+ "nodeId": 231873359,
+ "name": "Saint-Martin-du-Touch",
+ "lat": 43.5997633,
+ "lon": 1.3718606
+ },
+ {
+ "nodeId": 983649414,
+ "name": "Purpan",
+ "lat": 43.6091124,
+ "lon": 1.4020256
+ },
+ {
+ "nodeId": 13159491214,
+ "lat": 43.5672099,
+ "lon": 1.4855404
+ },
+ {
+ "nodeId": 10884065629,
+ "lat": 43.5695603,
+ "lon": 1.4826872
+ },
+ {
+ "nodeId": 4505040979,
+ "lat": 43.5886788,
+ "lon": 1.4231987
+ },
+ {
+ "nodeId": 4505040982,
+ "lat": 43.5883986,
+ "lon": 1.4236246
+ },
+ {
+ "nodeId": 3556698979,
+ "lat": 43.5928593,
+ "lon": 1.4177247
+ },
+ {
+ "nodeId": 360021168,
+ "lat": 43.5928639,
+ "lon": 1.4176627
+ },
+ {
+ "nodeId": 6130979383,
+ "lat": 43.5928734,
+ "lon": 1.4175917
+ },
+ {
+ "nodeId": 6130979384,
+ "lat": 43.5928836,
+ "lon": 1.4175387
+ },
+ {
+ "nodeId": 6130979485,
+ "lat": 43.5928972,
+ "lon": 1.4174911
+ },
+ {
+ "nodeId": 3463258685,
+ "lat": 43.5929132,
+ "lon": 1.4174415
+ },
+ {
+ "nodeId": 360021169,
+ "lat": 43.592957,
+ "lon": 1.4173208
+ },
+ {
+ "nodeId": 360021170,
+ "lat": 43.5930255,
+ "lon": 1.4171589
+ },
+ {
+ "nodeId": 360021172,
+ "lat": 43.5931271,
+ "lon": 1.4169018
+ },
+ {
+ "nodeId": 360021173,
+ "lat": 43.5932714,
+ "lon": 1.4165422
+ },
+ {
+ "nodeId": 6130923108,
+ "lat": 43.5933111,
+ "lon": 1.4164457
+ },
+ {
+ "nodeId": 1922446775,
+ "lat": 43.5933305,
+ "lon": 1.416396
+ },
+ {
+ "nodeId": 360020800,
+ "lat": 43.5933513,
+ "lon": 1.4163452
+ },
+ {
+ "nodeId": 7197474612,
+ "lat": 43.593385,
+ "lon": 1.4162596
+ },
+ {
+ "nodeId": 1464397870,
+ "lat": 43.593421,
+ "lon": 1.4161541
+ },
+ {
+ "nodeId": 360020801,
+ "lat": 43.5934414,
+ "lon": 1.4160885
+ },
+ {
+ "nodeId": 8237931647,
+ "lat": 43.5934458,
+ "lon": 1.4160721
+ },
+ {
+ "nodeId": 8237931612,
+ "lat": 43.5934732,
+ "lon": 1.4159694
+ },
+ {
+ "nodeId": 1922447015,
+ "lat": 43.5934972,
+ "lon": 1.4158618
+ },
+ {
+ "nodeId": 8237931614,
+ "lat": 43.593511,
+ "lon": 1.4157779
+ },
+ {
+ "nodeId": 360020802,
+ "lat": 43.5935263,
+ "lon": 1.4156634
+ },
+ {
+ "nodeId": 8237931617,
+ "lat": 43.593536,
+ "lon": 1.4155601
+ },
+ {
+ "nodeId": 360020803,
+ "lat": 43.5935419,
+ "lon": 1.415415
+ },
+ {
+ "nodeId": 360020804,
+ "lat": 43.5935362,
+ "lon": 1.415145
+ },
+ {
+ "nodeId": 346167781,
+ "lat": 43.5935239,
+ "lon": 1.4148902
+ },
+ {
+ "nodeId": 7684777863,
+ "lat": 43.6273137,
+ "lon": 1.4828539
+ },
+ {
+ "nodeId": 7684777865,
+ "lat": 43.6272525,
+ "lon": 1.4828132
+ },
+ {
+ "nodeId": 7684777861,
+ "lat": 43.6272192,
+ "lon": 1.4827905
+ },
+ {
+ "nodeId": 7667567237,
+ "lat": 43.6155917,
+ "lon": 1.4637868
+ },
+ {
+ "nodeId": 7667567240,
+ "lat": 43.615532,
+ "lon": 1.4637022
+ },
+ {
+ "nodeId": 1825678690,
+ "lat": 43.5889096,
+ "lon": 1.4228372
+ },
+ {
+ "nodeId": 1825678691,
+ "lat": 43.5893713,
+ "lon": 1.4221126
+ },
+ {
+ "nodeId": 3936131663,
+ "lat": 43.5895561,
+ "lon": 1.4218296
+ },
+ {
+ "nodeId": 2283269514,
+ "lat": 43.589456,
+ "lon": 1.4219757
+ },
+ {
+ "nodeId": 3936131667,
+ "lat": 43.5904453,
+ "lon": 1.4204565
+ },
+ {
+ "nodeId": 2225823686,
+ "lat": 43.5905688,
+ "lon": 1.4202719
+ },
+ {
+ "nodeId": 7197474559,
+ "lat": 43.5898721,
+ "lon": 1.4213375
+ },
+ {
+ "nodeId": 8237931468,
+ "lat": 43.5905996,
+ "lon": 1.420217
+ },
+ {
+ "nodeId": 8237931464,
+ "lat": 43.5906362,
+ "lon": 1.4201611
+ },
+ {
+ "nodeId": 3936131671,
+ "lat": 43.5906506,
+ "lon": 1.4201384
+ },
+ {
+ "nodeId": 8237931454,
+ "lat": 43.5906666,
+ "lon": 1.420117
+ },
+ {
+ "nodeId": 2225823688,
+ "lat": 43.5910606,
+ "lon": 1.4195067
+ },
+ {
+ "nodeId": 8237931478,
+ "lat": 43.5911371,
+ "lon": 1.4193979
+ },
+ {
+ "nodeId": 8237931443,
+ "lat": 43.5911985,
+ "lon": 1.4193219
+ },
+ {
+ "nodeId": 2077152771,
+ "lat": 43.5912164,
+ "lon": 1.4193045
+ },
+ {
+ "nodeId": 2225823689,
+ "lat": 43.59129,
+ "lon": 1.4192273
+ },
+ {
+ "nodeId": 8237931434,
+ "lat": 43.5913383,
+ "lon": 1.4191907
+ },
+ {
+ "nodeId": 2128905912,
+ "lat": 43.5914178,
+ "lon": 1.4191332
+ },
+ {
+ "nodeId": 8237931424,
+ "lat": 43.5914449,
+ "lon": 1.419117
+ },
+ {
+ "nodeId": 8237931431,
+ "lat": 43.5914041,
+ "lon": 1.4191433
+ },
+ {
+ "nodeId": 8237931410,
+ "lat": 43.5914683,
+ "lon": 1.419103
+ },
+ {
+ "nodeId": 2128905929,
+ "lat": 43.5914994,
+ "lon": 1.4190889
+ },
+ {
+ "nodeId": 2903193196,
+ "lat": 43.5915769,
+ "lon": 1.419058
+ },
+ {
+ "nodeId": 8237931412,
+ "lat": 43.591601,
+ "lon": 1.4190497
+ },
+ {
+ "nodeId": 2128905955,
+ "lat": 43.5916517,
+ "lon": 1.4190323
+ },
+ {
+ "nodeId": 8237931396,
+ "lat": 43.5917124,
+ "lon": 1.41902
+ },
+ {
+ "nodeId": 2128905965,
+ "lat": 43.591768,
+ "lon": 1.4190087
+ },
+ {
+ "nodeId": 8237931404,
+ "lat": 43.5918342,
+ "lon": 1.4190106
+ },
+ {
+ "nodeId": 3936131697,
+ "lat": 43.591857,
+ "lon": 1.4190112
+ },
+ {
+ "nodeId": 8237931316,
+ "lat": 43.5918792,
+ "lon": 1.419014
+ },
+ {
+ "nodeId": 7992911289,
+ "lat": 43.5922481,
+ "lon": 1.4190579
+ },
+ {
+ "nodeId": 7992911257,
+ "lat": 43.6141009,
+ "lon": 1.3979637
+ },
+ {
+ "nodeId": 8149086941,
+ "lat": 43.6110456,
+ "lon": 1.4554592
+ },
+ {
+ "nodeId": 8390388824,
+ "lat": 43.6110266,
+ "lon": 1.455431
+ },
+ {
+ "nodeId": 8148948756,
+ "lat": 43.6106813,
+ "lon": 1.4549153
+ },
+ {
+ "nodeId": 11400065328,
+ "lat": 43.6106045,
+ "lon": 1.4548325
+ },
+ {
+ "nodeId": 11400065329,
+ "lat": 43.6104826,
+ "lon": 1.4547225
+ },
+ {
+ "nodeId": 11400065330,
+ "lat": 43.6101705,
+ "lon": 1.4545033
+ },
+ {
+ "nodeId": 11400065337,
+ "lat": 43.6097541,
+ "lon": 1.4541666
+ },
+ {
+ "nodeId": 248533308,
+ "lat": 43.6093299,
+ "lon": 1.4537735
+ },
+ {
+ "nodeId": 8148948753,
+ "lat": 43.608846,
+ "lon": 1.4531434
+ },
+ {
+ "nodeId": 2564187622,
+ "lat": 43.5922372,
+ "lon": 1.4402198
+ },
+ {
+ "nodeId": 7197474362,
+ "lat": 43.5921927,
+ "lon": 1.4407158
+ },
+ {
+ "nodeId": 7992911284,
+ "lat": 43.5921142,
+ "lon": 1.441625
+ },
+ {
+ "nodeId": 7992911286,
+ "lat": 43.5922731,
+ "lon": 1.4342118
+ },
+ {
+ "nodeId": 244011428,
+ "lat": 43.592023,
+ "lon": 1.4339966
+ },
+ {
+ "nodeId": 13037573575,
+ "lat": 43.5917985,
+ "lon": 1.4338148
+ },
+ {
+ "nodeId": 2119973981,
+ "lat": 43.591499,
+ "lon": 1.4335722
+ },
+ {
+ "nodeId": 2119973979,
+ "lat": 43.5908364,
+ "lon": 1.4330383
+ },
+ {
+ "nodeId": 2361286494,
+ "lat": 43.5900131,
+ "lon": 1.4323479
+ },
+ {
+ "nodeId": 2361286491,
+ "lat": 43.5898205,
+ "lon": 1.432193
+ },
+ {
+ "nodeId": 5829101304,
+ "lat": 43.5896904,
+ "lon": 1.4320555
+ },
+ {
+ "nodeId": 5829101306,
+ "lat": 43.5896182,
+ "lon": 1.4319936
+ },
+ {
+ "nodeId": 7992911310,
+ "lat": 43.5895453,
+ "lon": 1.4319311
+ },
+ {
+ "nodeId": 2510625527,
+ "lat": 43.5895184,
+ "lon": 1.431908
+ },
+ {
+ "nodeId": 2510625523,
+ "lat": 43.5891552,
+ "lon": 1.4316063
+ },
+ {
+ "nodeId": 7197474442,
+ "lat": 43.5890933,
+ "lon": 1.4315601
+ },
+ {
+ "nodeId": 2510625522,
+ "lat": 43.5889628,
+ "lon": 1.4314628
+ },
+ {
+ "nodeId": 5829101307,
+ "lat": 43.5887617,
+ "lon": 1.4313052
+ },
+ {
+ "nodeId": 7992911309,
+ "lat": 43.588541,
+ "lon": 1.4311228
+ },
+ {
+ "nodeId": 7197474435,
+ "lat": 43.5884372,
+ "lon": 1.431037
+ },
+ {
+ "nodeId": 10136220544,
+ "lat": 43.587171,
+ "lon": 1.4299903
+ },
+ {
+ "nodeId": 2128903777,
+ "lat": 43.5860854,
+ "lon": 1.4290928
+ },
+ {
+ "nodeId": 1964109831,
+ "lat": 43.5855418,
+ "lon": 1.4286436
+ },
+ {
+ "nodeId": 2308759197,
+ "lat": 43.5855025,
+ "lon": 1.4286094
+ },
+ {
+ "nodeId": 7992911273,
+ "lat": 43.6048913,
+ "lon": 1.4040899
+ },
+ {
+ "nodeId": 2379081517,
+ "lat": 43.6050178,
+ "lon": 1.403815
+ },
+ {
+ "nodeId": 2379081528,
+ "lat": 43.6056737,
+ "lon": 1.402353
+ },
+ {
+ "nodeId": 7992911270,
+ "lat": 43.6057297,
+ "lon": 1.4022261
+ },
+ {
+ "nodeId": 2430401817,
+ "lat": 43.6216339,
+ "lon": 1.3967469
+ },
+ {
+ "nodeId": 10761217020,
+ "lat": 43.6217216,
+ "lon": 1.3966958
+ },
+ {
+ "nodeId": 3724416615,
+ "lat": 43.6217929,
+ "lon": 1.3966344
+ },
+ {
+ "nodeId": 3724416619,
+ "lat": 43.6218321,
+ "lon": 1.3965931
+ },
+ {
+ "nodeId": 4004212599,
+ "lat": 43.6219593,
+ "lon": 1.3964303
+ },
+ {
+ "nodeId": 757338954,
+ "lat": 43.6218732,
+ "lon": 1.3965414
+ },
+ {
+ "nodeId": 656420401,
+ "lat": 43.6221302,
+ "lon": 1.3962074
+ },
+ {
+ "nodeId": 7992911291,
+ "lat": 43.5932319,
+ "lon": 1.4093328
+ },
+ {
+ "nodeId": 2091875623,
+ "lat": 43.5932475,
+ "lon": 1.4092668
+ },
+ {
+ "nodeId": 344790673,
+ "lat": 43.5932734,
+ "lon": 1.4091961
+ },
+ {
+ "nodeId": 2379081350,
+ "lat": 43.5933,
+ "lon": 1.4091428
+ },
+ {
+ "nodeId": 2379081364,
+ "lat": 43.5933345,
+ "lon": 1.4090968
+ },
+ {
+ "nodeId": 344790672,
+ "lat": 43.5933783,
+ "lon": 1.4090606
+ },
+ {
+ "nodeId": 2091875624,
+ "lat": 43.5934263,
+ "lon": 1.4090388
+ },
+ {
+ "nodeId": 344790671,
+ "lat": 43.5934834,
+ "lon": 1.4090341
+ },
+ {
+ "nodeId": 344790660,
+ "lat": 43.5935588,
+ "lon": 1.4090444
+ },
+ {
+ "nodeId": 8238063595,
+ "lat": 43.5936068,
+ "lon": 1.4090537
+ },
+ {
+ "nodeId": 4674828492,
+ "lat": 43.5936257,
+ "lon": 1.4090573
+ },
+ {
+ "nodeId": 756977221,
+ "lat": 43.593643,
+ "lon": 1.4090605
+ },
+ {
+ "nodeId": 344790661,
+ "lat": 43.5937054,
+ "lon": 1.4090756
+ },
+ {
+ "nodeId": 7992911282,
+ "lat": 43.5938551,
+ "lon": 1.409101
+ },
+ {
+ "nodeId": 10994605740,
+ "lat": 43.6362356,
+ "lon": 1.3868184
+ },
+ {
+ "nodeId": 5833972490,
+ "lat": 43.6362456,
+ "lon": 1.3860518
+ },
+ {
+ "nodeId": 757338959,
+ "lat": 43.6362478,
+ "lon": 1.3858842
+ },
+ {
+ "nodeId": 7078008072,
+ "lat": 43.6362535,
+ "lon": 1.3857134
+ },
+ {
+ "nodeId": 7650170120,
+ "lat": 43.5779039,
+ "lon": 1.4042244
+ },
+ {
+ "nodeId": 8206027387,
+ "lat": 43.5777523,
+ "lon": 1.40385
+ },
+ {
+ "nodeId": 8206027386,
+ "lat": 43.5776047,
+ "lon": 1.4035212
+ },
+ {
+ "nodeId": 8206027385,
+ "lat": 43.5773928,
+ "lon": 1.4031318
+ },
+ {
+ "nodeId": 8206027384,
+ "lat": 43.5772303,
+ "lon": 1.4029136
+ },
+ {
+ "nodeId": 8206027383,
+ "lat": 43.5770259,
+ "lon": 1.4026435
+ },
+ {
+ "nodeId": 8206027382,
+ "lat": 43.5768434,
+ "lon": 1.4024547
+ },
+ {
+ "nodeId": 8206027381,
+ "lat": 43.5766582,
+ "lon": 1.4023104
+ },
+ {
+ "nodeId": 8206027380,
+ "lat": 43.5763355,
+ "lon": 1.4021344
+ },
+ {
+ "nodeId": 8206027379,
+ "lat": 43.5760999,
+ "lon": 1.402056
+ },
+ {
+ "nodeId": 8206027378,
+ "lat": 43.5758358,
+ "lon": 1.4020145
+ },
+ {
+ "nodeId": 8206027377,
+ "lat": 43.5751938,
+ "lon": 1.4020027
+ },
+ {
+ "nodeId": 12786256745,
+ "lat": 43.5750839,
+ "lon": 1.4020012
+ },
+ {
+ "nodeId": 12786256744,
+ "lat": 43.5750099,
+ "lon": 1.4020043
+ },
+ {
+ "nodeId": 8206027375,
+ "lat": 43.5739963,
+ "lon": 1.4019959
+ },
+ {
+ "nodeId": 8206027374,
+ "lat": 43.5738885,
+ "lon": 1.4019909
+ },
+ {
+ "nodeId": 8206027373,
+ "lat": 43.5736874,
+ "lon": 1.4019233
+ },
+ {
+ "nodeId": 8206027372,
+ "lat": 43.5734699,
+ "lon": 1.4018323
+ },
+ {
+ "nodeId": 8206027371,
+ "lat": 43.5730834,
+ "lon": 1.401637
+ },
+ {
+ "nodeId": 8206027370,
+ "lat": 43.5727971,
+ "lon": 1.4015587
+ },
+ {
+ "nodeId": 8206027369,
+ "lat": 43.5724296,
+ "lon": 1.4015215
+ },
+ {
+ "nodeId": 8206027368,
+ "lat": 43.5722406,
+ "lon": 1.4015222
+ },
+ {
+ "nodeId": 8206027367,
+ "lat": 43.5718948,
+ "lon": 1.401592
+ },
+ {
+ "nodeId": 8206027366,
+ "lat": 43.5715995,
+ "lon": 1.4017089
+ },
+ {
+ "nodeId": 8206027365,
+ "lat": 43.5714511,
+ "lon": 1.4017334
+ },
+ {
+ "nodeId": 10931439431,
+ "lat": 43.5710609,
+ "lon": 1.4017598
+ },
+ {
+ "nodeId": 8206027364,
+ "lat": 43.570412,
+ "lon": 1.4018038
+ },
+ {
+ "nodeId": 8206027363,
+ "lat": 43.5685161,
+ "lon": 1.4018081
+ },
+ {
+ "nodeId": 8206027362,
+ "lat": 43.5683966,
+ "lon": 1.4017803
+ },
+ {
+ "nodeId": 8206027361,
+ "lat": 43.5682799,
+ "lon": 1.4017193
+ },
+ {
+ "nodeId": 8206027360,
+ "lat": 43.5681573,
+ "lon": 1.4016429
+ },
+ {
+ "nodeId": 8206027359,
+ "lat": 43.5678121,
+ "lon": 1.4013078
+ },
+ {
+ "nodeId": 8206027357,
+ "lat": 43.5676784,
+ "lon": 1.4011739
+ },
+ {
+ "nodeId": 8206027356,
+ "lat": 43.5674324,
+ "lon": 1.4009142
+ },
+ {
+ "nodeId": 8206027355,
+ "lat": 43.5668811,
+ "lon": 1.4002646
+ },
+ {
+ "nodeId": 8206027354,
+ "lat": 43.5666356,
+ "lon": 1.3999486
+ },
+ {
+ "nodeId": 8206027358,
+ "lat": 43.5671597,
+ "lon": 1.4006082
+ },
+ {
+ "nodeId": 8206027353,
+ "lat": 43.566265,
+ "lon": 1.3993595
+ },
+ {
+ "nodeId": 8206027352,
+ "lat": 43.5662089,
+ "lon": 1.3992407
+ },
+ {
+ "nodeId": 8206027351,
+ "lat": 43.5661647,
+ "lon": 1.3991184
+ },
+ {
+ "nodeId": 8206027350,
+ "lat": 43.5661307,
+ "lon": 1.3989919
+ },
+ {
+ "nodeId": 8206027349,
+ "lat": 43.5661095,
+ "lon": 1.3988595
+ },
+ {
+ "nodeId": 8206027348,
+ "lat": 43.5660961,
+ "lon": 1.3987101
+ },
+ {
+ "nodeId": 8206027347,
+ "lat": 43.5660908,
+ "lon": 1.398457
+ },
+ {
+ "nodeId": 8206027346,
+ "lat": 43.5660801,
+ "lon": 1.3978072
+ },
+ {
+ "nodeId": 8206027345,
+ "lat": 43.5660871,
+ "lon": 1.3958701
+ },
+ {
+ "nodeId": 8206027344,
+ "lat": 43.5661,
+ "lon": 1.3955289
+ },
+ {
+ "nodeId": 8206027343,
+ "lat": 43.5661237,
+ "lon": 1.3952916
+ },
+ {
+ "nodeId": 8205952614,
+ "lat": 43.5661946,
+ "lon": 1.3950264
+ },
+ {
+ "nodeId": 7992911283,
+ "lat": 43.5921794,
+ "lon": 1.4423971
+ },
+ {
+ "nodeId": 2627359795,
+ "lat": 43.5922557,
+ "lon": 1.4426098
+ },
+ {
+ "nodeId": 13356403024,
+ "lat": 43.5922681,
+ "lon": 1.4426446
+ },
+ {
+ "nodeId": 3950313642,
+ "lat": 43.5926595,
+ "lon": 1.4437395
+ },
+ {
+ "nodeId": 10731002620,
+ "lat": 43.592821,
+ "lon": 1.4441901
+ },
+ {
+ "nodeId": 7649884177,
+ "lat": 43.5781481,
+ "lon": 1.4056566
+ },
+ {
+ "nodeId": 7649884178,
+ "lat": 43.5781447,
+ "lon": 1.4054877
+ },
+ {
+ "nodeId": 7649902485,
+ "lat": 43.5781363,
+ "lon": 1.405302
+ },
+ {
+ "nodeId": 60293325,
+ "lat": 43.5781263,
+ "lon": 1.4051625
+ },
+ {
+ "nodeId": 7649884184,
+ "lat": 43.5781147,
+ "lon": 1.4050463
+ },
+ {
+ "nodeId": 1807375625,
+ "lat": 43.5780961,
+ "lon": 1.4049151
+ },
+ {
+ "nodeId": 7649884182,
+ "lat": 43.5780752,
+ "lon": 1.4048006
+ },
+ {
+ "nodeId": 7650170118,
+ "lat": 43.5780495,
+ "lon": 1.4046798
+ },
+ {
+ "nodeId": 7649884181,
+ "lat": 43.5779879,
+ "lon": 1.4044505
+ },
+ {
+ "nodeId": 7650170105,
+ "lat": 43.5779467,
+ "lon": 1.4043277
+ },
+ {
+ "nodeId": 60293324,
+ "lat": 43.5780287,
+ "lon": 1.4045938
+ },
+ {
+ "nodeId": 7992911264,
+ "lat": 43.6093024,
+ "lon": 1.4020158
+ },
+ {
+ "nodeId": 7197474790,
+ "lat": 43.6093281,
+ "lon": 1.4020145
+ },
+ {
+ "nodeId": 3961855645,
+ "lat": 43.6098509,
+ "lon": 1.4019875
+ },
+ {
+ "nodeId": 7992911263,
+ "lat": 43.6099518,
+ "lon": 1.4019823
+ },
+ {
+ "nodeId": 7992911261,
+ "lat": 43.6111463,
+ "lon": 1.4019204
+ },
+ {
+ "nodeId": 7992911258,
+ "lat": 43.6138227,
+ "lon": 1.4007043
+ },
+ {
+ "nodeId": 2379081629,
+ "lat": 43.6138625,
+ "lon": 1.4006099
+ },
+ {
+ "nodeId": 2087249295,
+ "lat": 43.6139238,
+ "lon": 1.4004447
+ },
+ {
+ "nodeId": 2379081635,
+ "lat": 43.6139876,
+ "lon": 1.4002347
+ },
+ {
+ "nodeId": 756757882,
+ "lat": 43.6140284,
+ "lon": 1.4000543
+ },
+ {
+ "nodeId": 2087249297,
+ "lat": 43.6140688,
+ "lon": 1.3998334
+ },
+ {
+ "nodeId": 2379081651,
+ "lat": 43.6140947,
+ "lon": 1.3996372
+ },
+ {
+ "nodeId": 756757842,
+ "lat": 43.6141092,
+ "lon": 1.3994369
+ },
+ {
+ "nodeId": 2379081658,
+ "lat": 43.6141107,
+ "lon": 1.3991539
+ },
+ {
+ "nodeId": 4070165568,
+ "lat": 43.6141049,
+ "lon": 1.3986138
+ },
+ {
+ "nodeId": 7644357243,
+ "lat": 43.5668609,
+ "lon": 1.3938517
+ },
+ {
+ "nodeId": 7644357240,
+ "lat": 43.5669004,
+ "lon": 1.393816
+ },
+ {
+ "nodeId": 7644357245,
+ "lat": 43.5669546,
+ "lon": 1.39377
+ },
+ {
+ "nodeId": 53964003,
+ "lat": 43.567017,
+ "lon": 1.3937198
+ },
+ {
+ "nodeId": 7644357236,
+ "lat": 43.5670828,
+ "lon": 1.3936721
+ },
+ {
+ "nodeId": 7644357238,
+ "lat": 43.567158,
+ "lon": 1.3936207
+ },
+ {
+ "nodeId": 7644357237,
+ "lat": 43.5672644,
+ "lon": 1.3935519
+ },
+ {
+ "nodeId": 53964000,
+ "lat": 43.5678695,
+ "lon": 1.3931756
+ },
+ {
+ "nodeId": 7644357233,
+ "lat": 43.5689011,
+ "lon": 1.3925375
+ },
+ {
+ "nodeId": 7644357235,
+ "lat": 43.5690079,
+ "lon": 1.3924742
+ },
+ {
+ "nodeId": 7644357232,
+ "lat": 43.5690666,
+ "lon": 1.3924422
+ },
+ {
+ "nodeId": 53963997,
+ "lat": 43.5691171,
+ "lon": 1.3924179
+ },
+ {
+ "nodeId": 7644357227,
+ "lat": 43.5691763,
+ "lon": 1.3923913
+ },
+ {
+ "nodeId": 7644357226,
+ "lat": 43.5692435,
+ "lon": 1.3923621
+ },
+ {
+ "nodeId": 6030134029,
+ "lat": 43.5693118,
+ "lon": 1.392339
+ },
+ {
+ "nodeId": 7644357215,
+ "lat": 43.5693732,
+ "lon": 1.3923246
+ },
+ {
+ "nodeId": 7644357225,
+ "lat": 43.5694289,
+ "lon": 1.3923139
+ },
+ {
+ "nodeId": 53963995,
+ "lat": 43.5694822,
+ "lon": 1.3923071
+ },
+ {
+ "nodeId": 7644357224,
+ "lat": 43.5695389,
+ "lon": 1.3923027
+ },
+ {
+ "nodeId": 7644357216,
+ "lat": 43.5695947,
+ "lon": 1.3923
+ },
+ {
+ "nodeId": 8766060626,
+ "lat": 43.5697704,
+ "lon": 1.3922951
+ },
+ {
+ "nodeId": 7992911274,
+ "lat": 43.6045653,
+ "lon": 1.4047749
+ },
+ {
+ "nodeId": 8068564055,
+ "lat": 43.6047335,
+ "lon": 1.4044327
+ },
+ {
+ "nodeId": 2379081513,
+ "lat": 43.6047393,
+ "lon": 1.4044204
+ },
+ {
+ "nodeId": 11415491465,
+ "lat": 43.5920891,
+ "lon": 1.4420655
+ },
+ {
+ "nodeId": 3721945024,
+ "lat": 43.5920896,
+ "lon": 1.4420743
+ },
+ {
+ "nodeId": 2344137621,
+ "lat": 43.5920973,
+ "lon": 1.4421359
+ },
+ {
+ "nodeId": 3721945023,
+ "lat": 43.5921098,
+ "lon": 1.4421867
+ },
+ {
+ "nodeId": 1837419146,
+ "lat": 43.5921277,
+ "lon": 1.442245
+ },
+ {
+ "nodeId": 2569326581,
+ "lat": 43.5921449,
+ "lon": 1.4423014
+ },
+ {
+ "nodeId": 7992911302,
+ "lat": 43.5934927,
+ "lon": 1.4140909
+ },
+ {
+ "nodeId": 8237931620,
+ "lat": 43.5934851,
+ "lon": 1.4139317
+ },
+ {
+ "nodeId": 8237931619,
+ "lat": 43.5934747,
+ "lon": 1.4137789
+ },
+ {
+ "nodeId": 8237931622,
+ "lat": 43.5934652,
+ "lon": 1.4136004
+ },
+ {
+ "nodeId": 1480624520,
+ "lat": 43.5934575,
+ "lon": 1.4134654
+ },
+ {
+ "nodeId": 346167783,
+ "lat": 43.5933088,
+ "lon": 1.4113058
+ },
+ {
+ "nodeId": 7992911290,
+ "lat": 43.593231,
+ "lon": 1.4101414
+ },
+ {
+ "nodeId": 60293326,
+ "lat": 43.5781475,
+ "lon": 1.4060105
+ },
+ {
+ "nodeId": 10890475142,
+ "lat": 43.6093627,
+ "lon": 1.3571012
+ },
+ {
+ "nodeId": 8832609050,
+ "lat": 43.6093526,
+ "lon": 1.3611643
+ },
+ {
+ "nodeId": 10883978591,
+ "lat": 43.6093715,
+ "lon": 1.3575531
+ },
+ {
+ "nodeId": 11427626225,
+ "lat": 43.6093438,
+ "lon": 1.3568153
+ },
+ {
+ "nodeId": 10883978590,
+ "lat": 43.6093086,
+ "lon": 1.363392
+ },
+ {
+ "nodeId": 12568533614,
+ "lat": 43.6092643,
+ "lon": 1.3647442
+ },
+ {
+ "nodeId": 10883978589,
+ "lat": 43.6092349,
+ "lon": 1.36515
+ },
+ {
+ "nodeId": 10883978588,
+ "lat": 43.609197,
+ "lon": 1.3659217
+ },
+ {
+ "nodeId": 8832609051,
+ "lat": 43.6091171,
+ "lon": 1.3675953
+ },
+ {
+ "nodeId": 10883978586,
+ "lat": 43.6090922,
+ "lon": 1.3684378
+ },
+ {
+ "nodeId": 10883978587,
+ "lat": 43.6091076,
+ "lon": 1.3688455
+ },
+ {
+ "nodeId": 10883978585,
+ "lat": 43.6091722,
+ "lon": 1.3692169
+ },
+ {
+ "nodeId": 10883978584,
+ "lat": 43.6092897,
+ "lon": 1.3696516
+ },
+ {
+ "nodeId": 8832609052,
+ "lat": 43.6095525,
+ "lon": 1.3702833
+ },
+ {
+ "nodeId": 10883978583,
+ "lat": 43.6099698,
+ "lon": 1.3709653
+ },
+ {
+ "nodeId": 10883978582,
+ "lat": 43.6107627,
+ "lon": 1.3719905
+ },
+ {
+ "nodeId": 10883978580,
+ "lat": 43.6110605,
+ "lon": 1.3723413
+ },
+ {
+ "nodeId": 10883978581,
+ "lat": 43.6121674,
+ "lon": 1.3733873
+ },
+ {
+ "nodeId": 10883978579,
+ "lat": 43.6124566,
+ "lon": 1.3737674
+ },
+ {
+ "nodeId": 8832609054,
+ "lat": 43.6126805,
+ "lon": 1.3743854
+ },
+ {
+ "nodeId": 10890475141,
+ "lat": 43.6128296,
+ "lon": 1.3751726
+ },
+ {
+ "nodeId": 8832609055,
+ "lat": 43.6128616,
+ "lon": 1.3758532
+ },
+ {
+ "nodeId": 8832609056,
+ "lat": 43.6130701,
+ "lon": 1.3816987
+ },
+ {
+ "nodeId": 10883978576,
+ "lat": 43.6131182,
+ "lon": 1.3828775
+ },
+ {
+ "nodeId": 8832609058,
+ "lat": 43.6132599,
+ "lon": 1.3839108
+ },
+ {
+ "nodeId": 10883978577,
+ "lat": 43.6135144,
+ "lon": 1.3848321
+ },
+ {
+ "nodeId": 8832609059,
+ "lat": 43.6138988,
+ "lon": 1.385746
+ },
+ {
+ "nodeId": 8832609060,
+ "lat": 43.6146192,
+ "lon": 1.3869747
+ },
+ {
+ "nodeId": 10883978575,
+ "lat": 43.6190864,
+ "lon": 1.3887354
+ },
+ {
+ "nodeId": 8832609061,
+ "lat": 43.6153718,
+ "lon": 1.3877134
+ },
+ {
+ "nodeId": 8832609062,
+ "lat": 43.6195957,
+ "lon": 1.3890317
+ },
+ {
+ "nodeId": 10883978574,
+ "lat": 43.6202949,
+ "lon": 1.389543
+ },
+ {
+ "nodeId": 10890475140,
+ "lat": 43.6205463,
+ "lon": 1.3897919
+ },
+ {
+ "nodeId": 8832609063,
+ "lat": 43.6207696,
+ "lon": 1.3901049
+ },
+ {
+ "nodeId": 10883978573,
+ "lat": 43.6213701,
+ "lon": 1.3912839
+ },
+ {
+ "nodeId": 10890475138,
+ "lat": 43.6210425,
+ "lon": 1.3905673
+ },
+ {
+ "nodeId": 10890475139,
+ "lat": 43.6215499,
+ "lon": 1.3918459
+ },
+ {
+ "nodeId": 10883978572,
+ "lat": 43.6216734,
+ "lon": 1.3932401
+ },
+ {
+ "nodeId": 10883978571,
+ "lat": 43.6216,
+ "lon": 1.394215
+ },
+ {
+ "nodeId": 10883978570,
+ "lat": 43.6215268,
+ "lon": 1.3972214
+ },
+ {
+ "nodeId": 8832609064,
+ "lat": 43.6216202,
+ "lon": 1.3923988
+ },
+ {
+ "nodeId": 10883978568,
+ "lat": 43.6210502,
+ "lon": 1.4001931
+ },
+ {
+ "nodeId": 10883978569,
+ "lat": 43.6206852,
+ "lon": 1.4024322
+ },
+ {
+ "nodeId": 8832609066,
+ "lat": 43.6205798,
+ "lon": 1.4035525
+ },
+ {
+ "nodeId": 10883978567,
+ "lat": 43.6205835,
+ "lon": 1.4044824
+ },
+ {
+ "nodeId": 10883978566,
+ "lat": 43.6206898,
+ "lon": 1.4056251
+ },
+ {
+ "nodeId": 10890475137,
+ "lat": 43.6207701,
+ "lon": 1.4063014
+ },
+ {
+ "nodeId": 10883978565,
+ "lat": 43.6208349,
+ "lon": 1.4069776
+ },
+ {
+ "nodeId": 10890475136,
+ "lat": 43.6208211,
+ "lon": 1.4075286
+ },
+ {
+ "nodeId": 10883978557,
+ "lat": 43.6205734,
+ "lon": 1.4102833
+ },
+ {
+ "nodeId": 10883978564,
+ "lat": 43.6207297,
+ "lon": 1.4085464
+ },
+ {
+ "nodeId": 8832609068,
+ "lat": 43.6195208,
+ "lon": 1.4210613
+ },
+ {
+ "nodeId": 10883978555,
+ "lat": 43.6195577,
+ "lon": 1.4218819
+ },
+ {
+ "nodeId": 10890475135,
+ "lat": 43.6195973,
+ "lon": 1.4222552
+ },
+ {
+ "nodeId": 8832609069,
+ "lat": 43.6196951,
+ "lon": 1.4226284
+ },
+ {
+ "nodeId": 10890475134,
+ "lat": 43.6202536,
+ "lon": 1.4241707
+ },
+ {
+ "nodeId": 10883978554,
+ "lat": 43.6205505,
+ "lon": 1.4248862
+ },
+ {
+ "nodeId": 10890475133,
+ "lat": 43.6208746,
+ "lon": 1.4254651
+ },
+ {
+ "nodeId": 10883978553,
+ "lat": 43.6213126,
+ "lon": 1.4259446
+ },
+ {
+ "nodeId": 8832609071,
+ "lat": 43.6223833,
+ "lon": 1.4268448
+ },
+ {
+ "nodeId": 10883978552,
+ "lat": 43.6235751,
+ "lon": 1.4271606
+ },
+ {
+ "nodeId": 10883978551,
+ "lat": 43.6248445,
+ "lon": 1.4274444
+ },
+ {
+ "nodeId": 10883978550,
+ "lat": 43.6261891,
+ "lon": 1.4272403
+ },
+ {
+ "nodeId": 10883978548,
+ "lat": 43.6276318,
+ "lon": 1.4276147
+ },
+ {
+ "nodeId": 10883978549,
+ "lat": 43.6284609,
+ "lon": 1.427838
+ },
+ {
+ "nodeId": 10890475132,
+ "lat": 43.6289469,
+ "lon": 1.4279574
+ },
+ {
+ "nodeId": 10883978547,
+ "lat": 43.6294661,
+ "lon": 1.4279989
+ },
+ {
+ "nodeId": 10883978546,
+ "lat": 43.6314036,
+ "lon": 1.4280111
+ },
+ {
+ "nodeId": 8832609072,
+ "lat": 43.6317704,
+ "lon": 1.4280029
+ },
+ {
+ "nodeId": 10883978545,
+ "lat": 43.6330038,
+ "lon": 1.4280078
+ },
+ {
+ "nodeId": 10883978543,
+ "lat": 43.6334409,
+ "lon": 1.4281486
+ },
+ {
+ "nodeId": 10890475131,
+ "lat": 43.6338141,
+ "lon": 1.4284044
+ },
+ {
+ "nodeId": 10883978544,
+ "lat": 43.6341111,
+ "lon": 1.4286874
+ },
+ {
+ "nodeId": 10890475130,
+ "lat": 43.6343628,
+ "lon": 1.429035
+ },
+ {
+ "nodeId": 8832609073,
+ "lat": 43.6347305,
+ "lon": 1.4296124
+ },
+ {
+ "nodeId": 8832609074,
+ "lat": 43.6358241,
+ "lon": 1.4316717
+ },
+ {
+ "nodeId": 10883978542,
+ "lat": 43.636487,
+ "lon": 1.4327212
+ },
+ {
+ "nodeId": 8832609075,
+ "lat": 43.6367971,
+ "lon": 1.4334933
+ },
+ {
+ "nodeId": 10883978540,
+ "lat": 43.636897,
+ "lon": 1.4339912
+ },
+ {
+ "nodeId": 10890475128,
+ "lat": 43.6369194,
+ "lon": 1.4344506
+ },
+ {
+ "nodeId": 8832609076,
+ "lat": 43.6368673,
+ "lon": 1.4349247
+ },
+ {
+ "nodeId": 10883978539,
+ "lat": 43.6367137,
+ "lon": 1.4355586
+ },
+ {
+ "nodeId": 10883978538,
+ "lat": 43.6364894,
+ "lon": 1.436033
+ },
+ {
+ "nodeId": 8832609077,
+ "lat": 43.6360759,
+ "lon": 1.4366102
+ },
+ {
+ "nodeId": 10883978537,
+ "lat": 43.635205,
+ "lon": 1.4375654
+ },
+ {
+ "nodeId": 10883970840,
+ "lat": 43.6349356,
+ "lon": 1.4378292
+ },
+ {
+ "nodeId": 10199514847,
+ "lat": 43.6346628,
+ "lon": 1.4380347
+ },
+ {
+ "nodeId": 8832609079,
+ "lat": 43.6334152,
+ "lon": 1.43878
+ },
+ {
+ "nodeId": 10890475127,
+ "lat": 43.632566,
+ "lon": 1.439315
+ },
+ {
+ "nodeId": 10884058397,
+ "lat": 43.632083,
+ "lon": 1.4396781
+ },
+ {
+ "nodeId": 10890475126,
+ "lat": 43.6317376,
+ "lon": 1.4400113
+ },
+ {
+ "nodeId": 10883978536,
+ "lat": 43.6315878,
+ "lon": 1.440198
+ },
+ {
+ "nodeId": 10884058396,
+ "lat": 43.6308797,
+ "lon": 1.4411218
+ },
+ {
+ "nodeId": 8832609080,
+ "lat": 43.6304518,
+ "lon": 1.4416137
+ },
+ {
+ "nodeId": 10883978534,
+ "lat": 43.6295348,
+ "lon": 1.4424444
+ },
+ {
+ "nodeId": 8832609081,
+ "lat": 43.6288351,
+ "lon": 1.4429263
+ },
+ {
+ "nodeId": 10883978535,
+ "lat": 43.6278937,
+ "lon": 1.4434017
+ },
+ {
+ "nodeId": 10890475125,
+ "lat": 43.6300215,
+ "lon": 1.442052
+ },
+ {
+ "nodeId": 8832609083,
+ "lat": 43.6254239,
+ "lon": 1.4443676
+ },
+ {
+ "nodeId": 10890475124,
+ "lat": 43.6245421,
+ "lon": 1.4446607
+ },
+ {
+ "nodeId": 8832609084,
+ "lat": 43.6238444,
+ "lon": 1.4447271
+ },
+ {
+ "nodeId": 8832609085,
+ "lat": 43.6232562,
+ "lon": 1.4446707
+ },
+ {
+ "nodeId": 8832609086,
+ "lat": 43.6224247,
+ "lon": 1.444426
+ },
+ {
+ "nodeId": 10883978520,
+ "lat": 43.6214918,
+ "lon": 1.4439445
+ },
+ {
+ "nodeId": 10890475123,
+ "lat": 43.6212544,
+ "lon": 1.4438708
+ },
+ {
+ "nodeId": 10890475122,
+ "lat": 43.6205662,
+ "lon": 1.4437711
+ },
+ {
+ "nodeId": 10883978521,
+ "lat": 43.6202778,
+ "lon": 1.4438161
+ },
+ {
+ "nodeId": 10890475121,
+ "lat": 43.6200369,
+ "lon": 1.4438764
+ },
+ {
+ "nodeId": 8832609087,
+ "lat": 43.6208512,
+ "lon": 1.4437856
+ },
+ {
+ "nodeId": 10883978519,
+ "lat": 43.6198192,
+ "lon": 1.4440054
+ },
+ {
+ "nodeId": 10890475119,
+ "lat": 43.6193803,
+ "lon": 1.4443646
+ },
+ {
+ "nodeId": 10890475120,
+ "lat": 43.6191062,
+ "lon": 1.4446851
+ },
+ {
+ "nodeId": 10883978517,
+ "lat": 43.6188486,
+ "lon": 1.4450399
+ },
+ {
+ "nodeId": 10883978518,
+ "lat": 43.6185643,
+ "lon": 1.4456284
+ },
+ {
+ "nodeId": 10883978514,
+ "lat": 43.6179432,
+ "lon": 1.4470666
+ },
+ {
+ "nodeId": 10883978515,
+ "lat": 43.6177797,
+ "lon": 1.4475301
+ },
+ {
+ "nodeId": 10890475118,
+ "lat": 43.6176784,
+ "lon": 1.4479052
+ },
+ {
+ "nodeId": 10883978516,
+ "lat": 43.6176435,
+ "lon": 1.4483021
+ },
+ {
+ "nodeId": 10890475117,
+ "lat": 43.6176492,
+ "lon": 1.4487806
+ },
+ {
+ "nodeId": 8832609089,
+ "lat": 43.6177001,
+ "lon": 1.4492512
+ },
+ {
+ "nodeId": 10890475116,
+ "lat": 43.6177537,
+ "lon": 1.4496185
+ },
+ {
+ "nodeId": 8832609090,
+ "lat": 43.617847,
+ "lon": 1.4499819
+ },
+ {
+ "nodeId": 10890475115,
+ "lat": 43.617958,
+ "lon": 1.4503065
+ },
+ {
+ "nodeId": 10883978513,
+ "lat": 43.6181058,
+ "lon": 1.4505998
+ },
+ {
+ "nodeId": 10883978511,
+ "lat": 43.6185843,
+ "lon": 1.4512451
+ },
+ {
+ "nodeId": 10883978512,
+ "lat": 43.6188472,
+ "lon": 1.4516047
+ },
+ {
+ "nodeId": 7439072062,
+ "lat": 43.6191071,
+ "lon": 1.452084
+ },
+ {
+ "nodeId": 10883978509,
+ "lat": 43.6193954,
+ "lon": 1.4529029
+ },
+ {
+ "nodeId": 10883978510,
+ "lat": 43.6194777,
+ "lon": 1.453363
+ },
+ {
+ "nodeId": 8832609091,
+ "lat": 43.6194797,
+ "lon": 1.4538809
+ },
+ {
+ "nodeId": 10883978507,
+ "lat": 43.6194523,
+ "lon": 1.454315
+ },
+ {
+ "nodeId": 10890475114,
+ "lat": 43.619398,
+ "lon": 1.4545466
+ },
+ {
+ "nodeId": 10883978506,
+ "lat": 43.6193183,
+ "lon": 1.4548396
+ },
+ {
+ "nodeId": 10890475113,
+ "lat": 43.6192191,
+ "lon": 1.4551059
+ },
+ {
+ "nodeId": 11751581498,
+ "lat": 43.6187129,
+ "lon": 1.456146
+ },
+ {
+ "nodeId": 10883970904,
+ "lat": 43.6180036,
+ "lon": 1.4574903
+ },
+ {
+ "nodeId": 10890475112,
+ "lat": 43.6178311,
+ "lon": 1.4577279
+ },
+ {
+ "nodeId": 10883970903,
+ "lat": 43.6176642,
+ "lon": 1.4579029
+ },
+ {
+ "nodeId": 10890475111,
+ "lat": 43.6174833,
+ "lon": 1.4580708
+ },
+ {
+ "nodeId": 8832609093,
+ "lat": 43.6171976,
+ "lon": 1.4582739
+ },
+ {
+ "nodeId": 10883970902,
+ "lat": 43.6166931,
+ "lon": 1.4584662
+ },
+ {
+ "nodeId": 10890475110,
+ "lat": 43.6169708,
+ "lon": 1.4583857
+ },
+ {
+ "nodeId": 10890475108,
+ "lat": 43.6164705,
+ "lon": 1.4585075
+ },
+ {
+ "nodeId": 10890475107,
+ "lat": 43.6161928,
+ "lon": 1.458496
+ },
+ {
+ "nodeId": 10890475109,
+ "lat": 43.6159532,
+ "lon": 1.4584572
+ },
+ {
+ "nodeId": 8832609094,
+ "lat": 43.6157165,
+ "lon": 1.4583949
+ },
+ {
+ "nodeId": 899680495,
+ "lat": 43.6144997,
+ "lon": 1.457952
+ },
+ {
+ "nodeId": 10884058398,
+ "lat": 43.613506,
+ "lon": 1.4576935
+ },
+ {
+ "nodeId": 10883970900,
+ "lat": 43.6130784,
+ "lon": 1.4575018
+ },
+ {
+ "nodeId": 10883970901,
+ "lat": 43.6126348,
+ "lon": 1.4571494
+ },
+ {
+ "nodeId": 10890475106,
+ "lat": 43.6123918,
+ "lon": 1.4569125
+ },
+ {
+ "nodeId": 10890475105,
+ "lat": 43.6121342,
+ "lon": 1.4566121
+ },
+ {
+ "nodeId": 10883970898,
+ "lat": 43.6117702,
+ "lon": 1.4561182
+ },
+ {
+ "nodeId": 10890417202,
+ "lat": 43.611083,
+ "lon": 1.4550971
+ },
+ {
+ "nodeId": 10890417203,
+ "lat": 43.6109339,
+ "lon": 1.4548983
+ },
+ {
+ "nodeId": 10883970897,
+ "lat": 43.6107751,
+ "lon": 1.4547129
+ },
+ {
+ "nodeId": 10883970895,
+ "lat": 43.6102604,
+ "lon": 1.4542861
+ },
+ {
+ "nodeId": 10883970896,
+ "lat": 43.6097104,
+ "lon": 1.4539703
+ },
+ {
+ "nodeId": 10890417198,
+ "lat": 43.6095281,
+ "lon": 1.453908
+ },
+ {
+ "nodeId": 10890417199,
+ "lat": 43.6092449,
+ "lon": 1.4538421
+ },
+ {
+ "nodeId": 10890417204,
+ "lat": 43.6105371,
+ "lon": 1.4544861
+ },
+ {
+ "nodeId": 8832609096,
+ "lat": 43.6087926,
+ "lon": 1.4538279
+ },
+ {
+ "nodeId": 8832609098,
+ "lat": 43.6046458,
+ "lon": 1.4542424
+ },
+ {
+ "nodeId": 10890417197,
+ "lat": 43.604033,
+ "lon": 1.4542807
+ },
+ {
+ "nodeId": 10884058399,
+ "lat": 43.6036496,
+ "lon": 1.4541019
+ },
+ {
+ "nodeId": 10884058401,
+ "lat": 43.6033399,
+ "lon": 1.4538029
+ },
+ {
+ "nodeId": 10883970894,
+ "lat": 43.6029878,
+ "lon": 1.4532848
+ },
+ {
+ "nodeId": 10883970893,
+ "lat": 43.6023558,
+ "lon": 1.452365
+ },
+ {
+ "nodeId": 10884058400,
+ "lat": 43.6026951,
+ "lon": 1.4527667
+ },
+ {
+ "nodeId": 8832609100,
+ "lat": 43.6018069,
+ "lon": 1.4520218
+ },
+ {
+ "nodeId": 10883970892,
+ "lat": 43.6012372,
+ "lon": 1.4519322
+ },
+ {
+ "nodeId": 10890417196,
+ "lat": 43.6008121,
+ "lon": 1.4518861
+ },
+ {
+ "nodeId": 8832609102,
+ "lat": 43.596781,
+ "lon": 1.4522946
+ },
+ {
+ "nodeId": 10890417195,
+ "lat": 43.5965454,
+ "lon": 1.4523465
+ },
+ {
+ "nodeId": 10890417194,
+ "lat": 43.5960602,
+ "lon": 1.4525774
+ },
+ {
+ "nodeId": 10890417192,
+ "lat": 43.595836,
+ "lon": 1.4527615
+ },
+ {
+ "nodeId": 10884058402,
+ "lat": 43.5955996,
+ "lon": 1.4529945
+ },
+ {
+ "nodeId": 10890417193,
+ "lat": 43.5953683,
+ "lon": 1.4532954
+ },
+ {
+ "nodeId": 8832609103,
+ "lat": 43.5963146,
+ "lon": 1.4524351
+ },
+ {
+ "nodeId": 8832609104,
+ "lat": 43.5951636,
+ "lon": 1.4536447
+ },
+ {
+ "nodeId": 10884058403,
+ "lat": 43.5944605,
+ "lon": 1.4554528
+ },
+ {
+ "nodeId": 10890417191,
+ "lat": 43.5943746,
+ "lon": 1.4557529
+ },
+ {
+ "nodeId": 10890417190,
+ "lat": 43.5942605,
+ "lon": 1.4564409
+ },
+ {
+ "nodeId": 10884065605,
+ "lat": 43.5943099,
+ "lon": 1.4560701
+ },
+ {
+ "nodeId": 10890417189,
+ "lat": 43.5942231,
+ "lon": 1.4569286
+ },
+ {
+ "nodeId": 10884058404,
+ "lat": 43.594204,
+ "lon": 1.4574433
+ },
+ {
+ "nodeId": 10884065606,
+ "lat": 43.5937498,
+ "lon": 1.4678724
+ },
+ {
+ "nodeId": 10884065607,
+ "lat": 43.5937468,
+ "lon": 1.4681382
+ },
+ {
+ "nodeId": 10884065608,
+ "lat": 43.5938059,
+ "lon": 1.4695005
+ },
+ {
+ "nodeId": 8832609107,
+ "lat": 43.5938196,
+ "lon": 1.4700479
+ },
+ {
+ "nodeId": 10884065609,
+ "lat": 43.5938114,
+ "lon": 1.4706924
+ },
+ {
+ "nodeId": 10884065610,
+ "lat": 43.5937692,
+ "lon": 1.4712883
+ },
+ {
+ "nodeId": 10884065611,
+ "lat": 43.5935812,
+ "lon": 1.4726676
+ },
+ {
+ "nodeId": 10884065614,
+ "lat": 43.5935118,
+ "lon": 1.4730607
+ },
+ {
+ "nodeId": 10884065612,
+ "lat": 43.593312,
+ "lon": 1.4735079
+ },
+ {
+ "nodeId": 10884065613,
+ "lat": 43.5929585,
+ "lon": 1.4744473
+ },
+ {
+ "nodeId": 8832609108,
+ "lat": 43.592802,
+ "lon": 1.4749244
+ },
+ {
+ "nodeId": 10884065616,
+ "lat": 43.5926203,
+ "lon": 1.4754861
+ },
+ {
+ "nodeId": 10884065617,
+ "lat": 43.5924523,
+ "lon": 1.4762556
+ },
+ {
+ "nodeId": 10884065615,
+ "lat": 43.5923383,
+ "lon": 1.47664
+ },
+ {
+ "nodeId": 8832609109,
+ "lat": 43.5916413,
+ "lon": 1.478883
+ },
+ {
+ "nodeId": 8832609111,
+ "lat": 43.5906789,
+ "lon": 1.4821092
+ },
+ {
+ "nodeId": 10890417188,
+ "lat": 43.5905072,
+ "lon": 1.4825805
+ },
+ {
+ "nodeId": 10884065619,
+ "lat": 43.5902887,
+ "lon": 1.4830733
+ },
+ {
+ "nodeId": 10884065618,
+ "lat": 43.5900793,
+ "lon": 1.4834025
+ },
+ {
+ "nodeId": 10890417187,
+ "lat": 43.5897805,
+ "lon": 1.4837809
+ },
+ {
+ "nodeId": 8832609112,
+ "lat": 43.5894845,
+ "lon": 1.484083
+ },
+ {
+ "nodeId": 10890417186,
+ "lat": 43.5888194,
+ "lon": 1.4845387
+ },
+ {
+ "nodeId": 10884065620,
+ "lat": 43.5891031,
+ "lon": 1.4843729
+ },
+ {
+ "nodeId": 8832609113,
+ "lat": 43.5885655,
+ "lon": 1.4846479
+ },
+ {
+ "nodeId": 10890417185,
+ "lat": 43.5882342,
+ "lon": 1.4847502
+ },
+ {
+ "nodeId": 10884065621,
+ "lat": 43.5878909,
+ "lon": 1.4847924
+ },
+ {
+ "nodeId": 10890417184,
+ "lat": 43.5874514,
+ "lon": 1.4848036
+ },
+ {
+ "nodeId": 8832609114,
+ "lat": 43.5870239,
+ "lon": 1.4847546
+ },
+ {
+ "nodeId": 10884065622,
+ "lat": 43.5856878,
+ "lon": 1.4842983
+ },
+ {
+ "nodeId": 8832609115,
+ "lat": 43.5790904,
+ "lon": 1.48334
+ },
+ {
+ "nodeId": 10884065624,
+ "lat": 43.5782542,
+ "lon": 1.483201
+ },
+ {
+ "nodeId": 10890417183,
+ "lat": 43.5735153,
+ "lon": 1.4812421
+ },
+ {
+ "nodeId": 10884065623,
+ "lat": 43.5773527,
+ "lon": 1.4829144
+ },
+ {
+ "nodeId": 10884065625,
+ "lat": 43.5732218,
+ "lon": 1.4812425
+ },
+ {
+ "nodeId": 8832609116,
+ "lat": 43.5737949,
+ "lon": 1.4812876
+ },
+ {
+ "nodeId": 10884065627,
+ "lat": 43.5713968,
+ "lon": 1.4815714
+ },
+ {
+ "nodeId": 13154193588,
+ "lat": 43.5710034,
+ "lon": 1.4816469
+ },
+ {
+ "nodeId": 10884065628,
+ "lat": 43.5707926,
+ "lon": 1.4817072
+ },
+ {
+ "nodeId": 13154193589,
+ "lat": 43.5706313,
+ "lon": 1.4817689
+ },
+ {
+ "nodeId": 8832628117,
+ "lat": 43.5703953,
+ "lon": 1.4818881
+ },
+ {
+ "nodeId": 10890417182,
+ "lat": 43.5701911,
+ "lon": 1.4820318
+ },
+ {
+ "nodeId": 10884065630,
+ "lat": 43.5699803,
+ "lon": 1.4822155
+ },
+ {
+ "nodeId": 4070161840,
+ "lat": 43.6010749,
+ "lon": 1.4114232
+ },
+ {
+ "nodeId": 7992911280,
+ "lat": 43.6011003,
+ "lon": 1.4114253
+ },
+ {
+ "nodeId": 7650170169,
+ "lat": 43.5786809,
+ "lon": 1.4099412
+ },
+ {
+ "nodeId": 7650170158,
+ "lat": 43.5786555,
+ "lon": 1.4098585
+ },
+ {
+ "nodeId": 7650170157,
+ "lat": 43.5786273,
+ "lon": 1.4097669
+ },
+ {
+ "nodeId": 7649902487,
+ "lat": 43.5785877,
+ "lon": 1.4096305
+ },
+ {
+ "nodeId": 7649902486,
+ "lat": 43.5785397,
+ "lon": 1.409451
+ },
+ {
+ "nodeId": 7650170156,
+ "lat": 43.5784976,
+ "lon": 1.4092891
+ },
+ {
+ "nodeId": 60293330,
+ "lat": 43.5784436,
+ "lon": 1.409062
+ },
+ {
+ "nodeId": 7649902488,
+ "lat": 43.5784165,
+ "lon": 1.4089349
+ },
+ {
+ "nodeId": 7650170160,
+ "lat": 43.5783961,
+ "lon": 1.4088398
+ },
+ {
+ "nodeId": 10883978598,
+ "lat": 43.6038954,
+ "lon": 1.3334136
+ },
+ {
+ "nodeId": 10883978596,
+ "lat": 43.605186,
+ "lon": 1.3382534
+ },
+ {
+ "nodeId": 10883978595,
+ "lat": 43.6061311,
+ "lon": 1.3417895
+ },
+ {
+ "nodeId": 10883978594,
+ "lat": 43.6071388,
+ "lon": 1.3449944
+ },
+ {
+ "nodeId": 10883978592,
+ "lat": 43.6092016,
+ "lon": 1.3558296
+ },
+ {
+ "nodeId": 10883978593,
+ "lat": 43.6093329,
+ "lon": 1.3566514
+ },
+ {
+ "nodeId": 7667567243,
+ "lat": 43.6151732,
+ "lon": 1.4631726
+ },
+ {
+ "nodeId": 7667567239,
+ "lat": 43.6150226,
+ "lon": 1.4629582
+ },
+ {
+ "nodeId": 2379081769,
+ "lat": 43.636703,
+ "lon": 1.3909899
+ },
+ {
+ "nodeId": 3720148199,
+ "lat": 43.6367147,
+ "lon": 1.3909862
+ },
+ {
+ "nodeId": 983684763,
+ "lat": 43.636755,
+ "lon": 1.3909674
+ },
+ {
+ "nodeId": 3720148188,
+ "lat": 43.6367287,
+ "lon": 1.3909802
+ },
+ {
+ "nodeId": 3720148189,
+ "lat": 43.6367739,
+ "lon": 1.3909553
+ },
+ {
+ "nodeId": 2379081772,
+ "lat": 43.6367899,
+ "lon": 1.3909433
+ },
+ {
+ "nodeId": 3720148190,
+ "lat": 43.6368137,
+ "lon": 1.3909218
+ },
+ {
+ "nodeId": 1541651961,
+ "lat": 43.6368384,
+ "lon": 1.3908937
+ },
+ {
+ "nodeId": 3720148191,
+ "lat": 43.6368505,
+ "lon": 1.3908735
+ },
+ {
+ "nodeId": 757315626,
+ "lat": 43.6368578,
+ "lon": 1.3908608
+ },
+ {
+ "nodeId": 3720148200,
+ "lat": 43.6368675,
+ "lon": 1.3908407
+ },
+ {
+ "nodeId": 3720148192,
+ "lat": 43.636878,
+ "lon": 1.3908172
+ },
+ {
+ "nodeId": 3720148201,
+ "lat": 43.6368911,
+ "lon": 1.390779
+ },
+ {
+ "nodeId": 2379081780,
+ "lat": 43.6368845,
+ "lon": 1.3907994
+ },
+ {
+ "nodeId": 3720148193,
+ "lat": 43.6368976,
+ "lon": 1.3907579
+ },
+ {
+ "nodeId": 3720148202,
+ "lat": 43.6369027,
+ "lon": 1.3907381
+ },
+ {
+ "nodeId": 3720148194,
+ "lat": 43.6369061,
+ "lon": 1.3907177
+ },
+ {
+ "nodeId": 1464323861,
+ "lat": 43.636909,
+ "lon": 1.3906922
+ },
+ {
+ "nodeId": 3720148195,
+ "lat": 43.6369102,
+ "lon": 1.390659
+ },
+ {
+ "nodeId": 3720148198,
+ "lat": 43.6369095,
+ "lon": 1.3906288
+ },
+ {
+ "nodeId": 3720148203,
+ "lat": 43.6369061,
+ "lon": 1.3905789
+ },
+ {
+ "nodeId": 1464323859,
+ "lat": 43.6369039,
+ "lon": 1.3905637
+ },
+ {
+ "nodeId": 3720148196,
+ "lat": 43.6369078,
+ "lon": 1.3905973
+ },
+ {
+ "nodeId": 3720148197,
+ "lat": 43.6368986,
+ "lon": 1.3905369
+ },
+ {
+ "nodeId": 2379081779,
+ "lat": 43.6368864,
+ "lon": 1.3904859
+ },
+ {
+ "nodeId": 4449466989,
+ "lat": 43.6368463,
+ "lon": 1.3903401
+ },
+ {
+ "nodeId": 7667567188,
+ "lat": 43.6188011,
+ "lon": 1.4680349
+ },
+ {
+ "nodeId": 7669152620,
+ "lat": 43.6187601,
+ "lon": 1.4679771
+ },
+ {
+ "nodeId": 7667567203,
+ "lat": 43.6187182,
+ "lon": 1.4679132
+ },
+ {
+ "nodeId": 7669152614,
+ "lat": 43.6186629,
+ "lon": 1.4678266
+ },
+ {
+ "nodeId": 7669152613,
+ "lat": 43.6186156,
+ "lon": 1.4677522
+ },
+ {
+ "nodeId": 7669152612,
+ "lat": 43.6185472,
+ "lon": 1.4676419
+ },
+ {
+ "nodeId": 7667567191,
+ "lat": 43.6182984,
+ "lon": 1.4672397
+ },
+ {
+ "nodeId": 7669152605,
+ "lat": 43.6182419,
+ "lon": 1.467147
+ },
+ {
+ "nodeId": 7667567200,
+ "lat": 43.6181785,
+ "lon": 1.4670476
+ },
+ {
+ "nodeId": 7667567190,
+ "lat": 43.6181195,
+ "lon": 1.4669566
+ },
+ {
+ "nodeId": 7669152617,
+ "lat": 43.6180529,
+ "lon": 1.4668566
+ },
+ {
+ "nodeId": 7667567231,
+ "lat": 43.6180833,
+ "lon": 1.4668988
+ },
+ {
+ "nodeId": 7667567192,
+ "lat": 43.6180235,
+ "lon": 1.4668123
+ },
+ {
+ "nodeId": 7669152616,
+ "lat": 43.6179901,
+ "lon": 1.4667658
+ },
+ {
+ "nodeId": 764715477,
+ "lat": 43.6179571,
+ "lon": 1.4667218
+ },
+ {
+ "nodeId": 7667567196,
+ "lat": 43.617909,
+ "lon": 1.4666629
+ },
+ {
+ "nodeId": 7992911276,
+ "lat": 43.6043776,
+ "lon": 1.405155
+ },
+ {
+ "nodeId": 8068564063,
+ "lat": 43.6044041,
+ "lon": 1.4051027
+ },
+ {
+ "nodeId": 2348938946,
+ "lat": 43.6044333,
+ "lon": 1.4050412
+ },
+ {
+ "nodeId": 2346369050,
+ "lat": 43.6044853,
+ "lon": 1.4049342
+ },
+ {
+ "nodeId": 8068564056,
+ "lat": 43.604547,
+ "lon": 1.4048111
+ },
+ {
+ "nodeId": 7684777871,
+ "lat": 43.6271861,
+ "lon": 1.4827671
+ },
+ {
+ "nodeId": 7684777872,
+ "lat": 43.6271293,
+ "lon": 1.4827193
+ },
+ {
+ "nodeId": 7684777862,
+ "lat": 43.627084,
+ "lon": 1.4826797
+ },
+ {
+ "nodeId": 7684777873,
+ "lat": 43.6270241,
+ "lon": 1.4826222
+ },
+ {
+ "nodeId": 338407683,
+ "lat": 43.626972,
+ "lon": 1.4825669
+ },
+ {
+ "nodeId": 7684777874,
+ "lat": 43.6269062,
+ "lon": 1.4824848
+ },
+ {
+ "nodeId": 339877381,
+ "lat": 43.6268218,
+ "lon": 1.4823672
+ },
+ {
+ "nodeId": 338407676,
+ "lat": 43.6267451,
+ "lon": 1.4822362
+ },
+ {
+ "nodeId": 7684777875,
+ "lat": 43.6268643,
+ "lon": 1.4824264
+ },
+ {
+ "nodeId": 7684777876,
+ "lat": 43.626715,
+ "lon": 1.4821802
+ },
+ {
+ "nodeId": 7684777849,
+ "lat": 43.6266848,
+ "lon": 1.4821173
+ },
+ {
+ "nodeId": 338407670,
+ "lat": 43.6264887,
+ "lon": 1.4816631
+ },
+ {
+ "nodeId": 7684777877,
+ "lat": 43.6263956,
+ "lon": 1.481434
+ },
+ {
+ "nodeId": 7684777848,
+ "lat": 43.6266291,
+ "lon": 1.4819931
+ },
+ {
+ "nodeId": 8195393907,
+ "lat": 43.6288715,
+ "lon": 1.4828207
+ },
+ {
+ "nodeId": 8195393906,
+ "lat": 43.6285214,
+ "lon": 1.4829283
+ },
+ {
+ "nodeId": 333182032,
+ "lat": 43.6282737,
+ "lon": 1.4830009
+ },
+ {
+ "nodeId": 339877449,
+ "lat": 43.6279941,
+ "lon": 1.4830532
+ },
+ {
+ "nodeId": 11400065293,
+ "lat": 43.614896,
+ "lon": 1.4627642
+ },
+ {
+ "nodeId": 286474719,
+ "lat": 43.6148217,
+ "lon": 1.462629
+ },
+ {
+ "nodeId": 11400065316,
+ "lat": 43.6147951,
+ "lon": 1.4625404
+ },
+ {
+ "nodeId": 11400065304,
+ "lat": 43.6147741,
+ "lon": 1.4624396
+ },
+ {
+ "nodeId": 11400065305,
+ "lat": 43.6147348,
+ "lon": 1.4621908
+ },
+ {
+ "nodeId": 11400065307,
+ "lat": 43.6146573,
+ "lon": 1.4618369
+ },
+ {
+ "nodeId": 11400065306,
+ "lat": 43.614701,
+ "lon": 1.4619844
+ },
+ {
+ "nodeId": 11400065308,
+ "lat": 43.6145821,
+ "lon": 1.461697
+ },
+ {
+ "nodeId": 11400065309,
+ "lat": 43.6120294,
+ "lon": 1.4579855
+ },
+ {
+ "nodeId": 11400065310,
+ "lat": 43.6118642,
+ "lon": 1.4577275
+ },
+ {
+ "nodeId": 11400065312,
+ "lat": 43.6112724,
+ "lon": 1.4559413
+ },
+ {
+ "nodeId": 11400065311,
+ "lat": 43.6117991,
+ "lon": 1.4575739
+ },
+ {
+ "nodeId": 11400065313,
+ "lat": 43.6112197,
+ "lon": 1.4557771
+ },
+ {
+ "nodeId": 8148948745,
+ "lat": 43.6110575,
+ "lon": 1.4554768
+ },
+ {
+ "nodeId": 7992911293,
+ "lat": 43.5990987,
+ "lon": 1.4112169
+ },
+ {
+ "nodeId": 2281854508,
+ "lat": 43.5991352,
+ "lon": 1.4112286
+ },
+ {
+ "nodeId": 11400065295,
+ "lat": 43.6111594,
+ "lon": 1.4556447
+ },
+ {
+ "nodeId": 8985348140,
+ "lat": 43.5991781,
+ "lon": 1.4112384
+ },
+ {
+ "nodeId": 1078689737,
+ "lat": 43.5992241,
+ "lon": 1.4112489
+ },
+ {
+ "nodeId": 2281854516,
+ "lat": 43.5994386,
+ "lon": 1.4112764
+ },
+ {
+ "nodeId": 582467791,
+ "lat": 43.5993044,
+ "lon": 1.4112637
+ },
+ {
+ "nodeId": 7992911294,
+ "lat": 43.5996617,
+ "lon": 1.4112967
+ },
+ {
+ "nodeId": 7650170155,
+ "lat": 43.578381,
+ "lon": 1.408762
+ },
+ {
+ "nodeId": 7650170154,
+ "lat": 43.5783564,
+ "lon": 1.408633
+ },
+ {
+ "nodeId": 60293329,
+ "lat": 43.5783385,
+ "lon": 1.4085319
+ },
+ {
+ "nodeId": 2379081705,
+ "lat": 43.6226246,
+ "lon": 1.3955723
+ },
+ {
+ "nodeId": 656420419,
+ "lat": 43.6226943,
+ "lon": 1.3954934
+ },
+ {
+ "nodeId": 2379081708,
+ "lat": 43.6227802,
+ "lon": 1.3953983
+ },
+ {
+ "nodeId": 7197474909,
+ "lat": 43.6228912,
+ "lon": 1.3952898
+ },
+ {
+ "nodeId": 757338952,
+ "lat": 43.6229557,
+ "lon": 1.3952268
+ },
+ {
+ "nodeId": 2379081711,
+ "lat": 43.6230924,
+ "lon": 1.3951031
+ },
+ {
+ "nodeId": 757315603,
+ "lat": 43.6232314,
+ "lon": 1.3949932
+ },
+ {
+ "nodeId": 7197474920,
+ "lat": 43.6233178,
+ "lon": 1.3949316
+ },
+ {
+ "nodeId": 757338947,
+ "lat": 43.6235015,
+ "lon": 1.3948005
+ },
+ {
+ "nodeId": 2379081714,
+ "lat": 43.6240461,
+ "lon": 1.3944298
+ },
+ {
+ "nodeId": 1464381971,
+ "lat": 43.6243596,
+ "lon": 1.3942145
+ },
+ {
+ "nodeId": 253217647,
+ "lat": 43.6252245,
+ "lon": 1.3936536
+ },
+ {
+ "nodeId": 2379081717,
+ "lat": 43.6248105,
+ "lon": 1.3939081
+ },
+ {
+ "nodeId": 5833918526,
+ "lat": 43.6251106,
+ "lon": 1.3937235
+ },
+ {
+ "nodeId": 7072910016,
+ "lat": 43.6252871,
+ "lon": 1.3936153
+ },
+ {
+ "nodeId": 53964005,
+ "lat": 43.5667007,
+ "lon": 1.3940266
+ },
+ {
+ "nodeId": 53964004,
+ "lat": 43.5667689,
+ "lon": 1.3939467
+ },
+ {
+ "nodeId": 7644357248,
+ "lat": 43.5668269,
+ "lon": 1.3938847
+ },
+ {
+ "nodeId": 7650170148,
+ "lat": 43.5783276,
+ "lon": 1.4084654
+ },
+ {
+ "nodeId": 7650170145,
+ "lat": 43.5783123,
+ "lon": 1.4083783
+ },
+ {
+ "nodeId": 7650170146,
+ "lat": 43.5782976,
+ "lon": 1.4082866
+ },
+ {
+ "nodeId": 1477508091,
+ "lat": 43.578284,
+ "lon": 1.4081986
+ },
+ {
+ "nodeId": 7650170149,
+ "lat": 43.5782732,
+ "lon": 1.4081204
+ },
+ {
+ "nodeId": 7650170147,
+ "lat": 43.5782635,
+ "lon": 1.4080534
+ },
+ {
+ "nodeId": 7650170128,
+ "lat": 43.5782475,
+ "lon": 1.4079417
+ },
+ {
+ "nodeId": 7649884180,
+ "lat": 43.5782324,
+ "lon": 1.4078156
+ },
+ {
+ "nodeId": 7650170127,
+ "lat": 43.578219,
+ "lon": 1.4076995
+ },
+ {
+ "nodeId": 1477508090,
+ "lat": 43.578205,
+ "lon": 1.4075636
+ },
+ {
+ "nodeId": 60293328,
+ "lat": 43.5781924,
+ "lon": 1.4074197
+ },
+ {
+ "nodeId": 7650170126,
+ "lat": 43.5781801,
+ "lon": 1.4072581
+ },
+ {
+ "nodeId": 7650170125,
+ "lat": 43.5781724,
+ "lon": 1.4071223
+ },
+ {
+ "nodeId": 1477508089,
+ "lat": 43.5781661,
+ "lon": 1.4070107
+ },
+ {
+ "nodeId": 7650170130,
+ "lat": 43.5781608,
+ "lon": 1.4068999
+ },
+ {
+ "nodeId": 7649884179,
+ "lat": 43.5781564,
+ "lon": 1.4067829
+ },
+ {
+ "nodeId": 7650170132,
+ "lat": 43.5781544,
+ "lon": 1.4066771
+ },
+ {
+ "nodeId": 60293327,
+ "lat": 43.5781527,
+ "lon": 1.4065566
+ },
+ {
+ "nodeId": 7992911259,
+ "lat": 43.6120736,
+ "lon": 1.4014732
+ },
+ {
+ "nodeId": 756757864,
+ "lat": 43.6126539,
+ "lon": 1.4014428
+ },
+ {
+ "nodeId": 2379081590,
+ "lat": 43.6127414,
+ "lon": 1.401437
+ },
+ {
+ "nodeId": 5416122771,
+ "lat": 43.6127671,
+ "lon": 1.4014353
+ },
+ {
+ "nodeId": 2379081594,
+ "lat": 43.6128613,
+ "lon": 1.4014289
+ },
+ {
+ "nodeId": 2379081602,
+ "lat": 43.6131408,
+ "lon": 1.4014153
+ },
+ {
+ "nodeId": 2379081606,
+ "lat": 43.613222,
+ "lon": 1.4013995
+ },
+ {
+ "nodeId": 756757827,
+ "lat": 43.6130132,
+ "lon": 1.4014187
+ },
+ {
+ "nodeId": 756757985,
+ "lat": 43.6133098,
+ "lon": 1.4013657
+ },
+ {
+ "nodeId": 756757869,
+ "lat": 43.6134239,
+ "lon": 1.4012948
+ },
+ {
+ "nodeId": 2379081619,
+ "lat": 43.6135759,
+ "lon": 1.4011399
+ },
+ {
+ "nodeId": 1461684512,
+ "lat": 43.6136442,
+ "lon": 1.4010436
+ },
+ {
+ "nodeId": 2379081615,
+ "lat": 43.6135041,
+ "lon": 1.4012212
+ },
+ {
+ "nodeId": 756757930,
+ "lat": 43.6137972,
+ "lon": 1.4007648
+ },
+ {
+ "nodeId": 2087249290,
+ "lat": 43.6137189,
+ "lon": 1.4009183
+ },
+ {
+ "nodeId": 7992911249,
+ "lat": 43.636232,
+ "lon": 1.3870913
+ },
+ {
+ "nodeId": 7197474640,
+ "lat": 43.5950933,
+ "lon": 1.4095353
+ },
+ {
+ "nodeId": 3463402040,
+ "lat": 43.5951044,
+ "lon": 1.40954
+ },
+ {
+ "nodeId": 2081168052,
+ "lat": 43.5954043,
+ "lon": 1.4096665
+ },
+ {
+ "nodeId": 2081168099,
+ "lat": 43.5955281,
+ "lon": 1.4097206
+ },
+ {
+ "nodeId": 2379081421,
+ "lat": 43.5959982,
+ "lon": 1.4099156
+ },
+ {
+ "nodeId": 353769191,
+ "lat": 43.5961039,
+ "lon": 1.4099622
+ },
+ {
+ "nodeId": 7197474673,
+ "lat": 43.5961829,
+ "lon": 1.4099957
+ },
+ {
+ "nodeId": 353769193,
+ "lat": 43.5969105,
+ "lon": 1.4103041
+ },
+ {
+ "nodeId": 7992911292,
+ "lat": 43.5988969,
+ "lon": 1.4111401
+ },
+ {
+ "nodeId": 10217247154,
+ "lat": 43.5542648,
+ "lon": 1.4828854
+ },
+ {
+ "nodeId": 12987593899,
+ "lat": 43.5543275,
+ "lon": 1.482711
+ },
+ {
+ "nodeId": 12987593897,
+ "lat": 43.5544014,
+ "lon": 1.4825257
+ },
+ {
+ "nodeId": 12987593898,
+ "lat": 43.5544562,
+ "lon": 1.4823988
+ },
+ {
+ "nodeId": 10890417166,
+ "lat": 43.5545166,
+ "lon": 1.4822861
+ },
+ {
+ "nodeId": 12987593896,
+ "lat": 43.5545894,
+ "lon": 1.4821545
+ },
+ {
+ "nodeId": 10217247153,
+ "lat": 43.5546718,
+ "lon": 1.4820274
+ },
+ {
+ "nodeId": 2278465610,
+ "lat": 43.5920864,
+ "lon": 1.4419475
+ },
+ {
+ "nodeId": 10890417160,
+ "lat": 43.5547766,
+ "lon": 1.4818885
+ },
+ {
+ "nodeId": 5634723424,
+ "lat": 43.5920871,
+ "lon": 1.4420233
+ },
+ {
+ "nodeId": 757315588,
+ "lat": 43.6367013,
+ "lon": 1.3898241
+ },
+ {
+ "nodeId": 7072849777,
+ "lat": 43.6366871,
+ "lon": 1.3897702
+ },
+ {
+ "nodeId": 2561998100,
+ "lat": 43.6364752,
+ "lon": 1.3889683
+ },
+ {
+ "nodeId": 2379081762,
+ "lat": 43.6363935,
+ "lon": 1.3886594
+ },
+ {
+ "nodeId": 1464323838,
+ "lat": 43.6363044,
+ "lon": 1.3883229
+ },
+ {
+ "nodeId": 7992911250,
+ "lat": 43.636291,
+ "lon": 1.3882597
+ },
+ {
+ "nodeId": 2379081753,
+ "lat": 43.6362693,
+ "lon": 1.3881572
+ },
+ {
+ "nodeId": 7078008119,
+ "lat": 43.6362484,
+ "lon": 1.387992
+ },
+ {
+ "nodeId": 757315611,
+ "lat": 43.6362412,
+ "lon": 1.3879352
+ },
+ {
+ "nodeId": 2379081748,
+ "lat": 43.6362284,
+ "lon": 1.387783
+ },
+ {
+ "nodeId": 757315563,
+ "lat": 43.6362273,
+ "lon": 1.3876008
+ },
+ {
+ "nodeId": 2987358635,
+ "lat": 43.6362267,
+ "lon": 1.3874993
+ },
+ {
+ "nodeId": 7072849779,
+ "lat": 43.631084,
+ "lon": 1.3917194
+ },
+ {
+ "nodeId": 2721873870,
+ "lat": 43.6311095,
+ "lon": 1.3917164
+ },
+ {
+ "nodeId": 253218852,
+ "lat": 43.6311829,
+ "lon": 1.3917079
+ },
+ {
+ "nodeId": 7072849781,
+ "lat": 43.6312696,
+ "lon": 1.3916978
+ },
+ {
+ "nodeId": 1599934795,
+ "lat": 43.6323199,
+ "lon": 1.3915749
+ },
+ {
+ "nodeId": 2379081738,
+ "lat": 43.6329045,
+ "lon": 1.3915059
+ },
+ {
+ "nodeId": 13415224448,
+ "lat": 43.6330819,
+ "lon": 1.3914805
+ },
+ {
+ "nodeId": 7072910037,
+ "lat": 43.6334992,
+ "lon": 1.3914209
+ },
+ {
+ "nodeId": 7072910028,
+ "lat": 43.6338189,
+ "lon": 1.3913751
+ },
+ {
+ "nodeId": 7992911285,
+ "lat": 43.5926836,
+ "lon": 1.4350499
+ },
+ {
+ "nodeId": 3721453116,
+ "lat": 43.6057394,
+ "lon": 1.4022041
+ },
+ {
+ "nodeId": 2278465609,
+ "lat": 43.5926739,
+ "lon": 1.4351495
+ },
+ {
+ "nodeId": 582467895,
+ "lat": 43.6057639,
+ "lon": 1.4021573
+ },
+ {
+ "nodeId": 3721453117,
+ "lat": 43.605794,
+ "lon": 1.4021077
+ },
+ {
+ "nodeId": 756757813,
+ "lat": 43.6058222,
+ "lon": 1.4020742
+ },
+ {
+ "nodeId": 3721453118,
+ "lat": 43.6058455,
+ "lon": 1.4020514
+ },
+ {
+ "nodeId": 2281806202,
+ "lat": 43.6058746,
+ "lon": 1.4020313
+ },
+ {
+ "nodeId": 757390969,
+ "lat": 43.6059202,
+ "lon": 1.4019977
+ },
+ {
+ "nodeId": 2379081539,
+ "lat": 43.6059687,
+ "lon": 1.4019819
+ },
+ {
+ "nodeId": 1461684523,
+ "lat": 43.6060037,
+ "lon": 1.4019763
+ },
+ {
+ "nodeId": 3721453119,
+ "lat": 43.6060358,
+ "lon": 1.4019749
+ },
+ {
+ "nodeId": 3721453652,
+ "lat": 43.606125,
+ "lon": 1.4019954
+ },
+ {
+ "nodeId": 2379081545,
+ "lat": 43.6060696,
+ "lon": 1.4019792
+ },
+ {
+ "nodeId": 3721453651,
+ "lat": 43.6061494,
+ "lon": 1.4020039
+ },
+ {
+ "nodeId": 756757967,
+ "lat": 43.6063593,
+ "lon": 1.4020822
+ },
+ {
+ "nodeId": 2379081547,
+ "lat": 43.6061291,
+ "lon": 1.401997
+ },
+ {
+ "nodeId": 7992911269,
+ "lat": 43.6063884,
+ "lon": 1.4020909
+ },
+ {
+ "nodeId": 7197474341,
+ "lat": 43.5922775,
+ "lon": 1.4397598
+ },
+ {
+ "nodeId": 2564187624,
+ "lat": 43.5922896,
+ "lon": 1.4396216
+ },
+ {
+ "nodeId": 7197474349,
+ "lat": 43.5922451,
+ "lon": 1.4401293
+ },
+ {
+ "nodeId": 2485510999,
+ "lat": 43.5922586,
+ "lon": 1.4399748
+ },
+ {
+ "nodeId": 10890417159,
+ "lat": 43.5550167,
+ "lon": 1.4816322
+ },
+ {
+ "nodeId": 10890417161,
+ "lat": 43.5552916,
+ "lon": 1.4814023
+ },
+ {
+ "nodeId": 10217247152,
+ "lat": 43.5555388,
+ "lon": 1.4811615
+ },
+ {
+ "nodeId": 10890417162,
+ "lat": 43.5557328,
+ "lon": 1.480903
+ },
+ {
+ "nodeId": 10890417165,
+ "lat": 43.5558529,
+ "lon": 1.4807162
+ },
+ {
+ "nodeId": 10217247151,
+ "lat": 43.555944,
+ "lon": 1.4805215
+ },
+ {
+ "nodeId": 10890417164,
+ "lat": 43.5560349,
+ "lon": 1.4803056
+ },
+ {
+ "nodeId": 10217247150,
+ "lat": 43.5560998,
+ "lon": 1.4801043
+ },
+ {
+ "nodeId": 12987593900,
+ "lat": 43.5561411,
+ "lon": 1.4798507
+ },
+ {
+ "nodeId": 10890417163,
+ "lat": 43.556165,
+ "lon": 1.4795949
+ },
+ {
+ "nodeId": 10890417158,
+ "lat": 43.5561523,
+ "lon": 1.4792079
+ },
+ {
+ "nodeId": 356781456,
+ "lat": 43.5560143,
+ "lon": 1.4782012
+ },
+ {
+ "nodeId": 11487204334,
+ "lat": 43.5914854,
+ "lon": 1.4182334
+ },
+ {
+ "nodeId": 11400069842,
+ "lat": 43.5928609,
+ "lon": 1.4184347
+ },
+ {
+ "nodeId": 11487204333,
+ "lat": 43.5915998,
+ "lon": 1.4182384
+ },
+ {
+ "nodeId": 11487204335,
+ "lat": 43.5913255,
+ "lon": 1.4182481
+ },
+ {
+ "nodeId": 11487204332,
+ "lat": 43.5911554,
+ "lon": 1.4182745
+ },
+ {
+ "nodeId": 11487204337,
+ "lat": 43.5885885,
+ "lon": 1.4187857
+ },
+ {
+ "nodeId": 11487204336,
+ "lat": 43.5888477,
+ "lon": 1.4187729
+ },
+ {
+ "nodeId": 1922412415,
+ "lat": 43.5883192,
+ "lon": 1.4187492
+ },
+ {
+ "nodeId": 4958023823,
+ "lat": 43.5880834,
+ "lon": 1.4186944
+ },
+ {
+ "nodeId": 1922412413,
+ "lat": 43.5878001,
+ "lon": 1.4185905
+ },
+ {
+ "nodeId": 9150994683,
+ "lat": 43.5812979,
+ "lon": 1.4133481
+ },
+ {
+ "nodeId": 12794875825,
+ "lat": 43.5798604,
+ "lon": 1.4121052
+ },
+ {
+ "nodeId": 11487204351,
+ "lat": 43.5795562,
+ "lon": 1.4117199
+ },
+ {
+ "nodeId": 11487204352,
+ "lat": 43.5797179,
+ "lon": 1.4119418
+ },
+ {
+ "nodeId": 1477508094,
+ "lat": 43.5792744,
+ "lon": 1.411315
+ },
+ {
+ "nodeId": 11487204350,
+ "lat": 43.5790492,
+ "lon": 1.4108307
+ },
+ {
+ "nodeId": 1477508093,
+ "lat": 43.578835,
+ "lon": 1.4103607
+ },
+ {
+ "nodeId": 1477508092,
+ "lat": 43.5787404,
+ "lon": 1.4101049
+ },
+ {
+ "nodeId": 7992911256,
+ "lat": 43.6149449,
+ "lon": 1.3970636
+ },
+ {
+ "nodeId": 2088234167,
+ "lat": 43.615831,
+ "lon": 1.3970493
+ },
+ {
+ "nodeId": 1464397873,
+ "lat": 43.6167773,
+ "lon": 1.397012
+ },
+ {
+ "nodeId": 2088234168,
+ "lat": 43.6176783,
+ "lon": 1.3969542
+ },
+ {
+ "nodeId": 757369920,
+ "lat": 43.6178521,
+ "lon": 1.3969457
+ },
+ {
+ "nodeId": 5839557778,
+ "lat": 43.6180255,
+ "lon": 1.3969414
+ },
+ {
+ "nodeId": 2447668515,
+ "lat": 43.5926882,
+ "lon": 1.435001
+ },
+ {
+ "nodeId": 13356009862,
+ "lat": 43.5926925,
+ "lon": 1.4349524
+ },
+ {
+ "nodeId": 2438046037,
+ "lat": 43.5926974,
+ "lon": 1.4348958
+ },
+ {
+ "nodeId": 3721923412,
+ "lat": 43.5926964,
+ "lon": 1.4347952
+ },
+ {
+ "nodeId": 2447668513,
+ "lat": 43.5926935,
+ "lon": 1.4347469
+ },
+ {
+ "nodeId": 2919067078,
+ "lat": 43.5926998,
+ "lon": 1.4348581
+ },
+ {
+ "nodeId": 3721923413,
+ "lat": 43.5926828,
+ "lon": 1.4346933
+ },
+ {
+ "nodeId": 2278465611,
+ "lat": 43.5926682,
+ "lon": 1.4346464
+ },
+ {
+ "nodeId": 3721923414,
+ "lat": 43.5926527,
+ "lon": 1.4346021
+ },
+ {
+ "nodeId": 2919067076,
+ "lat": 43.5926372,
+ "lon": 1.4345672
+ },
+ {
+ "nodeId": 2882244420,
+ "lat": 43.5926236,
+ "lon": 1.4345404
+ },
+ {
+ "nodeId": 3721923415,
+ "lat": 43.5925905,
+ "lon": 1.4344908
+ },
+ {
+ "nodeId": 648447,
+ "lat": 43.5925614,
+ "lon": 1.4344561
+ },
+ {
+ "nodeId": 7992911287,
+ "lat": 43.5925079,
+ "lon": 1.4344052
+ },
+ {
+ "nodeId": 2494096159,
+ "lat": 43.5924831,
+ "lon": 1.4343816
+ },
+ {
+ "nodeId": 2903146038,
+ "lat": 43.5924402,
+ "lon": 1.4343502
+ },
+ {
+ "nodeId": 13356009847,
+ "lat": 43.592307,
+ "lon": 1.4342419
+ },
+ {
+ "nodeId": 2361286503,
+ "lat": 43.5923431,
+ "lon": 1.434274
+ },
+ {
+ "nodeId": 2616211812,
+ "lat": 43.5924082,
+ "lon": 1.4343233
+ },
+ {
+ "nodeId": 4070164982,
+ "lat": 43.6032586,
+ "lon": 1.407432
+ },
+ {
+ "nodeId": 4070165089,
+ "lat": 43.6034062,
+ "lon": 1.4070965
+ },
+ {
+ "nodeId": 4070165091,
+ "lat": 43.6034611,
+ "lon": 1.4069682
+ },
+ {
+ "nodeId": 2379081473,
+ "lat": 43.6035076,
+ "lon": 1.4068595
+ },
+ {
+ "nodeId": 2281809214,
+ "lat": 43.6037411,
+ "lon": 1.4063437
+ },
+ {
+ "nodeId": 582467894,
+ "lat": 43.6038685,
+ "lon": 1.4061023
+ },
+ {
+ "nodeId": 4070165097,
+ "lat": 43.6035502,
+ "lon": 1.4067654
+ },
+ {
+ "nodeId": 7992911277,
+ "lat": 43.6039421,
+ "lon": 1.4059678
+ },
+ {
+ "nodeId": 8237931628,
+ "lat": 43.593228,
+ "lon": 1.4100967
+ },
+ {
+ "nodeId": 344790675,
+ "lat": 43.5932265,
+ "lon": 1.4100743
+ },
+ {
+ "nodeId": 8238063523,
+ "lat": 43.5932048,
+ "lon": 1.4097489
+ },
+ {
+ "nodeId": 8238063529,
+ "lat": 43.5932255,
+ "lon": 1.4100598
+ },
+ {
+ "nodeId": 1464788357,
+ "lat": 43.5932029,
+ "lon": 1.4097205
+ },
+ {
+ "nodeId": 8238063551,
+ "lat": 43.5932017,
+ "lon": 1.4096956
+ },
+ {
+ "nodeId": 8237931623,
+ "lat": 43.5931979,
+ "lon": 1.4096154
+ },
+ {
+ "nodeId": 8238063546,
+ "lat": 43.5932001,
+ "lon": 1.4095754
+ },
+ {
+ "nodeId": 344790674,
+ "lat": 43.5932023,
+ "lon": 1.4095338
+ },
+ {
+ "nodeId": 8238063567,
+ "lat": 43.593208,
+ "lon": 1.4094789
+ },
+ {
+ "nodeId": 2379081331,
+ "lat": 43.5932117,
+ "lon": 1.409444
+ },
+ {
+ "nodeId": 2091875622,
+ "lat": 43.5932256,
+ "lon": 1.4093592
+ },
+ {
+ "nodeId": 7992911288,
+ "lat": 43.5857811,
+ "lon": 1.4276406
+ },
+ {
+ "nodeId": 3720373928,
+ "lat": 43.6185299,
+ "lon": 1.3969195
+ },
+ {
+ "nodeId": 1461684517,
+ "lat": 43.6186462,
+ "lon": 1.3969162
+ },
+ {
+ "nodeId": 1739599883,
+ "lat": 43.6188683,
+ "lon": 1.3969067
+ },
+ {
+ "nodeId": 4070166418,
+ "lat": 43.6189461,
+ "lon": 1.3969036
+ },
+ {
+ "nodeId": 656420389,
+ "lat": 43.620359,
+ "lon": 1.3968484
+ },
+ {
+ "nodeId": 656420399,
+ "lat": 43.6206138,
+ "lon": 1.3968385
+ },
+ {
+ "nodeId": 333085694,
+ "lat": 43.6277126,
+ "lon": 1.4830234
+ },
+ {
+ "nodeId": 7684777840,
+ "lat": 43.6274124,
+ "lon": 1.4829159
+ },
+ {
+ "nodeId": 2763710929,
+ "lat": 43.6275278,
+ "lon": 1.482968
+ },
+ {
+ "nodeId": 54548624,
+ "lat": 43.602539,
+ "lon": 1.3506501
+ },
+ {
+ "nodeId": 4146836665,
+ "lat": 43.6025372,
+ "lon": 1.3508401
+ },
+ {
+ "nodeId": 7072910005,
+ "lat": 43.6257109,
+ "lon": 1.3933603
+ },
+ {
+ "nodeId": 288552168,
+ "lat": 43.6262081,
+ "lon": 1.3930602
+ },
+ {
+ "nodeId": 983684791,
+ "lat": 43.6266513,
+ "lon": 1.3927755
+ },
+ {
+ "nodeId": 265650424,
+ "lat": 43.6270898,
+ "lon": 1.3924976
+ },
+ {
+ "nodeId": 253218842,
+ "lat": 43.6271998,
+ "lon": 1.3924304
+ },
+ {
+ "nodeId": 983684771,
+ "lat": 43.6275691,
+ "lon": 1.39225
+ },
+ {
+ "nodeId": 288552069,
+ "lat": 43.6273158,
+ "lon": 1.3923642
+ },
+ {
+ "nodeId": 1540944859,
+ "lat": 43.6277749,
+ "lon": 1.392181
+ },
+ {
+ "nodeId": 265650449,
+ "lat": 43.6280256,
+ "lon": 1.3921285
+ },
+ {
+ "nodeId": 267255605,
+ "lat": 43.6282116,
+ "lon": 1.3921012
+ },
+ {
+ "nodeId": 265650462,
+ "lat": 43.628594,
+ "lon": 1.3920493
+ },
+ {
+ "nodeId": 983684753,
+ "lat": 43.6291019,
+ "lon": 1.3919835
+ },
+ {
+ "nodeId": 267255661,
+ "lat": 43.6294735,
+ "lon": 1.3919329
+ },
+ {
+ "nodeId": 265650613,
+ "lat": 43.6299693,
+ "lon": 1.391867
+ },
+ {
+ "nodeId": 253218850,
+ "lat": 43.6301746,
+ "lon": 1.3918392
+ },
+ {
+ "nodeId": 983684828,
+ "lat": 43.6305632,
+ "lon": 1.3917879
+ },
+ {
+ "nodeId": 7078008180,
+ "lat": 43.630645,
+ "lon": 1.3917759
+ },
+ {
+ "nodeId": 757338941,
+ "lat": 43.6307708,
+ "lon": 1.3917575
+ },
+ {
+ "nodeId": 7992911279,
+ "lat": 43.6017489,
+ "lon": 1.4107918
+ },
+ {
+ "nodeId": 8068564034,
+ "lat": 43.6023548,
+ "lon": 1.4094385
+ },
+ {
+ "nodeId": 2379081462,
+ "lat": 43.6023671,
+ "lon": 1.4094105
+ },
+ {
+ "nodeId": 2379081466,
+ "lat": 43.602483,
+ "lon": 1.4091506
+ },
+ {
+ "nodeId": 8068564090,
+ "lat": 43.6024896,
+ "lon": 1.409134
+ },
+ {
+ "nodeId": 8068564091,
+ "lat": 43.6029279,
+ "lon": 1.4081594
+ },
+ {
+ "nodeId": 4070164973,
+ "lat": 43.603028,
+ "lon": 1.4079456
+ },
+ {
+ "nodeId": 5894970034,
+ "lat": 43.6342528,
+ "lon": 1.3913138
+ },
+ {
+ "nodeId": 253218858,
+ "lat": 43.6343271,
+ "lon": 1.3913044
+ },
+ {
+ "nodeId": 7078008160,
+ "lat": 43.6343899,
+ "lon": 1.3912965
+ },
+ {
+ "nodeId": 7078008204,
+ "lat": 43.6347379,
+ "lon": 1.3912524
+ },
+ {
+ "nodeId": 7078008224,
+ "lat": 43.6348312,
+ "lon": 1.3912406
+ },
+ {
+ "nodeId": 1464323830,
+ "lat": 43.6349091,
+ "lon": 1.3912307
+ },
+ {
+ "nodeId": 983684836,
+ "lat": 43.6351126,
+ "lon": 1.3912055
+ },
+ {
+ "nodeId": 983684776,
+ "lat": 43.6357725,
+ "lon": 1.3911139
+ },
+ {
+ "nodeId": 983684811,
+ "lat": 43.6366035,
+ "lon": 1.391007
+ },
+ {
+ "nodeId": 7994764696,
+ "lat": 43.662022,
+ "lon": 1.364118
+ },
+ {
+ "nodeId": 2379084676,
+ "lat": 43.6620122,
+ "lon": 1.3640534
+ },
+ {
+ "nodeId": 364942222,
+ "lat": 43.6620008,
+ "lon": 1.3639565
+ },
+ {
+ "nodeId": 1626510458,
+ "lat": 43.6619937,
+ "lon": 1.3638679
+ },
+ {
+ "nodeId": 7869544173,
+ "lat": 43.6619923,
+ "lon": 1.3637943
+ },
+ {
+ "nodeId": 7869544176,
+ "lat": 43.6619981,
+ "lon": 1.3637227
+ },
+ {
+ "nodeId": 7869544174,
+ "lat": 43.66201,
+ "lon": 1.3636713
+ },
+ {
+ "nodeId": 364942084,
+ "lat": 43.6620258,
+ "lon": 1.3636234
+ },
+ {
+ "nodeId": 364942090,
+ "lat": 43.6620602,
+ "lon": 1.3635538
+ },
+ {
+ "nodeId": 364942094,
+ "lat": 43.6621179,
+ "lon": 1.3634866
+ },
+ {
+ "nodeId": 1736729062,
+ "lat": 43.6622067,
+ "lon": 1.3634251
+ },
+ {
+ "nodeId": 2379084699,
+ "lat": 43.6628697,
+ "lon": 1.3630037
+ },
+ {
+ "nodeId": 1736729150,
+ "lat": 43.6627428,
+ "lon": 1.3630866
+ },
+ {
+ "nodeId": 2379084703,
+ "lat": 43.6631078,
+ "lon": 1.3628522
+ },
+ {
+ "nodeId": 7077990874,
+ "lat": 43.6631572,
+ "lon": 1.362823
+ },
+ {
+ "nodeId": 13178671358,
+ "lat": 43.6636879,
+ "lon": 1.3624849
+ },
+ {
+ "nodeId": 2663752126,
+ "lat": 43.6637144,
+ "lon": 1.3624676
+ },
+ {
+ "nodeId": 360021215,
+ "lat": 43.5928166,
+ "lon": 1.4182775
+ },
+ {
+ "nodeId": 11518743823,
+ "lat": 43.6400595,
+ "lon": 1.4523614
+ },
+ {
+ "nodeId": 11518743824,
+ "lat": 43.6399322,
+ "lon": 1.4522851
+ },
+ {
+ "nodeId": 11518743825,
+ "lat": 43.6397145,
+ "lon": 1.4521693
+ },
+ {
+ "nodeId": 11518743826,
+ "lat": 43.6394452,
+ "lon": 1.4519538
+ },
+ {
+ "nodeId": 11518743827,
+ "lat": 43.6391393,
+ "lon": 1.4516753
+ },
+ {
+ "nodeId": 11518743828,
+ "lat": 43.6388083,
+ "lon": 1.4512179
+ },
+ {
+ "nodeId": 11518743829,
+ "lat": 43.6386871,
+ "lon": 1.4509338
+ },
+ {
+ "nodeId": 11518743830,
+ "lat": 43.6385432,
+ "lon": 1.4504655
+ },
+ {
+ "nodeId": 11518743831,
+ "lat": 43.6384184,
+ "lon": 1.4499402
+ },
+ {
+ "nodeId": 11518743832,
+ "lat": 43.6380263,
+ "lon": 1.4483201
+ },
+ {
+ "nodeId": 11518743833,
+ "lat": 43.6379572,
+ "lon": 1.4478302
+ },
+ {
+ "nodeId": 11518743834,
+ "lat": 43.6379305,
+ "lon": 1.4475375
+ },
+ {
+ "nodeId": 11518743835,
+ "lat": 43.6379305,
+ "lon": 1.4472171
+ },
+ {
+ "nodeId": 11518743836,
+ "lat": 43.638004,
+ "lon": 1.4459477
+ },
+ {
+ "nodeId": 11518743838,
+ "lat": 43.6380109,
+ "lon": 1.4438635
+ },
+ {
+ "nodeId": 11518743839,
+ "lat": 43.6380199,
+ "lon": 1.4424969
+ },
+ {
+ "nodeId": 11518743846,
+ "lat": 43.6379277,
+ "lon": 1.4414458
+ },
+ {
+ "nodeId": 11518743847,
+ "lat": 43.6377646,
+ "lon": 1.4409898
+ },
+ {
+ "nodeId": 13097083520,
+ "lat": 43.6376331,
+ "lon": 1.4407513
+ },
+ {
+ "nodeId": 12840249381,
+ "lat": 43.6379942,
+ "lon": 1.4419638
+ },
+ {
+ "nodeId": 11518743848,
+ "lat": 43.6376093,
+ "lon": 1.4407082
+ },
+ {
+ "nodeId": 11518743849,
+ "lat": 43.6371105,
+ "lon": 1.4400322
+ },
+ {
+ "nodeId": 11518743850,
+ "lat": 43.6362214,
+ "lon": 1.4388601
+ },
+ {
+ "nodeId": 11518743851,
+ "lat": 43.6356761,
+ "lon": 1.4380991
+ },
+ {
+ "nodeId": 11518743853,
+ "lat": 43.633013,
+ "lon": 1.4345446
+ },
+ {
+ "nodeId": 11518743854,
+ "lat": 43.6326378,
+ "lon": 1.4340973
+ },
+ {
+ "nodeId": 11518743855,
+ "lat": 43.6323155,
+ "lon": 1.4339166
+ },
+ {
+ "nodeId": 11518743857,
+ "lat": 43.6316858,
+ "lon": 1.4336603
+ },
+ {
+ "nodeId": 11518743856,
+ "lat": 43.6320185,
+ "lon": 1.4337449
+ },
+ {
+ "nodeId": 11518743858,
+ "lat": 43.6313836,
+ "lon": 1.4336426
+ },
+ {
+ "nodeId": 11518743860,
+ "lat": 43.628622,
+ "lon": 1.4338337
+ },
+ {
+ "nodeId": 11518743859,
+ "lat": 43.6298504,
+ "lon": 1.4337487
+ },
+ {
+ "nodeId": 11518743861,
+ "lat": 43.6271856,
+ "lon": 1.4339694
+ },
+ {
+ "nodeId": 11518774785,
+ "lat": 43.6257998,
+ "lon": 1.4340978
+ },
+ {
+ "nodeId": 11518774786,
+ "lat": 43.6248827,
+ "lon": 1.4341592
+ },
+ {
+ "nodeId": 11518774787,
+ "lat": 43.6240014,
+ "lon": 1.4342901
+ },
+ {
+ "nodeId": 11518774788,
+ "lat": 43.6235274,
+ "lon": 1.4343662
+ },
+ {
+ "nodeId": 11518774789,
+ "lat": 43.6232187,
+ "lon": 1.4344547
+ },
+ {
+ "nodeId": 11518774790,
+ "lat": 43.622787,
+ "lon": 1.4346405
+ },
+ {
+ "nodeId": 11518774791,
+ "lat": 43.6222566,
+ "lon": 1.4349024
+ },
+ {
+ "nodeId": 11518774792,
+ "lat": 43.6215469,
+ "lon": 1.435274
+ },
+ {
+ "nodeId": 11518774793,
+ "lat": 43.6207822,
+ "lon": 1.4356828
+ },
+ {
+ "nodeId": 11518774794,
+ "lat": 43.6205951,
+ "lon": 1.4357713
+ },
+ {
+ "nodeId": 12839919770,
+ "lat": 43.6201778,
+ "lon": 1.4359115
+ },
+ {
+ "nodeId": 12839919767,
+ "lat": 43.6198628,
+ "lon": 1.4360031
+ },
+ {
+ "nodeId": 11518774797,
+ "lat": 43.6191898,
+ "lon": 1.4362579
+ },
+ {
+ "nodeId": 11518774799,
+ "lat": 43.6180214,
+ "lon": 1.4366118
+ },
+ {
+ "nodeId": 11518774798,
+ "lat": 43.6185364,
+ "lon": 1.4364544
+ },
+ {
+ "nodeId": 11518774800,
+ "lat": 43.6175987,
+ "lon": 1.4367534
+ },
+ {
+ "nodeId": 11518774801,
+ "lat": 43.6174372,
+ "lon": 1.43678
+ },
+ {
+ "nodeId": 11518774802,
+ "lat": 43.6173027,
+ "lon": 1.4367729
+ },
+ {
+ "nodeId": 11518774803,
+ "lat": 43.6171272,
+ "lon": 1.4367357
+ },
+ {
+ "nodeId": 11518774804,
+ "lat": 43.6168851,
+ "lon": 1.4366278
+ },
+ {
+ "nodeId": 11518774805,
+ "lat": 43.6167429,
+ "lon": 1.4365269
+ },
+ {
+ "nodeId": 11518774806,
+ "lat": 43.6165392,
+ "lon": 1.4363712
+ },
+ {
+ "nodeId": 11518774807,
+ "lat": 43.6163893,
+ "lon": 1.4362349
+ },
+ {
+ "nodeId": 11518774808,
+ "lat": 43.6161856,
+ "lon": 1.4359394
+ },
+ {
+ "nodeId": 11518774809,
+ "lat": 43.6159144,
+ "lon": 1.4355813
+ },
+ {
+ "nodeId": 12833899126,
+ "lat": 43.6152796,
+ "lon": 1.4340446
+ },
+ {
+ "nodeId": 11834673033,
+ "lat": 43.6151042,
+ "lon": 1.433703
+ },
+ {
+ "nodeId": 11834673034,
+ "lat": 43.6147437,
+ "lon": 1.4329839
+ },
+ {
+ "nodeId": 11834673035,
+ "lat": 43.6146075,
+ "lon": 1.43261
+ },
+ {
+ "nodeId": 11834673036,
+ "lat": 43.614275,
+ "lon": 1.4316815
+ },
+ {
+ "nodeId": 11834673037,
+ "lat": 43.6137117,
+ "lon": 1.4304413
+ },
+ {
+ "nodeId": 11834673038,
+ "lat": 43.6134429,
+ "lon": 1.4300716
+ },
+ {
+ "nodeId": 11834673039,
+ "lat": 43.6132868,
+ "lon": 1.4298436
+ },
+ {
+ "nodeId": 11834673040,
+ "lat": 43.6131674,
+ "lon": 1.4297373
+ },
+ {
+ "nodeId": 11834673041,
+ "lat": 43.6129734,
+ "lon": 1.4296372
+ },
+ {
+ "nodeId": 11834673042,
+ "lat": 43.6128206,
+ "lon": 1.4296002
+ },
+ {
+ "nodeId": 11834673043,
+ "lat": 43.612506,
+ "lon": 1.429594
+ },
+ {
+ "nodeId": 11834673044,
+ "lat": 43.6122829,
+ "lon": 1.429611
+ },
+ {
+ "nodeId": 11834673045,
+ "lat": 43.6120677,
+ "lon": 1.4296618
+ },
+ {
+ "nodeId": 11834673046,
+ "lat": 43.6117286,
+ "lon": 1.4298128
+ },
+ {
+ "nodeId": 11834673047,
+ "lat": 43.6114944,
+ "lon": 1.4299591
+ },
+ {
+ "nodeId": 11834673048,
+ "lat": 43.6111018,
+ "lon": 1.4302303
+ },
+ {
+ "nodeId": 11834673049,
+ "lat": 43.6108207,
+ "lon": 1.4304798
+ },
+ {
+ "nodeId": 11834673050,
+ "lat": 43.6105284,
+ "lon": 1.430848
+ },
+ {
+ "nodeId": 11834673052,
+ "lat": 43.6102842,
+ "lon": 1.4313888
+ },
+ {
+ "nodeId": 11834673051,
+ "lat": 43.6104002,
+ "lon": 1.4310729
+ },
+ {
+ "nodeId": 11834673053,
+ "lat": 43.6102239,
+ "lon": 1.4317169
+ },
+ {
+ "nodeId": 11834673054,
+ "lat": 43.6101788,
+ "lon": 1.4321039
+ },
+ {
+ "nodeId": 11834673055,
+ "lat": 43.6101376,
+ "lon": 1.4325382
+ },
+ {
+ "nodeId": 11834673056,
+ "lat": 43.6101069,
+ "lon": 1.4330468
+ },
+ {
+ "nodeId": 11834673057,
+ "lat": 43.6101152,
+ "lon": 1.4335499
+ },
+ {
+ "nodeId": 11834673058,
+ "lat": 43.6101788,
+ "lon": 1.4341123
+ },
+ {
+ "nodeId": 11834678178,
+ "lat": 43.6103151,
+ "lon": 1.4345484
+ },
+ {
+ "nodeId": 11834673060,
+ "lat": 43.6107902,
+ "lon": 1.436119
+ },
+ {
+ "nodeId": 11834678170,
+ "lat": 43.6111277,
+ "lon": 1.4371648
+ },
+ {
+ "nodeId": 11834678171,
+ "lat": 43.6113353,
+ "lon": 1.4376803
+ },
+ {
+ "nodeId": 11834678172,
+ "lat": 43.6114885,
+ "lon": 1.4382124
+ },
+ {
+ "nodeId": 11834678173,
+ "lat": 43.6115545,
+ "lon": 1.4386108
+ },
+ {
+ "nodeId": 11834678174,
+ "lat": 43.6115565,
+ "lon": 1.4390731
+ },
+ {
+ "nodeId": 11834678175,
+ "lat": 43.6114854,
+ "lon": 1.4395331
+ },
+ {
+ "nodeId": 11834678176,
+ "lat": 43.6113513,
+ "lon": 1.4402742
+ },
+ {
+ "nodeId": 11834678177,
+ "lat": 43.6108414,
+ "lon": 1.4426193
+ },
+ {
+ "nodeId": 11834678186,
+ "lat": 43.6105961,
+ "lon": 1.4433825
+ },
+ {
+ "nodeId": 11834678187,
+ "lat": 43.610325,
+ "lon": 1.443792
+ },
+ {
+ "nodeId": 11834678188,
+ "lat": 43.6100579,
+ "lon": 1.4441236
+ },
+ {
+ "nodeId": 11834678189,
+ "lat": 43.609544,
+ "lon": 1.4446842
+ },
+ {
+ "nodeId": 12833545526,
+ "lat": 43.60864,
+ "lon": 1.4456083
+ },
+ {
+ "nodeId": 12833639921,
+ "lat": 43.6083379,
+ "lon": 1.4458618
+ },
+ {
+ "nodeId": 12833639922,
+ "lat": 43.6079046,
+ "lon": 1.4463128
+ },
+ {
+ "nodeId": 12833639923,
+ "lat": 43.6077148,
+ "lon": 1.4466314
+ },
+ {
+ "nodeId": 12841569718,
+ "lat": 43.6053595,
+ "lon": 1.4490713
+ },
+ {
+ "nodeId": 12833639924,
+ "lat": 43.6070572,
+ "lon": 1.447295
+ },
+ {
+ "nodeId": 12833639925,
+ "lat": 43.6046641,
+ "lon": 1.4498625
+ },
+ {
+ "nodeId": 12833639926,
+ "lat": 43.6031517,
+ "lon": 1.4515065
+ },
+ {
+ "nodeId": 12833639927,
+ "lat": 43.6026883,
+ "lon": 1.4518476
+ },
+ {
+ "nodeId": 12833639928,
+ "lat": 43.6024589,
+ "lon": 1.4519127
+ },
+ {
+ "nodeId": 12833639932,
+ "lat": 43.6011214,
+ "lon": 1.4520968
+ },
+ {
+ "nodeId": 12833639929,
+ "lat": 43.6014635,
+ "lon": 1.4520188
+ },
+ {
+ "nodeId": 12833639930,
+ "lat": 43.6003448,
+ "lon": 1.4521726
+ },
+ {
+ "nodeId": 12833639934,
+ "lat": 43.5999592,
+ "lon": 1.4522
+ },
+ {
+ "nodeId": 12833639935,
+ "lat": 43.5997417,
+ "lon": 1.4520858
+ },
+ {
+ "nodeId": 12833639936,
+ "lat": 43.5994085,
+ "lon": 1.4519223
+ },
+ {
+ "nodeId": 12833639937,
+ "lat": 43.5992297,
+ "lon": 1.4516567
+ },
+ {
+ "nodeId": 12833639938,
+ "lat": 43.5991397,
+ "lon": 1.4514519
+ },
+ {
+ "nodeId": 12833639939,
+ "lat": 43.5990838,
+ "lon": 1.4511235
+ },
+ {
+ "nodeId": 12833639940,
+ "lat": 43.5990573,
+ "lon": 1.4508027
+ },
+ {
+ "nodeId": 12833639941,
+ "lat": 43.5990708,
+ "lon": 1.4495803
+ },
+ {
+ "nodeId": 12833639942,
+ "lat": 43.5990972,
+ "lon": 1.447764
+ },
+ {
+ "nodeId": 12833639943,
+ "lat": 43.5990171,
+ "lon": 1.4472329
+ },
+ {
+ "nodeId": 12833639944,
+ "lat": 43.5988497,
+ "lon": 1.4468157
+ },
+ {
+ "nodeId": 12833639945,
+ "lat": 43.5982058,
+ "lon": 1.4463733
+ },
+ {
+ "nodeId": 12833639946,
+ "lat": 43.597743,
+ "lon": 1.4457978
+ },
+ {
+ "nodeId": 12833639947,
+ "lat": 43.5974422,
+ "lon": 1.4452933
+ },
+ {
+ "nodeId": 12833639950,
+ "lat": 43.5972441,
+ "lon": 1.4449705
+ },
+ {
+ "nodeId": 12833639951,
+ "lat": 43.5971137,
+ "lon": 1.444727
+ },
+ {
+ "nodeId": 12833639952,
+ "lat": 43.5968639,
+ "lon": 1.4444593
+ },
+ {
+ "nodeId": 12833639953,
+ "lat": 43.5958902,
+ "lon": 1.4442421
+ },
+ {
+ "nodeId": 12833639955,
+ "lat": 43.5944714,
+ "lon": 1.4439399
+ },
+ {
+ "nodeId": 12833639954,
+ "lat": 43.5949725,
+ "lon": 1.443993
+ },
+ {
+ "nodeId": 12833639956,
+ "lat": 43.594279,
+ "lon": 1.4438771
+ },
+ {
+ "nodeId": 12833639957,
+ "lat": 43.5938858,
+ "lon": 1.4439013
+ },
+ {
+ "nodeId": 12833639958,
+ "lat": 43.5932413,
+ "lon": 1.4441993
+ },
+ {
+ "nodeId": 12833639959,
+ "lat": 43.5926848,
+ "lon": 1.4444814
+ },
+ {
+ "nodeId": 12833639960,
+ "lat": 43.5925244,
+ "lon": 1.4445808
+ },
+ {
+ "nodeId": 12833639961,
+ "lat": 43.5919713,
+ "lon": 1.4447836
+ },
+ {
+ "nodeId": 12833639964,
+ "lat": 43.5882724,
+ "lon": 1.4462279
+ },
+ {
+ "nodeId": 12833639963,
+ "lat": 43.5906624,
+ "lon": 1.4452342
+ },
+ {
+ "nodeId": 12833639965,
+ "lat": 43.587211,
+ "lon": 1.4466955
+ },
+ {
+ "nodeId": 13507617281,
+ "lat": 43.5870227,
+ "lon": 1.4467768
+ },
+ {
+ "nodeId": 12833639966,
+ "lat": 43.5863736,
+ "lon": 1.447057
+ },
+ {
+ "nodeId": 12833639967,
+ "lat": 43.5860436,
+ "lon": 1.4471952
+ },
+ {
+ "nodeId": 12833639969,
+ "lat": 43.5856515,
+ "lon": 1.447328
+ },
+ {
+ "nodeId": 12833639971,
+ "lat": 43.5845123,
+ "lon": 1.4474895
+ },
+ {
+ "nodeId": 12833639970,
+ "lat": 43.5851529,
+ "lon": 1.4474831
+ },
+ {
+ "nodeId": 12833639972,
+ "lat": 43.5839661,
+ "lon": 1.4473254
+ },
+ {
+ "nodeId": 12833639973,
+ "lat": 43.583491,
+ "lon": 1.4470952
+ },
+ {
+ "nodeId": 12833639974,
+ "lat": 43.5831255,
+ "lon": 1.4466993
+ },
+ {
+ "nodeId": 12833639975,
+ "lat": 43.5828935,
+ "lon": 1.4463259
+ },
+ {
+ "nodeId": 12833639976,
+ "lat": 43.5819655,
+ "lon": 1.444525
+ },
+ {
+ "nodeId": 12833639977,
+ "lat": 43.5815761,
+ "lon": 1.4437935
+ },
+ {
+ "nodeId": 12833639979,
+ "lat": 43.580876,
+ "lon": 1.4428174
+ },
+ {
+ "nodeId": 12833639978,
+ "lat": 43.5812089,
+ "lon": 1.4431852
+ },
+ {
+ "nodeId": 12833639980,
+ "lat": 43.5802914,
+ "lon": 1.4423668
+ },
+ {
+ "nodeId": 12833639983,
+ "lat": 43.5786916,
+ "lon": 1.4413439
+ },
+ {
+ "nodeId": 12833639981,
+ "lat": 43.579639,
+ "lon": 1.4419813
+ },
+ {
+ "nodeId": 12833639984,
+ "lat": 43.5775946,
+ "lon": 1.4407787
+ },
+ {
+ "nodeId": 12833639985,
+ "lat": 43.577224,
+ "lon": 1.4407148
+ },
+ {
+ "nodeId": 12833639986,
+ "lat": 43.5768751,
+ "lon": 1.4407627
+ },
+ {
+ "nodeId": 12833639987,
+ "lat": 43.5766126,
+ "lon": 1.4410124
+ },
+ {
+ "nodeId": 12833639988,
+ "lat": 43.5764793,
+ "lon": 1.4414086
+ },
+ {
+ "nodeId": 12833639989,
+ "lat": 43.5764528,
+ "lon": 1.4418779
+ },
+ {
+ "nodeId": 12833639990,
+ "lat": 43.5765052,
+ "lon": 1.4424224
+ },
+ {
+ "nodeId": 12833639991,
+ "lat": 43.5766527,
+ "lon": 1.4430795
+ },
+ {
+ "nodeId": 12833639992,
+ "lat": 43.5769064,
+ "lon": 1.4439374
+ },
+ {
+ "nodeId": 12833639993,
+ "lat": 43.5771315,
+ "lon": 1.4445495
+ },
+ {
+ "nodeId": 12833639994,
+ "lat": 43.5773777,
+ "lon": 1.4452423
+ },
+ {
+ "nodeId": 12833639995,
+ "lat": 43.578087,
+ "lon": 1.4465198
+ },
+ {
+ "nodeId": 12833639996,
+ "lat": 43.5782502,
+ "lon": 1.446824
+ },
+ {
+ "nodeId": 12833639997,
+ "lat": 43.5786936,
+ "lon": 1.4473534
+ },
+ {
+ "nodeId": 12833639998,
+ "lat": 43.5793858,
+ "lon": 1.4480105
+ },
+ {
+ "nodeId": 12833639999,
+ "lat": 43.5796816,
+ "lon": 1.4484067
+ },
+ {
+ "nodeId": 12833671101,
+ "lat": 43.5805657,
+ "lon": 1.4503977
+ },
+ {
+ "nodeId": 12833640000,
+ "lat": 43.5802501,
+ "lon": 1.4496814
+ },
+ {
+ "nodeId": 12833671103,
+ "lat": 43.5807877,
+ "lon": 1.4508807
+ },
+ {
+ "nodeId": 12833671104,
+ "lat": 43.581013,
+ "lon": 1.4514578
+ },
+ {
+ "nodeId": 12833671105,
+ "lat": 43.5810281,
+ "lon": 1.4524685
+ },
+ {
+ "nodeId": 12833671106,
+ "lat": 43.5809606,
+ "lon": 1.4530499
+ },
+ {
+ "nodeId": 12833671107,
+ "lat": 43.5809448,
+ "lon": 1.4536632
+ },
+ {
+ "nodeId": 12833671108,
+ "lat": 43.5808583,
+ "lon": 1.4545863
+ },
+ {
+ "nodeId": 12833671109,
+ "lat": 43.5806259,
+ "lon": 1.4561358
+ },
+ {
+ "nodeId": 12833671110,
+ "lat": 43.5804442,
+ "lon": 1.457441
+ },
+ {
+ "nodeId": 12833671111,
+ "lat": 43.5802991,
+ "lon": 1.4580203
+ },
+ {
+ "nodeId": 12833671112,
+ "lat": 43.5800595,
+ "lon": 1.4584748
+ },
+ {
+ "nodeId": 12833671114,
+ "lat": 43.5798954,
+ "lon": 1.4587641
+ },
+ {
+ "nodeId": 12833671113,
+ "lat": 43.5794869,
+ "lon": 1.4594321
+ },
+ {
+ "nodeId": 12833671117,
+ "lat": 43.5787157,
+ "lon": 1.4600447
+ },
+ {
+ "nodeId": 12833671116,
+ "lat": 43.5792071,
+ "lon": 1.4597356
+ },
+ {
+ "nodeId": 12833671118,
+ "lat": 43.57664,
+ "lon": 1.4605237
+ },
+ {
+ "nodeId": 12833671119,
+ "lat": 43.5755323,
+ "lon": 1.460723
+ },
+ {
+ "nodeId": 12833671120,
+ "lat": 43.5752861,
+ "lon": 1.4608686
+ },
+ {
+ "nodeId": 12833671124,
+ "lat": 43.5748679,
+ "lon": 1.46161
+ },
+ {
+ "nodeId": 12833671121,
+ "lat": 43.5751557,
+ "lon": 1.4610398
+ },
+ {
+ "nodeId": 12833671122,
+ "lat": 43.5746823,
+ "lon": 1.461948
+ },
+ {
+ "nodeId": 12833671126,
+ "lat": 43.5740398,
+ "lon": 1.4627173
+ },
+ {
+ "nodeId": 12833671127,
+ "lat": 43.573222,
+ "lon": 1.4630709
+ },
+ {
+ "nodeId": 12833671125,
+ "lat": 43.5744306,
+ "lon": 1.46234
+ },
+ {
+ "nodeId": 12833671128,
+ "lat": 43.5715288,
+ "lon": 1.4636297
+ },
+ {
+ "nodeId": 12833671129,
+ "lat": 43.5705433,
+ "lon": 1.4639512
+ },
+ {
+ "nodeId": 12833671130,
+ "lat": 43.5695754,
+ "lon": 1.4642578
+ },
+ {
+ "nodeId": 12833671131,
+ "lat": 43.568225,
+ "lon": 1.4644829
+ },
+ {
+ "nodeId": 12833671132,
+ "lat": 43.5677299,
+ "lon": 1.4645393
+ },
+ {
+ "nodeId": 12833671135,
+ "lat": 43.5672451,
+ "lon": 1.4645377
+ },
+ {
+ "nodeId": 12833671136,
+ "lat": 43.5669687,
+ "lon": 1.4644644
+ },
+ {
+ "nodeId": 12833671137,
+ "lat": 43.5665413,
+ "lon": 1.4643494
+ },
+ {
+ "nodeId": 12833671139,
+ "lat": 43.5639744,
+ "lon": 1.4629406
+ },
+ {
+ "nodeId": 12833671138,
+ "lat": 43.5646428,
+ "lon": 1.4633146
+ },
+ {
+ "nodeId": 12833671140,
+ "lat": 43.5629227,
+ "lon": 1.462647
+ },
+ {
+ "nodeId": 12833671141,
+ "lat": 43.5625027,
+ "lon": 1.4626336
+ },
+ {
+ "nodeId": 12833671144,
+ "lat": 43.5617338,
+ "lon": 1.4628184
+ },
+ {
+ "nodeId": 12833671142,
+ "lat": 43.5613486,
+ "lon": 1.4630277
+ },
+ {
+ "nodeId": 12833671143,
+ "lat": 43.5606647,
+ "lon": 1.463351
+ },
+ {
+ "nodeId": 12833671146,
+ "lat": 43.5607398,
+ "lon": 1.4633381
+ },
+ {
+ "nodeId": 12833671147,
+ "lat": 43.5601017,
+ "lon": 1.463665
+ },
+ {
+ "nodeId": 12833671148,
+ "lat": 43.5595797,
+ "lon": 1.4640431
+ },
+ {
+ "nodeId": 12833671149,
+ "lat": 43.5590557,
+ "lon": 1.4646307
+ },
+ {
+ "nodeId": 12833671150,
+ "lat": 43.5576005,
+ "lon": 1.4665646
+ },
+ {
+ "nodeId": 12833671151,
+ "lat": 43.5574061,
+ "lon": 1.4669338
+ },
+ {
+ "nodeId": 12833671161,
+ "lat": 43.5572682,
+ "lon": 1.467209
+ },
+ {
+ "nodeId": 12833671152,
+ "lat": 43.557009,
+ "lon": 1.4678689
+ },
+ {
+ "nodeId": 12833671153,
+ "lat": 43.5568637,
+ "lon": 1.4685446
+ },
+ {
+ "nodeId": 12833671154,
+ "lat": 43.5565489,
+ "lon": 1.4700149
+ },
+ {
+ "nodeId": 12833671155,
+ "lat": 43.5562462,
+ "lon": 1.4715835
+ },
+ {
+ "nodeId": 12833671156,
+ "lat": 43.5558195,
+ "lon": 1.4736639
+ },
+ {
+ "nodeId": 12833671157,
+ "lat": 43.55565,
+ "lon": 1.4744778
+ },
+ {
+ "nodeId": 12833671158,
+ "lat": 43.5556327,
+ "lon": 1.4750426
+ },
+ {
+ "nodeId": 12833671159,
+ "lat": 43.5556424,
+ "lon": 1.4754583
+ },
+ {
+ "nodeId": 12833671162,
+ "lat": 43.5559878,
+ "lon": 1.4781003
+ },
+ {
+ "nodeId": 54548603,
+ "lat": 43.5986904,
+ "lon": 1.3763776
+ },
+ {
+ "nodeId": 12188472889,
+ "lat": 43.5986157,
+ "lon": 1.376627
+ },
+ {
+ "nodeId": 54548602,
+ "lat": 43.5985273,
+ "lon": 1.3769075
+ },
+ {
+ "nodeId": 12188472892,
+ "lat": 43.5983878,
+ "lon": 1.37732
+ },
+ {
+ "nodeId": 12188472890,
+ "lat": 43.5984645,
+ "lon": 1.3770998
+ },
+ {
+ "nodeId": 4146820476,
+ "lat": 43.5982736,
+ "lon": 1.3776389
+ },
+ {
+ "nodeId": 12188472894,
+ "lat": 43.5982025,
+ "lon": 1.377829
+ },
+ {
+ "nodeId": 4146820478,
+ "lat": 43.5980851,
+ "lon": 1.3781304
+ },
+ {
+ "nodeId": 12188472899,
+ "lat": 43.5979718,
+ "lon": 1.3784385
+ },
+ {
+ "nodeId": 12188472901,
+ "lat": 43.5978461,
+ "lon": 1.3787657
+ },
+ {
+ "nodeId": 12188472909,
+ "lat": 43.5976226,
+ "lon": 1.3793548
+ },
+ {
+ "nodeId": 54548601,
+ "lat": 43.5974673,
+ "lon": 1.3797544
+ },
+ {
+ "nodeId": 7992911295,
+ "lat": 43.6211702,
+ "lon": 1.3968099
+ },
+ {
+ "nodeId": 9161059445,
+ "lat": 43.6025052,
+ "lon": 1.3557108
+ },
+ {
+ "nodeId": 12188472855,
+ "lat": 43.602501,
+ "lon": 1.3561024
+ },
+ {
+ "nodeId": 54548620,
+ "lat": 43.602497,
+ "lon": 1.3563538
+ },
+ {
+ "nodeId": 12188472857,
+ "lat": 43.6024898,
+ "lon": 1.3566077
+ },
+ {
+ "nodeId": 12188472860,
+ "lat": 43.6024818,
+ "lon": 1.3568719
+ },
+ {
+ "nodeId": 12188637872,
+ "lat": 43.602474,
+ "lon": 1.357064
+ },
+ {
+ "nodeId": 4146818795,
+ "lat": 43.6024665,
+ "lon": 1.3572464
+ },
+ {
+ "nodeId": 12188472862,
+ "lat": 43.6024529,
+ "lon": 1.3575283
+ },
+ {
+ "nodeId": 12188472864,
+ "lat": 43.6024211,
+ "lon": 1.3580594
+ },
+ {
+ "nodeId": 12188472865,
+ "lat": 43.6024021,
+ "lon": 1.3583377
+ },
+ {
+ "nodeId": 54548618,
+ "lat": 43.6024371,
+ "lon": 1.3578076
+ },
+ {
+ "nodeId": 54548617,
+ "lat": 43.6023745,
+ "lon": 1.3586923
+ },
+ {
+ "nodeId": 12188472868,
+ "lat": 43.6023512,
+ "lon": 1.3589727
+ },
+ {
+ "nodeId": 12188472869,
+ "lat": 43.6023266,
+ "lon": 1.3592433
+ },
+ {
+ "nodeId": 1201078035,
+ "lat": 43.6022873,
+ "lon": 1.3596386
+ },
+ {
+ "nodeId": 9161059444,
+ "lat": 43.6025082,
+ "lon": 1.3554338
+ },
+ {
+ "nodeId": 6128181713,
+ "lat": 43.602508,
+ "lon": 1.3555784
+ },
+ {
+ "nodeId": 348580355,
+ "lat": 43.5954372,
+ "lon": 1.4018902
+ },
+ {
+ "nodeId": 348580215,
+ "lat": 43.5953831,
+ "lon": 1.4020583
+ },
+ {
+ "nodeId": 7992911241,
+ "lat": 43.641229,
+ "lon": 1.3806092
+ },
+ {
+ "nodeId": 3721453110,
+ "lat": 43.6064534,
+ "lon": 1.4021104
+ },
+ {
+ "nodeId": 2281806189,
+ "lat": 43.6064753,
+ "lon": 1.4021159
+ },
+ {
+ "nodeId": 2281806195,
+ "lat": 43.6065281,
+ "lon": 1.4021252
+ },
+ {
+ "nodeId": 3721453109,
+ "lat": 43.6066019,
+ "lon": 1.4021359
+ },
+ {
+ "nodeId": 2281806200,
+ "lat": 43.6066665,
+ "lon": 1.4021402
+ },
+ {
+ "nodeId": 1461684494,
+ "lat": 43.6067923,
+ "lon": 1.4021402
+ },
+ {
+ "nodeId": 2379081554,
+ "lat": 43.6072026,
+ "lon": 1.4021205
+ },
+ {
+ "nodeId": 7197474808,
+ "lat": 43.6072865,
+ "lon": 1.4021164
+ },
+ {
+ "nodeId": 756757832,
+ "lat": 43.6077542,
+ "lon": 1.4020934
+ },
+ {
+ "nodeId": 7197474804,
+ "lat": 43.6078549,
+ "lon": 1.4020884
+ },
+ {
+ "nodeId": 7197474800,
+ "lat": 43.6084988,
+ "lon": 1.4020562
+ },
+ {
+ "nodeId": 7992911267,
+ "lat": 43.6085222,
+ "lon": 1.402055
+ },
+ {
+ "nodeId": 7007685005,
+ "lat": 43.5579922,
+ "lon": 1.4508592
+ },
+ {
+ "nodeId": 7007685006,
+ "lat": 43.5571326,
+ "lon": 1.4457995
+ },
+ {
+ "nodeId": 7007685007,
+ "lat": 43.5551678,
+ "lon": 1.4335696
+ },
+ {
+ "nodeId": 2133021687,
+ "lat": 43.6022649,
+ "lon": 1.3598431
+ },
+ {
+ "nodeId": 7992911231,
+ "lat": 43.662209,
+ "lon": 1.3680645
+ },
+ {
+ "nodeId": 364942255,
+ "lat": 43.6622523,
+ "lon": 1.368032
+ },
+ {
+ "nodeId": 2663752123,
+ "lat": 43.6623184,
+ "lon": 1.3679654
+ },
+ {
+ "nodeId": 3457542400,
+ "lat": 43.6623439,
+ "lon": 1.3679343
+ },
+ {
+ "nodeId": 2379084684,
+ "lat": 43.6623059,
+ "lon": 1.3679826
+ },
+ {
+ "nodeId": 3457542394,
+ "lat": 43.662372,
+ "lon": 1.36789
+ },
+ {
+ "nodeId": 3457542395,
+ "lat": 43.6623933,
+ "lon": 1.3678444
+ },
+ {
+ "nodeId": 364942236,
+ "lat": 43.6624186,
+ "lon": 1.3677747
+ },
+ {
+ "nodeId": 364942227,
+ "lat": 43.6624312,
+ "lon": 1.3677117
+ },
+ {
+ "nodeId": 3457542192,
+ "lat": 43.6624389,
+ "lon": 1.367654
+ },
+ {
+ "nodeId": 3457542393,
+ "lat": 43.6624409,
+ "lon": 1.3675963
+ },
+ {
+ "nodeId": 364942224,
+ "lat": 43.6624384,
+ "lon": 1.3675386
+ },
+ {
+ "nodeId": 8025871072,
+ "lat": 43.6624328,
+ "lon": 1.3674922
+ },
+ {
+ "nodeId": 7992911230,
+ "lat": 43.6623873,
+ "lon": 1.3671177
+ },
+ {
+ "nodeId": 344478662,
+ "lat": 43.602526,
+ "lon": 1.3525624
+ },
+ {
+ "nodeId": 344478663,
+ "lat": 43.6025254,
+ "lon": 1.352613
+ },
+ {
+ "nodeId": 12188473013,
+ "lat": 43.5963647,
+ "lon": 1.3940309
+ },
+ {
+ "nodeId": 12188473014,
+ "lat": 43.5963438,
+ "lon": 1.3948851
+ },
+ {
+ "nodeId": 333045453,
+ "lat": 43.5963855,
+ "lon": 1.393161
+ },
+ {
+ "nodeId": 54544335,
+ "lat": 43.5963027,
+ "lon": 1.3965817
+ },
+ {
+ "nodeId": 54548637,
+ "lat": 43.6029779,
+ "lon": 1.3370093
+ },
+ {
+ "nodeId": 7757618618,
+ "lat": 43.6028746,
+ "lon": 1.3376135
+ },
+ {
+ "nodeId": 12188637822,
+ "lat": 43.6028142,
+ "lon": 1.3379573
+ },
+ {
+ "nodeId": 12188637824,
+ "lat": 43.6027799,
+ "lon": 1.3381568
+ },
+ {
+ "nodeId": 12188637826,
+ "lat": 43.6027156,
+ "lon": 1.3385309
+ },
+ {
+ "nodeId": 12188637828,
+ "lat": 43.6025825,
+ "lon": 1.3392929
+ },
+ {
+ "nodeId": 54548636,
+ "lat": 43.6025031,
+ "lon": 1.3397224
+ },
+ {
+ "nodeId": 12188637830,
+ "lat": 43.6024339,
+ "lon": 1.3400678
+ },
+ {
+ "nodeId": 7757533290,
+ "lat": 43.6023613,
+ "lon": 1.3404233
+ },
+ {
+ "nodeId": 12188637834,
+ "lat": 43.602257,
+ "lon": 1.3409382
+ },
+ {
+ "nodeId": 12188637832,
+ "lat": 43.6023245,
+ "lon": 1.3406019
+ },
+ {
+ "nodeId": 54548634,
+ "lat": 43.602226,
+ "lon": 1.3411016
+ },
+ {
+ "nodeId": 12188637836,
+ "lat": 43.6021963,
+ "lon": 1.3412651
+ },
+ {
+ "nodeId": 12188637838,
+ "lat": 43.6021664,
+ "lon": 1.3414535
+ },
+ {
+ "nodeId": 4146845297,
+ "lat": 43.6021443,
+ "lon": 1.3416072
+ },
+ {
+ "nodeId": 12188637839,
+ "lat": 43.602121,
+ "lon": 1.3417811
+ },
+ {
+ "nodeId": 12188637841,
+ "lat": 43.6021013,
+ "lon": 1.3419621
+ },
+ {
+ "nodeId": 12188637844,
+ "lat": 43.6020758,
+ "lon": 1.3423135
+ },
+ {
+ "nodeId": 54548633,
+ "lat": 43.6020879,
+ "lon": 1.342128
+ },
+ {
+ "nodeId": 54548632,
+ "lat": 43.6020632,
+ "lon": 1.3426208
+ },
+ {
+ "nodeId": 12188637845,
+ "lat": 43.6020686,
+ "lon": 1.3424647
+ },
+ {
+ "nodeId": 12188637847,
+ "lat": 43.6020601,
+ "lon": 1.3427705
+ },
+ {
+ "nodeId": 4146845289,
+ "lat": 43.6020605,
+ "lon": 1.3429705
+ },
+ {
+ "nodeId": 12188637852,
+ "lat": 43.6020756,
+ "lon": 1.3433941
+ },
+ {
+ "nodeId": 12188637849,
+ "lat": 43.6020659,
+ "lon": 1.3431916
+ },
+ {
+ "nodeId": 54548631,
+ "lat": 43.6020882,
+ "lon": 1.3435727
+ },
+ {
+ "nodeId": 12188637854,
+ "lat": 43.6021008,
+ "lon": 1.3437247
+ },
+ {
+ "nodeId": 12188637856,
+ "lat": 43.6021193,
+ "lon": 1.3439034
+ },
+ {
+ "nodeId": 4146844980,
+ "lat": 43.6021425,
+ "lon": 1.3441112
+ },
+ {
+ "nodeId": 8904838366,
+ "lat": 43.6022205,
+ "lon": 1.3446995
+ },
+ {
+ "nodeId": 12188637857,
+ "lat": 43.602179,
+ "lon": 1.3443882
+ },
+ {
+ "nodeId": 8904838365,
+ "lat": 43.6022324,
+ "lon": 1.3447844
+ },
+ {
+ "nodeId": 12188637861,
+ "lat": 43.6022715,
+ "lon": 1.3450551
+ },
+ {
+ "nodeId": 12188637865,
+ "lat": 43.6024378,
+ "lon": 1.3462892
+ },
+ {
+ "nodeId": 54548628,
+ "lat": 43.6024022,
+ "lon": 1.3460017
+ },
+ {
+ "nodeId": 12188637862,
+ "lat": 43.6023232,
+ "lon": 1.3454215
+ },
+ {
+ "nodeId": 4146845291,
+ "lat": 43.6024649,
+ "lon": 1.3465361
+ },
+ {
+ "nodeId": 12188472812,
+ "lat": 43.6024866,
+ "lon": 1.3467656
+ },
+ {
+ "nodeId": 54548626,
+ "lat": 43.6025054,
+ "lon": 1.3470092
+ },
+ {
+ "nodeId": 12188472815,
+ "lat": 43.6025218,
+ "lon": 1.3472458
+ },
+ {
+ "nodeId": 12188472816,
+ "lat": 43.6025347,
+ "lon": 1.3474888
+ },
+ {
+ "nodeId": 12188472818,
+ "lat": 43.6025481,
+ "lon": 1.3479032
+ },
+ {
+ "nodeId": 4146845292,
+ "lat": 43.602543,
+ "lon": 1.3477031
+ },
+ {
+ "nodeId": 12188637866,
+ "lat": 43.6025505,
+ "lon": 1.3480893
+ },
+ {
+ "nodeId": 54548625,
+ "lat": 43.6025524,
+ "lon": 1.3482564
+ },
+ {
+ "nodeId": 12188637868,
+ "lat": 43.6025512,
+ "lon": 1.3486844
+ },
+ {
+ "nodeId": 12188472821,
+ "lat": 43.6025464,
+ "lon": 1.3494271
+ },
+ {
+ "nodeId": 3868748379,
+ "lat": 43.6033176,
+ "lon": 1.3348827
+ },
+ {
+ "nodeId": 1617713367,
+ "lat": 43.60329,
+ "lon": 1.3351236
+ },
+ {
+ "nodeId": 12188637795,
+ "lat": 43.6033624,
+ "lon": 1.3345035
+ },
+ {
+ "nodeId": 12188637792,
+ "lat": 43.6033842,
+ "lon": 1.3343249
+ },
+ {
+ "nodeId": 6123285636,
+ "lat": 43.6034388,
+ "lon": 1.3339571
+ },
+ {
+ "nodeId": 1617713380,
+ "lat": 43.6037345,
+ "lon": 1.3323183
+ },
+ {
+ "nodeId": 983684752,
+ "lat": 43.6450143,
+ "lon": 1.3767904
+ },
+ {
+ "nodeId": 2379081833,
+ "lat": 43.6450454,
+ "lon": 1.3767147
+ },
+ {
+ "nodeId": 3484233110,
+ "lat": 43.6450696,
+ "lon": 1.3766718
+ },
+ {
+ "nodeId": 1469771698,
+ "lat": 43.6450887,
+ "lon": 1.3766402
+ },
+ {
+ "nodeId": 3484233109,
+ "lat": 43.6451065,
+ "lon": 1.3766181
+ },
+ {
+ "nodeId": 3484233108,
+ "lat": 43.6451385,
+ "lon": 1.3765819
+ },
+ {
+ "nodeId": 267319392,
+ "lat": 43.6451562,
+ "lon": 1.3765689
+ },
+ {
+ "nodeId": 3484233107,
+ "lat": 43.6451851,
+ "lon": 1.376547
+ },
+ {
+ "nodeId": 983684780,
+ "lat": 43.645218,
+ "lon": 1.3765295
+ },
+ {
+ "nodeId": 3484233106,
+ "lat": 43.6452491,
+ "lon": 1.3765162
+ },
+ {
+ "nodeId": 983684814,
+ "lat": 43.6452799,
+ "lon": 1.3765103
+ },
+ {
+ "nodeId": 2379081839,
+ "lat": 43.6453328,
+ "lon": 1.3765062
+ },
+ {
+ "nodeId": 3484233104,
+ "lat": 43.6453612,
+ "lon": 1.3765095
+ },
+ {
+ "nodeId": 2379081841,
+ "lat": 43.6453971,
+ "lon": 1.3765162
+ },
+ {
+ "nodeId": 3484233105,
+ "lat": 43.6454263,
+ "lon": 1.3765283
+ },
+ {
+ "nodeId": 267319561,
+ "lat": 43.6454491,
+ "lon": 1.3765423
+ },
+ {
+ "nodeId": 2379081844,
+ "lat": 43.6457239,
+ "lon": 1.3767308
+ },
+ {
+ "nodeId": 54544338,
+ "lat": 43.5962768,
+ "lon": 1.3975379
+ },
+ {
+ "nodeId": 7684777834,
+ "lat": 43.6252345,
+ "lon": 1.4785676
+ },
+ {
+ "nodeId": 7684777827,
+ "lat": 43.6252946,
+ "lon": 1.4787235
+ },
+ {
+ "nodeId": 7684777833,
+ "lat": 43.6251542,
+ "lon": 1.4783703
+ },
+ {
+ "nodeId": 7684777832,
+ "lat": 43.6250593,
+ "lon": 1.4781462
+ },
+ {
+ "nodeId": 7684777831,
+ "lat": 43.6249942,
+ "lon": 1.4779898
+ },
+ {
+ "nodeId": 7684777843,
+ "lat": 43.6249391,
+ "lon": 1.4778645
+ },
+ {
+ "nodeId": 7684777830,
+ "lat": 43.6248548,
+ "lon": 1.4776811
+ },
+ {
+ "nodeId": 2379081698,
+ "lat": 43.6215333,
+ "lon": 1.3967803
+ },
+ {
+ "nodeId": 2379081696,
+ "lat": 43.6214488,
+ "lon": 1.3967946
+ },
+ {
+ "nodeId": 656420406,
+ "lat": 43.6212606,
+ "lon": 1.3968046
+ },
+ {
+ "nodeId": 11394895672,
+ "lat": 43.6247181,
+ "lon": 1.4774237
+ },
+ {
+ "nodeId": 11400065300,
+ "lat": 43.6242504,
+ "lon": 1.4765672
+ },
+ {
+ "nodeId": 11400065302,
+ "lat": 43.6240036,
+ "lon": 1.4761215
+ },
+ {
+ "nodeId": 11394895678,
+ "lat": 43.6237067,
+ "lon": 1.4756189
+ },
+ {
+ "nodeId": 11394895674,
+ "lat": 43.6196423,
+ "lon": 1.4690274
+ },
+ {
+ "nodeId": 11400065298,
+ "lat": 43.619133,
+ "lon": 1.4684952
+ },
+ {
+ "nodeId": 11400065297,
+ "lat": 43.6189517,
+ "lon": 1.4682392
+ },
+ {
+ "nodeId": 11487218496,
+ "lat": 43.6070139,
+ "lon": 1.4507856
+ },
+ {
+ "nodeId": 11400065340,
+ "lat": 43.6067063,
+ "lon": 1.4503661
+ },
+ {
+ "nodeId": 11400065345,
+ "lat": 43.6062953,
+ "lon": 1.4496354
+ },
+ {
+ "nodeId": 9924473484,
+ "lat": 43.6054899,
+ "lon": 1.4484008
+ },
+ {
+ "nodeId": 11400065348,
+ "lat": 43.6051735,
+ "lon": 1.4478828
+ },
+ {
+ "nodeId": 11400065349,
+ "lat": 43.604986,
+ "lon": 1.4474344
+ },
+ {
+ "nodeId": 11400065355,
+ "lat": 43.6049352,
+ "lon": 1.4472906
+ },
+ {
+ "nodeId": 339923259,
+ "lat": 43.604901,
+ "lon": 1.4471318
+ },
+ {
+ "nodeId": 8755980283,
+ "lat": 43.6048189,
+ "lon": 1.4466272
+ },
+ {
+ "nodeId": 11400065353,
+ "lat": 43.6047316,
+ "lon": 1.4461743
+ },
+ {
+ "nodeId": 11400065354,
+ "lat": 43.6046813,
+ "lon": 1.4459479
+ },
+ {
+ "nodeId": 8534702755,
+ "lat": 43.6046241,
+ "lon": 1.4457716
+ },
+ {
+ "nodeId": 11400065367,
+ "lat": 43.6045488,
+ "lon": 1.4455889
+ },
+ {
+ "nodeId": 11400065366,
+ "lat": 43.6042098,
+ "lon": 1.4448239
+ },
+ {
+ "nodeId": 3928788952,
+ "lat": 43.6037598,
+ "lon": 1.4444025
+ },
+ {
+ "nodeId": 339923258,
+ "lat": 43.6040181,
+ "lon": 1.4445712
+ },
+ {
+ "nodeId": 339923256,
+ "lat": 43.6034805,
+ "lon": 1.4443054
+ },
+ {
+ "nodeId": 11400069770,
+ "lat": 43.6032182,
+ "lon": 1.4442659
+ },
+ {
+ "nodeId": 1988823876,
+ "lat": 43.6014189,
+ "lon": 1.4440907
+ },
+ {
+ "nodeId": 11400069771,
+ "lat": 43.6012081,
+ "lon": 1.443984
+ },
+ {
+ "nodeId": 12800011555,
+ "lat": 43.6007652,
+ "lon": 1.443793
+ },
+ {
+ "nodeId": 12800023839,
+ "lat": 43.6006576,
+ "lon": 1.4437503
+ },
+ {
+ "nodeId": 12800011591,
+ "lat": 43.6005381,
+ "lon": 1.4437384
+ },
+ {
+ "nodeId": 11400069776,
+ "lat": 43.599748,
+ "lon": 1.4437846
+ },
+ {
+ "nodeId": 12800011551,
+ "lat": 43.5995094,
+ "lon": 1.4437684
+ },
+ {
+ "nodeId": 12800011553,
+ "lat": 43.5993803,
+ "lon": 1.4437371
+ },
+ {
+ "nodeId": 339923255,
+ "lat": 43.5991036,
+ "lon": 1.4436184
+ },
+ {
+ "nodeId": 339923254,
+ "lat": 43.5987883,
+ "lon": 1.4433257
+ },
+ {
+ "nodeId": 11400069775,
+ "lat": 43.598598,
+ "lon": 1.4428678
+ },
+ {
+ "nodeId": 11400069774,
+ "lat": 43.598353,
+ "lon": 1.4423246
+ },
+ {
+ "nodeId": 339923253,
+ "lat": 43.5982221,
+ "lon": 1.4418723
+ },
+ {
+ "nodeId": 11400069773,
+ "lat": 43.598103,
+ "lon": 1.4413192
+ },
+ {
+ "nodeId": 339923252,
+ "lat": 43.598037,
+ "lon": 1.4404328
+ },
+ {
+ "nodeId": 411019933,
+ "lat": 43.5981203,
+ "lon": 1.432854
+ },
+ {
+ "nodeId": 11400069795,
+ "lat": 43.5981064,
+ "lon": 1.4324624
+ },
+ {
+ "nodeId": 11400069794,
+ "lat": 43.5980692,
+ "lon": 1.4321191
+ },
+ {
+ "nodeId": 248533273,
+ "lat": 43.5979032,
+ "lon": 1.4311199
+ },
+ {
+ "nodeId": 11278237888,
+ "lat": 43.5976253,
+ "lon": 1.4296187
+ },
+ {
+ "nodeId": 12798036101,
+ "lat": 43.5964576,
+ "lon": 1.4232606
+ },
+ {
+ "nodeId": 7878078927,
+ "lat": 43.596975,
+ "lon": 1.4261057
+ },
+ {
+ "nodeId": 11400069831,
+ "lat": 43.5963297,
+ "lon": 1.4226691
+ },
+ {
+ "nodeId": 10780247008,
+ "lat": 43.596225,
+ "lon": 1.4221651
+ },
+ {
+ "nodeId": 339917212,
+ "lat": 43.5961113,
+ "lon": 1.421474
+ },
+ {
+ "nodeId": 11400069806,
+ "lat": 43.5960293,
+ "lon": 1.4210102
+ },
+ {
+ "nodeId": 7388813760,
+ "lat": 43.5958708,
+ "lon": 1.4203611
+ },
+ {
+ "nodeId": 11400069812,
+ "lat": 43.5957473,
+ "lon": 1.419978
+ },
+ {
+ "nodeId": 339917209,
+ "lat": 43.5955678,
+ "lon": 1.4195967
+ },
+ {
+ "nodeId": 11400069811,
+ "lat": 43.5954198,
+ "lon": 1.4193951
+ },
+ {
+ "nodeId": 339917206,
+ "lat": 43.5951603,
+ "lon": 1.4191446
+ },
+ {
+ "nodeId": 11400069810,
+ "lat": 43.5949393,
+ "lon": 1.4189762
+ },
+ {
+ "nodeId": 7814027687,
+ "lat": 43.5946558,
+ "lon": 1.4188686
+ },
+ {
+ "nodeId": 11400069808,
+ "lat": 43.5943389,
+ "lon": 1.4187741
+ },
+ {
+ "nodeId": 339917203,
+ "lat": 43.5938007,
+ "lon": 1.4186204
+ },
+ {
+ "nodeId": 11400069807,
+ "lat": 43.5932681,
+ "lon": 1.418497
+ },
+ {
+ "nodeId": 11487218498,
+ "lat": 43.5930294,
+ "lon": 1.4184605
+ },
+ {
+ "nodeId": 1252656797,
+ "lat": 43.5935478,
+ "lon": 1.4132291
+ },
+ {
+ "nodeId": 6130909078,
+ "lat": 43.5936034,
+ "lon": 1.4139506
+ },
+ {
+ "nodeId": 3484233097,
+ "lat": 43.6457582,
+ "lon": 1.3767469
+ },
+ {
+ "nodeId": 1252656780,
+ "lat": 43.5936094,
+ "lon": 1.4140254
+ },
+ {
+ "nodeId": 983684798,
+ "lat": 43.645796,
+ "lon": 1.3767638
+ },
+ {
+ "nodeId": 3484233096,
+ "lat": 43.6458377,
+ "lon": 1.3767777
+ },
+ {
+ "nodeId": 2379081847,
+ "lat": 43.6458878,
+ "lon": 1.3767897
+ },
+ {
+ "nodeId": 3484233095,
+ "lat": 43.645928,
+ "lon": 1.3767925
+ },
+ {
+ "nodeId": 1464381972,
+ "lat": 43.645966,
+ "lon": 1.3767923
+ },
+ {
+ "nodeId": 2379081851,
+ "lat": 43.6460471,
+ "lon": 1.3767761
+ },
+ {
+ "nodeId": 1469771722,
+ "lat": 43.6461173,
+ "lon": 1.3767463
+ },
+ {
+ "nodeId": 3484233094,
+ "lat": 43.6460076,
+ "lon": 1.3767858
+ },
+ {
+ "nodeId": 983684830,
+ "lat": 43.6462606,
+ "lon": 1.3766803
+ },
+ {
+ "nodeId": 12188473067,
+ "lat": 43.5936235,
+ "lon": 1.4142852
+ },
+ {
+ "nodeId": 6130909593,
+ "lat": 43.5936279,
+ "lon": 1.4144351
+ },
+ {
+ "nodeId": 6001135314,
+ "lat": 43.5936305,
+ "lon": 1.414556
+ },
+ {
+ "nodeId": 12188473069,
+ "lat": 43.5936344,
+ "lon": 1.4148368
+ },
+ {
+ "nodeId": 1252656778,
+ "lat": 43.5936371,
+ "lon": 1.4150041
+ },
+ {
+ "nodeId": 6130909592,
+ "lat": 43.5936424,
+ "lon": 1.4152414
+ },
+ {
+ "nodeId": 12188473071,
+ "lat": 43.5936458,
+ "lon": 1.4153367
+ },
+ {
+ "nodeId": 6130909591,
+ "lat": 43.5936505,
+ "lon": 1.4154392
+ },
+ {
+ "nodeId": 7757533307,
+ "lat": 43.5936576,
+ "lon": 1.4155362
+ },
+ {
+ "nodeId": 1252656766,
+ "lat": 43.5936674,
+ "lon": 1.4156563
+ },
+ {
+ "nodeId": 1252656792,
+ "lat": 43.5937306,
+ "lon": 1.4163827
+ },
+ {
+ "nodeId": 12188473097,
+ "lat": 43.5938943,
+ "lon": 1.4180883
+ },
+ {
+ "nodeId": 7757533313,
+ "lat": 43.5939063,
+ "lon": 1.4182184
+ },
+ {
+ "nodeId": 7757533296,
+ "lat": 43.593919,
+ "lon": 1.4183281
+ },
+ {
+ "nodeId": 2379081656,
+ "lat": 43.6141007,
+ "lon": 1.3978492
+ },
+ {
+ "nodeId": 3720464031,
+ "lat": 43.6141006,
+ "lon": 1.3978223
+ },
+ {
+ "nodeId": 756757807,
+ "lat": 43.6141029,
+ "lon": 1.3977662
+ },
+ {
+ "nodeId": 3720464029,
+ "lat": 43.6141079,
+ "lon": 1.3977198
+ },
+ {
+ "nodeId": 2087273551,
+ "lat": 43.6141152,
+ "lon": 1.3976702
+ },
+ {
+ "nodeId": 757369925,
+ "lat": 43.6141293,
+ "lon": 1.397596
+ },
+ {
+ "nodeId": 3720463922,
+ "lat": 43.6141235,
+ "lon": 1.3976306
+ },
+ {
+ "nodeId": 3720464028,
+ "lat": 43.6141434,
+ "lon": 1.3975502
+ },
+ {
+ "nodeId": 3720463923,
+ "lat": 43.6141589,
+ "lon": 1.3975006
+ },
+ {
+ "nodeId": 2379081663,
+ "lat": 43.6141769,
+ "lon": 1.3974509
+ },
+ {
+ "nodeId": 2379081667,
+ "lat": 43.6141978,
+ "lon": 1.3974067
+ },
+ {
+ "nodeId": 756757959,
+ "lat": 43.6142415,
+ "lon": 1.3973323
+ },
+ {
+ "nodeId": 3720464025,
+ "lat": 43.6142618,
+ "lon": 1.3973014
+ },
+ {
+ "nodeId": 3720463924,
+ "lat": 43.6142128,
+ "lon": 1.3973792
+ },
+ {
+ "nodeId": 757369933,
+ "lat": 43.6142787,
+ "lon": 1.3972775
+ },
+ {
+ "nodeId": 2379081676,
+ "lat": 43.61433,
+ "lon": 1.3972217
+ },
+ {
+ "nodeId": 2379081678,
+ "lat": 43.6143525,
+ "lon": 1.3971998
+ },
+ {
+ "nodeId": 2088234160,
+ "lat": 43.6143828,
+ "lon": 1.3971721
+ },
+ {
+ "nodeId": 3720464027,
+ "lat": 43.6144154,
+ "lon": 1.3971486
+ },
+ {
+ "nodeId": 3720545919,
+ "lat": 43.6144731,
+ "lon": 1.3971124
+ },
+ {
+ "nodeId": 2379081681,
+ "lat": 43.6144571,
+ "lon": 1.3971211
+ },
+ {
+ "nodeId": 2088234163,
+ "lat": 43.6144923,
+ "lon": 1.397105
+ },
+ {
+ "nodeId": 2379081684,
+ "lat": 43.6145481,
+ "lon": 1.3970846
+ },
+ {
+ "nodeId": 3720464026,
+ "lat": 43.6145803,
+ "lon": 1.3970768
+ },
+ {
+ "nodeId": 2088234164,
+ "lat": 43.6146078,
+ "lon": 1.3970734
+ },
+ {
+ "nodeId": 1464397867,
+ "lat": 43.6147066,
+ "lon": 1.3970674
+ },
+ {
+ "nodeId": 7992911243,
+ "lat": 43.6403102,
+ "lon": 1.3827118
+ },
+ {
+ "nodeId": 7078007993,
+ "lat": 43.6403828,
+ "lon": 1.3826808
+ },
+ {
+ "nodeId": 2987358440,
+ "lat": 43.6403319,
+ "lon": 1.3827034
+ },
+ {
+ "nodeId": 2379081787,
+ "lat": 43.6404083,
+ "lon": 1.382666
+ },
+ {
+ "nodeId": 3484303025,
+ "lat": 43.6404348,
+ "lon": 1.382651
+ },
+ {
+ "nodeId": 1156789084,
+ "lat": 43.6404841,
+ "lon": 1.3826133
+ },
+ {
+ "nodeId": 3484303024,
+ "lat": 43.6404615,
+ "lon": 1.3826329
+ },
+ {
+ "nodeId": 3484303023,
+ "lat": 43.6404988,
+ "lon": 1.3825994
+ },
+ {
+ "nodeId": 3484303022,
+ "lat": 43.6405221,
+ "lon": 1.3825753
+ },
+ {
+ "nodeId": 983684831,
+ "lat": 43.640542,
+ "lon": 1.3825491
+ },
+ {
+ "nodeId": 7078007978,
+ "lat": 43.640549,
+ "lon": 1.3825377
+ },
+ {
+ "nodeId": 3484303020,
+ "lat": 43.6405571,
+ "lon": 1.3825243
+ },
+ {
+ "nodeId": 3484303021,
+ "lat": 43.6405794,
+ "lon": 1.382478
+ },
+ {
+ "nodeId": 2379081791,
+ "lat": 43.6405963,
+ "lon": 1.382436
+ },
+ {
+ "nodeId": 7078007972,
+ "lat": 43.6406126,
+ "lon": 1.3823889
+ },
+ {
+ "nodeId": 12188473035,
+ "lat": 43.5950999,
+ "lon": 1.4029583
+ },
+ {
+ "nodeId": 54544344,
+ "lat": 43.5948316,
+ "lon": 1.4038071
+ },
+ {
+ "nodeId": 12188473037,
+ "lat": 43.5947529,
+ "lon": 1.4040533
+ },
+ {
+ "nodeId": 12188473039,
+ "lat": 43.5946618,
+ "lon": 1.404344
+ },
+ {
+ "nodeId": 12188473041,
+ "lat": 43.5944977,
+ "lon": 1.4048635
+ },
+ {
+ "nodeId": 12188473044,
+ "lat": 43.5942114,
+ "lon": 1.4057692
+ },
+ {
+ "nodeId": 54544345,
+ "lat": 43.5941424,
+ "lon": 1.4059903
+ },
+ {
+ "nodeId": 4146802788,
+ "lat": 43.5942937,
+ "lon": 1.4055082
+ },
+ {
+ "nodeId": 12188473046,
+ "lat": 43.5940807,
+ "lon": 1.406194
+ },
+ {
+ "nodeId": 4146802787,
+ "lat": 43.5940239,
+ "lon": 1.4063943
+ },
+ {
+ "nodeId": 12188473048,
+ "lat": 43.5939737,
+ "lon": 1.4065836
+ },
+ {
+ "nodeId": 12188473050,
+ "lat": 43.5938952,
+ "lon": 1.406932
+ },
+ {
+ "nodeId": 4146806989,
+ "lat": 43.5939313,
+ "lon": 1.4067616
+ },
+ {
+ "nodeId": 12188473051,
+ "lat": 43.5938617,
+ "lon": 1.4071003
+ },
+ {
+ "nodeId": 344794262,
+ "lat": 43.5938303,
+ "lon": 1.4072743
+ },
+ {
+ "nodeId": 12188473054,
+ "lat": 43.5937925,
+ "lon": 1.4075066
+ },
+ {
+ "nodeId": 54544347,
+ "lat": 43.5937371,
+ "lon": 1.407863
+ },
+ {
+ "nodeId": 7644357222,
+ "lat": 43.5698218,
+ "lon": 1.3922936
+ },
+ {
+ "nodeId": 1617713365,
+ "lat": 43.6032064,
+ "lon": 1.3357242
+ },
+ {
+ "nodeId": 12188637812,
+ "lat": 43.6030807,
+ "lon": 1.3364167
+ },
+ {
+ "nodeId": 333045499,
+ "lat": 43.5963892,
+ "lon": 1.3929567
+ },
+ {
+ "nodeId": 12987593873,
+ "lat": 43.550743,
+ "lon": 1.5055528
+ },
+ {
+ "nodeId": 12987593874,
+ "lat": 43.5508503,
+ "lon": 1.50547
+ },
+ {
+ "nodeId": 12188473012,
+ "lat": 43.5963863,
+ "lon": 1.3930612
+ },
+ {
+ "nodeId": 12987593872,
+ "lat": 43.5503072,
+ "lon": 1.505823
+ },
+ {
+ "nodeId": 12987593875,
+ "lat": 43.5509545,
+ "lon": 1.5053698
+ },
+ {
+ "nodeId": 10884065649,
+ "lat": 43.5514314,
+ "lon": 1.5048935
+ },
+ {
+ "nodeId": 10884065648,
+ "lat": 43.5516534,
+ "lon": 1.5046495
+ },
+ {
+ "nodeId": 12987593876,
+ "lat": 43.5517787,
+ "lon": 1.5044941
+ },
+ {
+ "nodeId": 10884065650,
+ "lat": 43.551864,
+ "lon": 1.5043576
+ },
+ {
+ "nodeId": 12987593877,
+ "lat": 43.5519443,
+ "lon": 1.5041967
+ },
+ {
+ "nodeId": 10217219513,
+ "lat": 43.552034,
+ "lon": 1.503988
+ },
+ {
+ "nodeId": 12987593878,
+ "lat": 43.5520783,
+ "lon": 1.5038501
+ },
+ {
+ "nodeId": 10884065651,
+ "lat": 43.5521152,
+ "lon": 1.5036804
+ },
+ {
+ "nodeId": 10884065652,
+ "lat": 43.5521449,
+ "lon": 1.5034894
+ },
+ {
+ "nodeId": 12987593880,
+ "lat": 43.5521572,
+ "lon": 1.5033395
+ },
+ {
+ "nodeId": 12987593879,
+ "lat": 43.5521592,
+ "lon": 1.5031529
+ },
+ {
+ "nodeId": 10217247162,
+ "lat": 43.5521521,
+ "lon": 1.5028587
+ },
+ {
+ "nodeId": 10884065653,
+ "lat": 43.5521018,
+ "lon": 1.5015335
+ },
+ {
+ "nodeId": 10217247161,
+ "lat": 43.5520301,
+ "lon": 1.4996865
+ },
+ {
+ "nodeId": 12987593882,
+ "lat": 43.5520127,
+ "lon": 1.4992849
+ },
+ {
+ "nodeId": 12987593885,
+ "lat": 43.5520004,
+ "lon": 1.4990812
+ },
+ {
+ "nodeId": 10890417174,
+ "lat": 43.5519789,
+ "lon": 1.4989115
+ },
+ {
+ "nodeId": 12987593883,
+ "lat": 43.5519522,
+ "lon": 1.4987276
+ },
+ {
+ "nodeId": 12987593884,
+ "lat": 43.5519133,
+ "lon": 1.4985608
+ },
+ {
+ "nodeId": 10884065654,
+ "lat": 43.5518764,
+ "lon": 1.498391
+ },
+ {
+ "nodeId": 12987593887,
+ "lat": 43.55174,
+ "lon": 1.4979922
+ },
+ {
+ "nodeId": 12987593886,
+ "lat": 43.5518138,
+ "lon": 1.4981987
+ },
+ {
+ "nodeId": 12987593888,
+ "lat": 43.5516232,
+ "lon": 1.497691
+ },
+ {
+ "nodeId": 10890417172,
+ "lat": 43.5501779,
+ "lon": 1.4941497
+ },
+ {
+ "nodeId": 10890417176,
+ "lat": 43.5500488,
+ "lon": 1.4937282
+ },
+ {
+ "nodeId": 10217247160,
+ "lat": 43.5509682,
+ "lon": 1.4960773
+ },
+ {
+ "nodeId": 10890417173,
+ "lat": 43.5499842,
+ "lon": 1.4934369
+ },
+ {
+ "nodeId": 12987593889,
+ "lat": 43.5499627,
+ "lon": 1.4932615
+ },
+ {
+ "nodeId": 10217247159,
+ "lat": 43.5499371,
+ "lon": 1.4926873
+ },
+ {
+ "nodeId": 12987593890,
+ "lat": 43.5499647,
+ "lon": 1.4923875
+ },
+ {
+ "nodeId": 13134211506,
+ "lat": 43.5499412,
+ "lon": 1.4930041
+ },
+ {
+ "nodeId": 10890417175,
+ "lat": 43.5500262,
+ "lon": 1.4920297
+ },
+ {
+ "nodeId": 10890417171,
+ "lat": 43.5502343,
+ "lon": 1.4913848
+ },
+ {
+ "nodeId": 12987593891,
+ "lat": 43.5501093,
+ "lon": 1.4917271
+ },
+ {
+ "nodeId": 10890417168,
+ "lat": 43.5510605,
+ "lon": 1.4892549
+ },
+ {
+ "nodeId": 10217247158,
+ "lat": 43.5505929,
+ "lon": 1.4905294
+ },
+ {
+ "nodeId": 10890417170,
+ "lat": 43.5515828,
+ "lon": 1.4878482
+ },
+ {
+ "nodeId": 12987593892,
+ "lat": 43.551793,
+ "lon": 1.4873575
+ },
+ {
+ "nodeId": 10217247157,
+ "lat": 43.5518851,
+ "lon": 1.4872151
+ },
+ {
+ "nodeId": 13628242185,
+ "lat": 43.5522638,
+ "lon": 1.4866299
+ },
+ {
+ "nodeId": 13628242186,
+ "lat": 43.5519978,
+ "lon": 1.4870516
+ },
+ {
+ "nodeId": 13628242182,
+ "lat": 43.5527482,
+ "lon": 1.4859006
+ },
+ {
+ "nodeId": 13628242183,
+ "lat": 43.5531921,
+ "lon": 1.4852668
+ },
+ {
+ "nodeId": 12987593893,
+ "lat": 43.5535395,
+ "lon": 1.4847673
+ },
+ {
+ "nodeId": 10217247156,
+ "lat": 43.5533378,
+ "lon": 1.485069
+ },
+ {
+ "nodeId": 12987593894,
+ "lat": 43.5537383,
+ "lon": 1.4844524
+ },
+ {
+ "nodeId": 10890417167,
+ "lat": 43.5539089,
+ "lon": 1.4840647
+ },
+ {
+ "nodeId": 10217247155,
+ "lat": 43.5540536,
+ "lon": 1.4836149
+ },
+ {
+ "nodeId": 12987593895,
+ "lat": 43.5541829,
+ "lon": 1.4831558
+ },
+ {
+ "nodeId": 4070161833,
+ "lat": 43.6006322,
+ "lon": 1.4113848
+ },
+ {
+ "nodeId": 339927325,
+ "lat": 43.5662358,
+ "lon": 1.3948935
+ },
+ {
+ "nodeId": 8068633885,
+ "lat": 43.6003503,
+ "lon": 1.4113592
+ },
+ {
+ "nodeId": 7644357261,
+ "lat": 43.5662715,
+ "lon": 1.3947952
+ },
+ {
+ "nodeId": 7644357262,
+ "lat": 43.5663088,
+ "lon": 1.3946981
+ },
+ {
+ "nodeId": 248534074,
+ "lat": 43.5663393,
+ "lon": 1.3946252
+ },
+ {
+ "nodeId": 7644357260,
+ "lat": 43.5663838,
+ "lon": 1.3945301
+ },
+ {
+ "nodeId": 7644357263,
+ "lat": 43.5664142,
+ "lon": 1.3944682
+ },
+ {
+ "nodeId": 7644357259,
+ "lat": 43.5664507,
+ "lon": 1.3943971
+ },
+ {
+ "nodeId": 339927326,
+ "lat": 43.5664947,
+ "lon": 1.3943225
+ },
+ {
+ "nodeId": 7644357266,
+ "lat": 43.5665398,
+ "lon": 1.3942496
+ },
+ {
+ "nodeId": 7644357267,
+ "lat": 43.5665916,
+ "lon": 1.3941737
+ },
+ {
+ "nodeId": 7644357249,
+ "lat": 43.5666218,
+ "lon": 1.3941299
+ },
+ {
+ "nodeId": 7649884160,
+ "lat": 43.5666485,
+ "lon": 1.3940953
+ },
+ {
+ "nodeId": 5794129823,
+ "lat": 43.6362615,
+ "lon": 1.3849936
+ },
+ {
+ "nodeId": 7197474473,
+ "lat": 43.5858022,
+ "lon": 1.4276077
+ },
+ {
+ "nodeId": 2030163935,
+ "lat": 43.585864,
+ "lon": 1.4275106
+ },
+ {
+ "nodeId": 2571154301,
+ "lat": 43.5860583,
+ "lon": 1.4272115
+ },
+ {
+ "nodeId": 7992911245,
+ "lat": 43.6362665,
+ "lon": 1.3846454
+ },
+ {
+ "nodeId": 7197474484,
+ "lat": 43.5866747,
+ "lon": 1.4262714
+ },
+ {
+ "nodeId": 2483718462,
+ "lat": 43.586744,
+ "lon": 1.4261657
+ },
+ {
+ "nodeId": 2483718473,
+ "lat": 43.5868437,
+ "lon": 1.4259954
+ },
+ {
+ "nodeId": 7197474487,
+ "lat": 43.5868743,
+ "lon": 1.4259488
+ },
+ {
+ "nodeId": 1825678689,
+ "lat": 43.588143,
+ "lon": 1.4240145
+ },
+ {
+ "nodeId": 12188637802,
+ "lat": 43.6032256,
+ "lon": 1.3356105
+ },
+ {
+ "nodeId": 12188637803,
+ "lat": 43.6032405,
+ "lon": 1.3355188
+ },
+ {
+ "nodeId": 12188637800,
+ "lat": 43.6032527,
+ "lon": 1.3354328
+ },
+ {
+ "nodeId": 7757533297,
+ "lat": 43.6032644,
+ "lon": 1.335339
+ },
+ {
+ "nodeId": 2560775583,
+ "lat": 43.6448696,
+ "lon": 1.3771981
+ },
+ {
+ "nodeId": 1617713366,
+ "lat": 43.6032727,
+ "lon": 1.3352668
+ },
+ {
+ "nodeId": 3556698970,
+ "lat": 43.5922682,
+ "lon": 1.4190616
+ },
+ {
+ "nodeId": 8237931326,
+ "lat": 43.5922873,
+ "lon": 1.4190645
+ },
+ {
+ "nodeId": 2128905981,
+ "lat": 43.5923409,
+ "lon": 1.4190724
+ },
+ {
+ "nodeId": 2119969543,
+ "lat": 43.5924221,
+ "lon": 1.4190793
+ },
+ {
+ "nodeId": 3463643487,
+ "lat": 43.592461,
+ "lon": 1.4190789
+ },
+ {
+ "nodeId": 2882494302,
+ "lat": 43.5924868,
+ "lon": 1.4190769
+ },
+ {
+ "nodeId": 8237931348,
+ "lat": 43.5925152,
+ "lon": 1.4190717
+ },
+ {
+ "nodeId": 2882494305,
+ "lat": 43.5925395,
+ "lon": 1.4190659
+ },
+ {
+ "nodeId": 3463643486,
+ "lat": 43.5925649,
+ "lon": 1.4190575
+ },
+ {
+ "nodeId": 8237931338,
+ "lat": 43.59259,
+ "lon": 1.4190464
+ },
+ {
+ "nodeId": 3463643485,
+ "lat": 43.5925983,
+ "lon": 1.4190413
+ },
+ {
+ "nodeId": 2882494308,
+ "lat": 43.5926175,
+ "lon": 1.4190283
+ },
+ {
+ "nodeId": 2119969544,
+ "lat": 43.5926536,
+ "lon": 1.4189968
+ },
+ {
+ "nodeId": 3463643480,
+ "lat": 43.5926816,
+ "lon": 1.4189635
+ },
+ {
+ "nodeId": 3463643484,
+ "lat": 43.5926367,
+ "lon": 1.4190119
+ },
+ {
+ "nodeId": 1943151795,
+ "lat": 43.5927041,
+ "lon": 1.4189312
+ },
+ {
+ "nodeId": 3463643479,
+ "lat": 43.5927152,
+ "lon": 1.418911
+ },
+ {
+ "nodeId": 3463643483,
+ "lat": 43.5927271,
+ "lon": 1.4188895
+ },
+ {
+ "nodeId": 2119969545,
+ "lat": 43.5927383,
+ "lon": 1.4188657
+ },
+ {
+ "nodeId": 2570328761,
+ "lat": 43.5927626,
+ "lon": 1.4187892
+ },
+ {
+ "nodeId": 3463643478,
+ "lat": 43.5927515,
+ "lon": 1.4188322
+ },
+ {
+ "nodeId": 3463643481,
+ "lat": 43.5927709,
+ "lon": 1.4187463
+ },
+ {
+ "nodeId": 3463643482,
+ "lat": 43.5927777,
+ "lon": 1.4186967
+ },
+ {
+ "nodeId": 333033967,
+ "lat": 43.5927835,
+ "lon": 1.4186509
+ },
+ {
+ "nodeId": 1943151811,
+ "lat": 43.5927923,
+ "lon": 1.4185571
+ },
+ {
+ "nodeId": 7197474572,
+ "lat": 43.5928152,
+ "lon": 1.4182949
+ },
+ {
+ "nodeId": 3556698976,
+ "lat": 43.5927994,
+ "lon": 1.4184544
+ },
+ {
+ "nodeId": 344298257,
+ "lat": 43.599585,
+ "lon": 1.3726338
+ },
+ {
+ "nodeId": 11918514655,
+ "lat": 43.5995734,
+ "lon": 1.3726855
+ },
+ {
+ "nodeId": 54548606,
+ "lat": 43.5990081,
+ "lon": 1.3751339
+ },
+ {
+ "nodeId": 12188472886,
+ "lat": 43.5989358,
+ "lon": 1.3754421
+ },
+ {
+ "nodeId": 12188472884,
+ "lat": 43.5992949,
+ "lon": 1.3738945
+ },
+ {
+ "nodeId": 3572756367,
+ "lat": 43.5988031,
+ "lon": 1.3759742
+ },
+ {
+ "nodeId": 267319872,
+ "lat": 43.6469122,
+ "lon": 1.37638
+ },
+ {
+ "nodeId": 344552703,
+ "lat": 43.647566,
+ "lon": 1.3760829
+ },
+ {
+ "nodeId": 983684819,
+ "lat": 43.6478966,
+ "lon": 1.3759358
+ },
+ {
+ "nodeId": 1469720878,
+ "lat": 43.6479982,
+ "lon": 1.3758914
+ },
+ {
+ "nodeId": 7078007773,
+ "lat": 43.6480803,
+ "lon": 1.3758554
+ },
+ {
+ "nodeId": 7078007764,
+ "lat": 43.6483231,
+ "lon": 1.3757489
+ },
+ {
+ "nodeId": 2379081793,
+ "lat": 43.6412537,
+ "lon": 1.3805379
+ },
+ {
+ "nodeId": 7078007950,
+ "lat": 43.6412635,
+ "lon": 1.3805126
+ },
+ {
+ "nodeId": 3484263448,
+ "lat": 43.6412782,
+ "lon": 1.3804744
+ },
+ {
+ "nodeId": 2379081795,
+ "lat": 43.6412896,
+ "lon": 1.3804508
+ },
+ {
+ "nodeId": 3484263447,
+ "lat": 43.6412981,
+ "lon": 1.3804369
+ },
+ {
+ "nodeId": 3484263446,
+ "lat": 43.6413131,
+ "lon": 1.3804168
+ },
+ {
+ "nodeId": 983684786,
+ "lat": 43.6413287,
+ "lon": 1.3804013
+ },
+ {
+ "nodeId": 3484263438,
+ "lat": 43.6413442,
+ "lon": 1.3803859
+ },
+ {
+ "nodeId": 3484263437,
+ "lat": 43.6413654,
+ "lon": 1.3803702
+ },
+ {
+ "nodeId": 2379081798,
+ "lat": 43.6413857,
+ "lon": 1.3803562
+ },
+ {
+ "nodeId": 983684825,
+ "lat": 43.6415705,
+ "lon": 1.3802596
+ },
+ {
+ "nodeId": 3484263436,
+ "lat": 43.6415907,
+ "lon": 1.3802464
+ },
+ {
+ "nodeId": 2379081802,
+ "lat": 43.6416115,
+ "lon": 1.380231
+ },
+ {
+ "nodeId": 3484263435,
+ "lat": 43.6416251,
+ "lon": 1.3802176
+ },
+ {
+ "nodeId": 2379081804,
+ "lat": 43.6416475,
+ "lon": 1.3801928
+ },
+ {
+ "nodeId": 3484263434,
+ "lat": 43.6416659,
+ "lon": 1.3801633
+ },
+ {
+ "nodeId": 1419303451,
+ "lat": 43.6416813,
+ "lon": 1.3801338
+ },
+ {
+ "nodeId": 3484263431,
+ "lat": 43.6417047,
+ "lon": 1.3800755
+ },
+ {
+ "nodeId": 1541379955,
+ "lat": 43.6417279,
+ "lon": 1.38001
+ },
+ {
+ "nodeId": 1419299470,
+ "lat": 43.6417424,
+ "lon": 1.3799621
+ },
+ {
+ "nodeId": 3484263421,
+ "lat": 43.6417794,
+ "lon": 1.3798696
+ },
+ {
+ "nodeId": 1469817307,
+ "lat": 43.6417969,
+ "lon": 1.3798341
+ },
+ {
+ "nodeId": 3484263420,
+ "lat": 43.6418408,
+ "lon": 1.3797771
+ },
+ {
+ "nodeId": 3484263418,
+ "lat": 43.6418612,
+ "lon": 1.379759
+ },
+ {
+ "nodeId": 3484263419,
+ "lat": 43.6418197,
+ "lon": 1.3798012
+ },
+ {
+ "nodeId": 1419303456,
+ "lat": 43.6418783,
+ "lon": 1.3797472
+ },
+ {
+ "nodeId": 7992911237,
+ "lat": 43.6422108,
+ "lon": 1.379583
+ },
+ {
+ "nodeId": 1374224468,
+ "lat": 43.5935602,
+ "lon": 1.4090285
+ },
+ {
+ "nodeId": 344794263,
+ "lat": 43.5935286,
+ "lon": 1.4092257
+ },
+ {
+ "nodeId": 7992911247,
+ "lat": 43.6367859,
+ "lon": 1.384032
+ },
+ {
+ "nodeId": 2987358637,
+ "lat": 43.6374295,
+ "lon": 1.3837906
+ },
+ {
+ "nodeId": 1464381977,
+ "lat": 43.6375691,
+ "lon": 1.3837382
+ },
+ {
+ "nodeId": 2987355538,
+ "lat": 43.637692,
+ "lon": 1.3836923
+ },
+ {
+ "nodeId": 656184855,
+ "lat": 43.6388076,
+ "lon": 1.3832753
+ },
+ {
+ "nodeId": 656184854,
+ "lat": 43.6389525,
+ "lon": 1.3832205
+ },
+ {
+ "nodeId": 656184869,
+ "lat": 43.6395524,
+ "lon": 1.3829943
+ },
+ {
+ "nodeId": 7078008016,
+ "lat": 43.6391002,
+ "lon": 1.3831648
+ },
+ {
+ "nodeId": 2987358544,
+ "lat": 43.6397086,
+ "lon": 1.3829364
+ },
+ {
+ "nodeId": 656184864,
+ "lat": 43.6398286,
+ "lon": 1.3828919
+ },
+ {
+ "nodeId": 656184862,
+ "lat": 43.6402723,
+ "lon": 1.3827266
+ },
+ {
+ "nodeId": 7757533289,
+ "lat": 43.6025324,
+ "lon": 1.3516499
+ },
+ {
+ "nodeId": 12188472852,
+ "lat": 43.6025291,
+ "lon": 1.3521019
+ },
+ {
+ "nodeId": 1469817310,
+ "lat": 43.6435149,
+ "lon": 1.3789497
+ },
+ {
+ "nodeId": 3484263410,
+ "lat": 43.6435475,
+ "lon": 1.3789399
+ },
+ {
+ "nodeId": 1543288706,
+ "lat": 43.6435927,
+ "lon": 1.3789296
+ },
+ {
+ "nodeId": 3484263408,
+ "lat": 43.6436353,
+ "lon": 1.3789261
+ },
+ {
+ "nodeId": 267260805,
+ "lat": 43.6436612,
+ "lon": 1.3789281
+ },
+ {
+ "nodeId": 3484263406,
+ "lat": 43.6436753,
+ "lon": 1.3789295
+ },
+ {
+ "nodeId": 2562225989,
+ "lat": 43.6436906,
+ "lon": 1.3789329
+ },
+ {
+ "nodeId": 3484263405,
+ "lat": 43.6437039,
+ "lon": 1.3789379
+ },
+ {
+ "nodeId": 3484263407,
+ "lat": 43.6437188,
+ "lon": 1.3789453
+ },
+ {
+ "nodeId": 1469817315,
+ "lat": 43.6437308,
+ "lon": 1.3789523
+ },
+ {
+ "nodeId": 3484263400,
+ "lat": 43.6439554,
+ "lon": 1.3790811
+ },
+ {
+ "nodeId": 2903425310,
+ "lat": 43.6439768,
+ "lon": 1.3790892
+ },
+ {
+ "nodeId": 267260804,
+ "lat": 43.643876,
+ "lon": 1.3790429
+ },
+ {
+ "nodeId": 2093074717,
+ "lat": 43.6439913,
+ "lon": 1.3790918
+ },
+ {
+ "nodeId": 2903425309,
+ "lat": 43.644018,
+ "lon": 1.3790932
+ },
+ {
+ "nodeId": 2379081822,
+ "lat": 43.6440409,
+ "lon": 1.3790915
+ },
+ {
+ "nodeId": 7078007881,
+ "lat": 43.6440458,
+ "lon": 1.3790907
+ },
+ {
+ "nodeId": 556980712,
+ "lat": 43.6440653,
+ "lon": 1.3790876
+ },
+ {
+ "nodeId": 2093074719,
+ "lat": 43.6440924,
+ "lon": 1.3790779
+ },
+ {
+ "nodeId": 2379081824,
+ "lat": 43.6441355,
+ "lon": 1.379052
+ },
+ {
+ "nodeId": 3484263398,
+ "lat": 43.6441694,
+ "lon": 1.3790261
+ },
+ {
+ "nodeId": 1469771688,
+ "lat": 43.6441985,
+ "lon": 1.3789926
+ },
+ {
+ "nodeId": 983684782,
+ "lat": 43.6442074,
+ "lon": 1.3789805
+ },
+ {
+ "nodeId": 3484263399,
+ "lat": 43.6442296,
+ "lon": 1.378943
+ },
+ {
+ "nodeId": 2379081828,
+ "lat": 43.6442489,
+ "lon": 1.3789038
+ },
+ {
+ "nodeId": 983684816,
+ "lat": 43.6443274,
+ "lon": 1.3787045
+ },
+ {
+ "nodeId": 7992911235,
+ "lat": 43.6443816,
+ "lon": 1.3785495
+ },
+ {
+ "nodeId": 54544350,
+ "lat": 43.59347,
+ "lon": 1.4096368
+ },
+ {
+ "nodeId": 12188473056,
+ "lat": 43.5934494,
+ "lon": 1.4098023
+ },
+ {
+ "nodeId": 12188473057,
+ "lat": 43.5934358,
+ "lon": 1.4099307
+ },
+ {
+ "nodeId": 8237931657,
+ "lat": 43.5934231,
+ "lon": 1.410065
+ },
+ {
+ "nodeId": 54544351,
+ "lat": 43.5934109,
+ "lon": 1.4102041
+ },
+ {
+ "nodeId": 8237931659,
+ "lat": 43.5934031,
+ "lon": 1.4103335
+ },
+ {
+ "nodeId": 12188473060,
+ "lat": 43.5933962,
+ "lon": 1.4104798
+ },
+ {
+ "nodeId": 1254174256,
+ "lat": 43.5933923,
+ "lon": 1.4106324
+ },
+ {
+ "nodeId": 7757596696,
+ "lat": 43.5933909,
+ "lon": 1.4107473
+ },
+ {
+ "nodeId": 8237931660,
+ "lat": 43.5933926,
+ "lon": 1.4109687
+ },
+ {
+ "nodeId": 4146806999,
+ "lat": 43.5933946,
+ "lon": 1.4110621
+ },
+ {
+ "nodeId": 12188473063,
+ "lat": 43.5934006,
+ "lon": 1.4112138
+ },
+ {
+ "nodeId": 8237931663,
+ "lat": 43.5934083,
+ "lon": 1.4113677
+ },
+ {
+ "nodeId": 1254174257,
+ "lat": 43.5934225,
+ "lon": 1.4115841
+ },
+ {
+ "nodeId": 8237931664,
+ "lat": 43.5934389,
+ "lon": 1.4118054
+ },
+ {
+ "nodeId": 2128896129,
+ "lat": 43.5854527,
+ "lon": 1.4285445
+ },
+ {
+ "nodeId": 3721897807,
+ "lat": 43.5854782,
+ "lon": 1.4285802
+ },
+ {
+ "nodeId": 3721897806,
+ "lat": 43.5854393,
+ "lon": 1.4285192
+ },
+ {
+ "nodeId": 2308759196,
+ "lat": 43.5854296,
+ "lon": 1.428494
+ },
+ {
+ "nodeId": 2128896116,
+ "lat": 43.585416,
+ "lon": 1.4284535
+ },
+ {
+ "nodeId": 2882492398,
+ "lat": 43.5854085,
+ "lon": 1.428422
+ },
+ {
+ "nodeId": 2442266691,
+ "lat": 43.5854036,
+ "lon": 1.428316
+ },
+ {
+ "nodeId": 5717731674,
+ "lat": 43.5854088,
+ "lon": 1.4282839
+ },
+ {
+ "nodeId": 3721897805,
+ "lat": 43.5854017,
+ "lon": 1.4283603
+ },
+ {
+ "nodeId": 2030163909,
+ "lat": 43.5854114,
+ "lon": 1.4282677
+ },
+ {
+ "nodeId": 3948895312,
+ "lat": 43.5854268,
+ "lon": 1.4282175
+ },
+ {
+ "nodeId": 3721897804,
+ "lat": 43.5854318,
+ "lon": 1.4282014
+ },
+ {
+ "nodeId": 12202628595,
+ "lat": 43.5854425,
+ "lon": 1.4281783
+ },
+ {
+ "nodeId": 2442266706,
+ "lat": 43.5854616,
+ "lon": 1.4281371
+ },
+ {
+ "nodeId": 2030163917,
+ "lat": 43.5855282,
+ "lon": 1.4280342
+ },
+ {
+ "nodeId": 6030836157,
+ "lat": 43.6638351,
+ "lon": 1.3623897
+ },
+ {
+ "nodeId": 6030836156,
+ "lat": 43.6640514,
+ "lon": 1.3622517
+ },
+ {
+ "nodeId": 13178671393,
+ "lat": 43.6644508,
+ "lon": 1.3620003
+ },
+ {
+ "nodeId": 7014762375,
+ "lat": 43.6644766,
+ "lon": 1.361984
+ },
+ {
+ "nodeId": 7001580950,
+ "lat": 43.6645919,
+ "lon": 1.3619092
+ },
+ {
+ "nodeId": 6030836154,
+ "lat": 43.6646488,
+ "lon": 1.3618713
+ },
+ {
+ "nodeId": 6030836153,
+ "lat": 43.6647782,
+ "lon": 1.3617887
+ },
+ {
+ "nodeId": 6030836152,
+ "lat": 43.6649945,
+ "lon": 1.3616507
+ },
+ {
+ "nodeId": 7869544158,
+ "lat": 43.6652387,
+ "lon": 1.3615006
+ },
+ {
+ "nodeId": 7001580953,
+ "lat": 43.665404,
+ "lon": 1.361399
+ },
+ {
+ "nodeId": 9228695774,
+ "lat": 43.6655651,
+ "lon": 1.3612886
+ },
+ {
+ "nodeId": 6030836150,
+ "lat": 43.6655919,
+ "lon": 1.3612703
+ },
+ {
+ "nodeId": 6030836149,
+ "lat": 43.6657212,
+ "lon": 1.3611877
+ },
+ {
+ "nodeId": 6030836148,
+ "lat": 43.6659375,
+ "lon": 1.3610497
+ },
+ {
+ "nodeId": 6030836147,
+ "lat": 43.6663167,
+ "lon": 1.3608123
+ },
+ {
+ "nodeId": 6030836146,
+ "lat": 43.6665349,
+ "lon": 1.3606693
+ },
+ {
+ "nodeId": 7869506572,
+ "lat": 43.6673144,
+ "lon": 1.3601765
+ },
+ {
+ "nodeId": 7869506575,
+ "lat": 43.6678232,
+ "lon": 1.3598549
+ },
+ {
+ "nodeId": 7613591562,
+ "lat": 43.6678948,
+ "lon": 1.3598082
+ },
+ {
+ "nodeId": 12188637804,
+ "lat": 43.6032825,
+ "lon": 1.3351912
+ },
+ {
+ "nodeId": 656420409,
+ "lat": 43.6215885,
+ "lon": 1.3967662
+ },
+ {
+ "nodeId": 10731002621,
+ "lat": 43.6088144,
+ "lon": 1.4020405
+ },
+ {
+ "nodeId": 7197474788,
+ "lat": 43.6088838,
+ "lon": 1.402037
+ },
+ {
+ "nodeId": 1163670142,
+ "lat": 43.6039602,
+ "lon": 1.4059347
+ },
+ {
+ "nodeId": 1163670121,
+ "lat": 43.6040225,
+ "lon": 1.4058171
+ },
+ {
+ "nodeId": 8068564082,
+ "lat": 43.6040493,
+ "lon": 1.4057693
+ },
+ {
+ "nodeId": 3282027899,
+ "lat": 43.6040879,
+ "lon": 1.4057023
+ },
+ {
+ "nodeId": 2379081497,
+ "lat": 43.6041395,
+ "lon": 1.4056097
+ },
+ {
+ "nodeId": 2379081501,
+ "lat": 43.6042532,
+ "lon": 1.4054022
+ },
+ {
+ "nodeId": 1163670131,
+ "lat": 43.604356,
+ "lon": 1.4051987
+ },
+ {
+ "nodeId": 8068564064,
+ "lat": 43.6043647,
+ "lon": 1.4051813
+ },
+ {
+ "nodeId": 54548600,
+ "lat": 43.597367,
+ "lon": 1.3800165
+ },
+ {
+ "nodeId": 12188472911,
+ "lat": 43.5973102,
+ "lon": 1.3801685
+ },
+ {
+ "nodeId": 12188472912,
+ "lat": 43.5972424,
+ "lon": 1.3803499
+ },
+ {
+ "nodeId": 12188472913,
+ "lat": 43.5971885,
+ "lon": 1.3804941
+ },
+ {
+ "nodeId": 54548599,
+ "lat": 43.5971213,
+ "lon": 1.3806851
+ },
+ {
+ "nodeId": 12188472914,
+ "lat": 43.5970768,
+ "lon": 1.3808203
+ },
+ {
+ "nodeId": 4146820472,
+ "lat": 43.597016,
+ "lon": 1.3810118
+ },
+ {
+ "nodeId": 12188472916,
+ "lat": 43.5969321,
+ "lon": 1.3813004
+ },
+ {
+ "nodeId": 12188472915,
+ "lat": 43.5969783,
+ "lon": 1.3811365
+ },
+ {
+ "nodeId": 344292204,
+ "lat": 43.5968933,
+ "lon": 1.3814507
+ },
+ {
+ "nodeId": 12188472917,
+ "lat": 43.5968605,
+ "lon": 1.3815894
+ },
+ {
+ "nodeId": 4146820471,
+ "lat": 43.596794,
+ "lon": 1.3818962
+ },
+ {
+ "nodeId": 12188472919,
+ "lat": 43.5967592,
+ "lon": 1.382083
+ },
+ {
+ "nodeId": 12188472918,
+ "lat": 43.5968226,
+ "lon": 1.3817571
+ },
+ {
+ "nodeId": 54548598,
+ "lat": 43.5967357,
+ "lon": 1.3822311
+ },
+ {
+ "nodeId": 6128768632,
+ "lat": 43.5966842,
+ "lon": 1.382612
+ },
+ {
+ "nodeId": 12188472920,
+ "lat": 43.5967182,
+ "lon": 1.3823468
+ },
+ {
+ "nodeId": 12188472922,
+ "lat": 43.5967032,
+ "lon": 1.3824541
+ },
+ {
+ "nodeId": 12188472921,
+ "lat": 43.5966723,
+ "lon": 1.3827284
+ },
+ {
+ "nodeId": 12188472928,
+ "lat": 43.5966595,
+ "lon": 1.3828585
+ },
+ {
+ "nodeId": 344292202,
+ "lat": 43.5966497,
+ "lon": 1.3829859
+ },
+ {
+ "nodeId": 2379081563,
+ "lat": 43.6111696,
+ "lon": 1.4019192
+ },
+ {
+ "nodeId": 756757900,
+ "lat": 43.6112227,
+ "lon": 1.4019133
+ },
+ {
+ "nodeId": 3721306230,
+ "lat": 43.6112518,
+ "lon": 1.4019039
+ },
+ {
+ "nodeId": 3721306231,
+ "lat": 43.611313,
+ "lon": 1.4018717
+ },
+ {
+ "nodeId": 2379081569,
+ "lat": 43.6112829,
+ "lon": 1.4018905
+ },
+ {
+ "nodeId": 2379081573,
+ "lat": 43.6113538,
+ "lon": 1.4018414
+ },
+ {
+ "nodeId": 7992911260,
+ "lat": 43.6113821,
+ "lon": 1.4018139
+ },
+ {
+ "nodeId": 12188472929,
+ "lat": 43.5966383,
+ "lon": 1.3831632
+ },
+ {
+ "nodeId": 6128768627,
+ "lat": 43.5966162,
+ "lon": 1.3836776
+ },
+ {
+ "nodeId": 7757533302,
+ "lat": 43.5966306,
+ "lon": 1.3832981
+ },
+ {
+ "nodeId": 7757533303,
+ "lat": 43.5965834,
+ "lon": 1.3850259
+ },
+ {
+ "nodeId": 54548594,
+ "lat": 43.5964643,
+ "lon": 1.3899434
+ },
+ {
+ "nodeId": 54548595,
+ "lat": 43.5965222,
+ "lon": 1.3875754
+ },
+ {
+ "nodeId": 12188473010,
+ "lat": 43.5964218,
+ "lon": 1.3916983
+ },
+ {
+ "nodeId": 2379081427,
+ "lat": 43.5990189,
+ "lon": 1.4111914
+ },
+ {
+ "nodeId": 7078007921,
+ "lat": 43.6422339,
+ "lon": 1.3795716
+ },
+ {
+ "nodeId": 267261046,
+ "lat": 43.6423462,
+ "lon": 1.3795161
+ },
+ {
+ "nodeId": 7078007920,
+ "lat": 43.6424627,
+ "lon": 1.3794595
+ },
+ {
+ "nodeId": 7078007892,
+ "lat": 43.6428997,
+ "lon": 1.379247
+ },
+ {
+ "nodeId": 267261033,
+ "lat": 43.6429561,
+ "lon": 1.3792196
+ },
+ {
+ "nodeId": 7078007894,
+ "lat": 43.643016,
+ "lon": 1.3791907
+ },
+ {
+ "nodeId": 7669152618,
+ "lat": 43.6178821,
+ "lon": 1.4666296
+ },
+ {
+ "nodeId": 7667567193,
+ "lat": 43.6178524,
+ "lon": 1.4665935
+ },
+ {
+ "nodeId": 7669152619,
+ "lat": 43.6178186,
+ "lon": 1.4665526
+ },
+ {
+ "nodeId": 54548621,
+ "lat": 43.6025108,
+ "lon": 1.3549553
+ },
+ {
+ "nodeId": 7667567194,
+ "lat": 43.6177801,
+ "lon": 1.4665085
+ },
+ {
+ "nodeId": 7667567195,
+ "lat": 43.6177305,
+ "lon": 1.4664563
+ },
+ {
+ "nodeId": 7667567227,
+ "lat": 43.6176697,
+ "lon": 1.4663949
+ },
+ {
+ "nodeId": 7667567226,
+ "lat": 43.617609,
+ "lon": 1.466335
+ },
+ {
+ "nodeId": 764715243,
+ "lat": 43.6173538,
+ "lon": 1.4660831
+ },
+ {
+ "nodeId": 7667567223,
+ "lat": 43.6172551,
+ "lon": 1.4659842
+ },
+ {
+ "nodeId": 5817633582,
+ "lat": 43.6171388,
+ "lon": 1.4658709
+ },
+ {
+ "nodeId": 764716162,
+ "lat": 43.617016,
+ "lon": 1.4657447
+ },
+ {
+ "nodeId": 7667567221,
+ "lat": 43.6169305,
+ "lon": 1.4656544
+ },
+ {
+ "nodeId": 764715684,
+ "lat": 43.6168644,
+ "lon": 1.4655809
+ },
+ {
+ "nodeId": 7667567220,
+ "lat": 43.6167766,
+ "lon": 1.4654814
+ },
+ {
+ "nodeId": 5817633583,
+ "lat": 43.6166991,
+ "lon": 1.4653896
+ },
+ {
+ "nodeId": 7667567219,
+ "lat": 43.6166211,
+ "lon": 1.4652907
+ },
+ {
+ "nodeId": 7667567218,
+ "lat": 43.6165398,
+ "lon": 1.4651771
+ },
+ {
+ "nodeId": 5817633584,
+ "lat": 43.6164645,
+ "lon": 1.4650725
+ },
+ {
+ "nodeId": 7667567236,
+ "lat": 43.6163204,
+ "lon": 1.4648721
+ },
+ {
+ "nodeId": 248512542,
+ "lat": 43.6162323,
+ "lon": 1.4647428
+ },
+ {
+ "nodeId": 11107355560,
+ "lat": 43.6161768,
+ "lon": 1.4646599
+ },
+ {
+ "nodeId": 11487218495,
+ "lat": 43.6156545,
+ "lon": 1.4638805
+ },
+ {
+ "nodeId": 757369934,
+ "lat": 43.6114405,
+ "lon": 1.4017573
+ },
+ {
+ "nodeId": 757369956,
+ "lat": 43.6115877,
+ "lon": 1.4016034
+ },
+ {
+ "nodeId": 756757883,
+ "lat": 43.6116507,
+ "lon": 1.4015438
+ },
+ {
+ "nodeId": 2088242454,
+ "lat": 43.6116206,
+ "lon": 1.4015693
+ },
+ {
+ "nodeId": 3721304908,
+ "lat": 43.6116887,
+ "lon": 1.4015197
+ },
+ {
+ "nodeId": 2088242458,
+ "lat": 43.6117273,
+ "lon": 1.4015041
+ },
+ {
+ "nodeId": 3721304909,
+ "lat": 43.6117643,
+ "lon": 1.4014928
+ },
+ {
+ "nodeId": 1461684520,
+ "lat": 43.6117991,
+ "lon": 1.4014876
+ },
+ {
+ "nodeId": 7197474377,
+ "lat": 43.5926154,
+ "lon": 1.4357943
+ },
+ {
+ "nodeId": 13159307124,
+ "lat": 43.5663733,
+ "lon": 1.486556
+ },
+ {
+ "nodeId": 8832628118,
+ "lat": 43.5662455,
+ "lon": 1.4867216
+ },
+ {
+ "nodeId": 10884065632,
+ "lat": 43.5661309,
+ "lon": 1.4868953
+ },
+ {
+ "nodeId": 13159307125,
+ "lat": 43.566021,
+ "lon": 1.4870837
+ },
+ {
+ "nodeId": 10884065631,
+ "lat": 43.5659428,
+ "lon": 1.4872621
+ },
+ {
+ "nodeId": 10890417181,
+ "lat": 43.5658641,
+ "lon": 1.487482
+ },
+ {
+ "nodeId": 13159307126,
+ "lat": 43.5657786,
+ "lon": 1.4877824
+ },
+ {
+ "nodeId": 13159307127,
+ "lat": 43.5656596,
+ "lon": 1.4882538
+ },
+ {
+ "nodeId": 13159307128,
+ "lat": 43.5655478,
+ "lon": 1.4887232
+ },
+ {
+ "nodeId": 8832628119,
+ "lat": 43.5654171,
+ "lon": 1.4891832
+ },
+ {
+ "nodeId": 10884065634,
+ "lat": 43.5650765,
+ "lon": 1.4898692
+ },
+ {
+ "nodeId": 10884065633,
+ "lat": 43.5652344,
+ "lon": 1.489607
+ },
+ {
+ "nodeId": 12987601606,
+ "lat": 43.5643589,
+ "lon": 1.4907637
+ },
+ {
+ "nodeId": 13159307129,
+ "lat": 43.5642889,
+ "lon": 1.4908643
+ },
+ {
+ "nodeId": 10910865699,
+ "lat": 43.5641295,
+ "lon": 1.4911486
+ },
+ {
+ "nodeId": 12987601605,
+ "lat": 43.5639216,
+ "lon": 1.4915174
+ },
+ {
+ "nodeId": 12987601604,
+ "lat": 43.5631782,
+ "lon": 1.492994
+ },
+ {
+ "nodeId": 12987601602,
+ "lat": 43.5626126,
+ "lon": 1.494087
+ },
+ {
+ "nodeId": 12987601603,
+ "lat": 43.5625339,
+ "lon": 1.4942412
+ },
+ {
+ "nodeId": 13159307130,
+ "lat": 43.5624513,
+ "lon": 1.4943659
+ },
+ {
+ "nodeId": 10884065635,
+ "lat": 43.5623541,
+ "lon": 1.4944813
+ },
+ {
+ "nodeId": 12987601601,
+ "lat": 43.5622307,
+ "lon": 1.4946114
+ },
+ {
+ "nodeId": 10884065636,
+ "lat": 43.5620052,
+ "lon": 1.4947803
+ },
+ {
+ "nodeId": 10890417180,
+ "lat": 43.5621208,
+ "lon": 1.4947039
+ },
+ {
+ "nodeId": 13159307131,
+ "lat": 43.5618876,
+ "lon": 1.4948393
+ },
+ {
+ "nodeId": 10890417179,
+ "lat": 43.561736,
+ "lon": 1.4948943
+ },
+ {
+ "nodeId": 13159307132,
+ "lat": 43.5610227,
+ "lon": 1.4949319
+ },
+ {
+ "nodeId": 13159307133,
+ "lat": 43.5606631,
+ "lon": 1.4949332
+ },
+ {
+ "nodeId": 13159307134,
+ "lat": 43.5603036,
+ "lon": 1.4949426
+ },
+ {
+ "nodeId": 8832628121,
+ "lat": 43.5613803,
+ "lon": 1.4949279
+ },
+ {
+ "nodeId": 8832628122,
+ "lat": 43.5599411,
+ "lon": 1.4949453
+ },
+ {
+ "nodeId": 13159307135,
+ "lat": 43.5597107,
+ "lon": 1.4949466
+ },
+ {
+ "nodeId": 10884065637,
+ "lat": 43.5594804,
+ "lon": 1.49496
+ },
+ {
+ "nodeId": 10884065638,
+ "lat": 43.5591189,
+ "lon": 1.4950204
+ },
+ {
+ "nodeId": 8832628123,
+ "lat": 43.5587797,
+ "lon": 1.4951625
+ },
+ {
+ "nodeId": 13159307136,
+ "lat": 43.5584532,
+ "lon": 1.4953771
+ },
+ {
+ "nodeId": 13159307137,
+ "lat": 43.5581402,
+ "lon": 1.4956225
+ },
+ {
+ "nodeId": 13159307138,
+ "lat": 43.5578292,
+ "lon": 1.495868
+ },
+ {
+ "nodeId": 8832628124,
+ "lat": 43.5572675,
+ "lon": 1.4963052
+ },
+ {
+ "nodeId": 13159307139,
+ "lat": 43.5575163,
+ "lon": 1.4961134
+ },
+ {
+ "nodeId": 10890417178,
+ "lat": 43.5570002,
+ "lon": 1.4964688
+ },
+ {
+ "nodeId": 13159307140,
+ "lat": 43.556661,
+ "lon": 1.4966311
+ },
+ {
+ "nodeId": 13159307141,
+ "lat": 43.5563218,
+ "lon": 1.4967786
+ },
+ {
+ "nodeId": 13159307142,
+ "lat": 43.5559749,
+ "lon": 1.4969154
+ },
+ {
+ "nodeId": 8832628125,
+ "lat": 43.5556211,
+ "lon": 1.497024
+ },
+ {
+ "nodeId": 13159307143,
+ "lat": 43.5552702,
+ "lon": 1.4971031
+ },
+ {
+ "nodeId": 13159307144,
+ "lat": 43.5549165,
+ "lon": 1.4971822
+ },
+ {
+ "nodeId": 10884065640,
+ "lat": 43.5545656,
+ "lon": 1.4972855
+ },
+ {
+ "nodeId": 13159307146,
+ "lat": 43.5542128,
+ "lon": 1.4974438
+ },
+ {
+ "nodeId": 10884065641,
+ "lat": 43.5539183,
+ "lon": 1.4976476
+ },
+ {
+ "nodeId": 8832628126,
+ "lat": 43.5535859,
+ "lon": 1.4979199
+ },
+ {
+ "nodeId": 13159307145,
+ "lat": 43.5534527,
+ "lon": 1.4980513
+ },
+ {
+ "nodeId": 13159307147,
+ "lat": 43.5533113,
+ "lon": 1.4981934
+ },
+ {
+ "nodeId": 10884065642,
+ "lat": 43.5532044,
+ "lon": 1.4983316
+ },
+ {
+ "nodeId": 10890417157,
+ "lat": 43.5530848,
+ "lon": 1.4984972
+ },
+ {
+ "nodeId": 13159307148,
+ "lat": 43.5529808,
+ "lon": 1.4986581
+ },
+ {
+ "nodeId": 8832628127,
+ "lat": 43.5528613,
+ "lon": 1.498862
+ },
+ {
+ "nodeId": 10890417155,
+ "lat": 43.5526786,
+ "lon": 1.4992442
+ },
+ {
+ "nodeId": 13159307149,
+ "lat": 43.5527738,
+ "lon": 1.4990357
+ },
+ {
+ "nodeId": 13159307150,
+ "lat": 43.5525697,
+ "lon": 1.4995178
+ },
+ {
+ "nodeId": 13159307151,
+ "lat": 43.5524225,
+ "lon": 1.4999704
+ },
+ {
+ "nodeId": 12987593881,
+ "lat": 43.5523588,
+ "lon": 1.5002339
+ },
+ {
+ "nodeId": 10884065643,
+ "lat": 43.5524822,
+ "lon": 1.4997652
+ },
+ {
+ "nodeId": 10890417156,
+ "lat": 43.5522694,
+ "lon": 1.5007523
+ },
+ {
+ "nodeId": 13159307152,
+ "lat": 43.5523097,
+ "lon": 1.5004854
+ },
+ {
+ "nodeId": 13159307153,
+ "lat": 43.5522436,
+ "lon": 1.501001
+ },
+ {
+ "nodeId": 8832628128,
+ "lat": 43.55223,
+ "lon": 1.5012485
+ },
+ {
+ "nodeId": 13159307154,
+ "lat": 43.5522232,
+ "lon": 1.5015227
+ },
+ {
+ "nodeId": 13159307155,
+ "lat": 43.5522295,
+ "lon": 1.5018238
+ },
+ {
+ "nodeId": 10884065644,
+ "lat": 43.5522859,
+ "lon": 1.5033057
+ },
+ {
+ "nodeId": 13159307156,
+ "lat": 43.552284,
+ "lon": 1.5034747
+ },
+ {
+ "nodeId": 10884065647,
+ "lat": 43.5522426,
+ "lon": 1.5038227
+ },
+ {
+ "nodeId": 13159307157,
+ "lat": 43.5522713,
+ "lon": 1.5036256
+ },
+ {
+ "nodeId": 13159307158,
+ "lat": 43.5522067,
+ "lon": 1.5039904
+ },
+ {
+ "nodeId": 10884065645,
+ "lat": 43.5521513,
+ "lon": 1.5041761
+ },
+ {
+ "nodeId": 13159307159,
+ "lat": 43.5520988,
+ "lon": 1.5043216
+ },
+ {
+ "nodeId": 13159307160,
+ "lat": 43.5520346,
+ "lon": 1.5044564
+ },
+ {
+ "nodeId": 10884065646,
+ "lat": 43.5519511,
+ "lon": 1.5046012
+ },
+ {
+ "nodeId": 13159307161,
+ "lat": 43.5518738,
+ "lon": 1.5047139
+ },
+ {
+ "nodeId": 8832628129,
+ "lat": 43.5517765,
+ "lon": 1.5048327
+ },
+ {
+ "nodeId": 8832628131,
+ "lat": 43.5507103,
+ "lon": 1.5058935
+ },
+ {
+ "nodeId": 10884065656,
+ "lat": 43.5503841,
+ "lon": 1.5061344
+ },
+ {
+ "nodeId": 12987593871,
+ "lat": 43.5500413,
+ "lon": 1.506306
+ },
+ {
+ "nodeId": 12987593870,
+ "lat": 43.5496972,
+ "lon": 1.5064576
+ },
+ {
+ "nodeId": 12987593869,
+ "lat": 43.5490195,
+ "lon": 1.5067552
+ },
+ {
+ "nodeId": 10884065657,
+ "lat": 43.5486777,
+ "lon": 1.506949
+ },
+ {
+ "nodeId": 10884065655,
+ "lat": 43.5483707,
+ "lon": 1.5071989
+ },
+ {
+ "nodeId": 12987593868,
+ "lat": 43.5467494,
+ "lon": 1.5088203
+ },
+ {
+ "nodeId": 10884065660,
+ "lat": 43.545556,
+ "lon": 1.5098992
+ },
+ {
+ "nodeId": 10884065658,
+ "lat": 43.5458728,
+ "lon": 1.509685
+ },
+ {
+ "nodeId": 10884065661,
+ "lat": 43.5453494,
+ "lon": 1.5099673
+ },
+ {
+ "nodeId": 10884065659,
+ "lat": 43.5450763,
+ "lon": 1.5099925
+ },
+ {
+ "nodeId": 12987593867,
+ "lat": 43.5448475,
+ "lon": 1.5099571
+ },
+ {
+ "nodeId": 10884065662,
+ "lat": 43.5445075,
+ "lon": 1.5098184
+ },
+ {
+ "nodeId": 12987593866,
+ "lat": 43.5438418,
+ "lon": 1.5094749
+ },
+ {
+ "nodeId": 12987593864,
+ "lat": 43.5435062,
+ "lon": 1.5093089
+ },
+ {
+ "nodeId": 8832628133,
+ "lat": 43.5431452,
+ "lon": 1.5091352
+ },
+ {
+ "nodeId": 13184870801,
+ "lat": 43.5429818,
+ "lon": 1.5090865
+ },
+ {
+ "nodeId": 10884065665,
+ "lat": 43.5427786,
+ "lon": 1.5090621
+ },
+ {
+ "nodeId": 10884065664,
+ "lat": 43.5425998,
+ "lon": 1.5090789
+ },
+ {
+ "nodeId": 12987593865,
+ "lat": 43.5423955,
+ "lon": 1.5091307
+ },
+ {
+ "nodeId": 13184870802,
+ "lat": 43.5421107,
+ "lon": 1.5092936
+ },
+ {
+ "nodeId": 10884065663,
+ "lat": 43.5419716,
+ "lon": 1.509417
+ },
+ {
+ "nodeId": 10884065666,
+ "lat": 43.5422487,
+ "lon": 1.5091992
+ },
+ {
+ "nodeId": 8832628134,
+ "lat": 43.5413315,
+ "lon": 1.5100655
+ },
+ {
+ "nodeId": 10884065667,
+ "lat": 43.5404677,
+ "lon": 1.5109827
+ },
+ {
+ "nodeId": 12987593863,
+ "lat": 43.5407595,
+ "lon": 1.5106511
+ },
+ {
+ "nodeId": 12987593862,
+ "lat": 43.5410389,
+ "lon": 1.5103631
+ },
+ {
+ "nodeId": 12987593861,
+ "lat": 43.5402187,
+ "lon": 1.5113386
+ },
+ {
+ "nodeId": 8832628135,
+ "lat": 43.5399814,
+ "lon": 1.5116985
+ },
+ {
+ "nodeId": 10884065668,
+ "lat": 43.5397503,
+ "lon": 1.5120772
+ },
+ {
+ "nodeId": 12987593860,
+ "lat": 43.5395967,
+ "lon": 1.5123745
+ },
+ {
+ "nodeId": 12987593859,
+ "lat": 43.5394651,
+ "lon": 1.5127039
+ },
+ {
+ "nodeId": 12987593858,
+ "lat": 43.5393325,
+ "lon": 1.5131601
+ },
+ {
+ "nodeId": 10884065669,
+ "lat": 43.5392018,
+ "lon": 1.5136145
+ },
+ {
+ "nodeId": 10884065671,
+ "lat": 43.5389534,
+ "lon": 1.5145311
+ },
+ {
+ "nodeId": 12987593857,
+ "lat": 43.5386244,
+ "lon": 1.5154227
+ },
+ {
+ "nodeId": 10884065672,
+ "lat": 43.5388083,
+ "lon": 1.5149895
+ },
+ {
+ "nodeId": 10884065670,
+ "lat": 43.5384065,
+ "lon": 1.5158126
+ },
+ {
+ "nodeId": 12987593855,
+ "lat": 43.5381839,
+ "lon": 1.5162155
+ },
+ {
+ "nodeId": 10884065677,
+ "lat": 43.5379967,
+ "lon": 1.51664
+ },
+ {
+ "nodeId": 12987593851,
+ "lat": 43.5378898,
+ "lon": 1.5170662
+ },
+ {
+ "nodeId": 10884065673,
+ "lat": 43.5378336,
+ "lon": 1.5174771
+ },
+ {
+ "nodeId": 10884065676,
+ "lat": 43.5378102,
+ "lon": 1.5180257
+ },
+ {
+ "nodeId": 12987593852,
+ "lat": 43.5378394,
+ "lon": 1.5183166
+ },
+ {
+ "nodeId": 12987593853,
+ "lat": 43.5378857,
+ "lon": 1.5185587
+ },
+ {
+ "nodeId": 12987593854,
+ "lat": 43.5380086,
+ "lon": 1.5189777
+ },
+ {
+ "nodeId": 10884065674,
+ "lat": 43.5380888,
+ "lon": 1.5191639
+ },
+ {
+ "nodeId": 10884065675,
+ "lat": 43.5379456,
+ "lon": 1.5187762
+ },
+ {
+ "nodeId": 8832628136,
+ "lat": 43.5383664,
+ "lon": 1.5196848
+ },
+ {
+ "nodeId": 10884065678,
+ "lat": 43.5401471,
+ "lon": 1.522643
+ },
+ {
+ "nodeId": 7078007762,
+ "lat": 43.6487412,
+ "lon": 1.3755662
+ },
+ {
+ "nodeId": 1469720916,
+ "lat": 43.648946,
+ "lon": 1.3754786
+ },
+ {
+ "nodeId": 983684773,
+ "lat": 43.6490963,
+ "lon": 1.3754143
+ },
+ {
+ "nodeId": 983684807,
+ "lat": 43.6498043,
+ "lon": 1.375095
+ },
+ {
+ "nodeId": 2379081859,
+ "lat": 43.6492249,
+ "lon": 1.3753549
+ },
+ {
+ "nodeId": 983684754,
+ "lat": 43.650353,
+ "lon": 1.3748435
+ },
+ {
+ "nodeId": 983684762,
+ "lat": 43.6510045,
+ "lon": 1.3745444
+ },
+ {
+ "nodeId": 364941956,
+ "lat": 43.6512705,
+ "lon": 1.3744276
+ },
+ {
+ "nodeId": 1480624529,
+ "lat": 43.6511406,
+ "lon": 1.3744837
+ },
+ {
+ "nodeId": 2379081866,
+ "lat": 43.6514863,
+ "lon": 1.374362
+ },
+ {
+ "nodeId": 364941958,
+ "lat": 43.6515717,
+ "lon": 1.3743428
+ },
+ {
+ "nodeId": 2379081869,
+ "lat": 43.651732,
+ "lon": 1.3743199
+ },
+ {
+ "nodeId": 364941983,
+ "lat": 43.6519333,
+ "lon": 1.3743052
+ },
+ {
+ "nodeId": 2379081871,
+ "lat": 43.6521466,
+ "lon": 1.3743162
+ },
+ {
+ "nodeId": 364941988,
+ "lat": 43.6523162,
+ "lon": 1.3743464
+ },
+ {
+ "nodeId": 1739615472,
+ "lat": 43.6525798,
+ "lon": 1.3744151
+ },
+ {
+ "nodeId": 2379081875,
+ "lat": 43.6528087,
+ "lon": 1.3744747
+ },
+ {
+ "nodeId": 1739615479,
+ "lat": 43.6529295,
+ "lon": 1.3744929
+ },
+ {
+ "nodeId": 2987355334,
+ "lat": 43.6529599,
+ "lon": 1.3744946
+ },
+ {
+ "nodeId": 2379081878,
+ "lat": 43.65306,
+ "lon": 1.3745002
+ },
+ {
+ "nodeId": 1739615477,
+ "lat": 43.6531937,
+ "lon": 1.3744975
+ },
+ {
+ "nodeId": 2379081882,
+ "lat": 43.653364,
+ "lon": 1.37447
+ },
+ {
+ "nodeId": 1739615471,
+ "lat": 43.6535454,
+ "lon": 1.3744261
+ },
+ {
+ "nodeId": 1739615476,
+ "lat": 43.6538667,
+ "lon": 1.3742686
+ },
+ {
+ "nodeId": 7078007607,
+ "lat": 43.6542529,
+ "lon": 1.3740218
+ },
+ {
+ "nodeId": 2379084663,
+ "lat": 43.6536885,
+ "lon": 1.3743638
+ },
+ {
+ "nodeId": 1739615474,
+ "lat": 43.6542965,
+ "lon": 1.373994
+ },
+ {
+ "nodeId": 2379084667,
+ "lat": 43.6543678,
+ "lon": 1.3739408
+ },
+ {
+ "nodeId": 3004322934,
+ "lat": 43.6545117,
+ "lon": 1.3738356
+ },
+ {
+ "nodeId": 7078007538,
+ "lat": 43.6546304,
+ "lon": 1.3737488
+ },
+ {
+ "nodeId": 7007685002,
+ "lat": 43.5599467,
+ "lon": 1.4628652
+ },
+ {
+ "nodeId": 7007685003,
+ "lat": 43.5588316,
+ "lon": 1.455978
+ },
+ {
+ "nodeId": 1218403149,
+ "lat": 43.5584411,
+ "lon": 1.4536781
+ },
+ {
+ "nodeId": 983684821,
+ "lat": 43.6444957,
+ "lon": 1.3782228
+ },
+ {
+ "nodeId": 7078007540,
+ "lat": 43.6550286,
+ "lon": 1.3734537
+ },
+ {
+ "nodeId": 2560775579,
+ "lat": 43.6446698,
+ "lon": 1.3777497
+ },
+ {
+ "nodeId": 2784833517,
+ "lat": 43.6558262,
+ "lon": 1.3728536
+ },
+ {
+ "nodeId": 2784833522,
+ "lat": 43.6566307,
+ "lon": 1.3722493
+ },
+ {
+ "nodeId": 364942070,
+ "lat": 43.6567436,
+ "lon": 1.3721675
+ },
+ {
+ "nodeId": 2379084670,
+ "lat": 43.6581702,
+ "lon": 1.3710967
+ },
+ {
+ "nodeId": 2784833530,
+ "lat": 43.6582056,
+ "lon": 1.3710702
+ },
+ {
+ "nodeId": 2784833536,
+ "lat": 43.6588929,
+ "lon": 1.3705584
+ },
+ {
+ "nodeId": 2663752116,
+ "lat": 43.6600259,
+ "lon": 1.3697054
+ },
+ {
+ "nodeId": 7992911311,
+ "lat": 43.6623487,
+ "lon": 1.3668
+ },
+ {
+ "nodeId": 7992911313,
+ "lat": 43.6622294,
+ "lon": 1.365817
+ },
+ {
+ "nodeId": 7992911312,
+ "lat": 43.6621112,
+ "lon": 1.3648438
+ },
+ {
+ "nodeId": 2379081442,
+ "lat": 43.6011896,
+ "lon": 1.4114326
+ },
+ {
+ "nodeId": 3721473620,
+ "lat": 43.6012219,
+ "lon": 1.411431
+ },
+ {
+ "nodeId": 2281854512,
+ "lat": 43.6012462,
+ "lon": 1.4114284
+ },
+ {
+ "nodeId": 3721473619,
+ "lat": 43.6012699,
+ "lon": 1.4114239
+ },
+ {
+ "nodeId": 2281854523,
+ "lat": 43.6013181,
+ "lon": 1.4114099
+ },
+ {
+ "nodeId": 2281854521,
+ "lat": 43.6013938,
+ "lon": 1.4113736
+ },
+ {
+ "nodeId": 3721473617,
+ "lat": 43.6014166,
+ "lon": 1.4113589
+ },
+ {
+ "nodeId": 3721473618,
+ "lat": 43.6013588,
+ "lon": 1.4113931
+ },
+ {
+ "nodeId": 2379081452,
+ "lat": 43.6014477,
+ "lon": 1.4113356
+ },
+ {
+ "nodeId": 3721473615,
+ "lat": 43.6014613,
+ "lon": 1.4113237
+ },
+ {
+ "nodeId": 2281854511,
+ "lat": 43.6014884,
+ "lon": 1.4112982
+ },
+ {
+ "nodeId": 3721473616,
+ "lat": 43.6015137,
+ "lon": 1.4112687
+ },
+ {
+ "nodeId": 3721473614,
+ "lat": 43.6015438,
+ "lon": 1.4112271
+ },
+ {
+ "nodeId": 3721473621,
+ "lat": 43.6015661,
+ "lon": 1.4111922
+ },
+ {
+ "nodeId": 582467796,
+ "lat": 43.6015852,
+ "lon": 1.4111532
+ },
+ {
+ "nodeId": 8068564030,
+ "lat": 43.6016085,
+ "lon": 1.4111017
+ },
+ {
+ "nodeId": 12188472872,
+ "lat": 43.6022181,
+ "lon": 1.3602451
+ },
+ {
+ "nodeId": 4146818801,
+ "lat": 43.6021624,
+ "lon": 1.3606822
+ },
+ {
+ "nodeId": 12188472874,
+ "lat": 43.6020994,
+ "lon": 1.3611356
+ },
+ {
+ "nodeId": 2133021686,
+ "lat": 43.6020274,
+ "lon": 1.3616161
+ },
+ {
+ "nodeId": 12188472876,
+ "lat": 43.6019612,
+ "lon": 1.362016
+ },
+ {
+ "nodeId": 4146818811,
+ "lat": 43.6018892,
+ "lon": 1.3624335
+ },
+ {
+ "nodeId": 12188472878,
+ "lat": 43.6018221,
+ "lon": 1.3627999
+ },
+ {
+ "nodeId": 4146818803,
+ "lat": 43.6017464,
+ "lon": 1.3631878
+ },
+ {
+ "nodeId": 1201071464,
+ "lat": 43.6015838,
+ "lon": 1.3639585
+ },
+ {
+ "nodeId": 54548614,
+ "lat": 43.601415,
+ "lon": 1.3646968
+ },
+ {
+ "nodeId": 12188472879,
+ "lat": 43.6012823,
+ "lon": 1.3652753
+ },
+ {
+ "nodeId": 7757533299,
+ "lat": 43.6010817,
+ "lon": 1.3661454
+ },
+ {
+ "nodeId": 54548611,
+ "lat": 43.6007236,
+ "lon": 1.3677016
+ },
+ {
+ "nodeId": 12188472882,
+ "lat": 43.6004275,
+ "lon": 1.368982
+ },
+ {
+ "nodeId": 12188637942,
+ "lat": 43.6002614,
+ "lon": 1.3696989
+ },
+ {
+ "nodeId": 54548610,
+ "lat": 43.6001319,
+ "lon": 1.3702655
+ },
+ {
+ "nodeId": 12188637945,
+ "lat": 43.599948,
+ "lon": 1.3710604
+ },
+ {
+ "nodeId": 7757533300,
+ "lat": 43.5996638,
+ "lon": 1.3722959
+ },
+ {
+ "nodeId": 12188473016,
+ "lat": 43.5962319,
+ "lon": 1.3983016
+ },
+ {
+ "nodeId": 12188473018,
+ "lat": 43.5962163,
+ "lon": 1.3984649
+ },
+ {
+ "nodeId": 4146814477,
+ "lat": 43.5962467,
+ "lon": 1.3981306
+ },
+ {
+ "nodeId": 12188473021,
+ "lat": 43.5961814,
+ "lon": 1.3988079
+ },
+ {
+ "nodeId": 12188473023,
+ "lat": 43.5961437,
+ "lon": 1.3990885
+ },
+ {
+ "nodeId": 4146814479,
+ "lat": 43.5961194,
+ "lon": 1.3992501
+ },
+ {
+ "nodeId": 12188473025,
+ "lat": 43.5961005,
+ "lon": 1.399354
+ },
+ {
+ "nodeId": 6128803994,
+ "lat": 43.5960645,
+ "lon": 1.3995635
+ },
+ {
+ "nodeId": 4146814478,
+ "lat": 43.596015,
+ "lon": 1.3998178
+ },
+ {
+ "nodeId": 12188473027,
+ "lat": 43.5959837,
+ "lon": 1.3999646
+ },
+ {
+ "nodeId": 6128778349,
+ "lat": 43.5959441,
+ "lon": 1.4001456
+ },
+ {
+ "nodeId": 54544340,
+ "lat": 43.595899,
+ "lon": 1.4003358
+ },
+ {
+ "nodeId": 6128778350,
+ "lat": 43.5958455,
+ "lon": 1.400544
+ },
+ {
+ "nodeId": 4146807001,
+ "lat": 43.595788,
+ "lon": 1.4007582
+ },
+ {
+ "nodeId": 7757533304,
+ "lat": 43.5957302,
+ "lon": 1.4009561
+ },
+ {
+ "nodeId": 4146806991,
+ "lat": 43.5956953,
+ "lon": 1.4010747
+ },
+ {
+ "nodeId": 12188473030,
+ "lat": 43.5955962,
+ "lon": 1.4013892
+ },
+ {
+ "nodeId": 757315600,
+ "lat": 43.636267,
+ "lon": 1.3846111
+ },
+ {
+ "nodeId": 2379081755,
+ "lat": 43.6362698,
+ "lon": 1.3845025
+ },
+ {
+ "nodeId": 3484981499,
+ "lat": 43.6362723,
+ "lon": 1.384465
+ },
+ {
+ "nodeId": 3484981500,
+ "lat": 43.6362771,
+ "lon": 1.3844168
+ },
+ {
+ "nodeId": 983684817,
+ "lat": 43.6362839,
+ "lon": 1.3843785
+ },
+ {
+ "nodeId": 2379081757,
+ "lat": 43.6363048,
+ "lon": 1.3843142
+ },
+ {
+ "nodeId": 3484981498,
+ "lat": 43.6363169,
+ "lon": 1.3842887
+ },
+ {
+ "nodeId": 2379081761,
+ "lat": 43.6363664,
+ "lon": 1.3842203
+ },
+ {
+ "nodeId": 3484981497,
+ "lat": 43.6362941,
+ "lon": 1.3843437
+ },
+ {
+ "nodeId": 2379081759,
+ "lat": 43.6363401,
+ "lon": 1.3842522
+ },
+ {
+ "nodeId": 3484981502,
+ "lat": 43.6363926,
+ "lon": 1.3841968
+ },
+ {
+ "nodeId": 983684770,
+ "lat": 43.6364206,
+ "lon": 1.3841772
+ },
+ {
+ "nodeId": 2379081766,
+ "lat": 43.6364886,
+ "lon": 1.3841435
+ },
+ {
+ "nodeId": 3484981503,
+ "lat": 43.6364106,
+ "lon": 1.3841834
+ },
+ {
+ "nodeId": 12188473015,
+ "lat": 43.5962608,
+ "lon": 1.397915
+ },
+ {
+ "nodeId": 12188473020,
+ "lat": 43.5962683,
+ "lon": 1.3977611
+ },
+ {
+ "nodeId": 7078007504,
+ "lat": 43.6605282,
+ "lon": 1.3693276
+ },
+ {
+ "nodeId": 2663752118,
+ "lat": 43.6612894,
+ "lon": 1.3687556
+ },
+ {
+ "nodeId": 344790662,
+ "lat": 43.594009,
+ "lon": 1.4091328
+ },
+ {
+ "nodeId": 3132022299,
+ "lat": 43.5941031,
+ "lon": 1.4091478
+ },
+ {
+ "nodeId": 2379081392,
+ "lat": 43.5940839,
+ "lon": 1.409143
+ },
+ {
+ "nodeId": 344790663,
+ "lat": 43.5942347,
+ "lon": 1.4091808
+ },
+ {
+ "nodeId": 2379081411,
+ "lat": 43.5943512,
+ "lon": 1.4092212
+ },
+ {
+ "nodeId": 2081167557,
+ "lat": 43.5945607,
+ "lon": 1.4093115
+ },
+ {
+ "nodeId": 3463402039,
+ "lat": 43.5946629,
+ "lon": 1.4093543
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/(game)/toulouse/icon.ico b/src/app/(game)/toulouse/icon.ico
new file mode 100644
index 0000000..6580625
Binary files /dev/null and b/src/app/(game)/toulouse/icon.ico differ
diff --git a/src/app/(game)/toulouse/opengraph-image.jpg b/src/app/(game)/toulouse/opengraph-image.jpg
new file mode 100644
index 0000000..831cb83
Binary files /dev/null and b/src/app/(game)/toulouse/opengraph-image.jpg differ
diff --git a/src/app/(game)/toulouse/page.tsx b/src/app/(game)/toulouse/page.tsx
new file mode 100644
index 0000000..2b1e286
--- /dev/null
+++ b/src/app/(game)/toulouse/page.tsx
@@ -0,0 +1,34 @@
+import GamePage from '@/components/GamePage'
+import Main from '@/components/Main'
+import { Provider } from '@/lib/configContext'
+import { DataFeatureCollection, RoutesFeatureCollection } from '@/lib/types'
+import 'mapbox-gl/dist/mapbox-gl.css'
+import { Inter } from 'next/font/google'
+import 'react-circular-progressbar/dist/styles.css'
+import config from './config'
+import data from './data/features.json'
+import routes from './data/routes.json'
+
+const font = Inter({
+ subsets: ['latin'],
+ display: 'swap',
+})
+
+const fc = {
+ ...data,
+ features: data.features.filter((f) => !!config.LINES[f.properties.line]),
+} as DataFeatureCollection
+
+const routesFc = routes as RoutesFeatureCollection
+
+export const metadata = config.METADATA
+
+export default function Toulouse() {
+ return (
+
+
+
+
+
+ )
+}
diff --git a/src/hooks/useNormalizeString.ts b/src/hooks/useNormalizeString.ts
index d23dece..9c6a05f 100644
--- a/src/hooks/useNormalizeString.ts
+++ b/src/hooks/useNormalizeString.ts
@@ -231,6 +231,35 @@ const replacers: { [key: string]: (str: string) => string } = {
.replace(/[.,\/#!$%\^&\*;:{}=\-_`~()]/g, ' ')
.replace(/\s+/g, ' ')
.trim(),
+
+ toulouse: (str) =>
+ str
+ .replace(/professeur/g, 'prof')
+ .replace(/avenue/g, 'av')
+ .replace(/place/g, 'pl')
+ .replace(/universite/g, 'univ')
+ .replace(/saint/g, 'st'),
+
+ lille: (str) =>
+ str
+ .replace(/square/g, 'sq')
+ .replace(/superieur/g, 'sup')
+ .replace(/saint/g, 'st'),
+
+ rennes: (str) => str.replace(/universite/g, 'univ').replace(/saint/g, 'st'),
+
+ marseille: (str) =>
+ str
+ .replace(/prefecture/g, 'pref')
+ .replace(/avenues/g, 'av')
+ .replace(/capitaine/g, 'cpt')
+ .replace(/saint/g, 'st'),
+
+ lyon: (str) =>
+ str
+ .replace(/universite/g, 'univ')
+ .replace(/place/g, 'pl')
+ .replace(/saint/g, 'st'),
}
const getCustomReplacer = (cityName: string) => {
@@ -239,7 +268,12 @@ const getCustomReplacer = (cityName: string) => {
export const normalizeString = (city: string) => {
// normalization for CJK cities should preserve non-latin scripts.
- if (city === 'seoul' || city === 'busan' || city === 'tokyo' || city === 'hongkong') {
+ if (
+ city === 'seoul' ||
+ city === 'busan' ||
+ city === 'tokyo' ||
+ city === 'hongkong'
+ ) {
return getCustomReplacer(city)
}
diff --git a/src/lib/citiesConfig.ts b/src/lib/citiesConfig.ts
index 71c4286..aed5a2b 100644
--- a/src/lib/citiesConfig.ts
+++ b/src/lib/citiesConfig.ts
@@ -12,18 +12,24 @@ import hongkong from '@/app/(game)/hongkong/opengraph-image.jpg'
import istanbul from '@/app/(game)/istanbul/opengraph-image.jpg'
import karlsruhe from '@/app/(game)/karlsruhe/opengraph-image.jpg'
import kualalumpur from '@/app/(game)/kualalumpur/opengraph-image.jpg'
+import lille from '@/app/(game)/lille/opengraph-image.jpg'
import london from '@/app/(game)/london/opengraph-image.jpg'
+import lyon from '@/app/(game)/lyon/opengraph-image.jpg'
import madrid from '@/app/(game)/madrid/opengraph-image.jpg'
+import marseille from '@/app/(game)/marseille/opengraph-image.jpg'
import mexicoCity from '@/app/(game)/mexico-city/opengraph-image.jpg'
+import montpellier from '@/app/(game)/montpellier/opengraph-image.jpg'
import montreal from '@/app/(game)/montreal/opengraph-image.jpg'
import muenchen from '@/app/(game)/muenchen/opengraph-image.jpg'
import ny from '@/app/(game)/ny/opengraph-image.jpg'
import paris from '@/app/(game)/paris/opengraph-image.jpg'
import potsdam from '@/app/(game)/potsdam/opengraph-image.jpg'
+import rennes from '@/app/(game)/rennes/opengraph-image.jpg'
import seoul from '@/app/(game)/seoul/opengraph-image.jpg'
import singapore from '@/app/(game)/singapore/opengraph-image.jpg'
import stockholm from '@/app/(game)/stockholm/opengraph-image.jpg'
import tokyo from '@/app/(game)/tokyo/opengraph-image.jpg'
+import toulouse from '@/app/(game)/toulouse/opengraph-image.jpg'
import wien from '@/app/(game)/wien/opengraph-image.jpg'
import { StaticImageData } from 'next/image'
@@ -170,7 +176,37 @@ export const cities: ICity[] = [
{
name: 'Kuala Lumpur',
image: kualalumpur,
- link: '/kualalumpur'
+ link: '/kualalumpur',
+ },
+ {
+ name: 'Toulouse',
+ image: toulouse,
+ link: '/toulouse',
+ },
+ {
+ name: 'Lyon',
+ image: lyon,
+ link: '/lyon',
+ },
+ {
+ name: 'Lille',
+ image: lille,
+ link: '/lille',
+ },
+ {
+ name: 'Marseille',
+ image: marseille,
+ link: '/marseille',
+ },
+ {
+ name: 'Rennes',
+ image: rennes,
+ link: '/rennes',
+ },
+ {
+ name: 'Montpellier',
+ image: montpellier,
+ link: '/montpellier',
},
// {
// name: 'Vancouver',
diff --git a/src/lib/i18n.tsx b/src/lib/i18n.tsx
index e1a81c1..6b9c861 100644
--- a/src/lib/i18n.tsx
+++ b/src/lib/i18n.tsx
@@ -343,7 +343,8 @@ export const i18n = rosetta({
freeGame: 'Tämä peli on ilmainen.',
supportWithDonation: ({ title }: { title: string }) => (
- Tue tätä peliä ja muiden kaupunkien kehitystä lahjoittamalla.
+ Tue tätä peliä ja muiden kaupunkien kehitystä
+ lahjoittamalla.
),
opensANewTab: