Map Embedding
Map Embedding puts a full Mountaya 3D map on your website with a single <iframe> tag. Display collections, routes, itineraries, and drawings — complete with terrain, weather overlays, and user interactivity — without writing any map code.
Example
This iframe is produced by a single line of HTML:
How it works
Mountaya iframes are shaped by three elements:
- Safety rules restrict geographic boundaries, allowed domains, zoom levels, and feature access at the organization level.
- Properties define defaults — like language, map controls, and active content — that can be customized per iframe.
- Branding aligns the iframe with your website's color palette.
Authentication
Every iframe requires a publishable key (publishable_key) to identify your organization. If the require_session_token safety rule is enabled, a session_token must also be provided.
For a step-by-step guide on keys and tokens, see Authentication.
If require_session_token is disabled, you can omit the session_token parameter.
Note on examples