Commit Graph

707 Commits

Author SHA1 Message Date
Kyℓe Hensel add513f39e fix confusing behaviour after logging out in the standalone build of iD (#10683)
when user logs out of osm.org via the logout button: the popup continues to the login screen, which if completed now logs the user back into iD with the new credentials
2025-01-22 17:25:56 +01:00
Chaitanya Kadu 25421ba31f remove unused import utilArrayUnion from kartaview.js (#10668) 2025-01-10 16:16:24 +01:00
Martin Raifer f38bc5fc78 harmonize how Kartaview layer is highlighting marker on hover, fixes #10531
also closes #10565
2024-12-04 10:31:04 +01:00
Dimitar b3579d6c7c Preserve 'opening_hours' when matching with NSI
re: https://github.com/osmlab/name-suggestion-index/issues/10170#issuecomment-2508129832
re: https://github.com/facebook/Rapid/commit/b1f2c3f4d059663345f3d06d88aeca8139656eb0

These are tags that we want to leave alone (i.e. not offer an "upgrade")
if they already have a value. We assume the mapper knows best.
2024-11-29 20:28:31 +02:00
Kyle Hensel 7afecd39ec minor tweaks to make some tests pass 2024-09-03 19:23:21 +10:00
Martin Raifer b0e47ca93c make sure viewer is visible before selecting photo
otherwise the newly selected photo is not displayed correctly when switching between regular and 360 photos

see #10362
2024-08-08 14:55:46 +02:00
Martin Raifer 9e239df569 fix intermittent issues with Bing Streetside API
sometimes the API returns data in a format not matching the documented format (see https://learn.microsoft.com/en-us/bingmaps/articles/getting-streetside-tiles-from-imagery-metadata).

see https://github.com/openstreetmap/iD/issues/10341#issuecomment-2275724738

closes #10341
2024-08-08 14:44:50 +02:00
Martin Raifer f570d9bfa3 increase max zoom for panellum viewer, closes #10391 2024-08-08 13:07:35 +02:00
Martin Raifer a8e438c58d sort markers by date (newest on top) 2024-08-07 10:00:59 +02:00
Martin Raifer 136308821a make sure the active image is rendered above other photo markers 2024-08-07 09:54:54 +02:00
Martin Raifer 7e111944db try to equally space to be rendered markers in mid zoom levels
closes #10378
2024-08-07 09:30:46 +02:00
Mattia Pezzotti 309735c25e Fix panoramax blur when switching imagery (#10385)
fixes #10362
2024-08-07 09:03:20 +02:00
Mattia Pezzotti ebb68d610e Fix panoramax non existing inaccurate sequence (#10375)
fixes #10365
2024-08-03 21:08:57 +02:00
Mattia Pezzotti dd7de08a35 Fix panoramax highlight selected sequence (#10374)
closes #10366
2024-08-03 21:03:58 +02:00
Mattia Pezzotti e9095eb1bf Fix panoramax errors when image not in cache (#10376) 2024-08-03 20:45:38 +02:00
Martin Raifer 0ea3afa9f7 make sure map is not panned on arrow key input on 360° photo viewer
if the pannellum viewer is active, the arrow keys should rotate the view, and not also pan the map.

fixes #10360
2024-07-31 18:09:06 +02:00
Martin Raifer b4eaeb3088 lint: remove unused code, code style and early update cached username 2024-07-29 16:29:39 +02:00
Martin Raifer f25e94c71b update username filter on input change; fix multiple names/ids
in panoramax a username can resolve to multiple ids (when the same name is used on multiple servers).
further, the username filter input field can contain more than one username
2024-07-29 16:15:34 +02:00
Martin Raifer df3b5a4440 make "captured by …" translatable; single line if possible 2024-07-29 15:36:59 +02:00
Martin Raifer b492627689 switch link to panoramax.xyz viewer 2024-07-29 15:36:26 +02:00
Martin Raifer 9407f309a7 Merge branch 'develop' into panoramax 2024-07-29 15:13:38 +02:00
Martin Raifer 984f25adbb Merge pull request #10046 from laigyu/add-button-to-mapillary
Add a button in the mapillary image photo viewer to "add the current image id as field to feature"
2024-07-16 22:14:21 +02:00
Martin Raifer 175eea340b Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/mapbox/vector-tile-2.0.2' into develop 2024-07-16 16:53:25 +02:00
Mattia Pezzotti fe772db1ce Update panoramax.js
Fixing a bug with heading
2024-07-13 13:04:48 +02:00
Martin Raifer e195947509 Merge branch 'develop' into panoramax 2024-07-12 18:22:53 +02:00
Martin Raifer a166210f34 Merge remote-tracking branch 'arch0345/improveosm' into develop 2024-07-12 12:54:16 +02:00
mattiapezzotti a9d8da10d1 prepared for pr 2024-07-12 00:01:05 +02:00
mattiapezzotti ace965c2bb new endpoint! 2024-07-10 10:55:38 +02:00
Mattia Pezzotti 20e6473842 Merge branch 'openstreetmap:develop' into panoramax 2024-07-10 10:37:15 +02:00
mattiapezzotti 91281df1df the slider works now. 2024-07-10 10:35:32 +02:00
arch0345 14794ee992 Remove references to ImproveOSM 2024-07-08 17:15:38 -07:00
mattiapezzotti b1f787c94d fixed typos and syntax errors 2024-07-06 13:38:29 +02:00
Martin Raifer b2b3009a64 .env oauth2 config: drop client secret; use URL if API_URL is empty 2024-07-05 16:15:47 +02:00
mattiapezzotti 6d1a6c29a2 Merge branch 'panoramax' of github.com:mattiapezzotti/iD into panoramax 2024-06-28 17:55:18 +02:00
mattiapezzotti bdcebcab33 date slider filter (kinda finished just buggy label) 2024-06-28 17:54:37 +02:00
Martin Raifer 21d99715a7 fix zoom/pan glitch on plane photos
When changing to a different photo, it can be the case that the new photo has a different aspect ratio: the zoom behaviour needs to be updated.

Also, keeping the "orientation" does not make sense for plane photos, and even keeping the previously shown photo's zoom is also not typically desired for these.
2024-06-26 13:12:26 +02:00
Mattia Pezzotti 6c74588ed8 added username filter 2024-06-23 16:18:18 +02:00
mattiapezzotti 44baa63ed5 username filter wip 2024-06-23 14:05:06 +02:00
mattiapezzotti 8b68f07799 added a way to show only sequences on low level zoom 2024-06-22 10:11:44 +02:00
Mattia Pezzotti e7daa508e8 refactored how panoramax shows frames 2024-06-18 13:09:28 +02:00
mattiapezzotti 6467e9efe3 added draw sequences lines on lower zoom levels 2024-06-13 17:02:57 +02:00
mattiapezzotti 15b1f6111e added date and photo type filter 2024-06-13 00:55:21 +02:00
mattiapezzotti 3ac7151896 added viewfield heading 2024-06-11 00:24:19 +02:00
mattiapezzotti 2cdf24e804 360 photos now keep heading between sequences, added hd checkbox 2024-06-08 17:50:24 +02:00
Mattia Pezzotti 9e800af60a hd work wip 2024-06-05 23:44:56 +02:00
mattiapezzotti 25888c52ab added report button 2024-06-05 20:43:42 +02:00
mattiapezzotti 53ed8f3e52 added 360 photos 2024-06-04 14:14:01 +02:00
mattiapezzotti 3a3b9bc4ff move beetween pictures in sequence 2024-06-04 03:14:17 +02:00
mattiapezzotti 70c5624d80 changed API images endpoint to be able to move in sequence (wip) 2024-06-03 22:46:36 +02:00
mattiapezzotti 9ac1dca235 wip, nothing to see here 2024-06-03 17:20:58 +02:00