-
Hey :)
First of all. Thank you for the great format. It is imho the perfect solution to a problem that will become more and more prevalent in the near future.
I tried to implement my own reader …
-
Has anyone used PMTiles in Next? I am running into the following error:
> Fetch API cannot load pmtiles://....pmtiles. URL scheme "pmtiles" is not supported.
```
let resp = yield fetch(…
-
The project URL listed in the sidebar on the right is currently that of the PMTiles Inspector ([protomaps.github.io/PMTiles/](https://protomaps.github.io/PMTiles/)).
Most readers would probably fin…
-
@bdon Thanks for your software. May I ask is there any plan to support converting GeoJSON to PMTiles directly? or is there any plan to integrate it with GDAL like MVT?
-
Looks great and cool! They have `versatile` format in place of `mbtiles` format.
- https://versatiles.org/
ベルリンのデータジャーナリストの方々のプロジェクトみたい。すごいですね。
versatiles フォーマットは mbtiles と同様に、サーバの裏側で動くような設計み…
-
Many file formats are well suited to a multi step process. First, read metadata about the resource, then use that metadata in further requests.
Possible loaders (existing or potential) that could f…
-
Hello! Thanks for making this project, it seems awesome! I recently saw [this article](https://www.kschaul.com/post/2023/02/16/how-the-post-is-replacing-mapbox-with-open-source-solutions/) and I'm try…
-
I spent the weekend trying to get a demo of v3 PMtiles up and running, but ran into an error with my own encoded pmtile.
Here is the pipeline I’ve developed:
**osm.pbf -> [tilemaker](https://git…
-
Hello,
I just found out this wonderful repo. I would love to ask, how does this compare to [tileserver-gl](https://github.com/maptiler/tileserver-gl) ?
This one renders the tiles faster than til…
-
Hi,
I am learning how to use PMTiles with a simple file upload form. Can anyone please help me with a working example with MaplibreJS??
Thank you