Skip to content
Snippets Groups Projects
Commit 3d7743f5 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Changed observation icon to a standard PIN

parent f3840b72
No related branches found
No related tags found
2 merge requests!17Develop,!14Observation
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
......@@ -202,7 +202,7 @@ public class PointOfInterestBean {
.createAndSetIconStyle()
.withScale(0.55)
.createAndSetIcon()
.withHref(iconPath + "anemometer_mono.png");
.withHref(iconPath + "Map_pin_icon_green_small.png");
......
src/main/webapp/public/images/Map_pin_icon_green.svg.png

41 KiB

src/main/webapp/public/images/Map_pin_icon_green_small.png

1.43 KiB

......@@ -714,7 +714,7 @@
</div>
</div>
</div>
<div style="display: none;"><div id="poiMarker" title="Marker"><img src="/public/images/anemometer_mono.png"/></div></div>
<div style="display: none;"><div id="poiMarker" title="Marker"><img src="/public/images/Map_pin_icon_green_small.png"/></div></div>
</div>
</#macro>
<@page_html/>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment