I continued working on uMap, an open-source map-making tool to create and share customizable maps, based on Open Street Map data. Here is a summary of what I did: I reviewed, rebased and made some minor changes to a pull request which makes it possible to merge geojson features together ; I’ve explored around the idea of using SQLite inside the browser, for two reasons : it could make it possible to use the Spatialite extension, and it might help us to implement a CRDT with cr-sqlite ; ...