Skip to content

Commit

Permalink
Merge pull request #2694 from nirvn/kml_improve_default
Browse files Browse the repository at this point in the history
[vector export] better default for kml altitudemode
  • Loading branch information
jef-n committed Jan 19, 2016
2 parents 7e642df + 9159573 commit d91f0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1077,10 +1077,10 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
QObject::tr( "Allows you to specify the AltitudeMode to use for KML geometries. "
"This will only affect 3D geometries and must be one of the valid KML options." ),
QStringList()
<< "relativeToGround"
<< "clampToGround"
<< "relativeToGround"
<< "absolute",
"relativeToGround" // Default value
"clampToGround" // Default value
) );

driverMetadata.insert( "KML",
Expand Down

0 comments on commit d91f0cd

Please sign in to comment.