Skip to main content

🗺️ Map Display

🚀 Demo Page

Description

🇫🇷 Français

Map Display est un projet qui permet d'afficher des tuiles de carte sur un site web. Ce projet utilise les tuiles générées par un générateur de tuiles de carte (par exemple, le projet de générateur de map tiles) et les affiche de manière interactive sur une page web.

🇬🇧 English

Map Display is a project that allows displaying map tiles on a website. This project uses tiles generated by a map tiles generator (e.g., the map tiles generator project) and displays them interactively on a web page.

📁 Structure du Projet / Project Structure

Map_Display/

├── static/
│ ├── map/
│ │ ├── 0/
│ │ ├── 1/
│ │ └── ...
│ ├── css/
│ │ └── styles.css
│ └── js/
│ └── script.js

├── index.html
└── README.md

🚀 Utilisation / Usage

🇫🇷 Français

  1. Clonez le dépôt:

    git clone https://github.com/LeGitHubDeTai/Map_Display.git
    cd Map_Display
  2. Placez vos tuiles de carte dans le dossier static/map.

  3. Installez les dépendances:

    npm install
  4. Démarrez l'application:

    npm start
  5. Ouvrez http://localhost:3000/map dans votre navigateur.

🇬🇧 English

  1. Clone the repository:

    git clone https://github.com/LeGitHubDeTai/Map_Display.git
    cd Map_Display
  2. Place your map tiles in the static/map folder.

  3. Install dependencies:

    npm install
  4. Run the application:

    npm start
  5. Open http://localhost:3000/map in your browser.

🌐 Démo en Ligne / Online Demo

Demo Page