Changes between Initial Version and Version 2 of Ticket #897
- Timestamp:
- 05/09/15 16:02:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #897
- Property Milestone PostGIS Future → PostGIS 2.2.0
- Property Priority medium → high
- Property Keywords history added
- Property Resolution → fixed
- Property Status new → closed
- Property Summary Ability to output X3D using GeoCoordinates → Ability to output X3D using GeoCoordinates (just GD WE)
-
Ticket #897 – Description
initial v2 1 This would be another proto version of ST_AsX3D that takes true/false boolean whether to output coordinates in GeoCoordinate instead of standard X3D coordinates.2 1 3 Of course it will need to have a known SRID. For starters just going to transform to GD (WGS 84 lon lat) (will not support the UTM ones yet since that would require mapping to their naming) 2 I encoded this in the option argument. 4 3 5 Hope to get this in in PostGIS 2.0, but might have to wait till 2.1. 4 2 means geocoordinates WGS 84 long,lat 5 3 means geocordinates WGS 84 lat,long 6 7 and is only supported if srid = 4326 and will not bother doing a transformation if a different srid. 8 9 UTM and GC support I will push to #2840. 10 11 6 12 7 13 See for details: