You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
getMapMetric(m_id):
Returns UTM coordinates of a map plus rotation relative to the UTM grid.
(SW=southwest/lower left point, NE=northeast/upper right point)
Usage:
getMapMetric(int map_id) =>[float SW_x, float SW_y, int SW_zone, float NE_x, float
NE_y, int NE_zone, float rotation]
Example:
getMapMetric(12) => [690631.375, 5335887.5, 32, 691356.4375, 5336190.0, 32,
-21.271878999999998]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: