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

Don't re-export GeoFormatTypes #504

Open
evetion opened this issue Aug 27, 2023 · 1 comment
Open

Don't re-export GeoFormatTypes #504

evetion opened this issue Aug 27, 2023 · 1 comment

Comments

@evetion
Copy link

evetion commented Aug 27, 2023

And maybe we shouldn't export in GeoFormatTypes itself?

julia> using Rasters

julia> GeoJSON
GeoJSON

julia> using GeoJSON
WARNING: using GeoJSON.GeoJSON in module Main conflicts with an existing identifier.
ERROR: importing GeoJSON into Main conflicts with an existing global

julia> @which GeoJSON
GeoFormatTypes
@rafaqz
Copy link
Owner

rafaqz commented Aug 27, 2023

Yeah that ones pretty bad. I dont think its even used anywhere.

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

No branches or pull requests

2 participants