summaryrefslogtreecommitdiff
path: root/tagstats/statistics_handler.hpp
Commit message (Collapse)AuthorAge
* Add stats for way node distributionJochen Topf2013-06-17
|
* Also count different relation member typesJochen Topf2013-06-17
|
* Use C++ casts instead of C style castsJochen Topf2013-01-01
|
* Unify names of include guard macrosJochen Topf2012-08-20
|
* Cleanup license infoJochen Topf2012-08-20
|
* Change the way Sqlite statements are usedJochen Topf2012-08-20
|
* Move Sqlite wrapper class from Osmium in here.Jochen Topf2012-08-20
| | | | | | The wrapper never fit into Osmium. So we'll put it here. Also there was an example program in Osmium to test the Statistics handler. This has moved here now, too (osmstats).
* Changes for current Osmium versionJochen Topf2012-08-19
|
* 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.
* 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.