UNISvalbard / Geo-SfM

Other
21 stars 28 forks source link

Show sketchfab models in ArcGIS Pro popup #21

Open PeterBetlem opened 1 year ago

PeterBetlem commented 1 year ago

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

nilrodes commented 1 year ago

Photospheres in ArcGIS Pro: