Handling & Customising Link Markers

Handling & Customising Link Markers

This feature was added in 2024.5b - December 2025

Customise how Link Markers are handled

Some experience with JSON is recommended but not required.
If you require any assistance please contact our support team at helpdesk@qedas.com

When a URL or Link Markers is placed on a map it’s default behaviour will vary depending on the use-case.

  1. Accessed via a Kiosk device.
    When a URL Marker is tapped on a physical Kiosk device the URL link will be displayed as a QR Code allowing the user to scan this with their phone to access the link.

    qr-code-pop-up.png
  2. Accessed via a Desktop Browser/Mobile App.
    When a URL Marker is clicked via a users desktop browser the link will automatically open as a new tab.

This is a change to how URL/Link Markers have been handled in the past.

Previously, links would open in a popup overlaid on the Map.
This change has been implemented due to restrictions many websites put in place which stop them from loading when accessed in this way.

How to configure

This feature will work as as described above without any modification needed.
However, to display websites in a pop up overlaying the Map this can be set via the Map Stylesheet.

Navigate to the Stylesheets page, found under the Administration Settings menu.
Find the correct Stylesheet from the list and click Edit.

You must modify the JSON data found above the line /** LINE REQUIRED - CSS BELOW **/.

Here is an example of a customised Stylesheet for the url markers.

{ "url markers": { "default": { "kiosk": { "popup": false, "qrcode": true }, "user": { "open_new_tab": true, "popup": false, "new_tab_button": false } } } }

To make updates to the URL Marker behaviour the section url_markers will need to be added into the stylesheet JSON section. You can take a copy of the above section, which is displaying the default values.

To update the behaviour of the URL Markers when accessed via a physical kiosk device you can edit popup and qrcode values found under kiosk. Setting the popup option to true, and setting the qrcode option to false.

This will now open URL links in the popup window. Please note that not all website will allow this page to load, so it is advised that this is only used for links that are under your control/domain.

To modify how a users desktop experience is handled you can modify the values in the user section.
Setting popup to true and open_new_tab to false will load the URL as a popup overlaying the Map.
Setting the new_tab_button option to true will display a button in the top right of the pop up allowing the user to then open the URL in a new tab manually.


For assistance with this configuration please contact our support team at helpdesk@qedas.com

 

The following macros are not currently supported in the footer:
  • style