Since the first line of the osmosis file doesn't matter, more clearly rename it

This commit is contained in:
Dustin Carlino 2020-09-02 22:12:43 -07:00
parent 6482f8b0a4
commit 6a9d55b7f5
20 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
berlin_center
boundary
1
13.361434936523436 52.49532344352079
13.432674407958984 52.49532344352079

View File

@ -1,4 +1,4 @@
krakow_center
boundary
1
19.91220474243164 50.075099742705696
19.926795959472656 50.039722339360004

View File

@ -1,4 +1,4 @@
ballard
boundary
1
-122.41148936615059 47.679241455721936
-122.38126469654419 47.67873959109817

View File

@ -1,4 +1,4 @@
downtown
boundary
1
-122.3818750678073 47.630146449617136
-122.32103102008703 47.62926060822875

View File

@ -1,4 +1,4 @@
huge_seattle
boundary
1
-122.42322921752930 47.718885924932174
-122.45429992675780 47.6737103919566

View File

@ -1,4 +1,4 @@
lakeslice
boundary
1
-122.30880725317857 47.64291068636528
-122.29225966411211 47.643071173903245

View File

@ -1,4 +1,4 @@
montlake
boundary
1
-122.3218 47.6475
-122.29836222206139 47.64731214195986

View File

@ -1,4 +1,4 @@
south_seattle
boundary
1
-122.280407 47.604543
-122.343922 47.604427

View File

@ -1,4 +1,4 @@
udistrict
boundary
1
-122.3104022833832 47.64736595017021
-122.29861768314159 47.647269205648406

View File

@ -1,4 +1,4 @@
west_seattle
boundary
1
-122.39437289227371 47.4989153472022
-122.25295525823664 47.522673848429726

View File

@ -1,4 +1,4 @@
tel_aviv
boundary
1
34.774346351623535 32.103080123633355
34.757137298583984 32.08926482384275

View File

@ -1,4 +1,4 @@
xian
boundary
1
108.932055 34.371756
108.80853 34.345697

View File

@ -1,4 +1,4 @@
little_hulton
boundary
1
-2.4417328834533554 53.536736856043184
-2.4417543411254745 53.52518155981923

View File

@ -1,4 +1,4 @@
manchester
boundary
1
-2.2376060485839844 53.492079751245775
-2.2594070434570312 53.4881987411108

View File

@ -1,4 +1,4 @@
manhattan
boundary
1
-74.02373313903809 40.69625781921317
-74.01025772094727 40.699218658976555

View File

@ -1,4 +1,4 @@
san_jose
boundary
1
-122.00300216674805 37.36033397019125
-121.99579238891602 37.32867264506217

View File

@ -1,4 +1,4 @@
shinjuku
boundary
1
139.6963119506836 35.7381525002691
139.67897415161133 35.71223166737142

View File

@ -1,4 +1,4 @@
slu
boundary
1
-122.34328944028704 47.63052620643473
-122.34331318531133 47.61799922756238

View File

@ -1,4 +1,4 @@
sydney
boundary
1
151.16912841796875 -33.8043984427407
151.1220932006836 -33.90119657968225

View File

@ -12,7 +12,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let geojson = buffer.parse::<GeoJson>()?;
let points = boundary_coords(&geojson)?;
println!("map_name");
println!("boundary");
println!("1");
for point in points {
println!(" {} {}", point[0], point[1]);