Skip to content

Commit

Permalink
Merge pull request #235 from Lapkipomoshi/fix-placemark
Browse files Browse the repository at this point in the history
исправил отображение меток на карте при открытии попапа
  • Loading branch information
karlbelousov committed May 15, 2024
2 parents 8dcc9bb + 47ba8ec commit 54b6bf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/MapPage/MapPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ const MapPage = () => {
iconLayout: 'default#image',
iconImageHref: pawIcon,
iconImageSize: [30, 30],
iconImageOffset: [-20, -20],
}}
iconImageOffset: [-15, -15],
hideIconOnBalloonOpen: false,
}}s
/>
);
})}
Expand Down

0 comments on commit 54b6bf6

Please sign in to comment.