highcharts
Version:
JavaScript charting framework
38 lines (37 loc) • 545 B
JavaScript
/* *
*
*
* */
;
/* *
*
* Imports
*
* */
import OpenStreetMap from './OpenStreetMap.js';
import Stamen from './Stamen.js';
import LimaLabs from './LimaLabs.js';
import Thunderforest from './Thunderforest.js';
import Esri from './Esri.js';
import USGS from './USGS.js';
/* *
*
* Constants
*
* */
/** @internal */
const tilesProviderRegistry = {
Esri,
LimaLabs,
OpenStreetMap,
Stamen,
Thunderforest,
USGS
};
/* *
*
* Default Export
*
* */
/** @internal */
export default tilesProviderRegistry;