Modify ↓
Opened 3 years ago
Closed 3 years ago
#5551 closed enhancement (fixed)
[PATCH] Added LKS-92 projection for Latvia
| Reported by: | extropy | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
I implemented LKS-92 projection.
It is based on Transverse Mercator projection but has central meridian on 24 degrees, that does not correspond any UTC zone.
So I moved out Transverse Mercator code from UTC projection into TransverseMercator.java
Modified files summary:
- TransverseMercator.java - Transverse Mercator projection implementation code, taken from UTM.java
- TransverseMercatorLV.java - the LKS-92 projection
- UTM.java - moved out all Transverse Mercator projection code.
I have reasonably tested the code and it seems to work.
Would be great if someone using UTM could test it.
Attachments (1)
Change History (3)
Changed 3 years ago by extropy
comment:1 Changed 3 years ago by extropy
- Summary changed from Added LKS-92 projection for Latvia to [PATCH] Added LKS-92 projection for Latvia
comment:2 Changed 3 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In [3635/josm]:
Note: See
TracTickets for help on using
tickets.



the patch