JuliaGeo / Leaflet.jl

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

README example errors #4

Closed joshday closed 1 year ago

joshday commented 1 year ago

In the README example, the eltype of layers is a 1-element Vector{ArchGDAL.IGeometry{ArchGDAL.wkbMultiPolygon}}: so that GeoInterface.trait returns nothing. Maybe a change in ArchGDAL?

https://github.com/JuliaGeo/Leaflet.jl/blob/0b37561f84b7b189d21ee8ccb36db3ffafa2e1d4/src/map.jl#L97-L102