|
|
TrekBuddy www.trekbuddy.net Outdoor companion.
|
- bluetooth / serial / internal GPS, simulator
- offline raster maps (common grids and projections)
- smart GPX / raw NMEA logs
- waypoints and simple navigation
- ... and more
|
- MIDP and Symbian phones
- Blackberry
- Android
- Windows Mobile 5.x/6.x
- Windows Phone coming
|
|
Visit our wiki to see all features, guides and howtos.
Project tracker.
|
|
|
|
|
|
|
| View previous topic :: View next topic |
| Author |
Message |
thomast
Joined: 16 Jan 2009 Posts: 101
|
Posted: Sun Jul 05, 2009 6:36 am Post subject: |
|
|
strange.
i test the following on "pc-hecl" :
set b 200
set c 500
set a [/ $b $c]
puts $a
-> 0
set b 200
set c 500.0
set a [/ $b $c]
puts $a
->0.4
it seems so, that the casting to float is only done, if at least one arg. is float.
does that answer helps you?
greetings,
Thomas |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5083
|
Posted: Fri Jul 10, 2009 11:54 am Post subject: Re: new version didn't displays <desc> gpx tag |
|
|
| guest wrote: |
| PS: Which other gpx tags trekbuddy supported please? I would like to adding to gpx more geoc. informations (as listing and size). Which tags is appropriate to use on it please. Thanx for your great app. |
Example with all supported tags:
| Code: |
<?xml version='1.0' encoding='UTF-8' ?>
<gpx version="1.1" creator="ABC" xmlns="http://www.topografix.com/GPX/1/1" xmlns:groundspeak="http://www.groundspeak.com/cache/1/0">
<wpt lat="49.794133000" lon="17.719950000">
<ele>385.0</ele>
<name>GC1AC4P</name>
<cmt>NEJ stromy Opavska - Dub u Novych Techanovic</cmt>
<sym>Geocache</sym>
<groundspeak:cache id="821989">
<groundspeak:name>NEJ stromy Opavska - Dub u Novych Techanovic #3</groundspeak:name>
<groundspeak:type>Traditional Cache</groundspeak:type>
<groundspeak:container>Small</groundspeak:container>
<groundspeak:difficulty>1.5</groundspeak:difficulty>
<groundspeak:terrain>2</groundspeak:terrain>
<groundspeak:country>Czech Republic</groundspeak:country>
<groundspeak:short_description>Treti a posledni z mini serie ...</groundspeak:short_description>
<groundspeak:long_description>Posledni strom nasi male ...</groundspeak:long_description>
<groundspeak:encoded_hints>u stromu pod kamenem</groundspeak:encoded_hints>
</groundspeak:cache>
</wpt>
</gpx>
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|