Skip to content
Snippets Groups Projects
Commit 2f63c2c3 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(map) : Delete png icon

parent 721573ac
No related branches found
No related tags found
2 merge requests!11Recette,!5Map poc
......@@ -23,8 +23,6 @@ describe('MapService', () => {
});
it('should add marker to map with icon ic_marker.png', () => {
const marker = service.createMarker(45.764043, 4.835659, 1);
expect(marker.getIcon().options.iconUrl).toEqual('../../../assets/img/ic_marker.png');
expect(marker.getIcon().options.iconSize).toEqual([35, 41]);
expect(marker.getIcon().options.iconAnchor).toEqual([13, 41]);
});
......
src/assets/img/ic_marker.png

1.24 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment