You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/engine/Source/Scene/ArcGisMapServerImageryProvider.js
+19-20
Original file line number
Diff line number
Diff line change
@@ -279,31 +279,30 @@ async function requestMetadata(resource, imageryProviderBuilder, provider) {
279
279
*
280
280
* Provides tiled imagery hosted by an ArcGIS MapServer. By default, the server's pre-cached tiles are
281
281
* used, if available.
282
+
*
283
+
* <br/>
284
+
*
285
+
* An {@link https://developers.arcgis.com/documentation/mapping-apis-and-services/security| ArcGIS Access Token } is required to authenticate requests to an ArcGIS Image Tile service.
286
+
* To access secure ArcGIS resources, it's required to create an ArcGIS developer
287
+
* account or an ArcGIS online account, then implement an authentication method to obtain an access token.
0 commit comments