diff --git a/.gitignore b/.gitignore index 099541d5ca..db9bd9c757 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ data/system/gb/chorlton data/system/gb/clackers_brook data/system/gb/cricklewood data/system/gb/culm +data/system/gb/darlington data/system/gb/derby data/system/gb/dickens_heath data/system/gb/didcot diff --git a/data/MANIFEST.json b/data/MANIFEST.json index e53f8c3321..36114d17dd 100644 --- a/data/MANIFEST.json +++ b/data/MANIFEST.json @@ -435,6 +435,11 @@ "uncompressed_size_bytes": 24880501, "compressed_size_bytes": 7500972 }, + "data/input/gb/darlington/raw_maps/center.bin": { + "checksum": "93c6ea07cc4cba58611f42b0ac9c3a1d", + "uncompressed_size_bytes": 5227653, + "compressed_size_bytes": 1503698 + }, "data/input/gb/derby/raw_maps/center.bin": { "checksum": "bff3c200d27b4930915280cee74e8d0f", "uncompressed_size_bytes": 16070966, @@ -2560,6 +2565,16 @@ "uncompressed_size_bytes": 7912165, "compressed_size_bytes": 2144732 }, + "data/system/gb/darlington/maps/center.bin": { + "checksum": "0f9f47678ba902f3b5f67e5084b84850", + "uncompressed_size_bytes": 22043626, + "compressed_size_bytes": 8695226 + }, + "data/system/gb/darlington/scenarios/center/background.bin": { + "checksum": "99921a58d68b8ff3ea8bacd93e2176f2", + "uncompressed_size_bytes": 4362456, + "compressed_size_bytes": 1087517 + }, "data/system/gb/derby/maps/center.bin": { "checksum": "1ff4b4ed3868d76000fef0dbeba267eb", "uncompressed_size_bytes": 41917474, diff --git a/importer/config/gb/darlington/center.geojson b/importer/config/gb/darlington/center.geojson new file mode 100644 index 0000000000..be9586c7f5 --- /dev/null +++ b/importer/config/gb/darlington/center.geojson @@ -0,0 +1,36 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + [ + [ + -1.601149809542136, + 54.54478887354304 + ], + [ + -1.601149809542136, + 54.50218353438706 + ], + [ + -1.4987249147464183, + 54.50218353438706 + ], + [ + -1.4987249147464183, + 54.54478887354304 + ], + [ + -1.601149809542136, + 54.54478887354304 + ] + ] + ], + "type": "Polygon" + } + } + ] +}