-
Notifications
You must be signed in to change notification settings - Fork 10
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
Widen the scope of GeoJSON.write
#34
Comments
Is there a reason we have a limited list of types dispatched on here, instead of just using |
I think that can indeed just be |
Ok, I'll change that |
The example above, |
Yes it would be nice to test this. Leaflet.jl already tests it with GADM.jl/ArchGDAL.jl, so maybe WellKnownGeometry.jl. |
This works now |
It seems that
write
does not work with allAbstractGeometry
. I'm not sure if that is intentional. But currently e.g.ArchGDAL.IGeometry
does not work.In the docs we say that any
AbstractGeometry
will work:The current workaround is to wrap in a
Feature
.The text was updated successfully, but these errors were encountered: