Opened 11 years ago
Closed 11 years ago
#2216 closed defect (invalid)
Location wizard fails on EPSG 3049
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | Startup | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
Steps to reproduce:
- Start the Location Wizard and choose to define location by EPSG code
- Enter the number 3049 as EPSG code
- Observe how totally incorrect PROJ4 string is displayed (a latlon projection).
A correct string is present in EPSG file:
+proj=utm +zone=37 +ellps=GRS80 +units=m +no_defs
Attachments (2)
Change History (4)
by , 11 years ago
Attachment: | grass_location_3049_fail.jpg added |
---|
comment:1 by , 11 years ago
Here it works fine - also from command line (using PROJ.4 V4.8.0):
grass70 -c epsg:3049 ~/grassdata/testlocation GRASS 7.0.svn (testlocation):~ > g.proj -w PROJCS["UTM Zone 37, Northern Hemisphere", GEOGCS["grs80", DATUM["European_Terrestrial_Reference_System_1989", SPHEROID["Geodetic_Reference_System_1980",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",0], PARAMETER["central_meridian",39], PARAMETER["scale_factor",0.9996], PARAMETER["false_easting",500000], PARAMETER["false_northing",0], UNIT["Meter",1]] GRASS 7.0.svn (testlocation):~ > g.version -e GRASS 7.0.svn (2014) PROJ.4: 4.8.0 GDAL/OGR: 1.10.1 GRASS not compiled with GEOS support SQLite: 3.8.3
Maris, which PROJ4 version do you use?
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks, Markus, for quick answer. svn revert on g.proj fixed problem.
Note to myself: svn status and svn revert before any bug hunting.
by , 11 years ago
Attachment: | grass644_loc_wiz_epsg3049.png added |
---|
Screenshot with successful creation (just for the record)
Note:
See TracTickets
for help on using tickets.
Wrong proj4 string selected by EPSG code