mirror of
https://github.com/booo/node_tile.git
synced 2025-12-08 20:36:15 +00:00
14 lines
331 B
JavaScript
14 lines
331 B
JavaScript
exports.styles = {
|
|
osm : {
|
|
file : '../mapnik/performance_upgrade.xml',
|
|
"MAX_ZOOM" : 18,
|
|
"MIN_ZOOM" : 0,
|
|
expire : 60*60*24 //seconds
|
|
}
|
|
}
|
|
|
|
exports.port = 8000
|
|
exports.host = 'localhost'
|
|
|
|
exports.cacheFile = 'tile.tch'
|