Skip to content

Tile3DLayer: small gaps between tiles #4262

@xintongxia

Description

@xintongxia

Description

Screen Shot 2020-02-11 at 10 43 26 AM

Repro Steps

  • go to website/3d-tiles
  • change the _ionAssetId provided to Tile3DLayer to 29328
  • start the app (yarn start-local) and zoom in
  _renderTile3DLayer() {
    return new Tile3DLayer({
      id: 'tile-3d-layer',
      _ionAssetId: 29328,
      _ionAccessToken: ION_TOKEN,
      pointSize: 2,
      onTilesetLoad: this._onTilesetLoad
    });
  }

But if convert the positions to lnglats, the gaps will be gone, see code from branch xx/debug-tiles

Environment (please complete the following information):

  • Framework Version: deck.gl 8.0.0, loaders.gl 2.0.3
  • Browser Version: chrome 80.0.3987.87
  • OS: Mac OS 10.15.2

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions