From 727278310238f0b85e8ecf36e9f6cce477cc1e5d Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 19 Jan 2021 20:07:13 +0100 Subject: [PATCH] added further tags; --- .../src/app/component/images/images.component.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/src/app/component/images/images.component.html b/frontend/src/app/component/images/images.component.html index 54fe84e..53e0474 100644 --- a/frontend/src/app/component/images/images.component.html +++ b/frontend/src/app/component/images/images.component.html @@ -59,6 +59,11 @@

filename: {{image.filename}}

latitude: {{image.latitude}}

longitude: {{image.longitude}}

+

place_ident: {{image.place_ident}}

+

seq_id: {{image.seq_id}}

+

frame_num: {{image.frame_num}}

+

seq_num_frames: {{image.seq_num_frames}}

+

device_id: {{image.device_id}}

@@ -113,6 +118,12 @@

tag: {{relImage.tag}}

latitude: {{relImage.latitude}}

longitude: {{relImage.longitude}}

+

datetime: {{relImage.datetime}}

+

place_ident: {{image.place_ident}}

+

seq_id: {{image.seq_id}}

+

frame_num: {{image.frame_num}}

+

seq_num_frames: {{image.seq_num_frames}}

+

device_id: {{image.device_id}}