Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Marker Annotations #10

Open
Friss opened this issue Jul 8, 2014 · 2 comments
Open

Marker Annotations #10

Friss opened this issue Jul 8, 2014 · 2 comments

Comments

@Friss
Copy link
Collaborator

Friss commented Jul 8, 2014

So on my side I have worked out marker annotations that are persistent, clickable, one at a time (you are allowed to select multiple with ctrl+click which I think is a good idea if you wish to track 2+ trains) and follows the marker. Currently it does somewhat overlay the marker in some positions as it pops up either up or down based on how much room is available like so.

image
screenshot 2014-07-07 22 17 57

I think just lowering the opacity of the speech bubble part world work. The way I have this does involve a change of making the current markers into vectors and also changes the code towards reusing the markers it creates which I believe would be a step in the right direction with reducing the load on clients.

I have gotten it working with the current code base (but it currently lacks, updating, 1 at a time and doesn't really tell which market it is about)

screenshot 2014-07-07 22 29 18

Any suggestions?

@abetusk
Copy link
Owner

abetusk commented Jul 8, 2014

One immediate suggestion is to have the base of the bubble be on the right middle of the marker icon. Opacity will help with viewability. I would suggest taking away mouseover popup and making it persistent with a click if that's now the current behavior already.

Create a branch to play around with it and I'll take a look as well.

@Friss
Copy link
Collaborator Author

Friss commented Jul 8, 2014

I'll setup a branch and we can fine tune the result.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants