-
Notifications
You must be signed in to change notification settings - Fork 35
Description
when i use the command
rio mbtiles --zoom-levels 1..5 -j 8 1.tif -o 2.mbtiles
it comes out with a few warnings like
D:\Anaconda\envs\rio\lib\site-packages\mercantile\__init__.py:79: FutureWarning: Mercantile 2.0 will require tile x and y to be within the range (0, 2 ** zoom) FutureWarning, D:\Anaconda\envs\rio\lib\site-packages\mercantile\__init__.py:79: FutureWarning: Mercantile 2.0 will require tile x and y to be within the range (0, 2 ** zoom) FutureWarning, D:\Anaconda\envs\rio\lib\site-packages\mercantile\__init__.py:79: FutureWarning: Mercantile 2.0 will require tile x and y to be within the range (0, 2 ** zoom) FutureWarning,
And the mbtiles format result cannot be opened for missing tiles table.
I know few about this field, please help me if you know why this happens, thank you!