Commit graph

811 commits

Author SHA1 Message Date
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
8d6f9ea94f Merge branch 'master' of source.mapcomplete.org:mapcomplete/mapcomplete 2025-04-26 22:41:57 +02:00
6c8c4a3cf3 Merge branch 'master' of source.mapcomplete.org:MapComplete/MapComplete 2025-04-26 22:40:55 +02:00
8444cb86bc Performance: specify separate editor layer index 2025-04-26 22:40:37 +02:00
a2bcfead15 chore: automated housekeeping... 2025-04-26 22:06:59 +02:00
4e5f32139e UX(inspector): fix search, show graphs, see #2353 2025-04-25 18:04:25 +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
01034b186e Fix: attempt to fix layers which don't hide 2025-04-23 18:24:53 +02:00
2c8d207866 UX: floor selector: add white background pane 2025-04-23 10:46:33 +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
2ea9236d37 Chore: fix tests, remove obsolete imports 2025-04-22 01:45:34 +02:00
fda0bc6b2e Feature: layer validation system now builds a dependency graph and only updates what is needed, makes "refresh:layeroverview" redundant 2025-04-21 23:53:10 +02:00
5515114be9 Themes(maxspeed): support forward/backward, fix #1127 2025-04-18 00:27:40 +02:00
45435703f9 Chore: improve typings and docs 2025-04-18 00:27:40 +02:00
fffc959c0d Chore: cleanup typings and linting errors 2025-04-18 00:27:40 +02:00
3ae49d99c2 Theme(trees): fix crash on specific trees due to missing "mul"-translation, fix #2380 2025-04-17 00:32:26 +02:00
42ded4c1b1 chore: automated housekeeping... 2025-04-15 18:18:44 +02:00
0fdf9448a9 Fix: fix #2346 2025-04-15 16:39:18 +02:00
c65808bcd2 Fix build 2025-04-10 02:05:12 +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
1505c9e904 Chore: improve docs 2025-04-09 16:03:31 +02:00
9ab53188ec Merge master 2025-04-08 14:55:30 +02:00
440d4fbeb8 Fix: fix some crashes for people who have used dev at the same time and have the new theme-history 2025-04-08 14:51:35 +02:00
03526a8e16
Chore: Remove more GH references (#2374) 2025-04-07 19:10:11 +02:00
aa373ee698 Feature(imagequeue): (hopefully) handle some edge cases correctly 2025-04-07 04:11:16 +02:00
5adf43a335 Themes(onwheels): statistics now don't show too much items, fix #2366 2025-04-07 03:29:27 +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
c1d3f35d30 Feature: stabilize saved history, add code to cleanup old preferences, make loading preferences faster (which prevents a 'hang') when just logged in 2025-04-06 19:17:19 +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
c4f0e18b9e Scripts: add script to fix panoramax-hashes; see #2372 2025-04-06 00:18:25 +02:00
1493c00edf Fix: fix #2372 2025-04-05 22:36:25 +02:00
089017b136 Themes(toilets): improve tagging of wheelchair accessible toilets, various fixes to make this possible 2025-04-05 04:01:19 +02:00
1e84c2cc4d Chore: cleanup obsolete logs 2025-04-05 03:41:27 +02:00