Commit graph

849 commits

Author SHA1 Message Date
d1f7ae2462 Refactoring: port 'TagApplyButton' to svelte 2025-06-19 01:51:09 +02:00
2bc2a6cddf chore: refactoring, linting, removing obsolete files 2025-06-18 22:31:50 +02:00
804280511b chore: automatic fix some linting errors, update lint config 2025-06-18 21:52:03 +02:00
04c8ccb0d2 chore: automated housekeeping... 2025-06-18 21:41:03 +02:00
3659276351 Merge master 2025-06-16 20:32:27 +02:00
4fd76cfce7 Fix: stabilize user settings 2025-06-16 20:30:51 +02:00
b4efa38c06 chore: automated housekeeping... 2025-06-16 14:49:05 +02:00
de74a5dc08 Feature(pwa): add protocol handler 2025-06-16 02:33:37 +02:00
1e45c28915 Fix: queue will not attempt to reupload immediately but instead try every 5 minutes, fix #2436 2025-06-14 01:47:15 +02:00
1192434b45 UX: add unlink button, simplify unlink code 2025-06-07 02:52:06 +02:00
45c0f1a8d6 UX: add proper error message when loading an image fails + add detection for strict tracking protection to show an error message for that; fix #2408 2025-06-07 01:56:15 +02:00
6f66556cf3 Fix: fix small crashes 2025-06-06 22:44:34 +02:00
5fa524cc92 Chore: fix test, translation sync 2025-06-06 20:14:57 +02:00
1ddfffcee0 Refactoring: image providers use ID everywhere 2025-06-05 12:21:58 +02:00
b269d210bb Feature: add provider to photosphereview 2025-06-05 11:40:56 +02:00
d2c63853d6 Fix: hotfix: projectiontype might be not defined, this crashes validation 2025-06-04 18:41:25 +02:00
30d00eb06d Chore: housekeeping, linting 2025-06-04 00:21:28 +02:00
b9293dc2c9 UI: don't allow cylindrical images for now, see #2424 2025-06-02 16:08:55 +02:00
10e0262a0d Fix: fix problem of pending preference parts 2025-06-02 00:42:35 +02:00
a90387c4f3 UX: allow to share login tokens via QR-code for educational context 2025-05-29 23:26:59 +02:00
e5be391a00 Add test 2025-05-29 02:19:37 +02:00
85645f3706 Fix(nearby_pictures): add panoramax host 2025-05-27 20:00:57 +02:00
79924acaf0 UX(nearby_features): place nearby panorama markers at nearly the right place 2025-05-27 20:00:57 +02:00
77afd8b426 UX: fix #2416, small code cleanup 2025-05-27 20:00:56 +02:00
a4fe5a11ed UX: increase search radius, see #2417 2025-05-27 20:00:56 +02:00
493b563766 Fix: add comment on duplicate nearby images, make sure they are always deduplicated 2025-05-27 20:00:56 +02:00
913add4295 Fix: fix error reporting 2025-05-12 12:19:14 +02:00
7f5544c1e5 Fix: license info in 'nearby images' now works for mapillary, add bbox search for panoramax 2025-05-12 11:37:26 +02:00
d2134668b1 chore: automated housekeeping... 2025-05-08 11:44:19 +02:00
e33d448055 UX: add progress bar to panoramax upload, fix hanging upload in case of multiple selected images, rm old log statements 2025-05-08 11:28:00 +02:00
767bd18234 Fix: fix tests 2025-05-07 16:49:07 +02:00
221b572a1f UX: add progress bar for uploading images 2025-05-07 16:31:14 +02:00
bb33c43950 Refactoring: reorder parameters in overpass, remove old script 2025-05-07 15:35:35 +02:00
3c7441d93b Fix: uploading a delayed image should now report the correct theme 2025-05-06 02:18:09 +02:00
3f2e48e4aa UX: stepwise search in panoramax: allow wider FOV when nearby 2025-05-06 01:46:06 +02:00
875b3a3ea8 UX: plantnet shows better error message if no plant is detected 2025-05-06 01:45:39 +02:00
6bdda9fb12 Themes(GRB): fix detection of overlapping buildings 2025-05-04 03:56:44 +02:00
915b732204 UX: set wider FOV when searching panoramax 2025-05-04 03:29:15 +02:00
dfbdadc174 chore: automated housekeeping... 2025-05-04 03:01:20 +02:00
156493ef06 UX: attempt to fix #2394 2025-05-04 02:37:57 +02:00
4604fc62e5 Refactoring: rename to avoid shadowing 2025-05-04 02:30:46 +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
cf7e005fd1 Refactoring: split NameSuggestionIndex into parts 2025-04-27 22:54:51 +02:00
555075edfe Performance: prepare dropping the NSI-logos from the repo 2025-04-27 02:57:12 +02:00
164b02c8ff Performance: load less data for branded items, use caching 2025-04-27 02:37:47 +02:00
82c77de2ea Docs: improve docs 2025-04-27 02:00:53 +02:00
b61f930fea Merge master 2025-04-27 00:34:30 +02:00