Multiware-Tecnologia / react-native-open-street-map

react-native-maps using open-street-map
MIT License
56 stars 12 forks source link

Tiles not loading #10

Closed Tvax closed 5 years ago

Tvax commented 5 years ago

Describe the bug The tiles don't load from Open Street Map

To Reproduce Steps to reproduce the behavior:

  1. Copy this in package.json: "react-native-open-street-map": "https://github.com/enieber/react-native-open-street-map.git"
  2. Copy all android code into files
  3. Launch the app with internet activated

Expected behavior Tiles should be displayed

Screenshots screenshot from 2019-01-19 22-43-58

Smartphone (please complete the following information):

Additional context Thank you for making this module nonetheless !

koka0012 commented 5 years ago

Could you please check if you have storage permission allowed?

Em Sáb, 19 de jan de 2019 17:49, Tvax <notifications@github.com escreveu:

Describe the bug The tiles don't load from Open Street Map

To Reproduce Steps to reproduce the behavior:

  1. Copy this in package.json: "react-native-open-street-map": " https://github.com/enieber/react-native-open-street-map.git"
  2. Copy all android code into files
  3. Launch the app with internet activated

Expected behavior Tiles should be displayed

Screenshots [image: screenshot from 2019-01-19 22-43-58] https://user-images.githubusercontent.com/19556689/51432683-f0cb1500-1c3b-11e9-9d99-c8fdf9751a76.png

Smartphone (please complete the following information):

  • Device: Emulator
  • OS: Android 7.1

Additional context Thank you for making this module nonetheless !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Multiware-Tecnologia/react-native-open-street-map/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ALDgfWq7-Ct_8dJrbTlm2LIy3Z6Qhrf9ks5vE5L-gaJpZM4aJWad .

koka0012 commented 5 years ago

@Tvax fixed?

Tvax commented 5 years ago

I've not been able to test it yet. I'll do it in the following days, and send you a feedback!

Tvax commented 5 years ago

Enabling storage permission has fixed the problem, thank you ! Should we add it to the README?

koka0012 commented 5 years ago

Enabling storage permission has fixed the problem, thank you ! Should we add it to the README?

Yes, ofc, just open a PR.