Vizzuality / LMIPy

Layer manager interface for Python
MIT License
2 stars 2 forks source link

Retains entities with the same name in collection search. #50

Closed 01painadam closed 5 years ago

01painadam commented 5 years ago

Fixes bug with dropping entities with the same name (or same order key) in Collection search.

BONUS 🎉

Adds helpers for parsing sldValue strings into objects and constructing sldValue strings into objects for easier updating.

Accessed using LMIPy.utils.sldParse() and LMIPy.utils.sldDump()

codecov-io commented 5 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   27.38%   27.64%   +0.25%     
==========================================
  Files           9        9              
  Lines        1413     1418       +5     
==========================================
+ Hits          387      392       +5     
  Misses       1026     1026
Impacted Files Coverage Δ
LMIPy/collection.py 66.88% <100%> (+1.13%) :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 5daec94...c430c6e. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #50      +/-   ##
=========================================
- Coverage   27.38%   27.2%   -0.19%     
=========================================
  Files           9       9              
  Lines        1413    1452      +39     
=========================================
+ Hits          387     395       +8     
- Misses       1026    1057      +31
Impacted Files Coverage Δ
LMIPy/dataset.py 23.1% <ø> (ø) :arrow_up:
LMIPy/utils.py 12.41% <ø> (-1.03%) :arrow_down:
LMIPy/collection.py 66.88% <100%> (+1.13%) :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 5daec94...5bc4437. Read the comment docs.