Protomaps - vector tiles without the tile server

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • Using pmtiles in local and cloud scenarios.
    protomaps.com/
    github.com/pro...

Комментарии • 18

  • @nyagageoffrey
    @nyagageoffrey Год назад +1

    Amazing stuff Bradley! Your content is usually truly impactful and I appreciate the fact that you actually go ahead and test things (especially cloud stuff) and actallu show us how to do that.

  • @emmanueljolaiya9034
    @emmanueljolaiya9034 Год назад +1

    This is a great video. Very educative. Looking forward to the next!

  • @frekwencja1
    @frekwencja1 Год назад

    @TobinBradley what if I want to add a pin/marker/anchor/icon that need to be display on the map?

  • @indraneelpurohit4267
    @indraneelpurohit4267 Год назад

    very informative and great pacing, thanks!

  • @deepsharda
    @deepsharda Год назад

    You are great 👍. Could you please post a comparison metrix like how fast , heavy to traditional tile server.

  • @Humppakarajat
    @Humppakarajat Год назад

    Happy new year Tobin! Nice video, as always.
    At first I was like, hmm what's the benefit of PMTiles?
    1) file is smaller than mbtiles
    2) you can serve the tiles with any ordinary http-server which supports HTTP range requests
    3) you can serve the tiles from a cloud bucket which supports HTTP range requests
    Did I get it right?
    Can the pmtiles be served faster compared to a mbtiles server?

    • @TobinBradley
      @TobinBradley  Год назад +1

      That sounds right. My guess is performance is a wash, and any perf problems on either solution would be solved via caching/CDN rather than switching to the other. It's more a convenience - script out dumping an updated pmtiles file to a S3 bucket and never have to think about the tile server end of things again. And it's kinda cool tech :).

    • @deepsharda
      @deepsharda Год назад

      Also the data ingress charges are pretty important.

    • @aihackathongr
      @aihackathongr Год назад

      @@TobinBradley Hm interesting! Which one would you recommend? MBTiles or PMTiles? And would S3 be efficient solution for a high traffic project? Thanks🙏

  • @CarlosLeon-ii2fs
    @CarlosLeon-ii2fs Месяц назад

    Cool using a S2 in min 14. Thanks

  • @kokala2950
    @kokala2950 11 месяцев назад

    after running "pmtiles serve . " I got a parsing error of the filepath and when I replaced "." with "file://C:/path/to/file" I got a runtime error (null pointer dereference). I'm using the right windows binaries, did anyone face the same issues?

    • @bowl976
      @bowl976 11 месяцев назад

      Same here. I then switched to ubuntu VM and used pmtiles linux binary where serving tiles seems to work. It's a little bit slower but quite ok for learning purposes.

  • @ibrahimmohammed3484
    @ibrahimmohammed3484 Год назад +2

    tobin my tiles guy