-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clustering empty #1
Comments
Ok, I got your project working, had to convert to Swift 3 and hack swiftyjson to get past a bug. Anyway, when you click on Clustering the first time, nothing happens. I waited 30 seconds or so. I go back to the main table view and click on Clustering again, it works almost instantly! Is this a Mapbox Bug? |
Hi @nitrag First, it wasn't necessary to convert SwiftyJSON to Swift 3 by hand. If your CocoaPods version isn't >= 1.1.0 (you can check this with Second, I was not able to reproduce your problem. To answer your question: No, there has nothing to be done outside of the file. On what iPhone with which iOS version are you running the examples? What about the other examples, do they work properly? |
Okay, I just tried to do a
So it's still required to have a CocoaPods version >= 1.1.0 to install all required dependencies. Also see this issue which addresses this problem: SwiftyJSON/SwiftyJSON#647 |
Dunno man, now it works fine. Only difference is I upgraded to latests cocoapods.
Back to my main issue with not seeing any data. I was calling |
Yes, we don’t have official examples yet, but |
As I'm digging more and more into Mapbox on iOS, I can't wait for this feature to be implemented because I totally need this! Some ETA about this feature? PS: This feature would partly solve mapbox/mapbox-gl-native#6361 because calling |
I've followed your clustering example (here) and my mapview is coming up empty (no points). Is there something else that needs to be done outside this file? Like in the map's style itself on Mapbox Studio Editor? Or on
mapView
itself?Sidenote: trying to clone your example project and get it working but running into difficulties...
The text was updated successfully, but these errors were encountered: