This website requires JavaScript.
Explore
Help
Sign In
root
/
GPXSee
Watch
1
Star
0
Fork
0
You've already forked GPXSee
mirror of
https://github.com/tumic0/GPXSee.git
synced
2025-03-15 11:17:45 +01:00
Code
Issues
Projects
Releases
Activity
GPXSee
/
src
/
misc.h
7 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
Added tooltip info to tracks/waypoints
2016-07-25 19:32:36 +02:00
#
ifndef MISC_H
#
define MISC_H
double
niceNum
(
double
x
,
int
round
)
;
Fixed track tooltip area handling Added some more waypoint info to waypoint tooltips. Refactoring & optimization.
2016-07-28 00:23:22 +02:00
Added tooltip info to tracks/waypoints
2016-07-25 19:32:36 +02:00
#
endif
// MISC_H
Reference in New Issue
Copy Permalink