Skip to content
/ taginfo Public
forked from taginfo/taginfo

Brings together information about OpenStreetMap tags and makes it searchable and browsable

License

Notifications You must be signed in to change notification settings

kort/taginfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taginfo

Brings together information about OpenStreetMap tags and makes it searchable and browsable.

Documentation: See the Taginfo page at the OpenStreetMap wiki.

Live System: taginfo.openstreetmap.org

Files

  • /sources - import scripts
  • /web - web user interface and API
  • /examples - some misc example stuff
  • /tagstats - C++ program to create database statistics

Prerequisites

It uses:

  • Ruby (must be at least 1.9.1)
  • Mongrel or Apache2 mod_passenger
  • Sinatra web framework
  • Rack Contrib Gem (for Rack::JSONP)
  • JSON gem (install with gem, Debian/Ubuntu packages are too old and buggy)
  • curl binary
  • sqlite3 binary and ruby libs
  • m4 binary

Install the Debian/Ubuntu packages:

$ sudo apt-get install curl m4 sqlite3 ruby-sqlite3
$ sudo apt-get install ruby-passenger libapache2-mod-passenger

Install the Gems:

$ sudo gem install rack rack-contrib sinatra sinatra-r18n json

There is a developer mailing list: taginfo-dev

Data Import

See Taginfo/Running at OpenStreetMap's wiki.

Web User Interface

You need a /data directory (in the parent directory of the directory where this README.md is). It must contain the sqlite database files created in the data import step or downloaded from page taginfo.openstreetmap.org/download.

To start the web user interface:

$ cd web
$ ./taginfo.rb

Javascript

Taginfo uses the following Javascript libraries:

All the Javascript and CSS needed is already included.

Thanks

Author

Jochen Topf ([email protected]) - Joto

About

Brings together information about OpenStreetMap tags and makes it searchable and browsable

Resources

License

Stars

Watchers

Forks

Packages