heremaps / xyz-spaces-python

Manage your XYZ Hub or HERE Data Hub spaces from Python.
https://xyz-spaces-python.readthedocs.io/
Apache License 2.0
30 stars 11 forks source link

Fix: added mode and viz_sampling params in space class method features_in_tile #110

Closed sackh closed 3 years ago

sackh commented 3 years ago

This PR fixes two missing parameters in the Space class's method features_in_tile, mode and viz_sampling which were present in the Api class's method get_space_tile. Also added missing proclamation changes.

codecov-io commented 3 years ago

Codecov Report

Merging #110 (7fc40d7) into master (a8beab4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   97.54%   97.54%           
=======================================
  Files          10       10           
  Lines         935      935           
=======================================
  Hits          912      912           
  Misses         23       23           
Impacted Files Coverage Δ
xyzspaces/spaces.py 96.03% <ø> (ø)