summaryrefslogtreecommitdiff
path: root/sources/db
Commit message (Collapse)AuthorAge
* Remove unused prevalent_values field in keys sql tableJochen Topf2013-01-17
|
* db update with interesting relation typesJochen Topf2013-01-15
|
* Add data on all relation types to relation_types tableJochen Topf2013-01-14
|
* Extract prevalent relation member roles.Jochen Topf2013-01-14
|
* Add db indexes for relation types and rolesJochen Topf2013-01-14
|
* Create relation member and role statsJochen Topf2013-01-14
|
* Path to tagstats program now in main configJochen Topf2012-01-23
|
* Update copyright yearJochen Topf2012-01-15
|
* Create and read interesting_tags.lstJochen Topf2011-12-11
|
* Postprocessing for tag combination counting.Jochen Topf2011-12-11
|
* Add support in tagstat for counting key-value-combinationsJochen Topf2011-12-10
|
* fix update scriptJochen Topf2011-10-16
|
* 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.
* fix db indexJochen Topf2011-10-14
|
* fix: distribution map did not work when there were no nodes with a tagJochen Topf2011-10-13
|
* Add config for distribution images.Jochen Topf2011-10-12
| | | | New config options for the geographic distribution images.
* 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.
* Add taginfo-config.rb to read config from command line.Jochen Topf2011-10-10
| | | | | | | I added bin/taginfo-config.rb to easily access the config file from the command line. This is now used in sources/db/update.sh and sources/update_all.sh. This, again, reduces the places in the distribution where things needed to be changed for each instance.
* 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
|
* Prevalent values improvements, some things moved around, reports activeJochen Topf2010-11-14
|
* new prevalent_values tableJochen Topf2010-11-14
|
* Multiple changesJochen Topf2010-11-13
| | | | | | | * Improved and cleaned up source import scripts * Improved some reports and report overview * New osmium version that uses a better hash function * Some experimental magic to include Javascipt in an easier way (tested in keys.erb)
* fixed two typosJochen Topf2010-11-12
|
* Add more timing output to db update.shJochen Topf2010-11-10
|
* Begin of stats refactoringJochen Topf2010-11-06
|
* bugfix: update_characters.pl needs dirJochen Topf2010-11-05
|
* New report: characters in keysJochen Topf2010-11-04
|
* Added reportsJochen Topf2010-11-01
| | | | | Added infrastructure for reports and the first report (not finished yet) Preparation for better wiki and merkaartor source inclusion
* Begin of Potlatch supportJochen Topf2010-10-24
|
* first commitJochen Topf2010-10-04