visgl / visgl/deck.gl

[Feat]Vector tiles in Cartesian coordinates

Open
#9,255 22 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
TypeScript
Stars
14.6k
Forks
2.3k
Avg merge
2d 9h
Merged PRs (30d)
42

Description

Target Use Case

Deck.gl has MVTLayer, which allows displaying vector tiles in geographic (latitude and longitude) coordinates. Microscopy and possibly other applications need to be able to display vector tiles in Cartesian coordinates.

Proposal

I have written a an implementation which instantiates TileLayer, which parses tiles using MVTLoader.parse and displays them using GeoJsonLayer. These tiles use Cartesian coordinates to specify polygon vertex positions. I was wondering if it would be useful to have open a PR with this functionality.
I think this could evolve into either:

  1. A coordinateSystem property on MVTLayer, which can be either cartesian or geospatial
  2. A new layer, which can be called CartesianTileLayer

When researching this topic, I think I saw a post from @cornhundred related to this issue a while ago.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the existing MVTLayer and TileLayer entry points, along with MVTLoader.parse and GeoJsonLayer, to understand how geographic vector tiles are currently handled. The issue needs a decided API direction—an MVTLayer coordinateSystem option or a CartesianTileLayer—before implementation can be considered done.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.