Feature request #19729
Add provider to add local folder containing XYZ tiles
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/XYZ | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 27554 |
Description
I am able to create tiles using the Qtiles plugin. I would like to be able to use those tiles directly in Qgis. Could the XYZ provider by modified to allow this type of tile layer?
History
#1 Updated by Giovanni Manghi about 6 years ago
- Category changed from Data Provider to Web Services clients/XYZ
#2 Updated by Johannes Kroeger over 5 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
You can do that using "XYZ Tiles" in the Browser. Prepend your local path with file://
and use a templating system like {z}/{x}/{y}.ext
for the full paths. For example file:///tmp/awesome_tiles/{z}/{x}/{y}.png