Minor changes in individual Fire map style/usability

This commit is contained in:
vjrj 2018-02-19 16:12:09 +01:00
parent d65ae4693c
commit 8b26accb78
2 changed files with 6 additions and 4 deletions

View file

@ -100,7 +100,8 @@ class Fire extends React.Component {
center={[fire.lat, fire.lon]}
color="red"
fillColor="red"
fillOpacity={0.1}
fillOpacity={0.0}
interactive={false}
radius={fire.scan ? fire.scan * 1000 : 300}
/>
</Fragment>