UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

10 lines (7 loc) 218 B
const defaultDstPath = "data/dist"; /** Default file location, relative to project root */ const defaultSrcPath = "./project/geographies.json"; export const geographyConfig = { defaultSrcPath, defaultDstPath, };