1.1.1 • Published 10 years ago

terraformer-geostore-leveldb v1.1.1

Weekly downloads
4
License
BSD
Repository
github
Last release
10 years ago

LevelDB GeoStore for Terraformer

This is an experimental LevelDB plugin got Terraformer's GeoStore. Should work in the browser with browserify (thanks @calvinmetcalf).

browser support

Install

npm install --save terraformer-geostore-leveldb leveldown

Note that it does not come bundled with leveldown by default, you need to install that too.

Usage

var LevelStore = require('terraformer-geostore-leveldb');

var store = new GeoStore({
  store: new LevelStore("buildings"),
  index: RTree()
});

Developing

run tests with npm test, it will run the node and browser tests.

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

11 years ago

0.0.1

11 years ago