Opened 10 years ago
Closed 10 years ago
#181 closed enhancement (fixed)
Update NameMapper with Oracle entries (Oracle version 12.1)
Reported by: | steffen | Owned by: | steffen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Dictionaries | Version: | |
Keywords: | Cc: |
Description (last modified by )
Update the name mapper file 'NameMapper.csv' with missing Oracle entries. To compare the latest Oracle version 12.1 is used. The entries in the name mapper are used to map a flavored WKT to the related CsMap system. In case of an Oracle WKT the entries for Oracle are needed to make a mapping without using any fallback.
An example is the following Oracle WKT of a French system: PROJCS["RGF93 / CC50", GEOGCS [ "RGF93", DATUM ["Reseau Geodesique Francais 1993 (EPSG ID 6171)", SPHEROID ["GRS 1980 (EPSG ID 7019)", 6378137.0, 298.257222101]], PRIMEM [ "Greenwich", 0.000000 ], UNIT ["Decimal Degree", 0.0174532925199433]], PROJECTION Lambert Conformal Conic, PARAMETER ["Latitude_Of_Origin", 50.0], PARAMETER ["Central_Meridian", 3.0], PARAMETER ["Standard_Parallel_1", 49.25], PARAMETER ["Standard_Parallel_2", 50.75], PARAMETER ["False_Easting", 1700000.0], PARAMETER ["False_Northing", 9200000.0], UNIT ["Meter", 1.0]]
After adding the following line to the name mapper the mapping works as expected. 3950,16,Oracle,3950,"RGF93 / CC50",0,0,0,0
Change History (3)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |