Opened 16 years ago
Closed 16 years ago
#913 closed defect (fixed)
The coordinate system initialization failed. - Could not initialize the geodetic transformation.
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | Installer | Version: | 2.1.0 |
Severity: | blocker | Keywords: | |
Cc: | jng | External ID: |
Description
Using a repository which worked fine with MGE, I am getting this error with the 2.1 test installer
<2009-03-19T20:36:34> 5068 Ajax Viewer 127.0.0.1 Administrator
Error: Failed to stylize layer: aug 06-ROADS - HWY
The coordinate system initialization failed. Could not initialize the geodetic transformation.
- MgMappingUtil.StylizeLayers() line 763 file c:\osgeo\mapguide\server\src\services\mapping\MappingUtil.cpp
the path is correct, the map is in GDA94
MENTOR_DICTIONARY_PATH=C:\Program Files\OSGeo\MapGuide Server\CSMap\Dictionaries\
Attachments (4)
Change History (11)
comment:1 by , 16 years ago
by , 16 years ago
Attachment: | ScreenShot002.png added |
---|
by , 16 years ago
Attachment: | MentorDict.txt added |
---|
comment:2 by , 16 years ago
Here's my CS:
PROJCS["NAD_1983_UTM_Zone_10N",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",-123],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0],UNIT["Meter",1]]
comment:3 by , 16 years ago
And I get the same error for another map in same/similar CS:
PROJCS["UTM83-10",GEOGCS["LL83",DATUM["NAD83",SPHEROID ["GRS1980",6378137.000,298.25722210]],PRIMEM["Greenwich",0],UNIT ["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER ["false_easting",500000.000],PARAMETER["false_northing",0.000],PARAMETER ["central_meridian",-123.00000000000000],PARAMETER["scale_factor",0.9996],PARAMETER ["latitude_of_origin",0.000],UNIT["Meter",1.00000000000000]]
comment:4 by , 16 years ago
Component: | Mapping Service → Installer |
---|---|
Version: | → 2.1.0 |
solution is a few missing files
coordsys.asc, datums.asc, ellipsoid.asc, mreg.asc, category.asc, NameMapper.csv
comment:5 by , 16 years ago
Cc: | added |
---|
Hi Zac, I think Hugues said that those .asc files are unneeded; only the .csv files are reequired. I'm going to attach a couple patches; I can't wait up to see if my full rebuild succeeds; I'll let you know when I wake up :)
by , 16 years ago
Attachment: | mapguide_build_bat.patch added |
---|
by , 16 years ago
Attachment: | installer_build_bat.patch added |
---|
comment:6 by , 16 years ago
ahhh, i got confused because the .asc files weren't in the installer
just tested and it works without the.asc files
I am getting a similar error from a Fusion AJAX call on a 2.1 build. I've attached an image showing the CS error.
My MENTOR_DICTIONARY_PATH is also set to:
And this folder contains the files in the attached MentorDict.txt file.