ssl in bw map
This commit is contained in:
parent
c67609b417
commit
fc9f3f1aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class DefMapLayers extends Component {
|
|||
<BaseLayer checked={this.props.gray} name={t('Mapa gris de OpenStreetMap')}>
|
||||
<TileLayer
|
||||
attribution="© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors"
|
||||
url="http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png"
|
||||
url="https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png"
|
||||
/>
|
||||
</BaseLayer>);
|
||||
const osmlayer = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue