Skip to content

Commit 46050ad

Browse files
authored
Merge pull request #137 from heremaps/indoor-update-struct
Updated indoor map demo to load the structure/drawing with string id
2 parents 5d8b3da + 1c96174 commit 46050ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indoor-map/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const indoorMapHrn = 'hrn:here:data::org651595200:indoormap-ed6d5667-cfe0-4748-b
1515
const venueId = '7348';
1616

1717
// The value of the drawing id varies as per the venue being loaded. Replace with appropriate value.
18-
const drawingId = 7880;
18+
const drawingId = 'structure-7880';
1919

2020
// Set to false if base map is not needed to be displayed.
2121
const showBaseMap = true;

0 commit comments

Comments
 (0)