TileLayerPlugin icon indicating copy to clipboard operation
TileLayerPlugin copied to clipboard

QMetaTiles Display

Open toddhay opened this issue 9 years ago • 3 comments

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 tiles - Street Map

Thanks for your assistance with this, and for providing this plugin in general.

toddhay avatar Aug 02 '16 08:08 toddhay

In order of z, x. y?

minorua avatar Aug 02 '16 08:08 minorua

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... ?

toddhay avatar Aug 02 '16 14:08 toddhay

Yes, the plugin can read tiles in local file system.

minorua avatar Aug 03 '16 00:08 minorua