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

protomap V4 support? #177

Closed
zafrirron opened this issue Nov 10, 2024 · 2 comments
Closed

protomap V4 support? #177

zafrirron opened this issue Nov 10, 2024 · 2 comments

Comments

@zafrirron
Copy link

zafrirron commented Nov 10, 2024

  1. Downloaded 20241109.pmtiles (4.0.3) from protomaps.com for offline Leaflet map use,

    • Leaflet shows map without details
  2. Checked Leaflet with remote map using API url at: https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=MY_KEY

    • shows the same.
  3. Leaflet with remote map using API url at: https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=MY_KEY

    • works ok
  4. Downloaded 20240812.pmtiles (3.7.1) from protomaps.com

    • works ok
@bdon
Copy link
Member

bdon commented Nov 10, 2024

The current version of this library only works with tileset version 3, it hasn't been updated to v4 yet.

bdon added a commit that referenced this issue Mar 21, 2025
bdon added a commit that referenced this issue Apr 4, 2025
* add `lang` option to frontends for basic multilingual support [#157]
* change `theme` option to `flavor`
* add @protomaps/basemaps as dependency for flavor definitions
bdon added a commit that referenced this issue Apr 4, 2025
* add `lang` option to frontends for basic multilingual support [#157]
* change `theme` option to `flavor`
* add @protomaps/basemaps as dependency for flavor definitions
* add landcover styling
@bdon bdon mentioned this issue Apr 4, 2025
bdon added a commit that referenced this issue Apr 4, 2025
* v5.0: compatibility with basemap tileset v4 [#177]

* add `lang` option to frontends for basic multilingual support [#157]
* change `theme` option to `flavor`
* add @protomaps/basemaps as dependency for flavor definitions
* add landcover styling
* bump to version v5.0.0
* update CHANGELOG
@bdon
Copy link
Member

bdon commented Apr 4, 2025

Implemented in #188 and v5.0.0

@bdon bdon closed this as completed Apr 4, 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

No branches or pull requests

2 participants