Skip to content

Commit

Permalink
chore: 移除冗余引入
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed May 19, 2022
1 parent ef38a16 commit a1e5055
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -5,7 +5,6 @@ describe('scatter layer', () => {
const layer = new ScatterLayer({
source: { data: [], parser: { type: 'json', x: 'x', y: 'y' } },
radius: 12,
// dotType: 'circle',
fillColor: '#fff',
opacity: 1,
strokeColor: 'red',
Expand Down
@@ -1,7 +1,6 @@
import React, { Component } from 'react';
import { Scene, Mapbox } from '@antv/l7';
import { ScatterLayer } from '@antv/l7-composite-layers';
import { Dot } from '@antv/l7plot';

class Earthquake extends Component {
public scene: Scene | undefined;
Expand Down

0 comments on commit a1e5055

Please sign in to comment.