minorua / TileLayerPlugin

[QGIS2 Plugin] add a web tile map as a layer onto your map canvas
https://github.com/minorua/TileLayerPlugin/wiki
53 stars 16 forks source link

TileLayers in crs other then epsg:3857 #6

Open rduivenvoorde opened 9 years ago

rduivenvoorde commented 9 years ago

I''ve been trying to use the plugin to view this layer:

http://www.arcgis.com/home/webmap/viewer.html?useExisting=1&layers=11438c615bb243a6b2756579e833e9f3

From this info:

http://tiles.arcgis.com/tiles/nSZVuSZjHpEZZbRo/arcgis/rest/services/TMK1850/MapServer

I can get a boundingbox and zoomlevels, BUT these are in our national crs: EPSG:28992

I failed to get this working with the plugin.

Any ideas? Or is it just not an option currently?

minorua commented 9 years ago

I'm sorry for my ignorance about the tile format of tile service you showed, but this plugin cannot load the tile layer from the service. Supported CRS is EPSG:3857 only, tile size is 256 x 256. Custom map extent and custom zoom level (units-per-pixel) are not supported.