LibGEOS.jl icon indicating copy to clipboard operation
LibGEOS.jl copied to clipboard

Allow creation of geometries with `coords::Vector{T} where {T<:Real}`

Open evetion opened this issue 3 years ago • 1 comments

instead of only coords::Vector{Float64}.

evetion avatar Jul 03 '22 18:07 evetion

Sounds good to support Vector{<:Real}. And what about AbstractVector{<:Real}, would that always work? Similar to https://github.com/yeesian/ArchGDAL.jl/pull/305

visr avatar Jul 03 '22 19:07 visr