You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ComponentModel.js 219B

1234567891011121314
  1. /**
  2. * @Author: Caven
  3. * @Date: 2020-02-02 16:35:41
  4. */
  5. export default echarts.extendComponentModel({
  6. type: 'GLMap',
  7. getViewer: function() {
  8. return echarts.viewer
  9. },
  10. defaultOption: {
  11. roam: false
  12. }
  13. })