1.0.6 • Published 9 years ago

mapnik-tiles v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Generate Tiles with Mapnik and GeoJSON

Uses geojson to create a tile in either PNG, PBF, or UTF Grid formats.

Install

npm install mapnik-tiles

Usage

var tiles = require('mapnik-tiles');

var params = {
  format: 'png',
  name: 'tile-layer',
  z: 5,
  x: 5,
  y: 12
};

tiles.generate(geojson, params, callback); 

Test

npm test
1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago