diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index 8dfb3cc8..1b1bcf35 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -73,6 +73,10 @@ const addIcon = (icon: string) => { return '' case 'steps': return '' + case 'suitcase': + return '' + case 'offer': + return '' default: return '' } diff --git a/src/assets/css/marker-icons.css b/src/assets/css/marker-icons.css index 4c7ce298..836c1ef0 100644 --- a/src/assets/css/marker-icons.css +++ b/src/assets/css/marker-icons.css @@ -122,4 +122,18 @@ top: -34px; left: 4px; width: 24px; +} + +.suitcase-icon { + position: relative; + top: -34px; + left: 4px; + width: 24px; +} + +.offer-icon { + position: relative; + top: -34.5px; + left: 4px; + width: 24px; } \ No newline at end of file