pub fn transform_linestring(
linestring: &LineString,
source_crs: &str,
target_crs: &str,
) -> Result<LineString>Expand description
Transforms a linestring between coordinate reference systems
pub fn transform_linestring(
linestring: &LineString,
source_crs: &str,
target_crs: &str,
) -> Result<LineString>Transforms a linestring between coordinate reference systems