https://github.com/suddi/campus-guiding-system
Campus guiding system to familiarize visitors with the HKUST campus
https://github.com/suddi/campus-guiding-system
campus-map guidance guide html javascript jquery jquery-ui mapguide php
Last synced: 3 months ago
JSON representation
Campus guiding system to familiarize visitors with the HKUST campus
- Host: GitHub
- URL: https://github.com/suddi/campus-guiding-system
- Owner: suddi
- License: apache-2.0
- Created: 2015-02-08T10:44:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T04:21:25.000Z (over 9 years ago)
- Last Synced: 2025-03-01T04:26:44.319Z (over 1 year ago)
- Topics: campus-map, guidance, guide, html, javascript, jquery, jquery-ui, mapguide, php
- Language: JavaScript
- Size: 3.47 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# campus-maps
[](https://www.codacy.com/app/Suddi/campus-maps?utm_source=github.com&utm_medium=referral&utm_content=suddi/campus-maps&utm_campaign=badger)
[](https://stackshare.io/suddi/campus-maps)
[](https://github.com/suddi/campus-maps/blob/master/LICENSE)

Campus Guiding System is a Google Maps-like application to provide directions within the HKUST campus.
It calculates the shortest route between any two points in the university, using the Dijkstra's search algorithm.
The system features a rich UI rendered in jQuery UI and jsDraw2D, providing map manipulation and location search functionalities.
The backend is developed in PHP, utilizing MySQL as the database.