@versatiles/google-cloud
Version:
A server for VersaTiles in Google Cloud Run
15 lines (14 loc) • 573 B
TypeScript
import { Command } from 'commander';
/**
* Entry point for the VersaTiles Google Cloud CLI application.
*
* This script sets up a server to serve files from a specified Google Cloud Storage bucket
* through a Google Load Balancer and Content Delivery Network (CDN). It handles HTTP headers,
* optimizes content compression, and provides a RESTful API interface to serve tiles from
* VersaTiles containers.
*
* For more details, visit:
* https://github.com/versatiles-org/node-versatiles-google-cloud/
*/
export declare const program: Command;