https://github.com/springmeyer/dot-render
see how fast we can render a whole lot of points via flat text files/stdin
https://github.com/springmeyer/dot-render
Last synced: 7 months ago
JSON representation
see how fast we can render a whole lot of points via flat text files/stdin
- Host: GitHub
- URL: https://github.com/springmeyer/dot-render
- Owner: springmeyer
- Created: 2013-03-21T05:42:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T19:13:31.000Z (over 13 years ago)
- Last Synced: 2024-12-28T18:28:37.801Z (over 1 year ago)
- Language: C++
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dot rendering experiments
## Depends
- Mapnik master
Install Mapnik master on ubuntu:
sudo add-apt-repository ppa:mapnik/nightly-trunk
sudo apt-get update
sudo apt-get install libmapnik libmapnik-dev
Install Mapnik master on os x:
brew update
brew install mapnik --HEAD
## Usage
To setup the test data, compile, and run the code do:
make
## Background
Currently the first test script uses an osm gps trace dump
from the western us from, simply because it is of moderate
size and a simple test case.
http://zverik.osm.rambler.ru/gps/files/extracts/usa/index.html
Learn more about the sample data from:
http://blog.osmfoundation.org/2012/04/01/bulk-gps-point-data/