You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
versatiles is a FLOSS software stack to generate and serve vector maps. They use their own tiles format, which seems to be "better" (probabely smaller and faster to read)
that's a tile container spec, not a tile spec. They are using shortbread - so most likely its the same MVT tiles. While I'm all for supporting cool tech, maintaining code is not free - i.e. each line of extra code has cost - so there has to be a good reason to add it - i.e. a lot of datasets are distributed in it plus a lot of tools exist for it. How does it differ from pmtiles?
versatiles is a FLOSS software stack to generate and serve vector maps. They use their own tiles format, which seems to be "better" (probabely smaller and faster to read)
versatiles spec
They have several servers, one is written in rust, which depends on the versatiles-lib.
Probably a very big project, but might be manageable since it can just depend on the versatiles-lib.
The text was updated successfully, but these errors were encountered: