-
Notifications
You must be signed in to change notification settings - Fork 1
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
MapBox Tiles Sometimes Not Working #13
Comments
Ah-ha! The app currently is using the However the issue is that |
Ok, I've figured a few things out (one step forward, two steps back!). To be able to obtain the Luckily you can do a lookup of With the However that request requires So this doesn't get us very far, and probably means I can not reliably determine the |
Still need to figure out how best to handle this scenario, moving this back to next Milestone. |
For some reason, the MapBox tiles and static images aren't working for some deployments.
Bad
https://api.mapbox.com/styles/v1/mapbox/streets-v9/static/url-https%3A%2F%2Fapi.mapbox.com%2Fv4%2Fmarker%2Fpin-m%2B207AC9.png%3Faccess_token%3Dpk.eyJ1IjoidXNoYWhpZGkiLCJhIjoiY2lxaXRrbmF5MDdxNmZubmUyN2p6bms5biJ9.o7pmKDIN1EtwMBp1VIzITQ(-81.711777,30.102261)/-81.711777,30.102261,14/400x300?access_token=pk.eyJ1IjoidXNoYWhpZGkiLCJhIjoiY2lxaXRrbmF5MDdxNmZubmUyN2p6bms5biJ9.o7pmKDIN1EtwMBp1VIzITQ
Good
https://api.mapbox.com/styles/v1/mapbox/streets-v9/static/url-https%3A%2F%2Fapi.mapbox.com%2Fv4%2Fmarker%2Fpin-m%2B207AC9.png%3Faccess_token%3Dpk.eyJ1IjoiZGFsZXphayIsImEiOiJjaXp5N3dvODgwMmE4MnFxcjg1Zm45cnNiIn0.GbIYV1o_hACky6UUU2IS3A(-122.031219,37.332331)/-122.031219,37.332331,14/400x300?access_token=pk.eyJ1IjoiZGFsZXphayIsImEiOiJjaXp5N3dvODgwMmE4MnFxcjg1Zm45cnNiIn0.GbIYV1o_hACky6UUU2IS3A
Bad
https://api.mapbox.com/styles/v1/mapbox/streets-v9/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1IjoidXNoYWhpZGkiLCJhIjoiY2lxaXRrbmF5MDdxNmZubmUyN2p6bms5biJ9.o7pmKDIN1EtwMBp1VIzITQ
Good
https://api.mapbox.com/styles/v1/mapbox/streets-v9/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1IjoiZGFsZXphayIsImEiOiJjaXp5N3dvODgwMmE4MnFxcjg1Zm45cnNiIn0.GbIYV1o_hACky6UUU2IS3A
The text was updated successfully, but these errors were encountered: