Add 'Reconstruction' image type
This commit is contained in:
parent
72af052651
commit
42e32952d6
@ -7,4 +7,5 @@ enum ImageType: string
|
|||||||
case Photo = 'foto';
|
case Photo = 'foto';
|
||||||
case Survey = 'rilievo';
|
case Survey = 'rilievo';
|
||||||
case Video = 'video';
|
case Video = 'video';
|
||||||
|
case Reconstruction = '3d';
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user