Select to view content in your preferred language

Streaming basemap on intranet

99
1
2 weeks ago
Fishy1996
Emerging Contributor

Hello,

I want to use the ArcGIS SDK for Unreal on the intranet of my company and we have ArcGIS Enterprise to host the maps without the need for Authentication. For the Basemap, what would the URL look like and and where do I fill it in SDK for this to work?

 

0 Kudos
1 Reply
AShahbaz
Esri Contributor

You can use either the portal item link (something like `<portal-url>/item.html?id=<item-id`) or the service url shown on that page. 
If you want to access it without authentication, the item should be shared publicly, which should still be inaccessible from outside/without VPN since you are on an intranet.

You can use the link either through the UI or the API.  With the UI, for example, you can use the "Add New" button at the bottom of the Basemap tab and create a custom basemap with the URL as source.

0 Kudos