MarkerEnhancedHyperlink
Description
This component is an advanced feature for the hyperlink on a MapCoordinate or a MapLocationContainer. It allows you to specify the HTTPS port or FOXS port available in the link depending on the environment.
Be careful when using this feature.
All the field are required. Don’t let any field empty or it will breaks the hyperlink.
Implementation
Drag and drop the component in a MapAdress or a MapCoordinates,
Enter the foxs and https port informations.

Properties
Hostname: the hostname refers to a DNS or an IP adress of the hyperlink, localhost by default.
example:MyDomain.com: https://MyDomain.com/ (web result)
192.0.0.0: https://192.0.0.0 (web result)
Foxs port: the foxs port is used to acces to the link in th workbench. Please refer to the foxs port of the station you want to target. It can be find in the Fox Service of the station.
example:4912: local:|foxs:4912|station:|slot:/Drivers/points/BooleanWritable (workbench). 4911 is the default for foxs, so it might not appears in the result.
Https port: the https port is used to access to the link in the web. Please refer to the https port of the station you want to target. It can be find in the Web Service of the station.
example:8443: https://MyDomain:8443/station:|slot:/Drivers/points/BooleanWritable (workbench)
443 is the default port for https, so it might not appears in the result.