Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.11 KB

MapReplay

An addin which replays a vehicle's past trip on a map.

NOTE: This addin is for demonstration and tutorial purposes only and should not be used in production environments.

MapReplay Screenshot

Getting the code

Clone the repository:

git clone https://github.com/geotab/addin-mapreplay.git

Following along

The video accompanying this repository can be found on the corresponding Geotab Dev Channel tutorial.

This repo's commits are tagged (from 0 to 10), corresponding to separate milestones in development as outlined in the video above.

For example:

git checkout step-0

resets the repository to the initial state. Study the code, then go to the next step:

git checkout step-1

and so on...

Installing

Follow the addin development guides on my.geotab.com/sdk.

Updates

September 2016

  • Switched map tile URL to OpenStreetMap as MapQuest no longer supports anonymous tile access.