-
Notifications
You must be signed in to change notification settings - Fork 92
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
Mapillary Integration loads all segmentations without color #1502
Comments
Thanks for reporting @sturksever , I haven't tried this feature out, but I agree it should display the segmentation better. |
Looks like I commented it out a while ago. I'll revisit and find a way to make this code safe to be called async. Rapid/modules/behaviors/SelectBehavior.js Lines 401 to 409 in 695d7f2
|
(closes #1502) This restores the Mapillary segmentation behavior to be similar to before: - all segmentations have a color now (for now mapillary green) - highlighted detection will be in yellow and have a text label - selected detection can arrive in the URL hash - lots of API stuff to know which detections are in which images - try to adjust the map to show both the detection and a best photo
In the url shared in #1502, this photo has a lot of segmentation information, (over 500 objects) but most of it is for object classes that we don't recognize. This commit changes it so that we only keep recognized objects and traffic signs.
In the url shared in #1502, this photo has a lot of segmentation information, (over 500 objects) but most of it is for object classes that we don't recognize. This commit changes it so that we only keep recognized objects and traffic signs.
Description
Mapillary photo overlay renders all segments with no colors when you have turned on the traffic signs layer. It seems like we are just loading all the raw segmentations and rendering them without any color coding. Please see below image on Rapid
Here is a screenshot from iD, when you click on a map feature or traffic sign we show it on the image in MJS.
Screenshots
No response
Version
2.3.2
What browser are you seeing the problem on? What version are you running?
No response
The OS you're using
No response
Steps to reproduce
The browser URL at the time you encountered the bug
https://rapideditor.org/rapid#map=20.12/30.63361/104.07387&background=Bing&datasets=fbRoads,msBuildings&disable_features=boundaries&id=w485149342&photo=mapillary/188334986520037&photo_overlay=mapillary,mapillary-signs
The auto-detected useragent string for your browser (leave blank if you're manually filling this form out)
No response
The text was updated successfully, but these errors were encountered: