mirror of https://gitee.com/antv-l7/antv-l7
chore: update version
This commit is contained in:
parent
06dd158758
commit
907d10c0fd
|
@ -1,2 +1,2 @@
|
|||
const version = '2.2.31';
|
||||
const version = '2.2.32';
|
||||
export { version };
|
||||
|
|
|
@ -14,7 +14,6 @@ export default class HexagonLayerDemo extends React.Component {
|
|||
}
|
||||
}
|
||||
public async componentDidMount() {
|
||||
const testPoint: [number, number] = [113.868222, 22.506306];
|
||||
|
||||
const scene = new Scene({
|
||||
id: 'map',
|
||||
|
|
Loading…
Reference in New Issue