Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add JOSM main mappaint style to projects list. | Jochen Topf | 2014-09-18 |
* | Addition error detection for projects. Better display of projects. | Jochen Topf | 2014-09-14 |
* | Add some statistics for project source. | Jochen Topf | 2014-09-14 |
* | Removed unused Potlatch-related code. | Jochen Topf | 2014-09-14 |
* | add two osmi public transport layers | Frederik Ramm | 2014-09-12 |
* | Add an error log that captures parsing problems of project files. | Jochen Topf | 2014-09-07 |
* | Disable half of the JOSM-to-project hack.•••SQL Function instr() isn't available in old sqlite versions. | Jochen Topf | 2014-09-07 |
* | Rename 'fetch_result' to 'status'. | Jochen Topf | 2014-09-07 |
* | Add OSM mug project. :-) | Jochen Topf | 2014-09-07 |
* | Add temporary hack to pull JOSM data into projects. | Jochen Topf | 2014-09-06 |
* | Project files can now contain a list of object types for each key/tag. | Jochen Topf | 2014-09-06 |
* | Add vespucci project. | Jochen Topf | 2014-09-06 |
* | Use official iD project file instead of our preliminary one. | Jochen Topf | 2014-09-05 |
* | Update osmcoastline project file. | Jochen Topf | 2014-09-05 |
* | Add nominatim as project. | Jochen Topf | 2014-08-25 |
* | Change OSRM project URL to official one. | Jochen Topf | 2014-08-24 |
* | Include projects source in master.sql. | Jochen Topf | 2014-08-21 |
* | Don't create indexes for projects source.•••Not needed anyway at the moment and older versions of sqlite don't handle WHERE clause. | Jochen Topf | 2014-08-21 |
* | Add https support for project files | Jochen Topf | 2014-08-21 |
* | Add new 'projects' source.•••Any kind of project using OSM tags can create a json-formatted taginfo project file and after its URL is added to the taginfo config, taginfo will integrate this data into its database. | Jochen Topf | 2014-08-21 |
* | Output some counts from selection.db into update log. | Jochen Topf | 2014-06-01 |
* | Remove last remnants of never-used merkaartor source. | Jochen Topf | 2014-05-20 |
* | Capitalize language names. | Jochen Topf | 2014-05-19 |
* | Add missing language names. | Jochen Topf | 2014-05-18 |
* | Fixed detection of wiki page types. | Jochen Topf | 2014-05-18 |
* | Remove obsolete sql scripts.•••Their functionality is now in selection.sql. | Jochen Topf | 2014-05-13 |
* | Do packing of databases with bzip2 in parallel. | Jochen Topf | 2014-05-13 |
* | Add pragmas to make the sqlite stuff run a little faster. | Jochen Topf | 2014-05-13 |
* | Add --prefix-builtins option to calls to m4 command.•••This effectively disables built-in macros that can mess up the result. | Jochen Topf | 2014-05-13 |
* | Fix selection db path and general cleanups in update scripts. | Jochen Topf | 2014-05-13 |
* | The tagstats binary is no longer available in the repository.•••You have to compile it yourself. | Jochen Topf | 2014-05-13 |
* | Use sqlite db file instead of text *.lst files for selected data.•••This changes the way some data is given from one taginfo update run to the next. Instead of plain text files an sqlite database is used. Part of the update is a new version of the upstream sqlite.hpp file. After this commit the update has to be run twice to get all data updated properly. | Jochen Topf | 2014-05-13 |
* | Remove defunct merkaartor source files. | Jochen Topf | 2014-05-13 |
* | Add selection database which will replace *.lst files.•••The *.lst files generated by the update script are problematic because they don't work when special characters like "line feeds" are in tags. This commit adds creation of a database called "selection.db" that contains all this data, but it is not used yet. Adds dependency on m4 program. | Jochen Topf | 2014-05-13 |
* | Add code to create maps for tags.•••For a long time we had the capability to create overview maps for keys, but never for tags (ie key-value-combinations). This commit now adds code to create maps for frequently used tags. We can't create maps for all tags, because each map takes about 8k in RAM and there are a lot of tags. | Jochen Topf | 2014-05-12 |
* | Create list of frequent tags.•••This can later be used to create maps for them. | Jochen Topf | 2014-05-11 |
* | Ignore Tag templates without tag | Jochen Topf | 2014-04-30 |
* | Update language registry URL | Jochen Topf | 2014-02-17 |
* | Update languages.sql•••Added language names which are not yet in the table. | Andreas Abraham | 2013-10-29 |
* | Make min_tag_combination_count configurable at runtime | Jochen Topf | 2013-10-07 |
* | fix master update.sh | Jochen Topf | 2013-05-27 |
* | Make minimum number of tags/relations of some type needed for some statistics... | Jochen Topf | 2013-05-27 |
* | Remove part of the Merkaartor code. This was never used and the Merkaartor ed... | Jochen Topf | 2013-05-27 |
* | Bugfix: Wiki parser choked on templates in wrong spot | Jochen Topf | 2013-02-23 |
* | Set :create_additions => false for JSON parse, because we don't need it and i... | Jochen Topf | 2013-02-23 |
* | It seems the mediawiki API has changed and this fixes it | Jochen Topf | 2013-02-10 |
* | Only include date in history_stats table | Jochen Topf | 2013-01-24 |
* | Add history database to update scripts | Jochen Topf | 2013-01-24 |
* | Updated ruby import scripts•••* Removed rubygems require which isn't needed any more in Ruby 1.9 * Updated transaction syntax to use blocks * Updated copyright year | Jochen Topf | 2013-01-24 |
* | Add in_wiki and in_wiki_en columns to tags and selected_tags table | Jochen Topf | 2013-01-24 |