Skip to content

Commit

Permalink
Remove Here Marker when closing popup
Browse files Browse the repository at this point in the history
Refers to #216
  • Loading branch information
TheGreatRefrigerator committed May 22, 2018
1 parent eee2ab6 commit df5eb3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div ng-attr-class="{{ 'ui message ors-map-message fade white' }}" ng-show="hereShow">
<div class="flright textcenter" data-ng-click="hereShow = !hereShow" ng-style="{'width': 13 + 'px', 'height': 15 + 'px'}">
<div class="flright textcenter" data-ng-click="hereShow = !hereShow; mapModel.geofeatures.layerHereMarkers.clearLayers();" ng-style="{'width': 13 + 'px', 'height': 15 + 'px'}">
<i class="fa fa-close">
</i>
</div>
Expand Down

0 comments on commit df5eb3e

Please sign in to comment.