Modify ↓
Opened 14 years ago
Closed 14 years ago
#5551 closed enhancement (fixed)
[PATCH] Added LKS-92 projection for Latvia
Reported by: | extropy | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
by , 14 years ago
Attachment: | projection-patch.diff added |
---|
comment:1 by , 14 years ago
Summary: | Added LKS-92 projection for Latvia → [PATCH] Added LKS-92 projection for Latvia |
---|
Note:
See TracTickets
for help on using tickets.
the patch