[GRASS-dev] [GRASS GIS] #2229: error in projection definition

GRASS GIS trac at osgeo.org
Thu Mar 24 11:03:44 PDT 2016


#2229: error in projection definition
---------------------------------+---------------------------------
  Reporter:  vincent             |      Owner:  grass-dev@…
      Type:  defect              |     Status:  new
  Priority:  normal              |  Milestone:  7.0.4
 Component:  Projections/Datums  |    Version:  svn-releasebranch70
Resolution:                      |   Keywords:
       CPU:  Unspecified         |   Platform:  Unspecified
---------------------------------+---------------------------------
Changes (by neteler):

 * version:  unspecified => svn-releasebranch70
 * milestone:  6.4.4 => 7.0.4


Comment:

 As per r68131 (trunk) the PROJCS (coordinate system name) is now
 maintained properly:

 {{{
 g.proj epsg=3857 datumtrans=-1 -w
 PROJCS["WGS 84 / Pseudo-Mercator",
     GEOGCS["wgs84",
         DATUM["WGS_1984",
             SPHEROID["WGS_1984",6378137,298.257223563]],
         PRIMEM["Greenwich",0],
         UNIT["degree",0.0174532925199433]],
     PROJECTION["Mercator_2SP"],
     PARAMETER["standard_parallel_1",0],
     PARAMETER["central_meridian",0],
     PARAMETER["false_easting",0],
     PARAMETER["false_northing",0],
     UNIT["Meter",1]]
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2229#comment:7>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list