top | item 46764410

(no title)

pratio | 1 month ago

This is interesting. We recently deployed a solution that uses pmtiles and it's great.

https://docs.protomaps.com/pmtiles/

afaik, pmtiles uses mvt, let's hope the tooling to convert the tiles to mlt also becomes available.

discuss

order

dzogchen|1 month ago

PMTiles is actually pretty agnostic to what kind of tiles it contains! There is already a PMTiles PR that updates the byte that specifies the type of tile to include MLT.

https://github.com/protomaps/PMTiles/pull/596

thibaut_barrere|1 month ago

Neat, as someone integrating PMTiles right now, thank you!

pratio|1 month ago

Oh wow, thank you, looking forward to this

maelito|1 month ago

I'm building PMTiles through Tilemaker, PMTiles is incredible, but sadly it will take a lot of work to produce MLT though Tilemaker :/

Humphrey|1 month ago

Oh pmtiles is such a simple and innovative solution!

pratio|1 month ago

Yes, Absolutely in love with it. Loading tiles with range requests made our application so much faster.