URL Parameters for Public Maps

URL Parameters for Public Maps

Overview

Public Maps can be configured to start in a particular location, or have a label added to the map.

Configurations

Below are all the configurations supported. The 'requires' column shows which additional parameters are also required when using a given parameter. The URL can be used to display a full screen web page, or embeddable map if used within an iFrame. 

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}
zoomx,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}