Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom show methods to GeoFormatTypes. #36

Merged
merged 3 commits into from
Jul 13, 2024
Merged

Conversation

evetion
Copy link
Member

@evetion evetion commented Jul 12, 2024

Before

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

After

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

@evetion evetion requested a review from rafaqz July 12, 2024 12:55
@rafaqz rafaqz merged commit f0ef02d into master Jul 13, 2024
12 checks passed
@rafaqz rafaqz deleted the feat/custom-show branch July 13, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants