Regina Obe
Regina Obe
> I didn't look at the link (sorry) but just make sure you do get a specific user error if trying to use the function, something like "PostGIS was built...
> Ah, I'm only subscribed to postgis-users, so I didn't see this. Certainly makes sense to me: seems unlikely people will want latest-greatest PostGIS from 2022 but aren't prepared to...
@rcoup Okay done ripping out support of PROJ < 6.1 and PostgreSQL < 12. So now you can rebase. https://trac.osgeo.org/postgis/ticket/5229
@rcoup Just checking if you are ready to rebase and reapply. As mentioned no need for the conditional proj since we no longer support PROJ < 6.1 for 3.4
Yap the GEOMETRYCOLLECTION part is tripping it up. I see the same issue on GEOS main and my production GEOS 3.10.2
@pramsey I think you can close this one out. User solved his own problem.
Ran into this again when trying to load up this shapefile - https://opendata.arcgis.com/datasets/956e52eb7abb4787abd7386e8efd600b_0.zip?outSR=%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D Linked from - https://bmore-open-data-baltimore.hub.arcgis.com/datasets/police-districts-5 I wonder if they use GDAL to export to shapefile :)
Not following why you need another option. Why can't it check if OPTIONS (column_name = 'fid') or the configured column = fid to match? or are you worried about people...
So you'd rather define a concept of what is the fid column rather than relying on the column_name = "fid" because someone might want to use that to mean they...
I don't think it modifies the existing table or at least in testing and cursory glance looking at the code (writing chapter in pgRouting Practical guide book on it at...