Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Fix bug which prevented marker layer from loading #782

Merged
merged 1 commit into from Sep 9, 2019

Conversation

kellyi
Copy link
Contributor

@kellyi kellyi commented Sep 9, 2019

Overview

Previous work to encode the querystring into the tile cachekey mixed up
some function arguments. In turn this prevents the vector tile
facilities layer from loading. Additionally: the function extracted to
create the tileURL was unconditionally requesting the facility grid
layer, which would cause the markers layer to load as a grid, too.

This change fixes the bug so that the marker layer will render
correctly.

Connects #762

Testing Instructions

  • load the app on this branch and verify that the grid layer and marker layer both render as expected

Checklist

  • fixup! commits have been squashed
  • CI passes after rebase
  • CHANGELOG.md updated with summary of features or fixes, following Keep a Changelog guidelines

Previous work to encode the querystring into the tile cachekey mixed up
some function arguments. In turn this prevents the vector tile
facilities layer from loading. Additionally: the function extracted to
create the tileURL was unconditionally requesting the facility grid
layer, which would cause the markers layer to load as a grid, too.

This change fixes the bug so that the marker layer will render
correctly.
@kellyi kellyi requested review from rajadain and removed request for jwalgran September 9, 2019 18:51
@kellyi kellyi assigned rajadain and unassigned jwalgran Sep 9, 2019
Copy link
Contributor

@rajadain rajadain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 tested, it's working again! 🎉

@rajadain rajadain assigned kellyi and unassigned rajadain Sep 9, 2019
@kellyi
Copy link
Contributor Author

kellyi commented Sep 9, 2019

Cool! Thanks for catching that and reviewing this so quickly!

@kellyi kellyi merged commit 226b53b into develop Sep 9, 2019
@kellyi kellyi deleted the ki/fix-marker-layer branch September 9, 2019 19:04
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.

None yet

3 participants