Hi All, the status of implementation so far is:
- We can now mark specific locations - home, office and hangout (any number of these) - We have 4 routes between any pair of locations - We have the time and distance for each routes - We have a criminal object that stores all the above data. - We have functions that get and set the above properties of the object - User can save the above data into a file on the server - User can load data saved from a file on the server - Beeline movement has been implemented, given a source and destination, one possible path is uniformly chosen and the agent moves along that route. - We are also able to analyze beeline movement, by simulating it a number of times and shading the paths chosen more number of times with thicker poly-lines. Currently since the paths are uniformly chosen all poly-lines are of almost equal thickness when simulated a large number of times (as expected). - User can also save the analysis data to a file. Unfortunately the server is apparently down, so I have not been able to deploy the latest code. Thanks, Nadeem
