This repo contains the implementation of an AVL display system.
This system is developed based on MS-based frameworks, i.e., ASP.NET, IIS, MSSQL.
Tools and Environment:
- MS Visual Studio 2012
- MSSQL 2008 R2
- jquery, jquery UI, Google Maps
- IIS 7.0
. +-- AVL.aspx | +-- AVL.aspx.cs +-- Site.master | +-- Site.master +-- /js | +-- viewer | | +-- AVLDisplay.js | | +-- AVLQuery.js +-- /lib | +-- Highcharts | +-- jquery | +-- jquery-UI +-- /Styles +-- /App_Data | +-- patroller_routes.txt
The main UI page that devlivers the functions to users in front-end. AVL.aspx.cs is the C# server-side module of AVL.aspx.
The master page in ASP.NET framework. It controls the visual layout.
The client-side module assembly for data processing and front-end display.
The client-side module assembly as the query handler.
Library directory that contains the required packages: Highcharts, jquery, jquery-ui.
Contains the css style setting files.
The regular patroller routes info.