git-svn-id: svn://localhost/gambas/trunk@5364 867c0c6c-44f3-4631-809d-bfa615b0a4ec

This commit is contained in:
Fabien Bodard 2012-11-24 23:26:59 +00:00
parent 1d7db62a60
commit 9de93d510e
3 changed files with 2 additions and 18 deletions

View file

@ -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]

View file

@ -4,4 +4,3 @@ LatLon
Map Map
MapViewer MapViewer
Mercator Mercator
tmpPoint

View file

@ -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