[QGIS Commit] [qgis/Quantum-GIS] 93e025: Simplifying QgsOgcUtils
GitHub
noreply at github.com
Wed Mar 13 11:10:34 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 93e02598438ca9526de5a451b0918e7ae365b7ac
https://github.com/qgis/Quantum-GIS/commit/93e02598438ca9526de5a451b0918e7ae365b7ac
Author: D'Hont René-Luc <rldhont at gmail.com>
Date: 2013-03-13 (Wed, 13 Mar 2013)
Changed paths:
M python/core/qgsogcutils.sip
M src/core/qgsexpression.cpp
M src/core/qgsogcutils.cpp
M src/core/qgsogcutils.h
M src/mapserver/qgsfilter.cpp
M src/mapserver/qgswfsserver.cpp
M src/mapserver/qgswfsserver.h
M src/providers/wfs/qgswfsprovider.cpp
M tests/src/core/testqgsogcutils.cpp
Log Message:
-----------
Simplifying QgsOgcUtils
After commit 7d66529d7884b73070dbce80b1d4060d841a6933 Add GML3 to
QgsOgcUtils, I have to simplify this class to only have :
* geometryFromGML : read GML2 or GML3
* geometryToGML : create GML2 (as default) or GML3
More information about the QGIS-commit
mailing list