You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tag is rendered correctly according to its geometry coordinates.
Actual behavior
The tag position will be related to the original-image-key and rendered incorrectly.
Additional information
To be able to render tags correctly, one has to use the Mapillary.Viewer.nodechanged event and add the tags related to a certain image key after that event has fired for that particular key.
The text was updated successfully, but these errors were encountered:
oscarlorentzon
changed the title
Not possible to add tags when viewer move promises resolves
Not possible to add tags when viewer move promises resolve
Aug 2, 2018
Basic information
MapillaryJS version:
2.6.0
System/Browser:
All
Steps to Reproduce Behavior
Expected behavior
The tag is rendered correctly according to its geometry coordinates.
Actual behavior
The tag position will be related to the
original-image-key
and rendered incorrectly.Additional information
To be able to render tags correctly, one has to use the
Mapillary.Viewer.nodechanged
event and add the tags related to a certain image key after that event has fired for that particular key.The text was updated successfully, but these errors were encountered: