AW-784 Reapply from Farmmaps commits

- 5d11bfe8: Enable histogram for shape
pull/1/head
Peter Bastiani 2019-12-20 09:36:55 +01:00
parent 7cb129dbc4
commit 15c224ff5d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<option *ngFor="let l of layers;" [value]="l.index">{{l.name}}</option>
</select>
</div>
<fm-map-layer-legend [showTitle]="layers.length==1" [layer]="layers[selectedLayer]" [histogramenabled]="false" histogramunit="ha"></fm-map-layer-legend>
<fm-map-layer-legend [showTitle]="layers.length==1" [layer]="layers[selectedLayer]" [histogramenabled]="true"></fm-map-layer-legend>
</div>
<ul class="p-0 mt-2">
<!--<li><a href="/api/v1/items/{{item.code}}/file" class="mt-1 mr-1" i18n><i class="fa fa-download" aria-hidden="true" title="Download"></i> Download</a></li>-->