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

GeoJSON type conflicts with the GeoJSON package #12

Open rafaqz opened 2 years ago

rafaqz commented 2 years ago

What do you think @evetion? GeoJSONstring ? It would be breaking but probably a good time to break things.

evetion commented 2 years ago

I'd also consider not exporting these? The same will eventually happen to KML, GML, WKB etc. Might be good to think about how to document this for other package developers as well, these are just unparsed, wrapped formats to dispatch on.

If we export, maybe something like GeoJSONFormat?