Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Nov 5, 2023
1 parent e0d3c5a commit 05149a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/components/map/LayerControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export default {
const overlayGroup = map.getLayers().getArray().find((l) => l.get('id') === 'overlayGroup');
overlayGroup.getLayers().push(layer);
});
map.dispatchEvent({ type: 'moveend' });
},
methods: {
},
Expand All @@ -101,7 +100,6 @@ export default {
const layer = overlayGroup.getLayers().getArray().find((l) => l.get('name') === config.name);
overlayGroup.getLayers().remove(layer);
});
},
};
</script>
Expand Down

0 comments on commit 05149a7

Please sign in to comment.