digidem / osm-p2p-server

Peer-to-peer OpenStreetMap API v0.6 Server for osm-p2p-db
BSD 2-Clause "Simplified" License
87 stars 10 forks source link

update osm-p2p-server for new kappa structure #43

Closed okdistribute closed 5 years ago

okdistribute commented 5 years ago

This removes dependence upon element property by updating to the new flattened kappa-osm structure. This PR depends upon https://github.com/digidem/kappa-osm/pull/8

hackergrrl commented 5 years ago

This is failing with the test/lib/slowdb.js hack we have that mimicks a levelup interface.

codecov-io commented 5 years ago

Codecov Report

Merging #43 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #43   +/-   ##
======================================
  Coverage    85.9%   85.9%           
======================================
  Files          30      30           
  Lines         759     759           
======================================
  Hits          652     652           
  Misses        107     107
Impacted Files Coverage Δ
lib/check_ref_ex.js 69.23% <100%> (ø) :arrow_up:
api/get_map.js 84.74% <100%> (ø) :arrow_up:

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 aaa894b...c0b85e5. Read the comment docs.

hackergrrl commented 5 years ago

At last, it passes! :cake: