mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix #2601
git-svn-id: http://svn.osgeo.org/qgis/trunk@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
98f68b04e3
commit
546b279cd1
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user