UNPKG

maplibre-gl

Version:

BSD licensed community fork of mapbox-gl, a WebGL interactive maps library

12 lines (9 loc) 226 B
type Config = { MAX_PARALLEL_IMAGE_REQUESTS: number; REGISTERED_PROTOCOLS: {[x: string]: any}; }; const config: Config = { MAX_PARALLEL_IMAGE_REQUESTS: 16, REGISTERED_PROTOCOLS: {}, }; export default config;