Closed misaugstad closed 3 months ago
I forgot to mention that we want to get the label_id
from labels that you find through Gallery. You can find it by using the Chrome dev tools, using the "select an element" tool, and selecting the smaller GSV image. The label_id
is in the ID for the HTML element, as seen below.
@hawksFTW also for any picture you include, please include which city you got it from!
@kevinjtwu I just shared the slideshow with you: https://docs.google.com/presentation/d/185zU4H_ykC7vJlDPi5yCmYvsDqKZHi09X7fAgAhzKsA/edit#slide=id.g1457e913458_0_145
Sorry it took me so long to get back to this, and we really appreciate your help on this one!!
In the slide deck, you'll find a bunch of images that were collected for each tag (often using our Gallery tool). In the speaker notes, I gave feedback on the images. For some of the tags, I honed in on a single image that I thought was a good candidate.
Here's what needs to happen:
svl.map.setPano('<pano-id>');
(hopefully the imagery is still available)svl.panorama.set('linksControl',false);
) and road names (svl.panorama.set('showRoadLabels',false);
)I would strongly suggest that you start by picking one of the images that looks pretty simple, and go through the entire process for that one image. You might be surprised at how difficult it is to get the right zoom/framing of the example so that it looks okay within the tooltip. Once you think you have something good, commit it and send me the branch name so that I can test it out!
I would start out by just going through this process for tags where we already found good images to crop, they just need the cropping. If you aren't exhausted by the end of that process, then we would of course welcome you to search for some images for the other tags that are still missing pics! Just don't let perfect be the enemy of the good: having some more pics will be better than having no more!
Let me know if you have questions on anything else here, I wrote it in haste :)
Brief description of problem/feature
On the Explore page, when placing a label, the context menu shows a tooltip over each tag with an example image. We don't have these tooltips for the new tags that we've added over the past few months, and getting example images for these is super important!
Here's the list of tags that need example images
Please record all your screenshots in this slide deck!
Before going around to audit, please
While auditing, when you come across a good example for one of these things, open the browser console and
svl.map.getPanoId();
in the speaker notes section of the slide deck; this allows us to go back and take another screenshot from a different angle later if we needsvl.taskContainer.getCurrentTask().getStreetEdgeId();
to the speaker notes section of the slide deck as wellsvl.panorama.set('linksControl',false);
and then put them back after by setting to truesvl.panorama.set('showRoadLabels',false);
When using Gallery to find example images,
And if you find any good examples for other tags where you think that you could take a better pic than what we currently have, that would be super helpful as well! Both because we don't necessarily have the best example images yet, and the ones we have are using our old icon design, so it would look better redone anyway ;)