Skip to content

Instantly share code, notes, and snippets.

@rsimon
Last active August 29, 2015 14:08
Show Gist options
  • Save rsimon/8185e9f56407f5f37bb1 to your computer and use it in GitHub Desktop.
Save rsimon/8185e9f56407f5f37bb1 to your computer and use it in GitHub Desktop.
  • Install the Tile Layer Plugin
  • The tile layer plugin needs to be configured with tile sources. Configuration works via tab-separated-value (.tsv) files. Locate the plugin's default .tsv directory. This depends on you platform, but will ususally be some place like:
.qgis2/python/plugins/TileLayerPlugin/layers/
C:\Users\rsimon\.qgis2/pyhton/plugins/TileLayerPlugin/layers
  • Add a file called dare.tsv with the following content. (Note: separators are tabs!)
DARE	http://pelagios.org/tilesets/imperium/{z}/{x}/{y}.png	1	3	11
  • Add the DARE layer via Web > TileLayerPlugin > Add Tile Layer.

  • Be sure to change the projection to EPSG 3857 ("WGS84 / Pseudo Mercator" in QGIS)

  • BUT still import data from our CSVs as EPSG:4326!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment