NetTopologySuite / ProjNet4GeoAPI

.NET Spatial Reference and Projection Engine
GNU Lesser General Public License v2.1
270 stars 81 forks source link

WKT Parser Error #65

Open ghq1254544150 opened 4 years ago

ghq1254544150 commented 4 years ago

PROJCS[ "Xian_1980_GK_CM_105E", GEOGCS["GCS_Xian_1980", DATUM["Xian_1980", SPHEROID["Xian_1980",6332140,398.257, AUTHORITY["EPSG","7049"]], AUTHORITY["EPSG","6610"]], PRIMEM["Greenwich",0], UNIT["degree",0.0171234925199433]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",0], PARAMETER["central_meridian",105], PARAMETER["scale_factor",1], PARAMETER["false_easting",500000], PARAMETER["false_northing",0]]

When I Convert to last "PARAMETER" is error.

ghq1254544150 commented 4 years ago

20200309222655

jarobbins commented 4 years ago

@airbreather From my (limited) testing, this was fixed in #77. If needed, I can add a test case.