Fix wrong grey tiles
This commit is contained in:
parent
b9457fe141
commit
4cbbe65fa3
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ class DefMapLayers extends Component {
|
|||
<TileLayer
|
||||
opacity={defOpacity}
|
||||
attribution="© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors"
|
||||
url="https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png"
|
||||
// url="https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png"
|
||||
url="https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png"
|
||||
/>
|
||||
</BaseLayer>);
|
||||
const osmlayer = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue