Import Burnley

This commit is contained in:
Dustin Carlino 2022-11-04 10:26:39 +00:00
parent f2db8eed1a
commit f6e2f1067e
4 changed files with 102 additions and 0 deletions

1
.gitignore vendored
View File

@ -31,6 +31,7 @@ data/system/gb/bicester
data/system/gb/bradford
data/system/gb/brighton
data/system/gb/bristol
data/system/gb/burnley
data/system/gb/cambridge
data/system/gb/castlemead
data/system/gb/chapelford

View File

@ -440,6 +440,16 @@
"uncompressed_size_bytes": 16982280,
"compressed_size_bytes": 2932099
},
"data/input/gb/burnley/osm/lancashire-latest.osm.pbf": {
"checksum": "ce08acc8b6bd4d3cf46f56c3d8f10212",
"uncompressed_size_bytes": 35798897,
"compressed_size_bytes": 35770419
},
"data/input/gb/burnley/raw_maps/center.bin": {
"checksum": "0bbc369e1974ea3163be3a07c5a53a4c",
"uncompressed_size_bytes": 5765283,
"compressed_size_bytes": 1051225
},
"data/input/gb/cambridge/osm/cambridgeshire-latest.osm.pbf": {
"checksum": "fc78b2ebc96bfcd24d5117926c7b9e87",
"uncompressed_size_bytes": 23006168,
@ -2385,6 +2395,16 @@
"uncompressed_size_bytes": 8540401,
"compressed_size_bytes": 2210836
},
"data/system/gb/burnley/maps/center.bin": {
"checksum": "8dfa4b744e573a4351180ac29eebf3a2",
"uncompressed_size_bytes": 26299487,
"compressed_size_bytes": 10088796
},
"data/system/gb/burnley/scenarios/center/background.bin": {
"checksum": "1a06278ed615bdc48c56ef8ca8fa4dc9",
"uncompressed_size_bytes": 3376995,
"compressed_size_bytes": 864878
},
"data/system/gb/cambridge/maps/north.bin": {
"checksum": "56fc86cf82ba11ae9d91cb06cb7ead21",
"uncompressed_size_bytes": 21029858,

View File

@ -0,0 +1,80 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-2.229276469892767,
53.81870740293101
],
[
-2.2454947024331204,
53.81837146100858
],
[
-2.260717078588584,
53.80930001107072
],
[
-2.2839063058157762,
53.80005855295653
],
[
-2.29059277010856,
53.796697517681196
],
[
-2.2866093445719855,
53.787201137602636
],
[
-2.2689684600557314,
53.77307865115978
],
[
-2.2587253658202826,
53.769295035243005
],
[
-2.247770945595448,
53.77097668441894
],
[
-2.227711552718432,
53.77484422188215
],
[
-2.213911828538869,
53.77803887536524
],
[
-2.1979781263954123,
53.77921579166809
],
[
-2.2009656955471257,
53.78585634365365
],
[
-2.206940833852002,
53.802579152640334
],
[
-2.2053759166762177,
53.81207205130414
],
[
-2.229276469892767,
53.81870740293101
]
]
],
"type": "Polygon"
}
}
]
}

View File

@ -164,6 +164,7 @@ pub fn nice_map_name(name: &MapName) -> &str {
("brighton", "center") => "Brighton",
("brighton", "shoreham_by_sea") => "Shoreham-by-Sea",
("bristol", "east") => "East Bristol",
("burnley", "center") => "Burnley",
("cambridge", "north") => "North Cambridge",
("castlemead", "center") => "Castlemead",
("chapelford", "center") => "Chapelford (Cheshire)",