@mapbox/tilelive-overlay
Version:
use geojson and simplestyle features rendered with mapnik
36 lines (35 loc) • 818 B
JSON
{
"name": "@mapbox/tilelive-overlay",
"version": "2.3.0",
"description": "use geojson and simplestyle features rendered with mapnik",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/tilelive-overlay.git"
},
"keywords": [
"tilelive",
"mapnik",
"geo",
"overlay"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/tilelive-overlay/issues"
},
"homepage": "https://github.com/mapbox/tilelive-overlay",
"devDependencies": {
"benchmark": "~1.0.0",
"mapnik": "3.x || 4.x",
"queue-async": "~1.0.7",
"tap": "~0.4.8"
},
"dependencies": {
"@mapbox/geojson-mapnikify": "^2.1.0",
"@mapbox/sphericalmercator": "^1.1.0"
}
}