
Hi DieterR
thank you for your OSM Tile Viewer sample app. The App works great on my HTC HD, with the internal GPS.
Questions please.
Would it be to much trouble to center the GPS Position on the Map?
I would like to use the external Bluetooth Device. The Com Port on the HTC would be Com8. Would I need to change the OSM Tiles Config Settings, in order to use my external Bluetooth Device.
Please Advice.
Edit: I tested your App in the Field on my HTC Unit. Your right, it's off a few Pixels. When Zoom to 14 or 15 GPS Position is a few Pixel's past the real time Position.
As with the external Com8 matter, I have not got this to work yet. Please Advice how this can be done.
Edit: OK. Made a Change in the OSM Tiles Config. Sys.
GPSAuto=false
#COM8 and Baud if Auto=no
COM8
Baud4800
now work's with external Bluetooth Device on HTC.
Another Question please. I would like to use a Label to show Lat / Lon.
Code:
form1.FDrawString("GPS: "& Format(GpsData.lat,"n4") & " : " & Format(GpsData.lon,"n4"),10,2,38,200,56,cBlack)
Label9.Text.FDrawString("GPS: "& Format(GpsData.lat,"n4") & " : " & Format(GpsData.lon,"n4"),10,2,38,200,56,cBlack)
this does not work for me, what would be the correct code for using a label?
Thank you for your Time and Help.
Best regards.
PS> Keep up the great Work on this APP, it's just Great. :-)
William