jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
905 stars 120 forks source link

fix for issue #79 #92

Closed udos closed 7 years ago

udos commented 7 years ago

changed the validator to allow elevation and added unit tests note: did not change other parts of the code

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   81.23%   81.23%           
=======================================
  Files          12       12           
  Lines         325      325           
  Branches       60       60           
=======================================
  Hits          264      264           
  Misses         51       51           
  Partials       10       10
Impacted Files Coverage Δ
geojson/validation.py 100% <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 8d259b5...379bb38. Read the comment docs.

frewsxcv commented 7 years ago

Thanks!