Skip to content

Commit

Permalink
transparent inline error tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjum committed Jan 1, 2017
1 parent f4131b1 commit cc984ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export default class Main extends Component {
<RL.TileLayer
attribution={this.props.attribution}
url={this.props.tilesUrl + this.state.basemap + '/z{z}/{x},{y}.png'}
errorTileUrl={'img/no-tile.png'}
errorTileUrl={'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'}
tileSize={256}
bounds={tileBounds}
minZoom={minZoom}
Expand Down

0 comments on commit cc984ae

Please sign in to comment.