Akylas / alpimaps

Offline map app iOS/Android
https://www.akylas.fr
MIT License
78 stars 2 forks source link

Documentation and understanding why maps don't work #9

Open paour opened 1 year ago

paour commented 1 year ago

I'm trying to use the IGN map, and I supplied a key, but there may be special parameters required. Do you have documents explaining how to do this?

It would be nice to have access to a request/response log view to be able to understand why a given map doesn't work.

My perspective is that I used to develop an Android-native map app, MyTrails, and I'm trying to find a successor. I was thinking of using React Native, but Nativescript doesn't sound too dissimilar. I really like AlpiMaps so far 👍 .

farfromrefug commented 1 year ago

@paour thanks IGN is a special beast in the sense that it depends on what you subscribed for in the pro plan. I will try with my key to ensure all works fine. As for the logs the production build does not produce any on purpose to be as fast and lightweight (battery wise) as possible. Also keep in mind that alpimaps real potential is with offline generated data as explained in the readme. About N yes a hundred time stronger than RN. We are a small community but we are moving fast

farfromrefug commented 1 year ago

@paour i tested IGN and it works fine. What i can you is that as a protection i set the User-Agent to 'AlpiMaps' for IGN. It works fine for my keys where i add the security on User-Agent. Maybe you can try that