diff --git a/Nasal/geo.nas b/Nasal/geo.nas index 3f186244a..6a644d411 100644 --- a/Nasal/geo.nas +++ b/Nasal/geo.nas @@ -40,6 +40,11 @@ # geo.tile_path(, ) ... returns tile path string (e.g. "w130n30/w123n37/942056.stg") # geo.elevation(, ) ... returns elevation in meter for given lon/lat, or nil on error # geo.normdeg() ... returns angle normalized to 0 <= angle < 360 +# +# geo.put_model(, , [, [, [, [, ]]]]); +# ... put model at location / with given elevation +# (optional, default: surface). // are optional +# and default to zero. var EPSILON = 0.0000000000001;