Info.js 309 B

12345678910111213141516171819
  1. /**
  2. * @module KMap/Info
  3. * @description api基本信息
  4. */
  5. /**
  6. * @const
  7. * @version
  8. * @type {string}
  9. * @description 版本
  10. */
  11. export const version = "KMap 1.0 Base On OpenLayers6.14.1"
  12. /**
  13. * @const
  14. * @type {string}
  15. * @description 原生引擎名称
  16. */
  17. export const srcApiName = "OpenLayers6.14.1"