Hi Team,
Hope you're doing well.
First off, I'm really impressed with RadMap, especially its performance when using the virtualized VisualizationLayer with map shapes data. Great work!
I have a question regarding polyline highlighting or selection. We're trying to use polylines to represent electrical lines on the map. These lines can have complex geometries and cover large distances.
We've noticed that when hovering over the map—sometimes even quite far from the visible line itself—these polylines often get highlighted (and selected on click). This behavior can be a bit frustrating for our users.
Is there a way to configure the highlight/selection to only trigger when the cursor is directly over the line itself, rather than the general area it surrounds?
Thanks in advance for your help!
Hope you're doing well.
First off, I'm really impressed with RadMap, especially its performance when using the virtualized VisualizationLayer with map shapes data. Great work!
I have a question regarding polyline highlighting or selection. We're trying to use polylines to represent electrical lines on the map. These lines can have complex geometries and cover large distances.
We've noticed that when hovering over the map—sometimes even quite far from the visible line itself—these polylines often get highlighted (and selected on click). This behavior can be a bit frustrating for our users.
Is there a way to configure the highlight/selection to only trigger when the cursor is directly over the line itself, rather than the general area it surrounds?
Thanks in advance for your help!
Hello Al,
I tested this in a sample project on my end, however, I was unable to reproduce it.
I attached the test application, so, would it be possible to give it a try?
Hey,
That's perfect, thank you! Leaving the Fill as null was the key (for some reason I was stuck on trying to use Transparent). It's working exactly as we needed now.
I really appreciate the help!