gildor
fun String.toGeoLineString(): LineString { val geometry = readGeometryFromString(this) return requireNotNull(geometry as? LineString) }
niklas