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

Commits on Sep 9, 2019

  1. Fix bug which prevented marker layer from loading

    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.
    Kelly Innes committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    95ee400 View commit details
    Browse the repository at this point in the history