Maps colors improved
This commit is contained in:
parent
7df050a2b1
commit
7ce9317876
5 changed files with 14 additions and 9 deletions
|
|
@ -117,7 +117,7 @@ class Fire extends React.Component {
|
|||
nasa={false}
|
||||
falsePositives
|
||||
/>
|
||||
<DefMapLayers gray={false} />
|
||||
<DefMapLayers satellite />
|
||||
</Map>
|
||||
<p>{t('Coordenadas:')} {fire.lat}, {fire.lon}</p>
|
||||
{(fire.type === 'modis' || fire.type === 'viirs') &&
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ class FiresMap extends React.Component {
|
|||
falsePositives={false}
|
||||
/>
|
||||
</Fragment> }
|
||||
<DefMapLayers />
|
||||
<DefMapLayers gray />
|
||||
<Control position="topright" >
|
||||
<ButtonGroup>
|
||||
<CenterInMyPosition onClick={viewport => this.centerOnUserLocation(viewport)} onlyIcon {... this.props} />
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ class SubscriptionsMap extends React.Component {
|
|||
wakeMessageTouch={this.props.t('Pulsa para activar')}
|
||||
sleepOpacity={0.6}
|
||||
>
|
||||
<DefMapLayers />
|
||||
<DefMapLayers gray />
|
||||
<Control position="topright" >
|
||||
<ButtonGroup>
|
||||
<CenterInMyPosition onClick={viewport => this.centerOnUserLocation(viewport)} onlyIcon {... this.props} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue