Good afternoon,
a field from layer stores the apth and file name
MyFile = \\server\folder\finename.tiff
how can I show this file in a web map popup window and make it clickable (hyperlink).
Can it be done with Arccade?
Thanks
Solved! Go to Solution.
You cannot write a valid local link using a web map, you need to serve the files out using a web server as @Laura has mentioned. Any URL that doesn't start with a valid prefix will be scrubbed out by the web map itself.
http, https, tel, and mailto all work. Most everything else will get removed.
For mine I use the text option as a pop up. From there I insert the link and path.
https://your server site (path/attribute column)
this is all accessed through IIS and all of the files are accessible to the GIS server that it reads from.
You cannot write a valid local link using a web map, you need to serve the files out using a web server as @Laura has mentioned. Any URL that doesn't start with a valid prefix will be scrubbed out by the web map itself.
http, https, tel, and mailto all work. Most everything else will get removed.