GitXplorerGitXplorer
o

locationheatmap

public
22 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b48a10e1bd04f8961ca6130c28c3b34ea69f0d5c

Updated README.md

oolane committed 10 years ago
Unverified
8594ede8eb1b44cf6ec5f0bd782228af7e773875

Merge branch 'master' of https://github.com/olane/locationheatmap

oolane committed 10 years ago
Unverified
80675b18095eaa29251162b669e6fe6a816dfd98

Map is auto-centred on centroid of location points

oolane committed 10 years ago
Unverified
25d5792f07ca5d57943f5cf0f5f0590e72211374

Update README.md

oolane committed 10 years ago
Unverified
6b5ce8bc984d55faf23dd92eeeda30602a8887b2

Update readme

oolane committed 10 years ago
Unverified
560ae21429a8c7fce8f01fad70cd004741ca71fb

Formatting fixes

oolane committed 10 years ago

README

The README file for this repository.

Location History Mapper

This is a javascript app to show your Google location history on a heatmap.

Using it

The app runs in your browser but it's intended to be run on a local server, since the location history file can be upwards of 100MB (and besides, you probably don't want to share it).

I'll assume working installs of bower and python.

  • Clone this repo somewhere.

  • Run bower install

  • Grab your location history using Takeout as a .zip. Make sure to choose the JSON format. Pull LocationHistory.json out of the archive and move it into the project's root directory, wherever you cloned it. LocationHistory.json is in the .gitignore so you don't accidentally upload it.

  • Run python -m SimpleHTTPServer <port number> in the root directory of the project

  • Go to http://localhost:<port number> in your web browser. It might take a little while to load and then render the data if you have a lot of location history.

License

MIT