Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates a new tiling system for brazil states #147

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

abraaovalentim
Copy link
Collaborator

This pull request introduces a new approach for serving data related to state boundaries and borders of Brazil. It replaces the use of an external GeoJSON file with an access route that returns vectors of specific points.

How to Test

  • Access the main route or the map routes.
  • Compare the results with the production environment to ensure consistency and correctness.

}
});

function tmsToGoogleY(y: number, zoom: number) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can improve this to something more meaningful

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe something that says what tms is, or adding a documentation to the function would be better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants