Skip to content

Commit

Permalink
load => idle
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 6, 2024
1 parent 1371083 commit d42bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export default {
mapStore.init(this.$refs.map, basemap);
mapStore.map.once('load', async () => {
mapStore.map.once('idle', async () => {
await mapStore.initLayers(basemap);
const iconsets = await window.std('/api/iconset');
Expand Down

0 comments on commit d42bae0

Please sign in to comment.