Container component which allows sub components positioned relative to a UTM coordinate. Used with the UtmArea component.
UtmArea
<UtmArea utmZone="31N" origin={[474000, 6522000]}> <UtmPosition easing={easting} northing={northing}> { children } </UtmPosition></UtmArea> Copy
<UtmArea utmZone="31N" origin={[474000, 6522000]}> <UtmPosition easing={easting} northing={northing}> { children } </UtmPosition></UtmArea>
Container component which allows sub components positioned relative to a UTM coordinate. Used with the
UtmArea
component.Example
See
UtmArea