Opened 5 years ago

Closed 5 years ago

#4465 closed defect (fixed)

shp2pgsql -s should not enforce that geography srid be 4326

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

Was just testing my new patch to support -s : in Dump mode and noticed our SRID for geography is stamped at 4326. Yes this restriction was lifted in 2.2

I'm planning to take this out. Not sure it's worth backporting the change.

Change History (1)

comment:1 by robe, 5 years ago

Resolution: fixed
Status: newclosed

In 17625:

Take out restriction that geography can only work with srid 4326
Geography supports any long-lat projection since 2.2
Closes #4465

Note: See TracTickets for help on using tickets.