mapbox / mapbox/mapbox-gl-js

feat: Conversion between tile map coordinate systems

Open
#13,542 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

auto-triaged feature :green_apple:
Dominant language
TypeScript
Stars
12.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

Description:
The tile coordinate system I am requesting now is the standard wgs84 coordinate system, but my line and point data are under the epsg: 4490 coordinate system, and I have a function that can convert wgs84 latitude and longitude to epsg: 4490 latitude and longitude. Due to system issues, we are unable to convert the data to wgs84, so we can only offset the wgs84 tile map. However, I have checked all the documents and have not found any information on how to offset the tile to another coordinate system. I urgently need help. Thank you

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

No file, test, or entry point is named in the issue. First determine whether mapbox-gl-js is expected to support offsetting WGS84 tiles or converting EPSG:4490 data, then inspect the coordinate-handling implementation and documentation. Done requires a defined supported behavior and acceptance criteria.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.