Import Stapleford

This commit is contained in:
Dustin Carlino 2022-11-03 16:56:00 +00:00
parent 1a63097e8a
commit f2db8eed1a
3 changed files with 156 additions and 0 deletions

View File

@ -1135,6 +1135,11 @@
"uncompressed_size_bytes": 92579428,
"compressed_size_bytes": 16310645
},
"data/input/gb/nottingham/raw_maps/stapleford.bin": {
"checksum": "b7181484ef41737e2f5aa7b394df7b7c",
"uncompressed_size_bytes": 5481693,
"compressed_size_bytes": 850649
},
"data/input/gb/oxford/osm/oxfordshire-latest.osm.pbf": {
"checksum": "5b8b146ec36f7743def6e9051b1dc72e",
"uncompressed_size_bytes": 17761063,
@ -3510,6 +3515,11 @@
"uncompressed_size_bytes": 198266333,
"compressed_size_bytes": 75924756
},
"data/system/gb/nottingham/maps/stapleford.bin": {
"checksum": "d9dacc9fc0dbe006c5f71cfebb5ad7a2",
"uncompressed_size_bytes": 7371639,
"compressed_size_bytes": 2715085
},
"data/system/gb/nottingham/scenarios/center/background.bin": {
"checksum": "50643accbfdbfe187bdd757b3b956b85",
"uncompressed_size_bytes": 10126440,
@ -3520,6 +3530,11 @@
"uncompressed_size_bytes": 21139114,
"compressed_size_bytes": 5888053
},
"data/system/gb/nottingham/scenarios/stapleford/background.bin": {
"checksum": "83dbc67e81939a9a3fe2f4b86d554d8f",
"uncompressed_size_bytes": 2764972,
"compressed_size_bytes": 593765
},
"data/system/gb/oxford/maps/center.bin": {
"checksum": "6c2e7239b4232c2829473d7b2a31f8c4",
"uncompressed_size_bytes": 45529996,

View File

@ -0,0 +1,140 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-1.2649320275953357,
52.920091954516806
],
[
-1.2622562563127246,
52.921858864033794
],
[
-1.2553757015852511,
52.92930981963164
],
[
-1.2493870706194343,
52.93522358273418
],
[
-1.2482403114977956,
52.93668269869178
],
[
-1.2519354242214717,
52.93722025532773
],
[
-1.2580514728678622,
52.940982964809734
],
[
-1.2546111955041113,
52.9432097203796
],
[
-1.2495144883000648,
52.94881449432094
],
[
-1.2495144883000648,
52.949966070266214
],
[
-1.2560127899857036,
52.94858417545316
],
[
-1.2621288386320941,
52.9463576965033
],
[
-1.2649320275953357,
52.94658802722586
],
[
-1.2669707104774375,
52.94520602449316
],
[
-1.271430329281003,
52.94466856706262
],
[
-1.2771641248868093,
52.942518670570536
],
[
-1.2813689083316717,
52.94129011032254
],
[
-1.2807318199311624,
52.9396007830201
],
[
-1.27933022544957,
52.938679303964705
],
[
-1.2792028077689679,
52.93768101284354
],
[
-1.278310884008505,
52.93560756538747
],
[
-1.2780560486485513,
52.93368761805078
],
[
-1.2804769845699866,
52.93099954868373
],
[
-1.281878579051579,
52.92884897298771
],
[
-1.2850640210553763,
52.9264678538315
],
[
-1.2859559448158393,
52.925853350207404
],
[
-1.2849366033748026,
52.92431705298574
],
[
-1.2836624265737555,
52.922857520127934
],
[
-1.2828979204926156,
52.92132111659606
],
[
-1.2828979204926156,
52.919246885347235
],
[
-1.2649320275953357,
52.920091954516806
]
]
],
"type": "Polygon"
}
}
]
}

View File

@ -208,6 +208,7 @@ pub fn nice_map_name(name: &MapName) -> &str {
("newcastle_upon_tyne", "center") => "Newcastle upon Tyne",
("nottingham", "center") => "Nottingham (city center)",
("nottingham", "huge") => "Nottingham (entire area)",
("nottingham", "stapleford") => "Stapleford",
("northwick_park", "center") => "Northwick Park",
("oxford", "center") => "Oxford",
("poundbury", "center") => "Poundbury",