Opened 13 years ago
Closed 13 years ago
#1182 closed enhancement (fixed)
GetSRID function for topology
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
We have Get everything else, but I had to go to the raw topology table to pull the srid of my topology
Change History (4)
comment:1 by , 13 years ago
comment:3 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS 2.1.0 |
---|
comment:4 by , 13 years ago
Milestone: | PostGIS 2.1.0 → PostGIS 2.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added GetTopologySRID to be consistent with GetTopologyID and GetTopologyName with r9399
Note:
See TracTickets
for help on using tickets.
how about topology.srid(<toponame>) ? this is to get close to the "standard" st_srid but w/out the st_ as per topology style (st_ is reserved for iso/sqlmm signatures)