minus34 / gnaf-loader

A quick way to get started with Geoscape's open GNAF & Admin Boundaries
Apache License 2.0
185 stars 66 forks source link

Improved PostGIS/GEOS version handling for sub-versions > x.9 #69

Closed pdowling-udrew closed 2 years ago

pdowling-udrew commented 2 years ago

Version checking for whether PostGIS supported st_subdivide was failing on GEOS v3.10, because the 3-character substring was picking up "3.1" and thinking it was less than "3.5". Made the same change to PostGIS version checking, in case they ever get that high a minor version.

minus34 commented 2 years ago

Thanks Paul