Skip to content

date3k2/map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tìm đường đi ngắn nhất trên bản đồ

Hướng dẫn sử dụng

  1. Cài đặt các thư viện cần thiết bằng lệnh sau:
pip install -r requirements.txt
  1. Chạy server bằng lệnh sau:
cd backend
python api.py
  1. Mở file index.html để chạy giao diện
  2. Chọn lần lượt hai điểm bằng cách click vào bản đồ
  3. Nhấn nút Find path ở góc trên bên trái để tìm đường đi giữa hai điểm
  4. Ấn nút Clear, hoặc Reload lại page để xoá tất cả marker và tuyến đường hiện tại.

Demo

source

About

Finding path in map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.3%
  • JavaScript 2.2%
  • Python 1.9%
  • Other 1.6%