Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.41 KB

File metadata and controls

52 lines (32 loc) · 2.41 KB

description: Mergin Maps webmaps can be shared using a URL link. You can also embed them directly on your website with a simple HTML code for seamless integration.

Sharing and Embedding Webmaps

[[toc]]

::: warning Early access feature Map sharing is in early access. If you would like to try it out, fill in this form to gain access to this feature. :::

The spatial data of your project can be displayed and explored in the Map tab of the project on the . As an early access feature, they can also be shared via URL.

:::tip Usage details Webmaps are available for cloud and users.

Webmaps are not available for . :::

Sharing maps via URL

Webmaps can be shared via URL. Admins or owners can enable map sharing for a project, so that anyone with the link can display and explore your project in a web browser, without the need to log into or making the project public.

  1. Navigate to your project on the .
  2. In the Map tab, click on the Share map button to generate a shareable link
  3. Send the link to anyone to share your project

To see how this works, you can try a link to our sample webmap.

To disable the map sharing, click on the Revoke sharing button.

Sharing maps via URL

::: tip Blog about shared maps You can read about this functionality in our blog post . :::

Embedding webmaps using HTML

Webmaps that are shared can be also embedded on a website using HTML element iframe by using the URL link of the webmap.

For example, this code

<iframe src="https://app.merginmaps.com/maps/grDTleg8yCdSracIxs-hmFIGdDs" height="500" width="700" title="Mergin Maps Webmas Iframe Example"></iframe>

produces this map:

<iframe src="https://app.merginmaps.com/maps/grDTleg8yCdSracIxs-hmFIGdDs" height="500" width="700" title="Mergin Maps Webmas Iframe Example"></iframe>