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

Add Support for Mapbox Vector Tiles in the grid server #680

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

Conversation

broot5
Copy link
Contributor

@broot5 broot5 commented Jan 14, 2025

Mapbox Vector Tile is a file format for delivering geographic data as vector-based tiles.
Previously, tiled GeoJSON had limited use cases. With Mapbox Vector Tile, the Plus Codes Grid Service can now be utilized by a wider variety of clients.

This PR depends on #679.

@broot5
Copy link
Contributor Author

broot5 commented Jan 14, 2025

@drinckes I am running an instance for preview on my domain. You can access it via the following URL: https://grid.tmpee.work/grid/wms/5/17/19.json

Copy link
Contributor

@drinckes drinckes left a comment

Choose a reason for hiding this comment

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

I had a go at resolving the conflicts (before I noticed it was draft duh).

But looks pretty good, you can take it out of draft.

tile_server/README.md Outdated Show resolved Hide resolved
@broot5 broot5 marked this pull request as ready for review January 17, 2025 09:04
* Updated README to explicitly state Mapbox Vector Tile version as 2.1.
* Modified MVT layer version to 2.
* Updated test data files to match the new layer version.
@broot5 broot5 force-pushed the mapbox-vector-tile branch from 803eeca to cc67a01 Compare January 17, 2025 20:11
@broot5 broot5 changed the title Add Support Mapbox Vector Tile in the grid server Add Support for Mapbox Vector Tiles in the grid server Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants