Skip to content

Commit 40925de

Browse files
Nicholas  BlackwellNicholas  Blackwell
authored andcommitted
emit correct event for level changed event
1 parent 3ecd398 commit 40925de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map-view-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export abstract class MapViewBase extends View implements MapView {
359359
}
360360

361361
notifyIndoorLevelActivatedEvent(activateLevel: IndoorLevel) {
362-
let args: IndoorLevelActivatedEventData = { eventName: MapViewBase.indoorBuildingFocusedEvent, object: this, activateLevel: activateLevel };
362+
let args: IndoorLevelActivatedEventData = { eventName: MapViewBase.indoorLevelActivatedEvent, object: this, activateLevel: activateLevel };
363363
this.notify(args);
364364
}
365365
}

0 commit comments

Comments
 (0)