Fix cinema icon.
This commit is contained in:
parent
5d8b40a4c2
commit
91aff930d2
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ async function setupMap(): Promise<void> {
|
|||
const icons = new Map<string, L.Icon>();
|
||||
icons.set('bar', new L.Icon({ iconUrl: 'icons/bar.svg' }));
|
||||
icons.set('coffee', new L.Icon({ iconUrl: 'icons/coffee.svg' }));
|
||||
icons.set('cinema', new L.Icon({ iconUrl: 'icons/film.svg' }));
|
||||
icons.set('dining', new L.Icon({ iconUrl: 'icons/dining.svg' }));
|
||||
icons.set('food', new L.Icon({ iconUrl: 'icons/food.svg' }));
|
||||
icons.set('jazz', new L.Icon({ iconUrl: 'icons/saxophone.svg' }));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue