Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Mar 19, 2019
1 parent d6299a7 commit 5d93db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/geo-layers/src/tile-layer/tile-layer.js
Expand Up @@ -10,7 +10,7 @@ const defaultProps = {
onTileError: {type: 'function', value: err => console.error(err)},
maxZoom: null,
minZoom: 0,
maxCacheSize: {type: 'number', min: 0, value: null}
maxCacheSize: null
};

export default class TileLayer extends CompositeLayer {
Expand Down

0 comments on commit 5d93db4

Please sign in to comment.