diff --git a/frontend-js/src/main/js/map/marker/AbstractMarker.js b/frontend-js/src/main/js/map/marker/AbstractMarker.js index 8ebae5818ef6d9c198560f781b6e3f1bc1cbd724..f177ae328aeb15ae0d65a71dc08a7cce736fb11a 100644 --- a/frontend-js/src/main/js/map/marker/AbstractMarker.js +++ b/frontend-js/src/main/js/map/marker/AbstractMarker.js @@ -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"; } } diff --git a/web/src/main/webapp/resources/images/marker/multi.png b/web/src/main/webapp/resources/images/marker/multi.png new file mode 100644 index 0000000000000000000000000000000000000000..67e36e6628326f0a30feca9f77b3ba6aceceecc9 Binary files /dev/null and b/web/src/main/webapp/resources/images/marker/multi.png differ