1.0.6 • Published 10 years ago

mapnik-tiles v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago