-
Notifications
You must be signed in to change notification settings - Fork 1.3k
iosapp: Failed to load [mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6] #2713
Comments
What does it means? You have transmit this issue to them or do i write to them ? |
Sorry @iDevelopper for the confusion. I /cc'd my iOS colleagues so they can answer your question when they read this issue tomorrow. |
Thank you very much :) |
We currently do not know what causes this intermittent failure, which is being tracked in #2012. |
Ah OK, but for me it is not intermittent, i tried several times on simulator and on device |
Are you seeing the issue in the iosapp application that's part of this repository, or in an application you've written based on the iOS SDK? If the latter, are you using one of the built in styles or a custom style? |
In the iosapp (example) clowned from github and compile with "make iproj". But i can't see the map at screen : Failed to load [mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6]: |
Per case 3 in #1647, please double-check that you’ve set a valid access token in your environment. |
I ave a valid access token |
I have the same issue on Linux. If token is invalid error is:
If token is valid only one line is printed:
|
We were caching TileJSON with tile URL templates that had embedded access tokens, and then using those URL templates. As of 025375a, we always canonicalize tile URL templates to a form that does not include an access token, fixing this issue. |
When i try to execute the iOS application, i can see this error in the console :
2015-10-22 09:49:06.221 Mapbox GL[43335:2498349] [ERROR] {Map}[Style]: Failed to load [mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6]:
What i'm doing wrong ?
The text was updated successfully, but these errors were encountered: