forked from MapComplete/MapComplete
		
	Fix: add extra exif-tag
This commit is contained in:
		
							parent
							
								
									89aa7d6734
								
							
						
					
					
						commit
						09b68633d9
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -246,6 +246,7 @@ export class PanoramaxUploader implements ImageUploader {
 | 
				
			||||||
                tags.DateTime.value[0] ??
 | 
					                tags.DateTime.value[0] ??
 | 
				
			||||||
                tags.DateTimeOriginal.value[0] ??
 | 
					                tags.DateTimeOriginal.value[0] ??
 | 
				
			||||||
                tags.GPSDateStamp ??
 | 
					                tags.GPSDateStamp ??
 | 
				
			||||||
 | 
					                tags.CreateDate ??
 | 
				
			||||||
                tags["Date Created"]
 | 
					                tags["Date Created"]
 | 
				
			||||||
            ).split(" ")
 | 
					            ).split(" ")
 | 
				
			||||||
            const exifDatetime = new Date(date.replaceAll(":", "-") + "T" + time)
 | 
					            const exifDatetime = new Date(date.replaceAll(":", "-") + "T" + time)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue