[en] Magrit is an online thematic mapping application developed by UAR RIATE.
[fr] Magrit est une application de cartographie thématique développée par l'UAR RIATE.
- Magrit is a web application for thematic mapping (cartography).
- Everything happens in the browser, so your data never leaves your computer.
- It's intentionally simple (the UI follows the basic steps of map creation).
- It's designed for teaching and learning cartography.
- It lets you import your own geometry dataset (Shapefile, GeoJSON, GML, GeoPackage, etc.) and optionally your tabular file (CSV, XLS, XLSX, etc.).
- We also provide many sample datasets to try out the various representations and become familiar with the application.
- It allows you to render and combine a wide variety of maps: choropleth, proportional symbols, cartogram, discontinuity, smoothed maps, links, etc.
- It allows you to customize the appearance of your maps in various ways.
- It supports all the most popular modern desktop browsers.
- Magrit is written in modern JS and uses notably solid.js and d3.js libraries as well as various WebAssembly modules (GDAL, GEOS, Contour-wasm, go-cart-wasm).
- Online version: https://magrit.cnrs.fr
- Download the desktop version
Requirements:
- Node.js (>= 20) / NPM (>= 10).
npm install
npm run dev
The application will be available at http://localhost:3000.
npm run dev:electron
A window will open with the application running.
npm run build
The application and it's documentation will be built in the dist
directory.
npm run build:electron
The application (for Windows and GNU/Linux) will be built in the release
directory.
Contributions are welcome! There are various ways to contribute to the project which are detailed in CONTRIBUTING file! You can notably:
- Report bugs or send us feedback.
- Add new translations or fix existing ones.
- Contribute code (you're in the right place! Clone the repo, fix what you want to be fixed and submit a pull request - note that for all non-trivial modifications, it's best to start by opening an issue to discuss it together!).
If you want to read more about what we are planning to do, you can check the roadmap of the project.
GPL-3.0-or-later