Replies: 2 comments 2 replies
-
It's interesting, but what enhancements does it make available over https://developer.mozilla.org/en-US/docs/Web/API/File ? Write support is interesting if we wanted to write a PMTiles locally, like extracting a larger archive to a smaller one. |
Beta Was this translation helpful? Give feedback.
-
The File System Access API just adds utilities for us to manage traditional File objects in situ without having to have them loaded into your browser, this allows reading, writing, moving, renaming, folder enumeration etc. Now a question, is it currently possible to pass a PMTile file (as a |
Beta Was this translation helpful? Give feedback.
-
Firefox seems to have some new file system api. Does this change anything how pmtiles can be used locally?
https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API
Beta Was this translation helpful? Give feedback.
All reactions