Select to view content in your preferred language

I couldn't find the way to make basemap work

719
2
Jump to solution
09-22-2022 06:08 AM
NguyenTanSang
New Contributor

I'm working on a project that requires a simple world map and tracking mobile device location to UE5. 
Since the documentation here Basemap layer service | Documentation | ArcGIS Developers provides that I can use other basemap with the URL https://basemaps-api.arcgis.com/arcgis/rest/services/styles/{basemapStyle}?type={type}&token=<ACCESS... . I've change the default URL in ArcGISMapActor>Basemap to something like https://basemaps-api.arcgis.com/arcgis/rest/services/styles/ArcGIS:Nova?type=style&token=<mytoken> but the map doesn't render. I also tried switching the "Basemap Type" between "Image Layer" and "Basemap", change the type parameter in the URL to "webmap" instead of "style" but it still not works.

Did I misunderstood something like the URL does not need parameters, or my free plan does not include other type of base map, or else? Please i need some help! Many thanks!

NguyenTanSang_1-1663851934326.png

NguyenTanSang_2-1663851975454.png Start game without basemap default URL 

NguyenTanSang_3-1663852019593.png Start game with default URL

 

0 Kudos
1 Solution

Accepted Solutions
Matt_Nelson
Esri Alum

That layer is a vector tile service and at the moment we only support raster tiles. Our next release which should come out in December will have that.

View solution in original post

0 Kudos
2 Replies
Matt_Nelson
Esri Alum

That layer is a vector tile service and at the moment we only support raster tiles. Our next release which should come out in December will have that.

0 Kudos
NguyenTanSang
New Contributor

Thanks a lot, guess i'll stick with raster tiles till December. I'm looking forward to your next release!

0 Kudos