Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #5428 from lbartoletti/triangleGML
ADD GML export to QgsTriangle
- Loading branch information
Showing
with
173 additions
and 8 deletions.
- +4 −0 python/core/geometry/qgstriangle.sip
- +4 −0 src/core/geometry/qgscircularstring.cpp
- +4 −0 src/core/geometry/qgscompoundcurve.cpp
- +8 −0 src/core/geometry/qgscurvepolygon.cpp
- +8 −0 src/core/geometry/qgslinestring.cpp
- +8 −0 src/core/geometry/qgsmulticurve.cpp
- +8 −0 src/core/geometry/qgsmultilinestring.cpp
- +8 −0 src/core/geometry/qgsmultipoint.cpp
- +8 −0 src/core/geometry/qgsmultipolygon.cpp
- +8 −0 src/core/geometry/qgsmultisurface.cpp
- +25 −6 src/core/geometry/qgstriangle.cpp
- +2 −2 src/core/geometry/qgstriangle.h
- +78 −0 tests/src/core/testqgsgeometry.cpp
Oops, something went wrong.