Replies: 1 comment 4 replies
-
@HarelM I agree that incremental updates may be useful, but I am not certain those should be part of the tile format itself (i.e. should be part of the the tile format discussion). MVT is highly versatile and convenient because it is limited in scope to just the tile itself, not the metadata about it. For example, an MVT tile does not store its location index (zoom/x/y) - because otherwise tiles with identical content (e.g. water or empty land) would not be identical, and each would have to be stored. Same should be true for regeneration and other metadata - identical tiles won't be regenerated at the same time. This type of information can easily be stored as part of the container (mbtiles / com-tiles / pmtiles), but not part of the COVTiles itself. P.S. In other words - I think this comment should probably go into the com-tiles repository. My understanding is that's where the container format is being discussed. |
Beta Was this translation helpful? Give feedback.
-
This is still an initial thought, but here goes anyway.
When thinking about this, in terms of a replacement to the mbtiles file one of the things to think about is how to update the file.
Both on the server and also in the client.
Here are the relevant scenarios:
So, thing to consider:
Beta Was this translation helpful? Give feedback.
All reactions