![]() |
![]() |
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
<%
' This function takes a filename and returns the appropriate image for
' that file type based on it's extension if the file exists.
Function ShowImage(strName, strPath)
Dim strTemp
Dim objFE
' Create an FSO
Set objFE = Server.CreateObject("Scripting.FileSystemObject")
'response.write strPath & strName
' Check if the file exists
if objFE.FileExists(strPath & strName) = true then
' Set our working string to the one passed in
strTemp = strName
' If it's not a directory, get the extension and set it to strTemp
' If it is a directory, then we already have the correct value
If strTemp <> "dir" Then
strTemp = LCase(Right(strTemp, Len(strTemp) - InStrRev(strTemp, ".", -1, 1)))
End If
' Debugging line used to perfect that above string parser
'Response.Write strTemp
' Set the part of the image file name that's unique to the type of file
' to it's correct value and set this to strTemp. (yet another use of it!)
Select Case strTemp
Case "txt"
strTemp = "txt"
case "mps"
strTemp = "mps"
case "trk"
strTemp = "trk"
case "plt"
strTemp = "plt"
Case Else
strTemp = "misc"
End Select
' All our logic is done... build the IMG Tag for display to the browser
' Place it into... where else... strTemp!
' My images are all GIFs and all start with "dir_" for my own sanity.
' They end with one of the values set in the select statement above.
'response.write "images/dir_" & strTemp & ".gif"
strTemp = " Waypoints (en POI's) conversie van Waypoints, Tracks en routes: zoek even naar GPS
Utility en Importer en GPSBabel
bij de links. !! Maak steeds gebruik van de laatste versie van MapSource. Denk eraan, MetroGuide, City Select, City Navigator zijn de garmin kaarten en worden geleverd met MapSource erbij. Mapsource is enkel het universele programma dat gebruikt wordt om garmin kaarten te tonen op een pc en om te communiceren met je GPS. Deze software is gratis te updaten. !! Beschikbare Waypoints:
Een specialere versie van waypoints zijn de POI's (Points Of Interest). Oftewel de Nuttige Plaatsen. Ipv individuele punten zijn dit eerder lijsten van punten toebehorend aan eenzelfde onderwerp. In recentere GPS toestellen kunnen deze als complete lijsten ingeladen worden. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| De beste prijzen voor Garmin GPS op Point 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Home | © Copyright Soft Solutions / Bart Mertens 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||