Closed ivensgoncalves closed 1 year ago
It is possible to apply a filter to ensure that only navigation arrows to certain image types are visible.
Check out the filtering guide and the camera types.
Specifically, use the following:
viewer.setFilter(['==', 'cameraType', 'spherical']);
@oscarlorentzon Thank you!
Sorry I've missed that from the documentation.
Basic information
MapillaryJS version:
4.1.1
Question
I have configured the mapillary viewer instance to only start with
equirectangular
images. But as user starts navigating the mapillary map, he/she might land in aperspective
image at some point. Is there any option to "hide" directions arrows heading toperspective
images? Or would I need to add a new type of freer camera control?Thanks in advance.