UNPKG

carthorse

Version:

A geospatial trail data processing pipeline for building 3D trail databases with elevation data

18 lines 427 B
export declare function calculateInitialViewBbox(mainBbox: { minLng: number; maxLng: number; minLat: number; maxLat: number; }): { minLng: number; maxLng: number; minLat: number; maxLat: number; }; export declare function getValidInitialViewBbox(dbValue: any, mainBbox: { minLng: number; maxLng: number; minLat: number; maxLat: number; }): any; //# sourceMappingURL=bbox.d.ts.map