Skip to content
Snippets Groups Projects

Resolve "[MIN-114] Browse comments on the map"

Merged Piotr Gawron requested to merge 68-min-114-browse-comments-on-the-map into development
8 files
+ 26
8
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -26,11 +26,12 @@ export const getCommentFeature = (
{
x: comment.coord.x,
height: 0,
id: `comment_${comment.id}`,
id: comment.id,
width: 0,
y: comment.coord.y,
},
pointToProjection,
type,
);
const style = getPinStyle({
color,
Loading