Parameter Name | Requires | Effect | Syntax |
x | y | Set the x/easting/longitude for the center of the Map. This must be in the projection the map is set in. | https://shared.xmap.cloud?mapid={MAP_ID}&x={EASTING}&y={NORTHING} |
y | x | Set the y/northing/latitude for the center of the Map. This must be in the projection the map is set in. | https://shared.xmap.cloud?mapid={MAP_ID}&x={EASTING}&y={NORTHING} |
| zoom | x,y | Set the zoom level for the map (0-28). NOTE for some customers were the extent is limited already, it's recommended to set zoom > 7 | https://shared.xmap.cloud?mapid={MAP_ID}&x={EASTING}&y={NORTHING}&zoom={ZOOM} |
label | x,y | Add a label to the given coordinates | https://shared.xmap.cloud?mapid={MAP_ID}&x={EASTING}&y={NORTHING}&label={LABEL} |