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