commit | 7321d746634028350f81123393e62b25a33d7c18 | [log] [tgz] |
---|---|---|
author | jimbo <jimbo@google.com> | Thu Sep 29 14:59:19 2016 -0400 |
committer | jimbo <jimbo@google.com> | Thu Sep 29 14:59:19 2016 -0400 |
tree | 3328415ce23e0594da0ec6afcbe391a9dac38d25 | |
parent | 21e67799321b3315354ae460df5ae4f4345b2b70 [diff] |
turning off antialiasing and device pixel ratio for better performance
This visualization renders Global Navigation Satellite System (GNSS) position time series data on top of an interactive Google Map.
By manipulating the magnification level and the timespan, you can see how the Earth has moved over time.
To use Google Maps, you need a browser API key. Follow these instructions to Get a Key/Authentication.
Once you have your API key, open up the index.html
file and find this line:
var apiKey = '';
Paste in your API key and save the file.
To use this visualization, first you'll need to produce or acquire a GNSS data file.
The visualization expects to find a file named beacon-data.json
in the data/ directory. See the README file there for details on the format.
Once you have a data file, dowload this source code and serve the contents. If you have Python installed, you can use its SimpleHTTPServer
to see this working locally.
$ python -m SimpleHTTPServer 8000
Then open a browser to http://localhost:8000 to see the visualization.
This is not an official Google product.