Skip to content

Commit 75a9bb6

Browse files
changelog
1 parent 7028c55 commit 75a9bb6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

apps/test-viewer/src/components/Viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function ViewerWithOptions() {
6161
authClient={authClient}
6262
enablePerformanceMonitors={false}
6363
onIModelAppInit={onIModelAppInit}
64-
// Only set providers after IModelAppInit, otherwise map-layers stuff will fail to initialize
64+
// Only set providers once IModelAppInit has fired, otherwise map-layers objects will fail to initialize
6565
uiProviders={uiConfig ? [...uiConfig.uiItemsProviders, statusBarActionsProvider] : []}
6666
defaultUiConfig={{
6767
hideNavigationAid: true,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Provide a method to generate default Google maps base layers (aerial, hybrid, streets). Also configured test viewer to show Google Maps as the default imagery provider.",
4+
"packageName": "@itwin/map-layers",
5+
"email": "mdastous-bentley@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)