Help Center
-> 
URL Parameters

URL Parameters

You can add URL parameters to an embedded code to change your map:

  • Zoom overrides your zoom default.
  • marker_id centers the map on a specific marker.
  • modal_open can sets a modal to be automatically open (requires a marker_id to be set)

Here are values you can set a URL parameter to:

  • zoom=1|2|3|4|5|6|7|8|9|10|11|13|14|15|16|17|18|19|20
  • modal_open=true|false
  • marker_id=812cd7d1-8086-4d95-af77-65e43eb4ce6c

URL parameters are set on the embed codes src. Here's an example:

<iframe src="https://www.atlistmaps.com/map/a2f9efb0-e969-47b3-b19a-bf577373239b?share=true&zoom=12&modal_open=false" allow="geolocation" width="100%" height="400px" frameborder="0" scrolling="no"></iframe>

How to find a marker_id

To find the marker_id open the marker in the editor and copy the marker_id from the URL:

This is the Marker ID

Was this helpful? Send feedback.