netconstructor / landspeed.js

Dynamic map requests for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

landspeed.js

A simple WMS server written in node.js

Only supports WMS 1.1 GetMap requests (bbox, width, height, and srs).

Requirements

Install

Install npm if you don't have it already:

wget http://npmjs.org/install.sh
sudo sh install.sh

Use npm to install node-mapnik and eio locally:

npm install

Run

./server.js <stylesheet.xml> <port> <concurrency>

About

Dynamic map requests for node.js