summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 link to image link-extern.gifJocelyn Jaubert2011-10-15
|
* Clean of fr.yml by Frédéric RodrigoJocelyn Jaubert2011-10-15
|
* Update fr.ymlJocelyn Jaubert2011-10-15
|
* First version of fr.ymlCyrille372011-10-15
|
* Fix language switching.Jochen Topf2011-10-15
| | | | | | | | Switching between languages didn't work in some constellations. This seems to be because of caching of the pages in the browser. I think the browser should not use the cached page, because it has a different cookie, but it did. So I changed the expire on normal web pages to 0. (API pages still have a longer expire.)
* fix db indexJochen Topf2011-10-14
|
* Make combinations table searchable.Jochen Topf2011-10-13
| | | | Fixes https://github.com/joto/taginfo/issues/4
* fix: tab changes sometimes did not workJochen Topf2011-10-13
|
* 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
|
* Add config for distribution images.Jochen Topf2011-10-12
| | | | New config options for the geographic distribution images.
* Change API and UI to show way distribution map alsoJochen 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.
* 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 now superfluous web/lib/instance.rbJochen Topf2011-10-10
|
* New config fileJochen Topf2011-10-10
| | | | | | | There is a new config file 'taginfo-config.json'. Copy it one directory level above where it is in the distribution and change it to your needs. There are multiple changes in the code to get settings from the config file. This should make running your own instance a lot easier.
* Use .to_i == 1 instead of == '1'Jochen Topf2011-10-10
| | | | | | Different Sqlite versions (or ruby sqlite driver versions) seem to return contents of integer columns in different ways. This should make it work in all versions.
* Use .org instead of .deJochen Topf2011-07-12
|
* Update because of changes in OsmiumJochen Topf2011-07-04
|
* Changes in OsmiumJochen Topf2011-06-14
|
* changes preferred server address to taginfo.openstreetmap.orgJochen Topf2011-06-10
|
* Add mailing list info to READMEJochen Topf2011-06-09
|
* 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.
* Put stacked bar chart in key view upside down so it matches the default ↵Jochen Topf2011-05-17
| | | | order in the table.
* 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. ...
* add expires headerJochen Topf2011-05-02
|
* 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
|
* Simple program to read distribution map from database.Jochen 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
|
* allowed more access to robotsJochen Topf2011-04-14
|
* added short description to main pageJochen 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
|
* Added JSONP supportJochen Topf2011-04-13
|
* Potlatch 2 moved to a new git repositoryJochen Topf2011-03-13
|
* more API docsJochen Topf2011-03-08
|