summaryrefslogtreecommitdiff
path: root/examples/get_distribution_image.rb
Commit message (Collapse)AuthorAge
* Don't hard code ruby pathKuang-che Wu2014-12-06
| | | | | On FreeBSD, ruby is installed at /usr/local/bin/ruby. To make it more portable, find ruby interpreter from env (PATH).
* Generate distribution maps for keys on way, tooJochen Topf2011-10-12
| | | | | | | | Until now distribution maps were only generated for keys on nodes. No there are maps for keys on ways, too. (Not for relations, though). This commit also adds command line options for tagstats to define the area you want the map for. Its no longer necessary to recompile tagstats if you want to change this. This commit does not change the UI/API yet, so you still only get the node map.
* Simple program to read distribution map from database.Jochen Topf2011-04-21