diff options
author | Jochen Topf <jochen@topf.org> | 2010-10-04 23:13:16 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2010-10-04 23:13:16 +0200 |
commit | 4e2bc8d15cd15141f95414b02924e8cb61afc3ba (patch) | |
tree | 0344540e2a23a0515bad17fcc884c312841a4446 /README | |
parent | 9918c2c4c266a29848ce39fe2496876c66c3a48e (diff) | |
download | taginfo-4e2bc8d15cd15141f95414b02924e8cb61afc3ba.tar taginfo-4e2bc8d15cd15141f95414b02924e8cb61afc3ba.tar.gz |
style changes
Diffstat (limited to 'README')
-rw-r--r-- | README | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -2,6 +2,22 @@ Taginfo ======= +Brings together information about OpenStreetMap tags and makes it searchable and browsable. + +Documentation: http://wiki.openstreetmap.org/wiki/Taginfo +Live System: http://taginfo.openstreetmap.de/ + + +FILES +----- + +* sources + import scripts + +* web + Web User Interface and API + + PREREQUISITES ------------- @@ -20,3 +36,26 @@ Debian/Ubuntu packages: Gems: gem install mongrel rack sinatra + +DATA IMPORT +----------- + + +WEB USER INTERFACE +------------------ + +You need a 'data' directory in the parent directory of the directory where +this README is. It must contain the sqlite database files created in the +data import step or downloaded from http://taginfo.openstreetmap.de/download . + +To start the web user interface: +cd web +./taginfo.rb + + +AUTHOR +------ + +Jochen Topf <jochen@remote.org> +http://wiki.openstreetmap.org/wiki/User:Joto + |