Work on northern italy map

This commit is contained in:
2026-05-10 14:25:40 +02:00
parent 6d514cd69e
commit dc51eaf177
7 changed files with 3790190 additions and 0 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View 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

File diff suppressed because it is too large Load Diff