Modify ↓
#12486 closed enhancement (fixed)
Sub second offset for picture and gpx correlation
Reported by: | StephaneP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.02 |
Component: | Core | Version: | |
Keywords: | gpx; correlation; picture | Cc: |
Description
With the current Josm release, when correlating pictures with a gpx, you can offset the images with 1 second steps.
I could be useful to have smaller steps as in a car, 1 second could be a large range.
Attachments (2)
Change History (9)
comment:1 by , 9 years ago
Keywords: | java added |
---|---|
Milestone: | → 16.04 |
comment:2 by , 9 years ago
Keywords: | java removed |
---|---|
Milestone: | 16.04 → 16.02 |
Let's do it right away :)
by , 9 years ago
Attachment: | 2016-02-05-002830_496x309_scrot.png added |
---|
by , 9 years ago
Attachment: | 2016-02-05-002845_410x288_scrot.png added |
---|
Note:
See TracTickets
for help on using tickets.
Maybe we should await Java 8 and use
java.time.Duration
for passing around timezone and offset inorg.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages
. Otherwise, the conversion between ms and s – back and forth – might easily be broken …