Select to view content in your preferred language

Add geo tiff to map with the path in attribute table

402
1
10-10-2024 01:36 AM
Labels (1)
Leooo
by
New Contributor

In the old arcmap 10.8, it is simple by using the link function with the HyperLink script in the layer setting.

However, in Arcgis Pro, the HyperLink script function disappeared, the hyperlink only open the tiff in a phtot browser.

In the pop up window, only Arcade script can be used, but I cannot find a function to add raster to map by Arcade.

0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor

You would use arcpy to manipulate the contents of a map, search help for code examples on addDataFromPath().

0 Kudos