Add circular thumbnail creation for Map view

This commit is contained in:
Cameron
2026-01-26 20:04:14 -05:00
parent 073b5ed418
commit 1d2f4e3441
3 changed files with 89 additions and 1 deletions

View File

@@ -957,7 +957,6 @@ pub async fn get_gps_summary(
_: Claims,
request: HttpRequest,
req: web::Query<FilesRequest>,
state: web::Data<AppState>,
exif_dao: web::Data<Mutex<Box<dyn ExifDao>>>,
) -> Result<HttpResponse, actix_web::Error> {
use crate::data::{GpsPhotoSummary, GpsPhotosResponse};