deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
146 stars 99 forks source link

Simplify GML2-Encoding to improve client-interoperability #237

Closed JuergenWeichand closed 10 years ago

JuergenWeichand commented 10 years ago

To improve client-interoperability the GML2GeometryWriter may use exportCoordinates (<coordinates>) instead of exportCoord (<coord>) for points. Some clients (e. g. QGIS) are currently not able to parse GML2 using <coord> instead of <coordinates>. <coord> is only used for points in deegree3.

JuergenWeichand commented 10 years ago

<coord>-Example

<gml:Point srsName="EPSG:26912">
    <gml:coord>
            <gml:X>436512.400</gml:X>
            <gml:Y>4472748.000</gml:Y>
    </gml:coord>
</gml:Point>

<coordinates>-Example

<gml:Point srsName="EPSG:31468">
    <gml:coordinates decimal="." cs="," ts=" ">4464057.390,5343223.510</gml:coordinates>
</gml:Point>
tfr42 commented 10 years ago

The issue tracker here at github is used for pull requests only! When you think you've identified an error in the deegree implementation or if you want to request some improvement or a new feature please use our trac system: http://tracker.deegree.org/deegree-services