Skip to content

springmeyer/landspeed.js

Repository files navigation

landspeed.js

A simple WMS server written in node.js

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

Build Status Build Status

Requirements

Install

To install do:

git clone https://github.com/mapbox/landspeed.js.git
cd landspeed.js
npm install

Run

Usage:

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

Demo

OS X:

open demo/leaflet.html && ./server.js demo/world_latlon.xml

Linux:

xdg-open demo/leaflet.html && ./server.js demo/world_latlon.xml