summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAge
...
* add two osmi public transport layersFrederik Ramm2014-09-12
|
* Add an error log that captures parsing problems of project files.Jochen Topf2014-09-07
|
* Disable half of the JOSM-to-project hack.Jochen Topf2014-09-07
| | | | SQL Function instr() isn't available in old sqlite versions.
* Rename 'fetch_result' to 'status'.Jochen Topf2014-09-07
|
* Add OSM mug project. :-)Jochen Topf2014-09-07
|
* Add temporary hack to pull JOSM data into projects.Jochen Topf2014-09-06
|
* Project files can now contain a list of object types for each key/tag.Jochen Topf2014-09-06
|
* Add vespucci project.Jochen Topf2014-09-06
|
* Use official iD project file instead of our preliminary one.Jochen Topf2014-09-05
|
* Update osmcoastline project file.Jochen Topf2014-09-05
|
* Add nominatim as project.Jochen Topf2014-08-25
|
* Change OSRM project URL to official one.Jochen Topf2014-08-24
|
* Include projects source in master.sql.Jochen Topf2014-08-21
|
* Don't create indexes for projects source.Jochen Topf2014-08-21
| | | | | Not needed anyway at the moment and older versions of sqlite don't handle WHERE clause.
* Add https support for project filesJochen Topf2014-08-21
|
* Add new 'projects' source.Jochen Topf2014-08-21
| | | | | | 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.
* Output some counts from selection.db into update log.Jochen Topf2014-06-01
|
* Remove last remnants of never-used merkaartor source.Jochen Topf2014-05-20
|
* Capitalize language names.Jochen Topf2014-05-19
|
* Add missing language names.Jochen Topf2014-05-18
|
* Fixed detection of wiki page types.Jochen Topf2014-05-18
|
* Remove obsolete sql scripts.Jochen Topf2014-05-13
| | | | Their functionality is now in selection.sql.
* Do packing of databases with bzip2 in parallel.Jochen Topf2014-05-13
|
* Add pragmas to make the sqlite stuff run a little faster.Jochen Topf2014-05-13
|
* Add --prefix-builtins option to calls to m4 command.Jochen Topf2014-05-13
| | | | This effectively disables built-in macros that can mess up the result.
* Fix selection db path and general cleanups in update scripts.Jochen Topf2014-05-13
|
* The tagstats binary is no longer available in the repository.Jochen Topf2014-05-13
| | | | You have to compile it yourself.
* Use sqlite db file instead of text *.lst files for selected data.Jochen Topf2014-05-13
| | | | | | | | | 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.
* Remove defunct merkaartor source files.Jochen Topf2014-05-13
|
* Add selection database which will replace *.lst files.Jochen Topf2014-05-13
| | | | | | | | | 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.
* Add code to create maps for tags.Jochen Topf2014-05-12
| | | | | | | 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.
* Create list of frequent tags.Jochen Topf2014-05-11
| | | | This can later be used to create maps for them.
* Ignore Tag templates without tagJochen Topf2014-04-30
|
* Update language registry URLJochen Topf2014-02-17
|
* Update languages.sqlAndreas Abraham2013-10-29
| | | Added language names which are not yet in the table.
* Make min_tag_combination_count configurable at runtimeJochen Topf2013-10-07
|
* fix master update.shJochen Topf2013-05-27
|
* Make minimum number of tags/relations of some type needed for some ↵Jochen Topf2013-05-27
| | | | statistics configurable.
* Remove part of the Merkaartor code. This was never used and the Merkaartor ↵Jochen Topf2013-05-27
| | | | editor is no longer maintained.
* Bugfix: Wiki parser choked on templates in wrong spotJochen Topf2013-02-23
|
* Set :create_additions => false for JSON parse, because we don't need it and ↵Jochen Topf2013-02-23
| | | | it might lead to security problems
* It seems the mediawiki API has changed and this fixes itJochen Topf2013-02-10
|
* Only include date in history_stats tableJochen Topf2013-01-24
|
* Add history database to update scriptsJochen Topf2013-01-24
|
* Updated ruby import scriptsJochen Topf2013-01-24
| | | | | | * Removed rubygems require which isn't needed any more in Ruby 1.9 * Updated transaction syntax to use blocks * Updated copyright year
* Add in_wiki and in_wiki_en columns to tags and selected_tags tableJochen Topf2013-01-24
|
* Remove now superfluous perl scriptJochen Topf2013-01-24
|
* Reimplemented update_characters in Ruby.Jochen Topf2013-01-23
| | | | | Now that we are using Ruby 1.9 we have the necessary Unicode support and can get rid of the last Perl dependency.
* Use ruby instead of perl in master update scriptJochen Topf2013-01-22
|
* Allow overriding of ruby version in update scriptsJochen Topf2013-01-22
|