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

Merge branch '39-visualization-of-two-overlaying-drugs' into 'master'

Resolve "visualization of two overlaying drugs"

Closes #39

See merge request piotr.gawron/minerva!187
parents 4de4e43d c4a29273
No related branches found
No related tags found
1 merge request!187Resolve "visualization of two overlaying drugs"
Pipeline #
......@@ -62,7 +62,7 @@ AbstractMarker.prototype.getIcon = function () {
//if we have many identical icons then return this specific icon
for (var i = 1; i < icons.length; i++) {
if (icons[i] !== result) {
return "marker/generic/search_green.png";
return "marker/multi.png";
}
}
......
web/src/main/webapp/resources/images/marker/multi.png

1.37 KiB

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