Teester / Whats-Nearby

Android App for collecting information about POIs for OpenStreetMap
GNU General Public License v3.0
13 stars 2 forks source link

POI Whitelist #37

Open mds08011 opened 6 years ago

mds08011 commented 6 years ago

Where can I find the list of possible POIs and associated prompts/questions? I have not been receiving any notifications and am curious if I have just been visiting unsupported POIs, as my GPS settings and Overpass pulls seem ok.

matkoniecz commented 6 years ago

https://github.com/Teester/Whats-Nearby/tree/master/app/src/main/java/com/teester/whatsnearby/data/pois appears to contain list. After clicking on each listed file there is a definition how it is handled.

Let me know if that code is not clear for you, in that case I will attempt to explain further.

mds08011 commented 6 years ago

@matkoniecz thank you!