Minor refactor
This commit is contained in:
parent
266707052c
commit
8903c765e3
1 changed files with 1 additions and 2 deletions
|
|
@ -140,13 +140,12 @@ class Fire extends React.Component {
|
||||||
>
|
>
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<GeoJSON
|
<GeoJSON
|
||||||
|
ref={(circle) => { this.circle = circle; this.handleLeafletCircleLoad(circle); }}
|
||||||
data={rect}
|
data={rect}
|
||||||
color="red"
|
color="red"
|
||||||
stroke
|
stroke
|
||||||
width="1"
|
width="1"
|
||||||
|
|
||||||
fillOpacity="0.0"
|
fillOpacity="0.0"
|
||||||
ref={(circle) => { this.circle = circle; this.handleLeafletCircleLoad(circle); }}
|
|
||||||
/>
|
/>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
<FireList
|
<FireList
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue