Skip to content

Commit

Permalink
Update docs/architecture/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yohan Boniface <[email protected]>
  • Loading branch information
almet and yohanboniface authored Dec 5, 2023
1 parent c058db8 commit 4676fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4676fd0

Please sign in to comment.