Ticket #1742 (closed defect: invalid)
PostGIS 2.0 alters Z-coordinate
| Reported by: | pramsey | Owned by: | pramsey |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | 2.0.x |
| Keywords: | Cc: |
Description
This query
select st_asewkt(st_transform(st_geomfromtext( 'POINT (700000 4500000 100)',23030), 4326));
returns a z value of 168.25 under PostGIS2.0+Proj4.8 and a value of 100 under PostGIS1.5+Proj4.8. So the problem is not necessarily proj only.
Change History
Note: See
TracTickets for help on using
tickets.
