-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The following example query to http://api.digitransit.fi/routing/v1/routers/finland/index/graphql returns duplicate stops (one with MATKA and another with JOLI prefix). The MATKA prefixed stops don't seem to contain any route information, whereas JOLI stops return the correct data. The same seems to happen in other Finnish cities where city transport information is available.
Could the MATKA stops just be removed in those areas where region specific data is more accurate / correct? At least give examples and instruct in documentation how to work around the current situation.
{
stopsByRadius(lat: 61.50138320723181, lon: 23.71766633588276, radius: 500) {
edges {
node {
stop {
gtfsId
name
lat
lon
vehicleType
routes {
gtfsId
}
desc
code
}
}
}
}
}
Metadata
Metadata
Assignees
Labels
No labels