Description
According to the GTFS specification, all latitude and longitude values must be in valid WGS 84 coordinates.
Solution
Replace the invalid longitude value with a valid longitude between -180 and 180 degrees in WGS 84 coordinates.
According to the GTFS specification, all latitude and longitude values must be in valid WGS 84 coordinates.
Replace the invalid longitude value with a valid longitude between -180 and 180 degrees in WGS 84 coordinates.