You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-05-16 09:21:12 +02:00
updating thumbnail generation
This commit is contained in:
@@ -39,8 +39,8 @@ export interface PositionMetaData {
|
||||
}
|
||||
|
||||
export interface GPSMetadata {
|
||||
latitude?: string;
|
||||
longitude?: string;
|
||||
latitude?: number;
|
||||
longitude?: number;
|
||||
altitude?: string;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user