From 6f223dc58d2157877f94f57b083579b6ce0f2a86 Mon Sep 17 00:00:00 2001 From: geoffroy-noel-ddh Date: Fri, 29 Nov 2024 14:06:20 +0000 Subject: [PATCH] static: fixed request to single images from the map. --- html/photos/index.html | 1 + html/static/photos/photos_search.js | 156 +--------------------- html/static/photos/photos_search_map.js | 18 ++- html/static/photos/static_api.js | 65 +++++++++ photos/static/photos/photos_search.js | 96 ------------- photos/static/photos/photos_search_map.js | 2 + 6 files changed, 84 insertions(+), 254 deletions(-) create mode 100644 html/static/photos/static_api.js diff --git a/html/photos/index.html b/html/photos/index.html index 6acb6d1..cc363ab 100644 --- a/html/photos/index.html +++ b/html/photos/index.html @@ -452,6 +452,7 @@

{{ photo.attributes.description }}

+