Skip to content

cartesapp/cartes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

436fb3c · Jan 20, 2025
Sep 12, 2024
Jan 8, 2025
Jan 20, 2025
Jan 11, 2025
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Nov 17, 2020
Oct 28, 2024
Aug 7, 2023
May 5, 2020
Oct 22, 2024
Oct 22, 2024
Feb 27, 2020
Jan 18, 2025
Jul 27, 2024
Jul 27, 2024
May 5, 2020
May 15, 2020
Nov 24, 2020
Jan 20, 2025
Dec 18, 2023
Dec 25, 2024
Jan 18, 2025
Jan 20, 2025
Jan 7, 2025
Dec 4, 2024
Jun 23, 2024
Jan 17, 2025
Oct 4, 2023
Jul 22, 2024
Dec 15, 2024
Jan 18, 2025
Jan 20, 2025
Nov 28, 2024
Jan 20, 2025
Jan 17, 2025
Jan 17, 2025
Nov 11, 2023

Repository files navigation

Cartes

Venez discuter du projet sur le canal matrix !

Kesako ?

C'est une application Web de cartographie généraliste, basée sur les données d'OpenStreetMap et d'autres projets de communs comme Wikimedia Commons (pour les images) ou Wikipedia.

Deux objectifs :

  • pouvoir explorer la France, ses lieux d'intérêt (commerces, attractions touristiques, etc) sans dépendre de Google, Apple et autre GAFAM
  • proposer des calculateurs d'itinéraires écologiques

Découvrez nos motivations et les dernières nouveautés dans le blog.

Comment contribuer ?

C'est par ici : guide de contribution ! Vous pouvez aussi poser des questions sur la section issues ou sur le canal matrix pour les questions plus informelles.

Et techniquement

I started implementing this map in november 2023 as a kind of personal useful advent of code. I quickly figured out the open source tech and data in 2023 to make modern map interface have become incredibly mature, compared to 10 years ago. You get 3D buildings, vector tiles in 1 h of dev.

The app is based on :

  • data : OSM (of course), Wikimedia commons (for the images), Wikidata, Wikipedia
  • code : nextjs, maplibre, next-yak pour le CSS
  • hosting : maptiler for the vector map tiles, vercel for JS deployment, Photon API by Komoot.

To set it up on your local computer, just run :

# Install bun for your system with https://bun.sh/docs/installation
bun install # We're using bun because npm can't handle the experimental react 19 version, it breaks the install
bun dev # launch the web dev server

You'll have to create your free MapTiler key and put it in a .env.local file at the root of the cartes folder:

NEXT_PUBLIC_MAPTILER=YOUR_KEY

Contact

If you have any problem contributing (PR, vercel deployments, etc) feel free to contact me @maelito:matrix.org if I dont answer your issues quickly.

Similar projects

Checkout OSMApp. Qwant Maps would be the other similar projet, but it's not developped anymore.

Credits

This app makes full use of a multiple of open source libraries.

Including code inspired or directly taken from OSMApp.

Icons are OSMAnd's.

Availability of servers is here