Nasal library/geo: Difference between revisions

Jump to navigation Jump to search
m
Update {{func link}} form
(nocat and navbox)
m (Update {{func link}} form)
Line 390: Line 390:
{{Nasal doc
{{Nasal doc
|syntax = geo.elevation(lat, lon[, max_alt]);
|syntax = geo.elevation(lat, lon[, max_alt]);
|text = Returns the elevation in metres of a certain point on the scenery. See also {{func link|geodinfo}} (which is used internally).
|text = Returns the elevation in metres of a certain point on the scenery. See also {{func link|geodinfo()}} (which is used internally).
|param1 = lat
|param1 = lat
|param1text = Mandatory latitude coordinate.
|param1text = Mandatory latitude coordinate.
Line 475: Line 475:
{{Nasal doc
{{Nasal doc
|syntax = geo.tile_index(lat, lon);
|syntax = geo.tile_index(lat, lon);
|text = Returns the current tile's index. Effectively a wrapper for {{func link|tileIndex}}.
|text = Returns the current tile's index. Effectively a wrapper for {{func link|tileIndex()}}.
|param1 = lat
|param1 = lat
|param1text = Mandatory latitude coordinate.
|param1text = Mandatory latitude coordinate.

Navigation menu