structure string | output for 1000 meters | output for 1001 m | notes |
|
3281 feet | 3284 feet | --- feet |
|
39370 inches | 39409 inches | --- inches |
|
1 km (trailing zeros obmitted) | 1.001 km | --- km |
|
0.621 miles | 0.622 miles | --- miles |
|
1902 Egyptian cubits | 1903 Egyptian cubits | --- Egyptian cubits |
structure string | output for 1000 meters | output for 1001 m | notes |
|
3281 feet | 3284 feet | --- feet |
|
39370 inches | 39409 inches | --- inches |
|
1 km (trailing zeros obmitted) | 1.001 km | --- km |
|
1 km (trailing zeros obmitted) | 1.001 km | --- km |
|
1.000 km (minFraction forces trailing zeros) | 1.001 km | --- km |
|
1.00 km (minFraction forces trailing zeros) | 1.001 km | --- km |
|
1.00 km (minFraction forces trailing zeros) | 1.00 km | --- km |
|
001.00 km | 001.00 km | --- km |
|
0.621 miles | 0.622 miles | --- miles |
|
1902 Egyptian cubits | 1903 Egyptian cubits | --- Egyptian cubits |
tag | description |
<ifUtmOrMgrs: | if 'Coordinate Format' setting is UTM or MGRS |
<ifUtm: | if 'Coordinate Format' setting is UTM |
<ifMgrs: | if 'Coordinate Format' setting is MGRS |
<ifDegreesPrefix: | if 'Coordinate Format' setting is Degrees, Degrees-Minutes, or Degrees-Minutes-Seconds |
<ifDegrees: | if 'Coordinate Format' setting is Degrees |
<ifDegreesMinutes: | if 'Coordinate Format' setting is Degrees-Minutes |
<ifDegreesMinutesSeconds: | if 'Coordinate Format' setting is Degrees-Minutes-Seconds |
structure string | description |
<ifHasName: | if 'name' field in non-empty |
<ifHasNotes: | if 'notes' field in non-empty |
<iHasAltitude: | if location has an altitude value |
<ifHasAccuracy: | if location has an accuracy value |
structure string | description |
<ifHasName:<name> > | if 'name' field is non-empty, put 'name' here and make a new line. That is, do not add the new line if there is no name. |
<ifHasNotes:<notes> > | if 'notes' field in non-empty, put 'notes' here and make a new line. That is, do not add the new line if there are no notes. |
<iHasAltitude:<altMyFormat> > | if location's altitude value is invalid, don't let <altMyFormat> write '--- meters' for example. Otherwise, let it write '89 meters' and append a new line |
tag | description |
<ifLatGreaterThanDD.dd: | if latitude is greater than |
<ifLatLessThanDD.dd: | if latitude is less than |
<ifLonGreaterThanDD.dd: | if longitude is greater than |
<ifLonLessThanDD.dd: | if longitude is less than |
tag | description |
<ifLatPositive: | if latitude >= 0 (Northern Hemisphere) |
<ifLatNegative: | if latitude < 0 (Southern Hemisphere) |
<ifLonPositive: | if longitude >= 0 (Eastern Hemisphere) |
<ifLonNegative: | if longitude < 0 (Western Hemisphere) |