writeShapes

fun writeShapes(shapes: Iterable<Shape>)
fun writeShapes(shapes: Stream<Shape>)

Writes shapes to the GTFS feed. If the file already exists, it will be overwritten

Parameters

shapes

Shapes

Throws