Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show sketchfab models in ArcGIS Pro popup #21

Open
PeterBetlem opened this issue Feb 23, 2023 · 1 comment
Open

Show sketchfab models in ArcGIS Pro popup #21

PeterBetlem opened this issue Feb 23, 2023 · 1 comment

Comments

@PeterBetlem
Copy link
Contributor

PeterBetlem commented Feb 23, 2023

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
Copy link
Collaborator

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants