yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

relax type constraint in unsafe_executesql #364

Closed maxfreu closed 1 year ago

maxfreu commented 1 year ago

Hi! I just switched the spatialfilter type constraint to AbstractGeometry, so that one can use IGeometry{wkbPolygon} as filter. I hope this is valid; at least it seems to work.