JuliaGeo / LibGEOS.jl

Julia package for manipulation and analysis of planar geometric objects
MIT License
72 stars 24 forks source link

Implement GeoInterface isempty, x, and y. #191

Closed evetion closed 8 months ago

evetion commented 8 months ago

As triggered by https://github.com/asinghvi17/GeometryOps.jl/pull/33

rafaqz commented 8 months ago

Thanks. I guess we need a method for plotting only missing values in GeoInterfaceMakie.jl?

evetion commented 8 months ago

Thanks. I guess we need a method for plotting only missing values in GeoInterfaceMakie.jl?

Not sure, I didn't follow that discussion. I just saw isempty return false, which was clearly incorrect. 😅

rafaqz commented 8 months ago

I mean the test failures