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
42ded4c1b1
chore: automated housekeeping...
2025-04-15 18:18:44 +02:00
9d35c7a3b3
Fix: actually show mapillary-images
2025-04-09 17:09:11 +02:00
b300fffdc5
Chore: housekeeping
2025-02-10 02:04:58 +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
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
6e8d6c7bbe
UX: fix #2275
2024-11-24 23:54:13 +01:00
c0b11a81e9
Fix: fix #2254 ; an image carousel with a different key would not show up due to caching
2024-11-14 18:32:57 +01:00
7b792af261
chore: automated housekeeping...
2024-11-07 11:19:15 +01:00
5b618dc367
UX: add proper delete dialog, add option to report images
2024-11-05 00:18:16 +01:00
40e894df8b
chore: automated housekeeping...
2024-10-19 14:44:55 +02:00
be1e1673d9
UX: make margins in note comment element smaller, add image preview option
2024-10-08 12:41:42 +02:00
4650170db4
Feat: check if the image was blurred, attempt to reload if it is done; refactoring of ImageProvider code
2024-09-28 02:15:11 +02:00
55cfd65f3b
Feature: add support for panoramax picturs for non-default keys (e.g. image:menu)
2024-09-27 03:26:17 +02:00
0bdc1aec61
Feat: Use panoramax to upload to. Will contain bugs
2024-09-26 19:16:47 +02:00
6a0b77eb99
chore: automated housekeeping...
2024-08-09 16:55:08 +02:00
caa2e18a03
Load nearby image and image:* images from server for the nearby images
2024-07-27 12:59:38 +02:00
c08fe03ed0
Chore: formatting
2024-06-16 16:06:26 +02:00
3d4f18ca04
Don't attempt to load 'Category:'-values as images directly
2024-05-28 14:29:02 +02:00
4356af3510
Images: don't attempt to load images from google photo's, it doesn't work anyway
2024-02-21 00:13:11 +01:00
4852888b41
Refactoring: make needed URLs explicit
2023-09-27 22:21:35 +02:00
e75d2789d2
Refactoring: move all code files into a src directory
2023-07-09 13:09:05 +02:00