QMetaTiles Display
Do you know if the TileLayerPlugin will support Slippy Map or TMS-structured tiles generated via the QGIS QMetaTiles plugin found here:
https://plugins.qgis.org/plugins/QMetaTiles/
My tsv file contains the following line (all tab separated):
Street Map local file:///C:/data/StreetMap/{z}/{y}/{x}.png 1 0 16 -122.8 47 -121.6 47.47
When attempting to render this the TileLayerPlugin states: Failed to download all
Thanks for your assistance with this, and for providing this plugin in general.
In order of z, x. y?
Yes, that's right.
So the local file access should work, correct and that format for seeing the local tiles is correct, i.e. file:/// etc... ?
Yes, the plugin can read tiles in local file system.