Feature request #19729

Add provider to add local folder containing XYZ tiles

Added by Ed B over 5 years ago. Updated about 5 years ago.

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 over 5 years ago

  • Category changed from Data Provider to Web Services clients/XYZ

#2 Updated by Johannes Kroeger about 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

Also available in: Atom PDF