Teester / Whats-Nearby

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

Check if at location previously without using Overpass #26

Closed Teester closed 6 years ago

Teester commented 6 years ago

Fixed #16: When location is checked, we compare the distance from the current location to nearby POIs stored in the database. If they are within 20m of a location that they've been to in the past week, we don't query Overpass.

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 0.08%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   46.32%   46.24%   -0.09%     
==========================================
  Files          98       98              
  Lines        1660     1663       +3     
  Branches       68       68              
==========================================
  Hits          769      769              
- Misses        866      869       +3     
  Partials       25       25
Impacted Files Coverage Δ
...hatsnearby/data/location/LocationJobPresenter.java 0% <0%> (ø) :arrow_up:
...teester/whatsnearby/data/source/QueryOverpass.java 11.86% <0%> (-0.31%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d474fa...3a8ba74. Read the comment docs.