Skip to content

floodg/nile

 
 

Repository files navigation

nile

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

Requirements

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

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

About

node osm tile server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 31.6%
  • JavaScript 28.8%
  • CoffeeScript 11.5%
  • PLpgSQL 9.6%
  • C++ 8.5%
  • CartoCSS 6.3%
  • Other 3.7%