Skip to content

Commit

Permalink
Merge pull request #16 from RyanBirtch-aot/marker-image-bug
Browse files Browse the repository at this point in the history
Merge error
  • Loading branch information
abhilash-aot authored Aug 7, 2024
2 parents 876b622 + dac5c6d commit f9a8f66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/src/components/Map/services/MapService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ class MapService {

map.on(L.Draw.Event.DRAWSTART, (e) => {
e.layer.setIcon(this.customMarker);
}
});
map.on('resize', () => {
map.invalidateSize();

});
}
}
Expand Down

0 comments on commit f9a8f66

Please sign in to comment.