Giter Club home page Giter Club logo

Comments (6)

mactrem avatar mactrem commented on September 9, 2024 1

Hi,

because of the strong tooling support (Planetiler, Tippecanoe, serverless tileserver, ...) and wide adoption i would recommend to use PMTiles in production. Especially the integration in such generators are currently missing for COMTiles, which makes PMTiles easier to work with. The focus of COMTiles is currently more on the research of how to further optimize cloud optimized tile archives (especially the index design).

from com-tiles.

koufopoulosf avatar koufopoulosf commented on September 9, 2024

Hi,

Thanks for your detailed reply!

Would you recommend PMTiles over MBTiles for a production and scalable environment?

Thanks!!

from com-tiles.

mactrem avatar mactrem commented on September 9, 2024

It depends on your use case and deployment. If you want to deploy your vector tilesets in the cloud, PMTiles is the way to go, as it can significantly reduce costs and simplify the deployment.

I also think there will be less need in the future for the MBTiles format, even for the non cloud native use cases when a dedicated tileserver is used. Performance should be equal or probably even better for accessing tiles from a local file system stored in a PMTiles archive compared to a MBTiles database. The main advantage of MBTiles is the support of per tile updates as it is based on a SQLite database, while with MBTiles the archive has to be basically fully regenerated on updates. If you do not update daily, which in my experience is the case with most projects, this should not be a problem.

from com-tiles.

koufopoulosf avatar koufopoulosf commented on September 9, 2024

So I guess using PMTiles ( maybe with AmazonS3 ? ) is the way to go :)

But to be honest, I have not yet found a way to customize PMTiles and display them like these MBTiles here:
https://maps.ckochis.com/styles/basic-preview/?vector

Do you happen to know (or have made) any tutorial on how to customize PMTiles and serve them as a basemap?

Thank you!

from com-tiles.

mactrem avatar mactrem commented on September 9, 2024

I don't' know.
The storage of the archive on a Cloudflare R2 is also particularly interesting, since there are no egress costs.

from com-tiles.

koufopoulosf avatar koufopoulosf commented on September 9, 2024

I mean, here: https://www.youtube.com/watch?v=oqyQ3wo7n18

You have an index-pmtiles.html. Could you please share that along with the steps taht you did to style the map? Or it was like that by default? I would be really interested to know.

Thank you.

from com-tiles.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.