JuliaGeo / Proj.jl

Julia wrapper for the PROJ cartographic projections library
MIT License
48 stars 9 forks source link

allow MixedFormat in CRS #97

Closed rafaqz closed 11 months ago

rafaqz commented 11 months ago

Allow convert and CRS(crs) for <: MixedFormat objects other than <: MixedFormat{<:Geom}.

Closes #96

alex-s-gardner commented 11 months ago

tested on my end and works as expected