From 3933086c4991a3e07a60c2643febf9def50c9cba Mon Sep 17 00:00:00 2001 From: maqor <quantum@cert.ccc.de> Date: Sun, 26 Dec 2021 00:11:27 +0100 Subject: [PATCH] Added section about embedding website inline in maps --- docs/maps.en.md | 11 +++++++++++ docs/maps.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/maps.en.md b/docs/maps.en.md index 65a3ddc..281209e 100644 --- a/docs/maps.en.md +++ b/docs/maps.en.md @@ -274,6 +274,17 @@ Also note that websites which are outside of rC3 will be automatically prefixed with a dereferrer, which will alert visitors that they are now "leaving the event area". +#### Embed website "as map" +Web pages can also be included inline in maps, which means that they are displayed on the map. + +To do this, create a layer of type `Object Layer` and assign it +the custom property `url` (type string). +Its value is then the URL of the web page to be included, that is to be included. +On this layer you create a rectangular area in which the area, +in which the web page will be displayed. + +Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md). + ### Embedding Jitsi You can embed Jitsi rooms in the same way. Simply set the custom property `jitsiRoom` (type string) and assign it the name of your Jitsi room as its value. diff --git a/docs/maps.md b/docs/maps.md index 3ca2dd9..ddeeb46 100644 --- a/docs/maps.md +++ b/docs/maps.md @@ -294,6 +294,17 @@ Beachtet außerdem, dass Webseiten außerhalb der rC3 auf der rc3.world automati ein Dereferrer vorgehängt wird, der Besucher\*innen darauf hinweist, dass sie jetzt "das Gelände verlassen". +#### Webseite "als Karte" einbinden +Webseiten können auch inline in Karten eingebunden werden, dadurch werdensie dann +auf der Map dargestellt. + +Dazu legt ihr einen Layer vom Typ `Object Layer`(Objektebene) an und weist diesem +das Custom Property `url` (Typ String) zu. Dessen Wert ist dann die URL der Webseite, +die eingebunden werden soll. Auf diesem Layer erstellt ihr dann einen rechteckigen +Bereich, in welchem dann die Webseite angezeigt wird. + +Weitere Informationen findet ihr im offiziellen [HowTo von WorkAdventure](https://workadventu.re/map-building/website-in-map.md). + ### Jitsi einbinden Auf dieselbe Art könnt ihr auch Jitsi-Räume in eure Karte einbinden. Setzt dazu einfach die custom property `jitsiRoom` (Type String) und gebt ihr als Wert den -- GitLab