DiscoTrayStudios / WaterQualityTester

An app that analyzes water test strips from Varify and aggregates the results for geographic analysis
MIT License
1 stars 3 forks source link

Map not loading #1

Closed tedbjurlin closed 7 months ago

tedbjurlin commented 1 year ago

Is your feature request related to a problem? Please describe. The map provided by Google does not load. It is a blank screen.

Describe the solution you'd like Investigate what is preventing the map from loading and fix it. Is it location permissions?

mgoadric commented 1 year ago

The map and info is more important for the backend admins and researchers than for the users of the app, I think we should first remove the map functionality, then determine if and when to add it back in.

reidst commented 1 year ago

The reason the map didn't work (prior to removal from the app) was probably because an API key was removed from android/app/src/main/AndroidManifest.xml.

15 <!-- Google Maps API key -->
16 <meta-data android:name="com.google.android.geo.API_KEY"
17        android:value="ADD_API_KEY_HERE"/>
tedbjurlin commented 7 months ago

Map fully removed now.