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
Right now the map view just draws the flag sprite onscreen wherever the vessel should be and doesnt correct for the origin being in the top left corner, which makes determining position from the map view really confusing with the position appearing to move with changing map zoom. The new way that I was wanting to implement this would be to draw something like this:
Where the dot at the left indicates the exact position of the object, and info about the object is drawn to the right of that on top of a line extending rightwards from the dot. sf::Circle would be a good candidate for the dot
The indicator would preferably only draw the dot when inactive, then extend the info about it when the user mouses over it in map view... we'll see...
The text was updated successfully, but these errors were encountered:
Right now the map view just draws the flag sprite onscreen wherever the vessel should be and doesnt correct for the origin being in the top left corner, which makes determining position from the map view really confusing with the position appearing to move with changing map zoom. The new way that I was wanting to implement this would be to draw something like this:
Where the dot at the left indicates the exact position of the object, and info about the object is drawn to the right of that on top of a line extending rightwards from the dot. sf::Circle would be a good candidate for the dot
The indicator would preferably only draw the dot when inactive, then extend the info about it when the user mouses over it in map view... we'll see...
The text was updated successfully, but these errors were encountered: