Update docs/architecture/overview.md

Co-authored-by: Yohan Boniface <yb@enix.org>
This commit is contained in:
Alexis Métaireau 2023-12-05 23:12:09 +01:00 committed by GitHub
parent c058db8ae2
commit 4676fd09e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ uMap is a server and a client. The server is build with the Django framework, an
Basically, here is how it works:
- Most of the data is stored as [geoJSON files](https://datatracker.ietf.org/doc/html/rfc7946), on the server.
- Most of the data is stored as [geoJSON files](https://geojson.org/), on the server.
- Some other parts of the data is stored in the database (users, permissions, etc)
- PostGIS is used for some of its geo features, but for the most part, the computation is done on the frontend with Leaflet.