0.0.9 • Published 11 years ago

nile v0.0.9

Weekly downloads
32
License
-
Repository
github
Last release
11 years ago

nile

nile (n(ode )tile) aims to be a tileserver using NodeJS.

Requirements

Nile uses osm - postgis database for rendering, therefor you need a

  • PostgreSQL with PostGIS
  • imported OpenStreetMap data (see Installation)
  • Cairo, needed for node-canvas

    You have to import the OpenStreetMap with the --hstore-match-only or --hstore-all option. Nile uses the tags-column for filtering.

Install

You can simply install nile with

  npm install nile -g

Atfer that you can set up your service by creating a config file a sample configuration can be found at config/sample.json. At the startup the service searches at the folowing paths for a config file.

  • /etc/nile/config.json
  • ./config.json
  • ./config/config.json
  • ./config/sample.json

Run

You can run the service by

nile -s
0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago