JuliaGeo / GeoFormatTypes.jl

Wrapper types for spatial data formats like well known text, KML, Proj4 strings.
https://juliageo.github.io/GeoFormatTypes.jl/stable
MIT License
6 stars 0 forks source link

Add custom show methods to GeoFormatTypes. #36

Closed evetion closed 3 months ago

evetion commented 3 months ago

Before

julia> WellKnownBinary("test")
WellKnownBinary{GeoFormatTypes.Unknown, String}(GeoFormatTypes.Unknown(), "test")

After

julia> WellKnownBinary("test")
WellKnownBinary with Unknown mode: test