Navigation Menu

Skip to content

Commit

Permalink
[vector export] better default for kml altitudemode
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 19, 2016
1 parent 7e642df commit 9159573
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 9159573

Please sign in to comment.