git-svn-id: svn://localhost/gambas/trunk@5364 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
1d7db62a60
commit
9de93d510e
3 changed files with 2 additions and 18 deletions
|
@ -362,18 +362,3 @@ m
|
|||
s
|
||||
(Value)f(Type)i
|
||||
'ex:45,893333 -> 45°53'36"
|
||||
#tmpPoint
|
||||
|
||||
C
|
||||
X
|
||||
v
|
||||
i
|
||||
|
||||
Y
|
||||
v
|
||||
i
|
||||
|
||||
_new
|
||||
m
|
||||
|
||||
[(iX)i(iY)i]
|
||||
|
|
|
@ -4,4 +4,3 @@ LatLon
|
|||
Map
|
||||
MapViewer
|
||||
Mercator
|
||||
tmpPoint
|
||||
|
|
|
@ -89,14 +89,14 @@ End
|
|||
|
||||
Public Sub _Client_Connect()
|
||||
|
||||
Debug hClient.URL
|
||||
'Debug hClient.URL
|
||||
$bLoading = True
|
||||
|
||||
End
|
||||
|
||||
Public Sub _Client_Error()
|
||||
|
||||
Debug hClient.Status & " downloading " & hClient.URL
|
||||
'Debug hClient.Status & " downloading " & hClient.URL
|
||||
'Stop
|
||||
'Print hClient.ErrorText
|
||||
|
||||
|
|
Loading…
Reference in a new issue