summaryrefslogtreecommitdiff
blob: 0b77da12148ac6a047c7ff75c9a579d5eb2da0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/src/gt_citation.cpp	2018-08-03 12:16:16.007831564 +0100
+++ b/src/gt_citation.cpp	2018-08-03 12:16:45.224830335 +0100
@@ -387,10 +387,10 @@
         osCitation += primemName;
         bRewriteGeogCitation = TRUE;
 
-        double primemValue = poSRS->GetPrimeMeridian(NULL);
+        double primemValue = poSRS->GetPrimeMeridian();
         if(angUnitName && !EQUAL(angUnitName, "Degree"))
         {
-            double aUnit = poSRS->GetAngularUnits(NULL);
+            double aUnit = poSRS->GetAngularUnits();
             primemValue *= aUnit;
         }
         GTIFKeySet( psGTIF, GeogPrimeMeridianLongGeoKey, TYPE_DOUBLE, 1,