Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T04:21:25.000Z (over 7 years ago)
- Last Synced: 2024-04-14T22:55:33.477Z (7 months ago)
- Topics: campus-map, guidance, guide, html, javascript, jquery, jquery-ui, mapguide, php
- Language: JavaScript
- Size: 3.47 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# campus-maps
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/95bef1c69c8c4a8d99ac7997d7a1bc30)](https://www.codacy.com/app/Suddi/campus-maps?utm_source=github.com&utm_medium=referral&utm_content=suddi/campus-maps&utm_campaign=badger)
[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/suddi/campus-maps)
[![license](https://img.shields.io/github/license/suddi/campus-maps.svg?maxAge=2592000)](https://github.com/suddi/campus-maps/blob/master/LICENSE)![cgs](images/cgs.png)
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.