Import Newcastle

This commit is contained in:
Dustin Carlino 2022-01-18 10:00:49 +00:00
parent bd340a1970
commit 518d8fe22e
4 changed files with 36 additions and 0 deletions

1
.gitignore vendored
View File

@ -59,6 +59,7 @@ data/system/gb/marsh_barton
data/system/gb/micklefield
data/system/gb/newborough_road
data/system/gb/newcastle_great_park
data/system/gb/newcastle_upon_tyne
data/system/gb/northwick_park
data/system/gb/poundbury
data/system/gb/priors_hall

View File

@ -1205,6 +1205,21 @@
"uncompressed_size_bytes": 13618526,
"compressed_size_bytes": 2672357
},
"data/input/gb/newcastle_upon_tyne/osm/center.osm": {
"checksum": "d01ad56e7b1bac5951552787258f06ef",
"uncompressed_size_bytes": 17838587,
"compressed_size_bytes": 2006178
},
"data/input/gb/newcastle_upon_tyne/osm/tyne-and-wear-latest.osm.pbf": {
"checksum": "dd9a8ee80f8e3e10a360982f345b24b1",
"uncompressed_size_bytes": 18698410,
"compressed_size_bytes": 18667608
},
"data/input/gb/newcastle_upon_tyne/raw_maps/center.bin": {
"checksum": "cc3630ac627487cb5befc1bff15e5196",
"uncompressed_size_bytes": 5714124,
"compressed_size_bytes": 1104136
},
"data/input/gb/northwick_park/osm/center.osm": {
"checksum": "2c08bf6cbd7b2d656d41eefb019fcbd6",
"uncompressed_size_bytes": 11873400,
@ -3760,6 +3775,16 @@
"uncompressed_size_bytes": 3704732,
"compressed_size_bytes": 1000947
},
"data/system/gb/newcastle_upon_tyne/maps/center.bin": {
"checksum": "d3dc51dfb4d919138b1fd37ebab62159",
"uncompressed_size_bytes": 21551154,
"compressed_size_bytes": 8124307
},
"data/system/gb/newcastle_upon_tyne/scenarios/center/background.bin": {
"checksum": "439e9de331fb9843c150d361e8b477b3",
"uncompressed_size_bytes": 1798011,
"compressed_size_bytes": 439993
},
"data/system/gb/northwick_park/maps/center.bin": {
"checksum": "02a7e6d5e5e725080d0e7de09c490b37",
"uncompressed_size_bytes": 14609377,

View File

@ -0,0 +1,9 @@
boundary
1
-1.6014289855957031 54.98697158617666
-1.6573905944824217 54.97574182583224
-1.6261482238769531 54.93789214980652
-1.5719032287597656 54.9545543424688
-1.6014289855957031 54.98697158617666
END
END

View File

@ -180,6 +180,7 @@ pub fn nice_map_name(name: &MapName) -> &str {
("micklefield", "center") => "Micklefield",
("newborough_road", "center") => "Newborough Road",
("newcastle_great_park", "center") => "Newcastle Great Park",
("newcastle_upon_tyne", "center") => "Newcastle upon Tyne",
("northwick_park", "center") => "Northwick Park",
("poundbury", "center") => "Poundbury",
("priors_hall", "center") => "Priors Hall",