UNISvalbard/Geo-SfM

Show sketchfab models in ArcGIS Pro popup

PeterBetlem opened this issue · 1 comments

ArcGIS Pro:

Right click dom layer in map panel.

configure popups
click Text icon

enable HTML
Paste text below into new text layer

<div class="sketchfab-embed-wrapper"> <iframe src="https://sketchfab.com/models/{publ_sketchfab_id}/embed"> </iframe> </div>

Remove other pop-up fields

QGIS:
Right click dom layer in layers panel

configure properties
Display
HTML map tip:

<div class="sketchfab-embed-wrapper"> <iframe src='https://sketchfab.com/models/[% "publ_sketchfab_id" %]/embed'> </iframe> </div>

View menu item > Show Map Tools

Photospheres in ArcGIS Pro:

<iframe width="600" height="400" style="border-style:none;" src="https://cdn.pannellum.org/2.5/pannellum.htm#panorama={api_link}"></iframe>