for now you can refactor your code to avoid this p...
# announcements
g
for now you can refactor your code to avoid this problem:
Copy code
val geometry = readGeometryFromString(this)
return geometry as? LineString ?: error("Wrong geometry type in string")
👍 1