Update docs/architecture/overview.md
Co-authored-by: Yohan Boniface <yb@enix.org>
This commit is contained in:
parent
c058db8ae2
commit
4676fd09e6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue