Modify

Opened 7 years ago

Closed 7 years ago

#15915 closed enhancement (fixed)

code for esri projections should be ESRI:NNNN

Reported by: bastiK Owned by: bastiK
Priority: normal Milestone: 18.04
Component: Core Version:
Keywords: projection esri epsg Cc:

Description

Continuation of #11687 and #15880: ArcGIS has forked the EPSG database and they call it WKID (well known id). It would be more precise to use prefix ESRI: for the new projection codes, like on spatialreference. After all, EPSG is not the authority that specified these codes.

As seen in #15880, WMTS servers use EPSG:102630 for the esri WKID 102630 regardless. So we would need an alias at some level.

Attachments (0)

Change History (8)

comment:1 by Don-vip, 7 years ago

Keywords: esri epsg added

comment:2 by bastiK, 7 years ago

Owner: changed from team to bastiK

comment:3 by stoecker, 7 years ago

I'm not sure about the "ESRI:" I do so now in the mapsview preview pages title, but I don't believe this a working way. What about that:

In BuildProjectDefinitions.java our projection specification is built. Why not add "ESRI: " before the name for each entry form esri file, so in JOSM the ESRI entries are clearly visible, but the code itself stays EPSG as used by the servers?

comment:4 by Don-vip, 7 years ago

See #16129 and https://github.com/OSGeo/proj.4/issues/904. It seems the epsg/esri files in proj.4 are mixed up. They probably need some cleaning and update before we implement this.

comment:5 by stoecker, 7 years ago

In 13583/josm:

see #15915 - add ESRI text to ESRI specific codes

comment:6 by stoecker, 7 years ago

Milestone: 18.04

I'd say that change is enough? More would be complex without much benefit.

comment:7 by bastiK, 7 years ago

It is not enough, when we see an imagery server in the wild that is properly configured, i.e. reports ESRI:NNNN as supported projection. But we can wait for that to happen. :)

in reply to:  7 comment:8 by stoecker, 7 years ago

Resolution: fixed
Status: newclosed

Replying to bastiK:

It is not enough, when we see an imagery server in the wild that is properly configured, i.e. reports ESRI:NNNN as supported projection. But we can wait for that to happen. :)

Never seen that. But in this case we can replace ESRI by EPSG, as luckily the numbers are not overlapping.

Fixed for not until issues come up.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain bastiK.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.