Ahh, found a way to transform the geometries to Ro...
# tornadofx
h
Ahh, found a way to transform the geometries to Robinson projection. Much nicer. (Instead of `CRS.decode(epsgCode)`use
CRS.parseWKT(projcsText)
)