This package has been deprecated

Author message:

terraformer-geostore-leveldb is deprecated and no longer supported.

terraformer-geostore-leveldb

1.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i terraformer-geostore-leveldb

Weekly Downloads

0

Version

1.1.1

License

BSD

Last publish

Collaborators

  • esri_dev