Work on northern italy map
This commit is contained in:
56713
italy/export.geojson
Normal file
56713
italy/export.geojson
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
1
italy/regions/italy.json
Normal file
1
italy/regions/italy.json
Normal file
File diff suppressed because one or more lines are too long
1
italy/regions/san marino.json
Normal file
1
italy/regions/san marino.json
Normal file
File diff suppressed because one or more lines are too long
15
italy/train stations.overpass-turbo.txt
Normal file
15
italy/train stations.overpass-turbo.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
https://overpass-turbo.eu/
|
||||
This has been generated by the overpass-turbo wizard.
|
||||
The original search was:
|
||||
“"Train Station" in italy”
|
||||
*/
|
||||
[out:json][timeout:25];
|
||||
// fetch area “italy” to search in
|
||||
{{geocodeArea:italy}}->.searchArea;
|
||||
// gather results
|
||||
// exclude subways because they are apparently train stations.
|
||||
// TODO: are there other kind of "Train" stations we want to exclude?
|
||||
nwr["public_transport"="station"]["train"="yes"]["subway"!="yes"](area.searchArea);
|
||||
// print results
|
||||
out geom;
|
||||
3733431
italy/train-routes.geojson
Normal file
3733431
italy/train-routes.geojson
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user