Skip to content

chong-spatial/trajvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/* Chong Zhang */

Trajectory Data Visualization

// 3/26/2015

adjusted color

// 3/24/2015

add force to prevent overlap on node

// 3/22/2015

  1. add allday.html
  2. separate node size setting from code
  3. adjust color coding

// 3/19/2015

  1. Road network color mapping as time specified
  2. Rosechart tooltip bug

// 3/18/2015

  1. Made rosechart arcs readable when clicking
  2. Round rosechar tooltip to 4 decimal place
  3. Fixed rosechar arc radius scale
  4. Added time select tag holding timeticks from 0 - 12 whichi will affect nodelink, rose, and road
  5. Aggregated partition flow, speed, and traveltime for allday prop
  6. Added traffic info to the nodelink graph radio buttons
  7. Broaden line on the linechart when mouse over it
  8. Fixed linechart select tag bug. It will not affected by the select tag on the nodelink graph
  9. Foxed x axis label position on the linechart

// 3/17/2015

  1. Add a muli-line graph for time series

// 3/13/2015

minor edits:

  1. Add selection toggle on the node-link graph
  2. Add label disply onto RoseChart
  3. Remove zooming out of the node-link graph

// 3/13/2015

  1. Align control panel and map view side by side.
  2. Change circle to rect in the node-link graph and adjust label position according to its width
  3. Add zooming to the node-link graph
  4. Add mouseover interaction onto the node-link graph, which provides a way to look at the link direction
  5. Add Multi-select function to the node-link graph.
  6. Modify map filtering

// 3/11/2015

May delay because of the way of GeoJSON reading and rendering in OpenLayers and broswer.

  1. Change color definition as Xiaoke suggested.
  2. Separate control panel from map view
  3. Have nodelink graph, Rosechart, and detailed routes encode with same color coding

// 3/10/2015

Basically, the more you use the faster it become.

//////////////////////////// //// Interaction //// ////////////////////////////

  1. Mouse wheel to zoom map
  2. Click dot on the map to filter routes and Rosechart
  3. Click top right button to go back the original map
  4. Click top buttons to change the color setting for routes and Rosechart

//////////////////////////// //// Customermize //// ////////////////////////////

  1. variable name for patitioned graph was set 'graphdata' (no data structure changed)
  2. variable name for detailed routes was set 'routesdata' (no data structure changed)
  3. Custome map/RoseChart color by changing values of colorSettings in scripts\settings.js
  4. Change RoseChart inner-size/outer-size by editing values of roseSettings in scripts\settings.js
  5. For better performance, we may need to store the detailed routes data in a server offering Web Map Service.

About

Trajectory Data Visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published