Opened 9 years ago
Last modified 8 months ago
#1981 new enhancement
rotate map view
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | flaimo, michael2402, jidanni, javierpf |
Description (last modified by )
It would be nice if one could rotate and tilt the view of the map, because:
i stand on a position and take several photos into different directions.
allthoug all photos are geocoded and reference points are visible
it would be easier to map the things shown if one could rotate the map so the direction of a way
seen on the photo (it goes straigt forward) is the same of the mapview.
Link to the data:
http://www.openstreetmap.org/index.html?mlat=53.98770160337839&mlon=11.202652704801043&zoom=18
atteched you will find the original photo and how it could be.
Attachments (4)
Change History (17)
Changed 9 years ago by
Attachment: | CurrentView.jpg added |
---|
Changed 9 years ago by
Attachment: | OriginalPhoto.JPG added |
---|
Changed 9 years ago by
Attachment: | RotatedView.jpg added |
---|
Changed 9 years ago by
Attachment: | RotatedAndTiltedView.jpg added |
---|
comment:1 Changed 7 years ago by
comment:3 Changed 7 years ago by
Cc: | flaimo added |
---|
comment:4 Changed 6 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from framm to team |
comment:5 Changed 2 years ago by
Cc: | michael2402 added |
---|
comment:6 Changed 14 months ago by
This feature would be much appreciated. I find myself tilting my head all the time when editing ways in detail, it would be far better for my neck to rotate the viewport instead.
comment:8 Changed 11 months ago by
Priority: | minor → normal |
---|
comment:9 Changed 11 months ago by
Cc: | jidanni added |
---|
comment:10 Changed 11 months ago by
Btw., it is possible to rotate the map, but probably not as convenient as you may have hoped:
First find the UTM zone for your region and the corresponding EPSG code. For example for UTM zone 34 it would be EPSG:32634. Then, to rotate the map by 30 degrees, use a custom projection with the following parameter string:
+init=EPSG:32634 +gamma=30
comment:11 Changed 11 months ago by
+init=EPSG:3857 +gamma=30
does not work, is it only for some projections?
comment:12 Changed 11 months ago by
Yes, gamma
is only a parameter for Oblique Mercator (omerc
) and Transverse Mercator (tmerc
).
comment:13 Changed 8 months ago by
Cc: | javierpf added |
---|
Ticket #2717 has been marked as a duplicate of this ticket.