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!
Start game without basemap default URL
Start game with default URL
Solved! Go to Solution.
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.
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.
Thanks a lot, guess i'll stick with raster tiles till December. I'm looking forward to your next release!