Modify ↓
Opened 8 years ago
Closed 8 years ago
#13287 closed enhancement (fixed)
[Patch] Projection updates to support multiple projections
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core | Version: | |
Keywords: | gsoc-core projection | Cc: | Don-vip, bastiK, stoecker |
Description
This patch allows JOSM to support multiple projections inside a map view.
It adds the following functionality:
- A new Projecting class. This is a simple version of a Projection that allows you to do EastNorth<->LatLon conversions
- Add the ability to shift a projecting
- Add the ability to split the view area on the world bounds if the projection supports world wrapping around the world bounds (in simpler words: Allow to paint over 180°)
This also fixes #12681
Attachments (1)
Change History (4)
comment:1 by , 8 years ago
Milestone: | → 16.08 |
---|
comment:2 by , 8 years ago
Keywords: | projection added |
---|
by , 8 years ago
Attachment: | patch-mapview-chunked-render-area.patch added |
---|
Note:
See TracTickets
for help on using tickets.
@bastiK: I let you review this one, your feedback will be more valuable :) Sounds nice!