Whether the renderToTile method in the CustomLayerInterface can be supported under any projection
Open
Nobody has claimed this yet.
feature :green_apple:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, now it is found that renderToTile method in CustomLayerInterface only supports globe and mercator projection, and it can only be fully supported when there is a three-dimensional terrain. Can you support any projection? If supported, this custom interface will become very common.
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.
Research direction
Start with the CustomLayerInterface.renderToTile method and trace its existing globe, mercator, and three-dimensional terrain paths. Define and validate what support for any projection would require; done means the interface works across projections rather than only the cases described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- computer-graphics, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100