Import Derby (and cheat to squeeze it into the 0.3.12 release that just happened)

This commit is contained in:
Dustin Carlino 2022-02-20 22:04:54 +00:00
parent 3531966052
commit e17c875954
4 changed files with 37 additions and 0 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ data/system/gb/chorlton
data/system/gb/clackers_brook
data/system/gb/cricklewood
data/system/gb/culm
data/system/gb/derby
data/system/gb/dickens_heath
data/system/gb/didcot
data/system/gb/dunton_hills

View File

@ -745,6 +745,21 @@
"uncompressed_size_bytes": 22706561,
"compressed_size_bytes": 5133061
},
"data/input/gb/derby/osm/center.osm": {
"checksum": "23b27036176c8ce84d87a117c34a7926",
"uncompressed_size_bytes": 50877509,
"compressed_size_bytes": 5235593
},
"data/input/gb/derby/osm/derbyshire-latest.osm.pbf": {
"checksum": "09b70ef7ab0832172df86cd4eed54053",
"uncompressed_size_bytes": 33351902,
"compressed_size_bytes": 33329235
},
"data/input/gb/derby/raw_maps/center.bin": {
"checksum": "4816a9895a5b6b11392ea422794402d3",
"uncompressed_size_bytes": 13487129,
"compressed_size_bytes": 2973962
},
"data/input/gb/dickens_heath/osm/center.osm": {
"checksum": "ee0f02fd05bae34e7fe8c56494cc002e",
"uncompressed_size_bytes": 67026672,
@ -3510,6 +3525,16 @@
"uncompressed_size_bytes": 7596973,
"compressed_size_bytes": 2036902
},
"data/system/gb/derby/maps/center.bin": {
"checksum": "3f6cd494f06b2091efe0810857c31b89",
"uncompressed_size_bytes": 33804643,
"compressed_size_bytes": 13232622
},
"data/system/gb/derby/scenarios/center/background.bin": {
"checksum": "3bbe867cd1a9bef177f9b6bb6447decb",
"uncompressed_size_bytes": 9040030,
"compressed_size_bytes": 2368126
},
"data/system/gb/dickens_heath/maps/center.bin": {
"checksum": "8931d73b42a42cb6d2e6d4527fb90ded",
"uncompressed_size_bytes": 40276878,

View File

@ -0,0 +1,10 @@
boundary
1
-1.5579986572265625 52.910558435943194
-1.4100265502929688 52.90538201259785
-1.4031600952148435 52.94677608229801
-1.4532852172851563 52.948637884883205
-1.5226364135742188 52.94905160790896
-1.5579986572265625 52.910558435943194
END
END

View File

@ -166,6 +166,7 @@ pub fn nice_map_name(name: &MapName) -> &str {
("clackers_brook", "center") => "Clackers Brook",
("cricklewood", "center") => "Cricklewood",
("culm", "center") => "Culm",
("derby", "center") => "Derby",
("dickens_heath", "center") => "Dickens Heath",
("didcot", "center") => "Didcot (Harwell)",
("dunton_hills", "center") => "Dunton Hills",