config.js 422 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
const mapSetting = {
  zooms: [14],
  mapSettings: {
    mapStyle: 'amap://styles/74fae00a851749793870b658f9f22d55',
    pipeStyle: 'image',
    viewMode: '2D',
  },
  propertysName: ['所在位置', '开关状态', '编号', '口径'],
  showSearchFileds: ['开关状态', '编号', '口径'],
  showFileds: ['编号'],
  contextMenu: true,
  theme: 'dark',
  radius: 120,
  isEdit: false,
};

export default mapSetting;