1.0.2 • Published 9 years ago

landspeed v1.0.2

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

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
1.0.2

9 years ago

1.0.1

9 years ago