3c7441d93b
Fix: uploading a delayed image should now report the correct theme
2025-05-06 02:18:09 +02:00
511d20eb34
chore: automated housekeeping...
2025-05-03 23:50:24 +02:00
ilja space
df40dc1ba7
Make estimateNumberOfImages work for non-string values
...
Images didn't load. When getting to `v.startsWith(prefix)`, this would fail when `v` isn't a string.
For example for node <http://127.0.0.1:1234/theme.html?layout=artwork&z=18.3&lat=51.14639600620251&lon=3.112295470573372#node/12800197366 >
we can see that the tags include `changeset: 165629229, uid: 14124839, version: 2`...
There was already a check to see if there is a value (or was it meant as a check for empty string?),
now we also check more specifically if this value is a string.
Maybe `if (typeof(v) !== 'string')` would also work (without `!v || `),
but then it won't match on empty string any more, and I don't know if that was the goal or not.
2025-05-03 10:26:06 +02:00
4f419b9321
Fix: don't hint on images if they are blacklisted
2025-04-28 01:05:44 +02:00
518a426805
Fix: canonicalize wikimedia links, see #2367 , fix attribution
2025-04-28 00:53:23 +02:00
918225409a
Merge branch 'master' into develop
2025-04-23 21:43:42 +02:00
a8707243cf
Fix: actually upload images to notes
2025-04-23 21:43:10 +02:00
3e5b1444cc
Feature: add link to the original provider, see #2387
2025-04-23 21:35:43 +02:00
549129671a
Performance: cache panoramax requests more aggressively; reuse license information that comes from the search-api; lower picture limit; should relieve #2384 greatly
2025-04-22 02:53:31 +02:00
42ded4c1b1
chore: automated housekeeping...
2025-04-15 18:18:44 +02:00
e81b0d10ea
Feature(360): actually show spheres when it is already linked
2025-04-09 23:30:39 +02:00
3e4708b0b9
merge develop
2025-04-09 17:18:30 +02:00
fa5df1f0f7
Chore: cleanup import
2025-04-09 17:12:22 +02:00
01f1fbf89a
Chore: improve typing
2025-04-09 17:11:32 +02:00
9d35c7a3b3
Fix: actually show mapillary-images
2025-04-09 17:09:11 +02:00
aa373ee698
Feature(imagequeue): (hopefully) handle some edge cases correctly
2025-04-07 04:11:16 +02:00
3d3a72a70a
Feature: image upload now uses the indexedDB-backed queue (formerly known as EmergencyBackup), rework (and simplify) counter logic ( fix #2186 ; fix #1942 ; helps #2022 )
2025-04-07 02:53:21 +02:00
9f3d198068
Feature: add emergency image backup. If uploading images fails, they are saved into local storage and uploaded later on. Part of #2111 , but also #2342
2025-04-06 15:38:03 +02:00
1493c00edf
Fix: fix #2372
2025-04-05 22:36:25 +02:00
558b19f8d7
Feature(360): attempt to fix CSP
2025-03-30 19:38:36 +02:00
01ba98a820
Feature: first working version of inspecting 360° images
2025-03-30 03:10:29 +02:00
09b68633d9
Fix: add extra exif-tag
2025-02-27 18:02:41 +01:00
b300fffdc5
Chore: housekeeping
2025-02-10 02:04:58 +01:00
aead4c4809
Fix: fix link in attributed images, as reported by Luna
2025-02-07 23:37:36 +01:00
52d4adee84
Fix: fix MapComplete/MapComplete#2307
2025-02-04 01:02:57 +01:00
c939d8ea8e
Merge master
2025-01-28 16:37:41 +01:00
0ad881316b
chore: automated housekeeping...
2025-01-28 16:34:50 +01:00
87ab165e58
Fix: actually don't show grey loading placeholder for wikidata/wikipedia, add tests
2025-01-26 03:32:03 +01:00
59dc9012c0
UX: don't show the gray 'image loading' for wikimedia; assume there is none
2025-01-26 01:42:41 +01:00
6c0d54d769
Fix: fix wikimedia attribution, fix #2332
2025-01-25 02:06:29 +01:00
392e96e4f5
Fix: tests
2025-01-17 16:47:56 +01:00
32993df92a
UX: show loading icon if images are being loaded
2025-01-17 16:01:40 +01:00
e69a08baa1
Refactoring: rename method
2025-01-17 14:25:48 +01:00
5284d94427
Fix: various small fixes
2024-12-26 23:19:47 +01:00
39a98ed4a1
chore: automated housekeeping...
2024-12-17 04:23:24 +01:00
22c348af27
Fix: fix possible failing upload (error report postmortem)
2024-12-13 13:51:15 +01:00
bb6b053429
chore: automated housekeeping...
2024-12-11 02:49:44 +01:00
73f0ffff5d
Fix: fix #2306 by using a cutof of 150m
2024-12-10 02:45:30 +01:00
0a001d3c7d
Fix: fix #2304
2024-12-10 02:38:00 +01:00
93bbd5d0b8
Merge branch 'master' into develop
2024-12-09 20:08:03 +01:00
c002d66329
Docs: improve error message if something goes wrong in the image upload
2024-12-06 01:20:41 +01:00
a6c752037b
Merge feature branch
2024-12-04 18:49:18 +01:00
a87e9e2e98
Fix: attempt to add more EXIF-fields, see #2296
2024-12-02 14:01:08 +01:00
951bd3c0ae
More work on inspector
2024-12-01 01:39:13 +01:00
00151afdea
chore: automated housekeeping...
2024-11-28 12:02:27 +01:00
6900dedd3e
Experiment: more finetuning of the filepickers, see #2202
2024-11-25 18:00:30 +01:00
a94a7ecd71
Fix: attempt to fix image upload on stripped coordinates, see #2202
2024-11-25 11:13:13 +01:00
1d87151228
Merge master
2024-11-24 23:55:58 +01:00
6e8d6c7bbe
UX: fix #2275
2024-11-24 23:54:13 +01:00
5836e43bc3
Debugging: add test view
2024-11-24 23:19:17 +01:00