| Commit message (Expand) | Author | Age |
... | |
* | Refactoring: Add get_first_i() function to sql lib. | Jochen Topf | 2014-05-17 |
* | Take filter into account when linking to overpass turbo wizard. | Jochen Topf | 2014-05-16 |
* | Add cookie-base comparison list. | Jochen Topf | 2014-05-16 |
* | Move "key_comparison" to just "comparison". | Jochen Topf | 2014-05-16 |
* | Extent key comparison to also work for tags. | Jochen Topf | 2014-05-16 |
* | Don't show map on key comparison page if there isn't one. | Jochen Topf | 2014-05-16 |
* | Add request url to API json output. | Jochen Topf | 2014-05-16 |
* | Better display of prevalent values on key comparison page. | Jochen Topf | 2014-05-16 |
* | Add Key Comparison page.•••This allows comparing of two or more (up to five) keys on one page.
No link currently points to this page.
| Jochen Topf | 2014-05-15 |
* | Use different overpass turbo call when numbers of objects is small.•••When there aren't too many objects with a given key or tag, use the new wizard
interface of overpass turbo, which runs automatically in global context and
automatically zooms to the results. This is much nicer and easier.
If there are too many objects, we keep the old behaviour. Unfortunately this
is rather confusing. Maybe we can figure out something better...
| Jochen Topf | 2014-05-15 |
* | Return false from event handler. | Jochen Topf | 2014-05-14 |
* | Fix calculation of relations of given type. | Jochen Topf | 2014-05-14 |
* | Add "Level0 Editor" button to key and tag pages.•••This allows easy editing of tags, for instance when there are typos. If you
click on this link an Overpass API call will be made to find the object IDs for
the objects with this key/tag and then the Level0 editor will be opened in a
new window with those objects. To not overwhelm the Overpass API or the Level0
editor, the link will only be active if there are less then a configurable
number of objects with the given key/tags.
| Jochen Topf | 2014-05-14 |
* | Add support for showing geo distribution of tags.•••This adds all the necessary code but it is still disabled.
| Jochen Topf | 2014-05-13 |
* | Change title on overpass turbo image link. | Jochen Topf | 2014-05-13 |
* | Add API call to get maps of tag distributions. | Jochen Topf | 2014-05-12 |
* | Remove old API versions (2 and 3).•••The API v4 has been available since January 2013. Enough time to switch over.
| Jochen Topf | 2014-05-12 |
* | Fix two more places where hard coded http:// urls to wiki were used. | Jochen Topf | 2014-02-23 |
* | Add git commit SHA to /taginfo output•••This way we can see what software version the server is running.
| Jochen Topf | 2014-02-17 |
* | Remove part of the Merkaartor code. This was never used and the Merkaartor ed... | Jochen Topf | 2013-05-27 |
* | Add /taginfo/status to check for database age | Jochen Topf | 2013-04-08 |
* | Added alpha version of tags/list api call that helps with building map-featur... | Jochen Topf | 2013-02-25 |
* | Set :create_additions => false for JSON parse, because we don't need it and i... | Jochen Topf | 2013-02-23 |
* | Fixed mixed escaping errors | Jochen Topf | 2013-02-14 |
* | Add turbo link to tools | Jochen Topf | 2013-02-13 |
* | Fixed another case of null in description as in last commit | Jochen Topf | 2013-02-11 |
* | Fix for #21: Description returned null | Jochen Topf | 2013-02-10 |
* | Fix escaping of JOSM icons and colors | Jochen Topf | 2013-02-04 |
* | Hide unfinished reports.•••Reports without sources are now "hidden", ie. they are not visible in the list
of reports. But if you know the URL you can access them. This allows them to be
tested before they are publicly released. Similarly APIs being tested can now
use the API version 0, which will make them invisible in the API documentation.
| Jochen Topf | 2013-01-31 |
* | Fix escaping•••Some data was HTML-escaped in the API results. Now data in API results is
(hopefully) all raw and clients have to escape as needed. One client is,
obviously, taginfo itself and a few places have been changed to do the
right escaping now.
Fixes #19.
| Jochen Topf | 2013-01-30 |
* | Add in_wiki column to key values view | Jochen Topf | 2013-01-24 |
* | Only ask for wikipages that could exist in key/values api call. | Jochen Topf | 2013-01-24 |
* | Add in_wiki column to tags | Jochen Topf | 2013-01-24 |
* | Put SQL queries into their own log, add date to log names | Jochen Topf | 2013-01-24 |
* | Add view for embedding relation info in wiki | Jochen Topf | 2013-01-23 |
* | Another place, same bug #16 | Jochen Topf | 2013-01-23 |
* | Fix for #16: Do not escape some wiki urls | Jochen Topf | 2013-01-23 |
* | Make SQL query logging configurable | Jochen Topf | 2013-01-20 |
* | Add link to relation type page from tag page | Jochen Topf | 2013-01-20 |
* | Split up keys_tags.rb | Jochen Topf | 2013-01-20 |
* | Add wiki tab to relation page | Jochen Topf | 2013-01-20 |
* | Bugfix: Relation roles | Jochen Topf | 2013-01-19 |
* | Fix calculation for relation roles graph | Jochen Topf | 2013-01-19 |
* | Rename (key|tag)pairs to (key|tag)_combinations | Jochen Topf | 2013-01-19 |
* | Join common jquery js files into one | Jochen Topf | 2013-01-19 |
* | Include fewer js files | Jochen Topf | 2013-01-19 |
* | Add cool member role chart | Jochen Topf | 2013-01-19 |
* | Fix for #14 (NaN on API call) | Jochen Topf | 2013-01-18 |
* | Remove test/tags page | Jochen Topf | 2013-01-18 |
* | Add support for relation type images | Jochen Topf | 2013-01-18 |