[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, XLSX, ODS, 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 but we also provide a desktop version for Windows, GNU/Linux and MacOS.
- Magrit is written in TypeScript 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
You can find the latest changes in the Changelog file, either in the source code (in French or in English) or directly on the Web site (French or English).
Information about changes are also available in the release notes of the GitHub repository.
If you find this project helpful, please consider giving it a star to show your support!
Your stars help others discover this project and boost its visibility in the GitHub community.
Also, if you use Magrit to make maps for your scientific publications, don't hesitate to cite it (there is no obligation though!).
You can click "Cite this repository" in the "About" section of this repository to get the citation in various formats.
Thank you!
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 (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.
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.
GPL-3.0-or-later