compressed tippecanoe tiles served locally
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -8,14 +8,26 @@ | ... | @@ -8,14 +8,26 @@ |
"start": "node pgserver.js", | "start": "node pgserver.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"nodemonConfig": { | |||
"ignore": [ | |||
"public/tiles", | |||
"tiles" | |||
] | |||
}, | |||
"author": "Anne Blankert, Geodan", | "author": "Anne Blankert, Geodan", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"@mapbox/mbtiles": "^0.12.1", | |||
"@mapbox/sphericalmercator": "^1.1.0", | "@mapbox/sphericalmercator": "^1.1.0", | ||
"@turf/bbox": "^6.0.1", | |||
"@turf/turf": "^5.1.6", | |||
"compression": "^1.7.4", | |||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"geojson2mvt": "0.0.4", | |||
"morgan": "^1.9.1", | "morgan": "^1.9.1", | ||
"nodemon": "^1.19.2", | "nodemon": "^1.19.2", | ||
"path": "^0.12.7", | |||
"pg": "^7.12.1" | "pg": "^7.12.1" | ||
} | } | ||
} | } |
public/outC.mbtiles
0 → 100644
File added
Please register or sign in to comment