Add layer values
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			This commit is contained in:
		| @@ -0,0 +1,18 @@ | ||||
| <div #layerValues class="layer-values"> | ||||
|    <div class="cross"  *ngIf="enabled$ | async"> | ||||
|        <div class="pointer"></div> | ||||
|        <div class="values-container border border-dark rounded p-2" *ngIf="(layerValues$ | async ) as layers"> | ||||
|            <div class="lonlat pb-2 "><span class="font-weight-bold">{{lonlat$}}</span><i class="ml-2 fal fa-copy" (click)="copyToClipboard()"></i> </div> | ||||
|            <ul class="value-list p-0 mb-0" *ngIf="layers.length>0 ;else no_data"> | ||||
|                <li class="border-top pt-1 pb-1 value" *ngFor="let layerValue of layers"> | ||||
|                    <div>{{layerValue.layerName}}</div> | ||||
|                    <div>{{layerValue.date|date}}</div> | ||||
|                    <div><span>{{layerValue.quantity}}</span> <span>{{layerValue.value}}</span><span>{{layerValue.unit}}</span></div> | ||||
|                </li> | ||||
|            </ul> | ||||
|            <ng-template #no_data> | ||||
|                <div i18n class="border-top pt-1 pb-1">No data at location</div> | ||||
|            </ng-template> | ||||
|        </div> | ||||
|    </div> | ||||
| </div>> | ||||
		Reference in New Issue
	
	Block a user