Ivan Persidskii
Ivan Persidskii
I'm having the similar problem with `classDiagram` which doesn't allow me to use C++ namespaces class names ``` classDiagram class a::A class b::B a::A --|> b::B ```
@ristiisa Thank you for filing this issue, we will look into it. If you need a priority support, please contact our support team https://www.mapbox.com/support
Hi @proggeramlug, thank you for highlighting this. I've created an internal issue to fix it. Can you please specify in which cases you observe `parentViewController` to be nil. I've tried...
@proggeramlug Can I ask you to create a minimal sample where we can debug and reproduce it? This `parentViewController` should find a `UIViewController` eligible for presenting the attribution as long...
@ittna Do you use camera padding? You can try change the `allowOverlap`/`allowOverlapWithPuck`/`ignoreCameraPadding` https://docs.mapbox.com/ios/maps/api/11.2.0/documentation/mapboxmaps/viewannotation that may help to debug the issue.
Hi @JacobVnu, thank you for the report! We don't have hard limits to number of layers, yet having 1000 layers sounds too much for any case. Can you provide little...
@JacobVnu Do I understand correctly, that you generate one layer per annotation? If that's the case, you can significantly improve performance by setting multiple data points to a single layer...
@jhoanarango Thank you for this report. > Did you mean [`.standard`](https://docs.mapbox.com/ios/maps/api/11.2.0-beta.1/documentation/mapboxmaps/mapstyle/standard) here? The standard style uses the Globe projection by default, but the camera framing is known to work buggy...
Hi @maxmiranda, thank you for reporting this! I've tried to build your code from the gist, but didn't manage to reproduce the crash. Is it stable on your end? >...
@akirmse Thank you for reporting the issue, we are working on it.