tilelive-omnivore

3.1.0 • Public • Published

tilelive-omnivore

Implements the tilelive api for a variety of raw data sources

Build Status

Install

npm install -g tilelive-omnivore

Example

var Omnivore = require('tilelive-omnivore');
var filepath = '/absolute/path/to/geographic/data';
var uri = 'omnivore://' + filepath;
 
new Omnivore(uri, function(err, source) {
  source.getInfo(function(err, info) {
    console.log(info);
  });
});

Using the command line will output the XML directly to your shell.

mapnik-omnivore <filepath>

Works with

any file supported by mapnik-omnivore

Command Line

/tilelive-omnivore/

    Package Sidebar

    Install

    npm i tilelive-omnivore

    Weekly Downloads

    18

    Version

    3.1.0

    License

    ISC

    Last publish

    Collaborators

    • mapbox-admin