aboutsummaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAge
* Add JOSM main mappaint style to projects list.Jochen Topf2014-09-18
* Addition error detection for projects. Better display of projects.Jochen Topf2014-09-14
* Add some statistics for project source.Jochen Topf2014-09-14
* Removed unused Potlatch-related code.Jochen Topf2014-09-14
* 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.•••SQL Function instr() isn't available in old sqlite versions. Jochen Topf2014-09-07
* 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.•••Not needed anyway at the moment and older versions of sqlite don't handle WHERE clause. Jochen Topf2014-08-21
* Add https support for project filesJochen Topf2014-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 Topf2014-08-21
* 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.•••Their functionality is now in selection.sql. Jochen Topf2014-05-13
* 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.•••This effectively disables built-in macros that can mess up the result. Jochen Topf2014-05-13
* Fix selection db path and general cleanups in update scripts.Jochen Topf2014-05-13
* The tagstats binary is no longer available in the repository.•••You have to compile it yourself. Jochen Topf2014-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 Topf2014-05-13
* Remove defunct merkaartor source files.Jochen Topf2014-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 Topf2014-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 Topf2014-05-12
* Create list of frequent tags.•••This can later be used to create maps for them. Jochen Topf2014-05-11
* Ignore Tag templates without tagJochen Topf2014-04-30
* Update language registry URLJochen Topf2014-02-17
* Update languages.sql•••Added language names which are not yet in the table.Andreas Abraham2013-10-29
* 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 statistics...Jochen Topf2013-05-27
* Remove part of the Merkaartor code. This was never used and the Merkaartor ed...Jochen Topf2013-05-27
* 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 i...Jochen Topf2013-02-23
* 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 scripts•••* Removed rubygems require which isn't needed any more in Ruby 1.9 * Updated transaction syntax to use blocks * Updated copyright year Jochen Topf2013-01-24
* Add in_wiki and in_wiki_en columns to tags and selected_tags tableJochen Topf2013-01-24