Opened 8 weeks ago
Last modified 2 weeks ago
#20346 new defect
[PATCH] Fix the definition of EPSG:3346
Reported by: | nagisa | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 21.02 |
Component: | Core | Version: | latest |
Keywords: | projection lithuania | Cc: |
Description
Notably the default definition of the EPSG:3346 projection specified the wrong axes (none, using the default enu
, while the correct one is neu
) and was missing the bounds.
The added override specifies the bounds and the axes. I also included the test I added as part of https://josm.openstreetmap.de/ticket/20343 which indirectly confirms the fix for tile maps using this projection.
Attachments (1)
Change History (6)
Changed 8 weeks ago by
Attachment: | fix-3346.diff added |
---|
comment:1 Changed 7 weeks ago by
Keywords: | projection lithuania added |
---|---|
Milestone: | → 21.01 |
comment:2 Changed 7 weeks ago by
We should begin by update the EPSG database, I did not update it since r13395
comment:4 Changed 6 weeks ago by
Is there anything blocking landing of this, while updates of EPSG database are being figured out? Most of the imagery in Lithuania is EPSG:3346 and, with this patch, contribution could become significantly easier in Lithuania.
The patch