WhirlyGlobe
WhirlyGlobe copied to clipboard
[Android] Unable to click on a vector line
I have a vector database with airways (that are lines). And Ive "played" with Vector TestCases on Android. And it has been revealed that setting .selectable to the vector object (to a line) does not have any effect and I did not get any events (userDidTap) for them. Such object are not clickable. Please, fix it. PS: Did not check for polygons. May be the same problem. It is also important for us to get it fixed. Thank you.
Is there any update for this issue? I'm facing the same problem. Thanks!
Still does not seem to be working. The VectorObject-ComponentObject mapping is being added to the component manager, but the linears aren't being added to the selection manager via SelectionManager::addSelectableLinear
. Same on iOS and Android.
I'm not sure of the state of selection on the various platforms. Outside of markers, labels, and areal vectors, of course.