Skip to content

Commit

Permalink
feat: 优化地图填充算法,使用trampoline的方式,不再采用递归
Browse files Browse the repository at this point in the history
  • Loading branch information
alexganggao committed Jul 12, 2021
1 parent 3280aee commit 9e07c23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export default class App extends React.Component<IAppProps, MainMapState> {
mapData={realData}
showLabel={true}
showLine={true}
mapWidth={document.body.clientWidth}
mapHeight={document.body.clientHeight}
gridSize={10}
ref={this.mainMapRef}
lifeCycle={{
Expand Down

0 comments on commit 9e07c23

Please sign in to comment.