Skip to content

Commit

Permalink
[NEXT] potentially fixed the layer assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 2, 2024
1 parent 91eccf6 commit f306cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/app/components/IndoorMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async function initMap(containerId: string) {
const indoorOptions = {
beforeLayerId: "poi_z16",
layers: indoorLayers,
showFeaturesWithEmptyLevel: true,
showFeaturesWithEmptyLevel: false,
} as IndoorMapOptions;
const indoorMap = IndoorMap.fromGeojson(geojson, indoorOptions);
await map.indoor.addMap(indoorMap);
Expand Down

0 comments on commit f306cbc

Please sign in to comment.