Get rail data from OpenStreetMaps
Overpass OSMlink


Default QueryOther tag sample
	      /*
	      http://overpass-turbo.eu/
	      This has been generated by the overpass-turbo wizard.
	      The original search was:
	      “rail”
	      */
	      [out:json][timeout:25];
	      // gather results
	      (
	      // query part for: “rail”
	      way["railway"="rail"]["usage"="main"]({{bbox}});
	      );
	      // print results
	      out body;
	      >;
	      out skel qt;
	    
  • way["railway"="rail"]["highspeed"="yes"];
  • way["railway"="rail"]["tunnel"="yes"]["bridge"="yes"];
  • way["railway"="narrow_gauge"];
  • way["railway"="subway"];
  • way["railway"="tram"];

OSM tag reference
Combine , Edit and Modify GeoJSON data
Edit GeoJSONsend


GeoJSON IO link


Geoman link


Show GeoJSON filelink


Find route path in GeoJSON data
Find route path in GeoJSONsend


Edit timetable and Check geometry path
Geometry route path and Timetablesend


Main Tools