nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

updated example #1522

Closed onitzschke closed 5 years ago

onitzschke commented 5 years ago

@kristfal can you please review and fix the issue with the accesstoken?

kristfal commented 5 years ago

Thanks for contributing, this looks great. What is the issue with accesstoken? Right now, you'll need to create a file called accesstoken with your mapbox at.

onitzschke commented 5 years ago

It's not possible to get the accesstoken by getDirections() because make_service.js throw an error.

onitzschke commented 5 years ago

@kristfal the issue with accesstoken is fixed with 5a7e03e. The other problem ist that map is not show with MapboxGL style url's but worked with our tileserver. Any idea?

onitzschke commented 5 years ago

Sorry, my fault. Something is wrong with my access token.

onitzschke commented 5 years ago

@kristfal i've tested on both platform and all is working fine. I think this is a good base to get v7 ready.

kristfal commented 5 years ago

I agree. Let's get this one in.