Add Encoding from WGS 84 / Web Merc
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.