From 4676fd09e67ec529b9157e2a013cb08e385e6758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 5 Dec 2023 23:12:09 +0100 Subject: [PATCH] Update docs/architecture/overview.md Co-authored-by: Yohan Boniface --- docs/architecture/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index fd8ac0ec..b6c264dc 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -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.