JuliaGeo / Leaflet.jl

LeafletJS mapping library from Julia
MIT License
21 stars 5 forks source link

allow tables and iterators as input #9

Open rafaqz opened 1 year ago

rafaqz commented 1 year ago

Closes #7

Needs https://github.com/JuliaGeo/GeoJSON.jl/pull/59 merged, and some tests

rafaqz commented 1 year ago

This really needs our GeoInterface.convert(::Val{:GeoJSON}, geom) method to not be a huge pain to write.