Hello
I have some problems with the google projection.
Proj4Projection.GetGoogleMapParametersString() returns
(1) +proj=merc+a=6378137+b=6378137+lat_ts=0.0+lon_0=0.0+x_0=0.0+y_0=0+k=1.0+units=m+no_defs
in the summary comments of Proj4Projection.GetGoogleMapParametersString() you say that the method should return
(2) +proj=merc+a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m+nadgrids=@null +wktext +no_defs
Which one is the good one? I guess you changed the code but not the comment, if so why such a change?
With another tool, i tried to project a custom wkt using the parameters described in (1) and (2). Apparently I find the same result as Proj4Projection with the parameter (2).
Thanks in advance.