Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Jul 31, 2019
1 parent 2fdce22 commit 5cdefe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@
$scope.showLoader = true;
MapService.clearLayer(map, 'landcovermap');
MapService.clearLayer(map, 'probabilitymap');
MapService.clearLayer(map, 'compositemap');
$scope.initMap($scope.sliderYear, 'landcovermap');
$scope.getStats();
$scope.showProbabilityMap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,26 +116,6 @@ <h5><b>Probability Map</b></h5>
</div>
</fieldset>

<fieldset class="row lcp-class-container" id="composite-map-container">
<div class="row">
<div class="col-md-2">
<label class="custom-checkbox-container">
<input type="checkbox" id="composite-map-checkbox" ng-click="toggleCompositeMap()">
<span class="custom-checkbox-checkmark" style="left:0.5em"></span>
</label>
</div>
<div class="col-md-10">
<h5><b>Composite Map</b></h5>
</div>
<div class="col-md-12">
<div class="form-group col-md-12" ng-show="showCompositeOpacityController">
<label for="composite-opacity-slider"><h5>Composite Map Opacity: </h5></label>
<input name="composite-opacity-slider" id="composite-opacity-slider" data-slider-id="composite-opacity-slider" type="text" style="width: 100%;" data-slider-min="0" data-slider-max="1" data-slider-step="0.1" />
</div>
</div>
</div>
</fieldset>

<fieldset class="row lcp-class-container">
<p style="color: black;">Change the assemblage by turning on/off the layers and updating the map!</p>
<button type="button" class="btn btn-primary btn-sm btn-block" ng-click="updateAssemblageProduct()" style="margin-bottom: 10px; font-size: 14px;">
Expand Down

0 comments on commit 5cdefe9

Please sign in to comment.