Use gmaps in fire page for better false positive detection
This commit is contained in:
parent
0a7f6b8e40
commit
7df050a2b1
2 changed files with 4 additions and 4 deletions
|
|
@ -56,9 +56,9 @@ class DefMapLayers extends Component {
|
|||
<GoogleLayer googlekey={this.state.gkey} maptype="TERRAIN" />
|
||||
</BaseLayer> }
|
||||
{ this.state.gkey &&
|
||||
<BaseLayer name={t('Mapa de satélite de Google')}>
|
||||
<GoogleLayer googlekey={this.state.gkey} maptype="SATELLITE" />
|
||||
</BaseLayer> }
|
||||
<BaseLayer name={t('Mapa de satélite de Google')} checked={!this.props.gray}>
|
||||
<GoogleLayer googlekey={this.state.gkey} maptype="SATELLITE" />
|
||||
</BaseLayer> }
|
||||
</LayersControl>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue