Closed joshday closed 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?
layers
1-element Vector{ArchGDAL.IGeometry{ArchGDAL.wkbMultiPolygon}}:
GeoInterface.trait
https://github.com/JuliaGeo/Leaflet.jl/blob/0b37561f84b7b189d21ee8ccb36db3ffafa2e1d4/src/map.jl#L97-L102
In the README example, the eltype of
layers
is a1-element Vector{ArchGDAL.IGeometry{ArchGDAL.wkbMultiPolygon}}:
so thatGeoInterface.trait
returns nothing. Maybe a change in ArchGDAL?https://github.com/JuliaGeo/Leaflet.jl/blob/0b37561f84b7b189d21ee8ccb36db3ffafa2e1d4/src/map.jl#L97-L102