feat: 调整点图层 version 的引入

This commit is contained in:
2912401452 2021-12-21 14:45:42 +08:00
parent 15f636df6b
commit 0694d90b9a
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import pointFillVert from '../shaders/fill_vert.glsl';
import { isNumber } from 'lodash';
import { mat4, vec3 } from 'gl-matrix';
import { Version } from '../../../../maps/src/version';
import { Version } from '@antv/l7-maps';
interface IPointLayerStyleOptions {
opacity: styleSingle;
strokeWidth: styleSingle;

View File

@ -1,3 +1,4 @@
import { Version } from './version';
import GaodeMap from './amap/';
// import GaodeMapV1 from './amap/';
import GaodeMapV2 from './amap2/';
@ -6,6 +7,6 @@ import Earth from './earth/';
import Map from './map/';
import Mapbox from './mapbox/';
export { GaodeMap, GaodeMapV2, Mapbox, Map, Earth };
export { Version, GaodeMap, GaodeMapV2, Mapbox, Map, Earth };
// export { GaodeMap, GaodeMapV2, Mapbox, Map };
// export { Map };