Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

fix(FitBounds): remove old location on loc change#1710

Merged
1 commit merged into
masterfrom
unknown repository
Aug 26, 2019
Merged

fix(FitBounds): remove old location on loc change#1710
1 commit merged into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Aug 25, 2019

Copy link
Copy Markdown

when a FitBoundsAccessor emits new bounds, remove the old ones from
the map's bounds array

fixes: #1512

when a FitBoundsAccessor emits new bounds,  remove the old ones from
the map's bounds array

fixes: #1512
@codecov

codecov Bot commented Aug 25, 2019

Copy link
Copy Markdown

Codecov Report

Merging #1710 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1710      +/-   ##
==========================================
- Coverage   47.25%   47.23%   -0.03%     
==========================================
  Files          41       41              
  Lines        1805     1806       +1     
  Branches      165      166       +1     
==========================================
  Hits          853      853              
- Misses        949      950       +1     
  Partials        3        3
Impacted Files Coverage Δ
packages/core/directives/fit-bounds.ts 0% <0%> (ø) ⬆️

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 b70cbbc...51585d8. Read the comment docs.

@ghost ghost merged commit b746ca3 into sebholstein:master Aug 26, 2019
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: fitBounds counts old marker's positions

1 participant