blob: 82a0d3efbf31f21b06077ac949231c022a724d2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
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
-------------
Uses
* Mongrel
* Sinatra web framework http://www.sinatrarb.com/
* jQuery (www.jquery.com), necessary files are included
* Flexigrid (Originally from http://code.google.com/p/flexigrid/
http://www.flexigrid.info/ , the version used and included
is the one from http://github.com/joto/flexigrid with
some bugfixes.)
Icon from:
http://www.openclipart.org/detail/20131
Debian/Ubuntu packages:
rubygems
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
THANKS
------
Stefano Tampieri - for the Italian translation
AUTHOR
------
Jochen Topf <jochen@remote.org>
http://wiki.openstreetmap.org/wiki/User:Joto
|