vector_map_flutter icon indicating copy to clipboard operation
vector_map_flutter copied to clipboard

Cartesian Coordinates vs Mercator Projection

Open oomti opened this issue 2 years ago • 1 comments

Currently this API only supports cartesian coordinates without Mercator Projection, it won't be ideal for a 1 on 1 mapping with other Map Services.

This is an example of overlaying a map with Mercator Projection and the example map from South America:

image

oomti avatar Jul 29 '23 17:07 oomti

The wireframe is the example from the vector_map_flutter API. The background is a Google Map layer - I manually fit them together.

oomti avatar Jul 29 '23 17:07 oomti

Hi @oomti.

Sorry for the delay in responding. Projection conversion is not within the scope of the API. The API will display any coordinate given the JSON. You will need to manually convert the coordinates before displaying.

caduandrade avatar Aug 13 '24 12:08 caduandrade