[postgis-tickets] [PostGIS] #897: Ability to output X3D using GeoCoordinates (just GD WE) (was: Ability to output X3D using GeoCoordinates)
PostGIS
trac at osgeo.org
Sat May 9 16:02:24 PDT 2015
#897: Ability to output X3D using GeoCoordinates (just GD WE)
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: closed
Priority: high | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords: history
----------------------+---------------------------
Changes (by robe):
* status: new => closed
* keywords: => history
* resolution: => fixed
Old description:
> 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.
>
> 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)
>
> Hope to get this in in PostGIS 2.0, but might have to wait till 2.1.
>
> See for details:
> http://www.web3d.org/x3d/wiki/index.php/X3D_Earth_public_site
New description:
I encoded this in the option argument.
2 means geocoordinates WGS 84 long,lat
3 means geocordinates WGS 84 lat,long
and is only supported if srid = 4326 and will not bother doing a
transformation if a different srid.
UTM and GC support I will push to #2840.
See for details:
http://www.web3d.org/x3d/wiki/index.php/X3D_Earth_public_site
--
Comment:
This is related to #2840. Revising this and marking it as done at r13485.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/897#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list