summaryrefslogtreecommitdiff
path: root/tagstats
Commit message (Collapse)AuthorAge
...
* Add support in tagstat for counting key-value-combinationsJochen Topf2011-12-10
|
* fix help msgJochen Topf2011-12-07
|
* Use new Osmium handler interface.Jochen Topf2011-10-31
| | | | | Changes to use the new Osmium handler interface which has shared_ptr's instead of simple pointers. You have to upgrade Osmium first, before you can use this.
* cleanupJochen Topf2011-10-15
|
* Integrate statistics handler, only us one dbJochen Topf2011-10-15
| | | | | | Better integrate the statistics handler. It now uses the same database as the tagstats handler (typically taginfo-db.db). The database is now given on the command line. This simplifies the scripts calling tagstats.
* Moved statistics handler over from OsmiumJochen Topf2011-10-15
| | | | | The statistics handler was kept in the Osmium distribution, but it makes more sense here.
* explain what the test program is forJochen Topf2011-10-15
|
* Bug fix: convert arguments of tagstats to double instead of intJocelyn Jaubert2011-10-15
|
* fix: distribution map did not work when there were no nodes with a tagJochen Topf2011-10-13
|
* indentJochen Topf2011-10-12
|
* cleanupJochen Topf2011-10-12
|
* 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.
* Update because of changes in OsmiumJochen Topf2011-07-04
|
* Changes in OsmiumJochen Topf2011-06-14
|
* Changes needed for new osmium version.Jochen Topf2011-06-04
|
* Removed reference to Osmium::OSM::Object::max_length_timestamp because it wasJochen Topf2011-05-17
| | | | a) wrong and b) is not available any more.
* Remove use of callback_object()Jochen Topf2011-05-10
|
* Cleanup.Jochen Topf2011-05-08
| | | | | | Initialize iterators directly instead of using assignment. Use const_iterator where possible. ...
* Improved build, new version of binary, READMEsJochen Topf2011-04-22
|
* CleanupJochen Topf2011-04-22
|
* Added out-of-bounds-check, initalize global staticJochen Topf2011-04-22
|
* Various cleanupsJochen Topf2011-04-21
|
* Moved distribution map code into own class and added memory optimization.Jochen Topf2011-04-21
|
* Changed old -W to newer -WextraJochen Topf2011-04-14
|
* removed unneeded include dirJochen Topf2011-04-14
|
* Moved Sqlite namespace into Osmium namespaceJochen Topf2011-04-14
|
* Use protobuf-lite lib instead of protobufJochen Topf2011-04-14
|
* Moved tagstats over from osmium repositoryJochen Topf2011-04-13