Opened 14 years ago
Closed 14 years ago
#906 closed defect (fixed)
ST_GeomFromGML add SRID option
Reported by: | colivier | Owned by: | colivier |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | ST_GeomFromGML srid | Cc: |
Description
SRID (srsName) could be defined in parents elements in GML/WFS. So it could be a need to define an SRID for the GML geometry subset.
Implementation: adding an int srid value in ST_GeomFromGML prototype
Note:
See TracTickets
for help on using tickets.
Commited as r7071