-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMap.NET.Avalonia markers are not shown #178
Comments
Looks like GMapControl for Avalonia UI never worked properly.
And here is what is expected to be (ItemContainerTheme instead of ItemContainerStyle):
It seems like the ItemsControl (the parent class of GMapControl) behaves differently in comparison to one from WPF and it does not allow to map the data using the provided template. So, the question is how to instruct the control that inherits from Avalonia ItemsControl to display items using the provided custom template? I address the last question to the main Avalonia UI contributors. Maybe they can help us somehow to progress with this issue. |
GMap.NET.Avalonia markers are not shown after adding to Markers collection. Any ideas why?
Example of code:
newpoint - marker coords.
Map - GMap control
Marker is in collection, but not shown =((
And because of use user32.dll for mouse cursor positioning, have to set MouseWheelZoomEnabled to False, or u catch exception under Unix.
The text was updated successfully, but these errors were encountered: