This shortcode makes it possible to show ESRI content. The shortcode has two
required attributes:
-
type - the type of ESRI content you want to show, possible values:
- webmap - ESRI webmap
- story - ESRI storymap
- experience - ESRI experience
- id - the id of the webmap/story/experience
There is one optional attribute in combination with the types "story" and "experience":
- openFull - if added, a link is added to view the shortcode content in a new browser tab.
Examples of usage of this shortcode:
[geodienst_esri type="webmap" id="USE YOUR WEBMAP ID"]
[geodienst_esri type="story" id="USE YOUR STORY ID" openFull]
The first shortcode will show your webmap, the second shows a storymap with a link to show the storymap in a new browser tab.