JuliaGeo / GeometryOps.jl

GeoInterface-based geometry operations
https://juliageo.org/GeometryOps.jl/
MIT License
28 stars 4 forks source link

export of "contains" conflicts with Base #203

Open alex-s-gardner opened 4 weeks ago

alex-s-gardner commented 4 weeks ago

WARNING: both GeometryOps and Base export "contains"; uses of it in module Main must be qualified

asinghvi17 commented 4 weeks ago

Ah, I usually use it as import GeometryOps as GO for exactly this reason. I guess we could stop exporting contains though.