Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streetview Imagery bug bash #1526

Merged
merged 43 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
27ed560
Correctly sync the 'drawing' and 'active' pseudo classes
bhousel Aug 7, 2024
00f2f71
Improve style dirty when waiting for a marker texture to be ready
bhousel Aug 7, 2024
22e7ec4
Keep dispatching viewerchange events for a few more seconds
bhousel Aug 7, 2024
1f891a0
Don't selectPhoto(null) when clicking on nothing
bhousel Aug 7, 2024
0961854
Properly unclass all old selected photo when selecting a new photo
bhousel Aug 7, 2024
56d5cc1
Code cleanup and remove Mapillary Viewer fallback mode
bhousel Aug 7, 2024
244b107
Variable naming and pacify eslint warnings
bhousel Aug 7, 2024
50ef515
Various fixes to get KartaView images loading again
bhousel Aug 8, 2024
288a586
Set isPano on 360deg imagery from KartaView
bhousel Aug 9, 2024
70d33b2
WIP on getting the zoom/fov working for all imagery layers
bhousel Aug 9, 2024
74fee49
Use default link styling in the photo viewers
bhousel Aug 12, 2024
1a9a76b
Remove dead code
bhousel Aug 12, 2024
6c67924
Document the pseudo classes better, avoid hover flashing when drawing
bhousel Aug 12, 2024
e687573
Switch from using 'active' class to new 'selectphoto' class
bhousel Aug 12, 2024
ee79cdb
This makes the Mapillary and Streetside code more similar
bhousel Aug 12, 2024
493815d
Restore the Mapillary sequence lines
bhousel Aug 12, 2024
6d7028b
Always show the selected photo viewcone, even if it is filtered
bhousel Aug 13, 2024
973feed
Fix for Mapillary Street Signs not appearing
bhousel Aug 13, 2024
ab51bc4
Use consistent textureID when working with the text texture atlas
bhousel Aug 13, 2024
cde9251
Stop hardcoding the pseudoclasses, cleanup
bhousel Aug 14, 2024
28f7816
Support selecting a detection in the URL hash
bhousel Aug 15, 2024
f40f5ef
WIP on selecting detections
bhousel Aug 15, 2024
312f30e
Don't bake 0.75 alpha into the viewfield textures
bhousel Aug 16, 2024
4c94427
Fix the centerEase behavior mentioned in f40f5ef7e6
bhousel Aug 16, 2024
7357a58
Make the Mapillary detections actually selectable
bhousel Aug 16, 2024
4af8069
Update the `_preventCoincident` functions, use 'rbush' consistently
bhousel Aug 17, 2024
b7ce359
Show placeholder icon for detection where we don't have an icon.
bhousel Aug 18, 2024
cc99645
This improves the photoviewer layout and resizing
bhousel Aug 21, 2024
894ecc9
Convert uiPhotoViewer to a class component
bhousel Aug 22, 2024
62fbdae
Various cleanups, see detail
bhousel Aug 22, 2024
5bc30ad
Add High Resolution checkbox for KartaView
bhousel Aug 22, 2024
aa270c5
Fix different ordering for selecting image, fixes footer display
bhousel Aug 23, 2024
34b4012
Map Mapillary Detections to PresetIDs , switch to preset icons
bhousel Aug 23, 2024
5cf391c
Select modes are now responsible for setting select class
bhousel Aug 25, 2024
5a63652
Restore image segmentations colors
bhousel Aug 27, 2024
ff26a08
Switch from original to computed geometries
bhousel Aug 27, 2024
8db15bd
Update tests
bhousel Aug 27, 2024
600daaa
Improve select/deselect of photos and detections
bhousel Aug 27, 2024
51b7cd3
Ignore 'CancelMapillaryError'
bhousel Aug 27, 2024
d357c85
Change the "driveway" Mapillary detection preset to fix missing icon
bhousel Aug 27, 2024
88bb93c
Only keep segmentations for recognized objects and signs
bhousel Aug 28, 2024
6d07115
Lighten the segmentation opacity
bhousel Aug 28, 2024
3c6f989
Switch `loadedNotes` test to listen for the event rather than using s…
bhousel Aug 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ of Rapid (e.g. `https://mapwith.ai/rapid`), the following parameters are availab
_Example:_ `offset=-10,5`
* __`photo_overlay`__ - The street-level photo overlay layers to enable.<br/>
_Example:_ `photo_overlay=streetside,mapillary,kartaview`<br/>
_Available values:_ `streetside` (Microsoft Bing), `mapillary`, `mapillary-signs`, `mapillary-map-features`, `kartaview`
_Available values:_ `streetside` (Microsoft Bing), `mapillary`, `mapillary-signs`, `mapillary-detections`, `kartaview`
* __`photo_dates`__ - The range of capture dates by which to filter street-level photos. Dates are given in YYYY-MM-DD format and separated by `_`. One-sided ranges are supported.<br/>
_Example:_ `photo_dates=2019-01-01_2020-12-31`, `photo_dates=2019-01-01_`, `photo_dates=_2020-12-31`<br/>
* __`photo_username`__ - The Mapillary or KartaView username by which to filter street-level photos. Multiple comma-separated usernames are supported.<br/>
Expand Down
Loading