Import Bournemouth

This commit is contained in:
Dustin Carlino 2022-11-08 22:27:18 +00:00
parent b606a0c9d8
commit 42457b5efe
4 changed files with 62 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,6 +28,7 @@ data/system/gb/aylesham
data/system/gb/bailrigg
data/system/gb/bath_riverside
data/system/gb/bicester
data/system/gb/bournemouth
data/system/gb/bradford
data/system/gb/brighton
data/system/gb/bristol

View File

@ -405,6 +405,16 @@
"uncompressed_size_bytes": 15416705,
"compressed_size_bytes": 3454375
},
"data/input/gb/bournemouth/osm/dorset-latest.osm.pbf": {
"checksum": "76125c77bdbc786cfc4348bf091c0765",
"uncompressed_size_bytes": 30165306,
"compressed_size_bytes": 30134724
},
"data/input/gb/bournemouth/raw_maps/center.bin": {
"checksum": "2556e631fe1236b8baa8e7ae6fbf0e1c",
"uncompressed_size_bytes": 14992271,
"compressed_size_bytes": 3105144
},
"data/input/gb/bradford/osm/west-yorkshire-latest.osm.pbf": {
"checksum": "9457f7b0c887a55a070402a736aded6a",
"uncompressed_size_bytes": 38746071,
@ -2365,6 +2375,16 @@
"uncompressed_size_bytes": 10605410,
"compressed_size_bytes": 2758476
},
"data/system/gb/bournemouth/maps/center.bin": {
"checksum": "f54820f6601625df8675bdf38e98cb0b",
"uncompressed_size_bytes": 43880289,
"compressed_size_bytes": 17108865
},
"data/system/gb/bournemouth/scenarios/center/background.bin": {
"checksum": "493021c73c2a6cf38d0b0e15ce86e4ae",
"uncompressed_size_bytes": 8844145,
"compressed_size_bytes": 2365995
},
"data/system/gb/bradford/maps/center.bin": {
"checksum": "377396ed02cbb919edc14051a930aed6",
"uncompressed_size_bytes": 26540234,

View File

@ -0,0 +1,40 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-1.8210641594806134,
50.76149968087796
],
[
-1.918632901062125,
50.788000172013824
],
[
-1.9576603976945535,
50.71817649896391
],
[
-1.9183130035484055,
50.70946653752054
],
[
-1.8257026734246722,
50.72526480766831
],
[
-1.8210641594806134,
50.76149968087796
]
]
],
"type": "Polygon"
}
}
]
}

View File

@ -160,6 +160,7 @@ pub fn nice_map_name(name: &MapName) -> &str {
("bailrigg", "center") => "Bailrigg (Lancaster)",
("bath_riverside", "center") => "Bath Riverside",
("bicester", "center") => "Bicester",
("bournemouth", "center") => "Bournemouth",
("bradford", "center") => "Bradford",
("brighton", "center") => "Brighton",
("brighton", "shoreham_by_sea") => "Shoreham-by-Sea",