Changes between Initial Version and Version 2 of Ticket #897


Ignore:
Timestamp:
May 9, 2015, 4:02:24 PM (9 years ago)
Author:
robe
Comment:

This is related to #2840. Revising this and marking it as done at r13485.

this includes support for X/Y flipping.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #897

    • Property Status newclosed
    • Property Summary Ability to output X3D using GeoCoordinatesAbility to output X3D using GeoCoordinates (just GD WE)
    • Property Priority mediumhigh
    • Property Milestone PostGIS FuturePostGIS 2.2.0
    • Property Keywords history added
    • Property Resolutionfixed
  • 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.
    21
    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)
     2I encoded this in the option argument. 
    43
    5 Hope to get this in in PostGIS 2.0, but might have to wait till 2.1.
     42 means geocoordinates WGS 84 long,lat
     53 means geocordinates WGS 84 lat,long
     6
     7and is only supported if srid = 4326 and will not bother doing a transformation if a different srid.
     8
     9UTM and GC support I will push to #2840.
     10
     11
    612
    713See for details: