mapbox / mapbox/vector-tile

Add Encoding from WGS 84 / Web Merc

Open
#40 0 comments 0 reactions 1 assignee View on GitHub

@flippmoke is already working on this.

Since Feb 2, 2018.

2.x
Dominant language
C++
Stars
52
Forks
33
PR merge metrics
No merged PRs in 30d

Description

Add the ability to perform full encoding of geometry into a tile. This will include the following steps:

- Scaling to Zoom Level
- Data Simplification
- Clipping Data to Tile (with or with out buffer)
- Geometry Correction (should be part of clipping with Wagyu for polygons).
- Encode to buffer

The input for this system should be our `geometry.hpp` Features, but tooling should be designed in such a way that partial steps could be selected and used by outside libraries if required (to add flexibility).

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.