mirror of https://gitee.com/antv-l7/antv-l7
chore: update version
This commit is contained in:
parent
acc86524d6
commit
50d5612f6e
|
@ -1,2 +1,2 @@
|
||||||
const version = '2.2.32';
|
const version = '2.2.33';
|
||||||
export { version };
|
export { version };
|
||||||
|
|
|
@ -14,7 +14,6 @@ export default class HexagonLayerDemo extends React.Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public async componentDidMount() {
|
public async componentDidMount() {
|
||||||
|
|
||||||
const scene = new Scene({
|
const scene = new Scene({
|
||||||
id: 'map',
|
id: 'map',
|
||||||
map: new GaodeMap({
|
map: new GaodeMap({
|
||||||
|
|
Loading…
Reference in New Issue