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
Hi, I have a use case where I have multiple different tour itineraries, which somtimes re-visit the same cities multiple times.
Currently everything works perfectly, but is it possible to show multiple entries for the same coord?
For example, I have the following markers (I am only showing the relevant entries): -
{ name: "3. London - Paris Theatre", coords: [51.48933, -0.14406] },
{ name: "6. London - Imperial College", coords: [51.48933, -0.14406] },
{ name: "12. London - Imperial College", coords: [51.48933, -0.14406] },
In addition I have the following animated lines: -
{ from: "3. London - Paris Theatre", to: "6. London - Imperial College", style: { stroke: '#e68a00', } },
{ from: "6. London - Imperial College", to: "7. London - Imperial College", style: { stroke: '#e68a00', } },
{ from: "12. London - Imperial College", to: "8. Leeds - Town Hall", style: { stroke: '#e68a00', } },
At the moment, when you hover over London, you just see the last entry: -
12. London - Imperial College
I would love to see them listed one after the other when hovering over the single marker: -
3. London - Paris Theatre
6. London - Imperial College
12. London - Imperial College
Is there a way to currently implement this? Or is this something you would consider adding?
Love the project and thank you for all your hard work.
The text was updated successfully, but these errors were encountered:
The-DesertRat
changed the title
Stacked coords noit displaying
Stacked coords not displaying
Jul 1, 2024
Hi, I have a use case where I have multiple different tour itineraries, which somtimes re-visit the same cities multiple times.
Currently everything works perfectly, but is it possible to show multiple entries for the same coord?
For example, I have the following markers (I am only showing the relevant entries): -
{ name: "3. London - Paris Theatre", coords: [51.48933, -0.14406] },
{ name: "6. London - Imperial College", coords: [51.48933, -0.14406] },
{ name: "12. London - Imperial College", coords: [51.48933, -0.14406] },
In addition I have the following animated lines: -
{ from: "3. London - Paris Theatre", to: "6. London - Imperial College", style: { stroke: '#e68a00', } },
{ from: "6. London - Imperial College", to: "7. London - Imperial College", style: { stroke: '#e68a00', } },
{ from: "12. London - Imperial College", to: "8. Leeds - Town Hall", style: { stroke: '#e68a00', } },
At the moment, when you hover over London, you just see the last entry: -
12. London - Imperial College
I would love to see them listed one after the other when hovering over the single marker: -
3. London - Paris Theatre
6. London - Imperial College
12. London - Imperial College
Is there a way to currently implement this? Or is this something you would consider adding?
Love the project and thank you for all your hard work.
The text was updated successfully, but these errors were encountered: