Skip to content

Commit

Permalink
исправил отображение меток на карте
Browse files Browse the repository at this point in the history
  • Loading branch information
karlbelousov committed May 15, 2024
1 parent 8dcc9bb commit 47ba8ec
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 47ba8ec

Please sign in to comment.