Skip to content
Snippets Groups Projects
Commit 8ae136b2 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

inside of the comment icon is clickable in open layers

parent 1303dd90
No related branches found
No related tags found
2 merge requests!35712.0.1 into master,!350Resolve "Comments issues"
Pipeline #
...@@ -2,6 +2,8 @@ package lcsb.mapviewer.services.overlay; ...@@ -2,6 +2,8 @@ package lcsb.mapviewer.services.overlay;
import org.apache.commons.lang3.mutable.MutableInt; import org.apache.commons.lang3.mutable.MutableInt;
import lcsb.mapviewer.common.Configuration;
/** /**
* This class return links to icons used by the client. It might be good idea to * This class return links to icons used by the client. It might be good idea to
* move part of the functionality to client side as server shouldn't decide * move part of the functionality to client side as server shouldn't decide
...@@ -137,6 +139,6 @@ public final class IconManager { ...@@ -137,6 +139,6 @@ public final class IconManager {
* @return path to comment icon * @return path to comment icon
*/ */
public String getCommentIcon() { public String getCommentIcon() {
return "icons/comment.png"; return "icons/comment.png?v="+Configuration.getSystemBuildVersion(null);
} }
} }
web/src/main/webapp/resources/images/icons/comment.png

701 B | W: | H:

web/src/main/webapp/resources/images/icons/comment.png

696 B | W: | H:

web/src/main/webapp/resources/images/icons/comment.png
web/src/main/webapp/resources/images/icons/comment.png
web/src/main/webapp/resources/images/icons/comment.png
web/src/main/webapp/resources/images/icons/comment.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment