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
|
s
|
||||||
(Value)f(Type)i
|
(Value)f(Type)i
|
||||||
'ex:45,893333 -> 45°53'36"
|
'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
|
Map
|
||||||
MapViewer
|
MapViewer
|
||||||
Mercator
|
Mercator
|
||||||
tmpPoint
|
|
||||||
|
|
|
@ -89,14 +89,14 @@ End
|
||||||
|
|
||||||
Public Sub _Client_Connect()
|
Public Sub _Client_Connect()
|
||||||
|
|
||||||
Debug hClient.URL
|
'Debug hClient.URL
|
||||||
$bLoading = True
|
$bLoading = True
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Public Sub _Client_Error()
|
Public Sub _Client_Error()
|
||||||
|
|
||||||
Debug hClient.Status & " downloading " & hClient.URL
|
'Debug hClient.Status & " downloading " & hClient.URL
|
||||||
'Stop
|
'Stop
|
||||||
'Print hClient.ErrorText
|
'Print hClient.ErrorText
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue