@@ -29,6 +29,6 @@ So, in order for an import to work, there are two requirements:
* The target instance must know all stops used within your trips.
`import stops` takes care of this.
* When importing, numeric stop IDs used for MOTIS trips must be mapped from the IDs on the source instanece to the corresponding IDs on the target instance.
* When importing, numeric stop IDs used for MOTIS trips must be mapped from the IDs on the source instance to the corresponding IDs on the target instance.
These are typically *not* identical, but can be mapped via the source instance's stops.csv export and (slow) extID lookups on the target instance.
`import journeys takes care of this – it may take a while to do so, though.