Skip to content

Commit

Permalink
point to new reality data endpoint (#345)
Browse files Browse the repository at this point in the history
* point to new reality data endpoint

* rush change

---------

Co-authored-by: Arun George <[email protected]>
  • Loading branch information
aruniverse and aruniverse authored Jan 13, 2025
1 parent 66dd6b0 commit 36a932e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/viewer-react",
"comment": "iTwin Platform Reality Data has been deprecated; replaced with Reality Management > Reality Data\"",
"type": "patch"
}
],
"packageName": "@itwin/viewer-react"
}
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const getIModelAppOptions = (
const realityDataAccess =
options?.realityDataAccess ??
new RealityDataAccessClient({
baseUrl: `https://${globalThis.IMJS_URL_PREFIX}api.bentley.com/realitydata`,
baseUrl: `https://${globalThis.IMJS_URL_PREFIX}api.bentley.com/reality-management/reality-data`,
});

return {
Expand Down

0 comments on commit 36a932e

Please sign in to comment.