evetion/GeoDataFrames.jl

isempty export

visr opened this issue · 1 comments

visr commented

I noticed that this package re-exports isempty from ArchGDAL. In ArchGDAL it is not exported.

It is unfortunate however to export something that is also exported from Base, leading to

WARNING: both GeoDataFrames and Base export "isempty"; uses of it in module Main must be qualified
ERROR: UndefVarError: isempty not defined

Fixed in e1a55d4 and released in v0.2.0.