-
Notifications
You must be signed in to change notification settings - Fork 197
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
ESRI i3s layer with API key #2614
Comments
Not sure if we have tested this scenario. @belom88 should know more. Out of interest, how do you typically provide the key? E.g. as a URL query parameter or a request header? We do support both of those scenarios for Google 3D Tiles (which are 3D Tiles based rather than I3S based, but it would make sense to support similar approach for I3S if that is what ArcGIS accepts). |
ESRI provides an API to access the scene layer if the layer is configured in non-public mode. Like Cesium https://developers.arcgis.com/cesiumjs/layers/add-3d-objects/. May I know any similar parameter is given to state the API key?
|
|
#1377 (comment) that worked previously. If it doesn't work now let me know. It could be broken because we don't have test datasets with permanent tokens and rarely test this usecase. |
Currently, we are publishing i3s scene layer in public on ArcGIS online to bypass the API key. If the layer is published in private mode, how do I place the ESRI API key in the code. Thanks.
The text was updated successfully, but these errors were encountered: