diff options
Diffstat (limited to 'map2globe.py')
-rwxr-xr-x | map2globe.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/map2globe.py b/map2globe.py index 52ab416..8e58752 100755 --- a/map2globe.py +++ b/map2globe.py @@ -16,6 +16,8 @@ z="0" # / 90 * math.pi #they need to be in the range 0 to 2pi? +print("globe addshape 1 0 0 0 1 -1 0") + while(1): #print (plat,plon,lat,lon) try: |