UNPKG

mbtiles-terrain-server

Version:

Import terrain tiles from a folder, and serve them either as TMS or slippy maps.

7 lines (6 loc) 186 B
import { ICommandOptions } from './cli'; export declare class TilesServer { private options; constructor(options: ICommandOptions); private startServer(db, options); }