git-svn-id: http://svn.osgeo.org/qgis/trunk@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-05-29 08:23:10 +00:00
parent 98f68b04e3
commit 546b279cd1

View File

@ -1239,7 +1239,7 @@ bool QgsCoordinateReferenceSystem::saveAsUserCRS()
+ "," + quotedValue( projectionAcronym() )
+ "," + quotedValue( ellipsoidAcronym() )
+ "," + quotedValue( toProj4() )
+ "',0)"; // <-- is_geo shamelessly hard coded for now
+ ",0)"; // <-- is_geo shamelessly hard coded for now
}
else
{