added further tags;
This commit is contained in:
parent
37a9f3adf1
commit
7272783102
@ -59,6 +59,11 @@
|
||||
<p *ngIf="image.filename">filename: {{image.filename}}</p>
|
||||
<p *ngIf="image.latitude">latitude: {{image.latitude}}</p>
|
||||
<p *ngIf="image.longitude">longitude: {{image.longitude}}</p>
|
||||
<p *ngIf="image.place_ident">place_ident: {{image.place_ident}}</p>
|
||||
<p *ngIf="image.seq_id">seq_id: {{image.seq_id}}</p>
|
||||
<p *ngIf="image.frame_num">frame_num: {{image.frame_num}}</p>
|
||||
<p *ngIf="image.seq_num_frames">seq_num_frames: {{image.seq_num_frames}}</p>
|
||||
<p *ngIf="image.device_id">device_id: {{image.device_id}}</p>
|
||||
</div>
|
||||
</mat-grid-tile>
|
||||
</mat-grid-list>
|
||||
@ -113,6 +118,12 @@
|
||||
<p *ngIf="relImage.tag">tag: {{relImage.tag}}</p>
|
||||
<p *ngIf="relImage.latitude">latitude: {{relImage.latitude}}</p>
|
||||
<p *ngIf="relImage.longitude">longitude: {{relImage.longitude}}</p>
|
||||
<p *ngIf="relImage.datetime">datetime: {{relImage.datetime}}</p>
|
||||
<p *ngIf="image.place_ident">place_ident: {{image.place_ident}}</p>
|
||||
<p *ngIf="image.seq_id">seq_id: {{image.seq_id}}</p>
|
||||
<p *ngIf="image.frame_num">frame_num: {{image.frame_num}}</p>
|
||||
<p *ngIf="image.seq_num_frames">seq_num_frames: {{image.seq_num_frames}}</p>
|
||||
<p *ngIf="image.device_id">device_id: {{image.device_id}}</p>
|
||||
</div>
|
||||
</mat-grid-tile>
|
||||
</mat-grid-list>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user