Skip to content

Commit

Permalink
Merge 125e6fb into 10d50b5
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 26, 2019
2 parents 10d50b5 + 125e6fb commit cf29385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapchete/formats/default/tile_directory.py
Expand Up @@ -230,14 +230,14 @@ def __init__(

def read(
self,
indexes=None,
resampling="nearest",
tile_directory_zoom=None,
matching_method="gdal",
matching_max_zoom=None,
matching_precision=8,
fallback_to_higher_zoom=False,
resampling="nearest",
validity_check=False,
indexes=None,
dst_nodata=None,
gdal_opts=None,
**kwargs
Expand Down

0 comments on commit cf29385

Please sign in to comment.