A container component that maps a UTM reference point to a 3d world space origin. This can be used by sub components to
position themselves by using UTM or Wgs84 coordinates as well as converting between these and 3d space coordinates.
Example
<UtmAreautmZone={utmZone} origin={origin} originUnits={originUnits} offset={offset}> { children } </UtmArea>
Remarks
This component will return the internal CRS instance when passing a ref
A container component that maps a UTM reference point to a 3d world space origin. This can be used by sub components to position themselves by using UTM or Wgs84 coordinates as well as converting between these and 3d space coordinates.
Example
Remarks
This component will return the internal CRS instance when passing a ref
See