tilemap.src.js 298 B

1234567891011121314
  1. /**
  2. * @license Highmaps JS v8.1.2 (2020-06-16)
  3. * @module highcharts/modules/tilemap
  4. * @requires highcharts
  5. * @requires highcharts/modules/map
  6. *
  7. * Tilemap module
  8. *
  9. * (c) 2010-2019 Highsoft AS
  10. *
  11. * License: www.highcharts.com/license
  12. */
  13. 'use strict';
  14. import '../../modules/tilemap.src.js';