Opened 10 years ago
Closed 7 years ago
#10261 closed enhancement (fixed)
InfoMode plugin should honour the ISO time format and show time zone
Reported by: | Polarbear-j | Owned by: | akks |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin InfoMode | Version: | |
Keywords: | time format | Cc: |
Description (last modified by )
The InfoMode plugin should honour the ISO time format as selected in
Prefs-> Display Settings-> Look and Feel-> Display ISO dates (since JOSM 7303)
Currently it displays, when hovering over a GPX point,
Jul 12, 2014 1:42:52 PM
There is no setting in my system using the AM/PM format.
Also, the plugin converts the time from GMT/GPS time as in the GPX file into my current timezone.
If it does so, the time difference from the GPX file should be should be shown in the info box.
tested with InfoMode (30416) on JOSM/1.5 (7309 en) Mac OS X 10.8.5 Java version: 1.7.0_55
Attachments (0)
Change History (5)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Component: | Plugin → Plugin InfoMode |
---|---|
Keywords: | InfoMode removed |
Owner: | changed from | to
Type: | defect → enhancement |
comment:4 by , 10 years ago
Fine, gpx filtering was implemented as a plugin as I had encouraged in #5661 and #5662.
Since it is in core for a while, I wonder why the plugin still exists: "gpxfilter v. 30416" ?
I had reactivated it now for testing and could not see any difference to core gpx filtering,
thus it might be removed from the plugin list?
Back to infomode, if you merge it to core, the most important feature is to display
the timestamp of a particular GPX point, this allows to align that with a paper note
that something has been seen at time 14:05:59
The feature to "Delete this" or "Delete this&older" is less important since that can be done
in the core track filter, at least on track level, however that is sufficient when filtering
traces before and after a road reconstruction.
What is missing in infomode however is the ability to search for a particular GPX
timestamp, again to jump to my 14:05:59 paper note.
OK, InfoMode needs fixing for a long time anyway (track filtering is in core).