Work on northern italy map
This commit is contained in:
+56713
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user