Skip to content

Error with tileSize = 512 #3

@duuoong

Description

@duuoong

Hi.
If I use tileSize=512 then need to fix getTileId function in MVTSource, change parameter zoom to zoom-1
getTileId(zoom, x, y) { return [zoom - 1, x, y].join(":"); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions