This QGIS plugin allows you to access to the tiled map images by installing MapProxy to local PC.
By using MapProxy, the tiled map images can delivered as wms service. So QGIS will also be able to access them easily.
MapProxy is installed by virtualenv, so your python enviroment is not polluted.
- Download source from https://github.com/tmizu23/mapproxy_plugin/archive/master.zip
- Unzip and rename the folder to "mapproxy_plugin". Then put it to QGIS plugin directory ($HOME/.qgis2/python/plugins/)
- Run QGIS (>=2.0)
- Activate MapProxy Plugin from QGIS Plugin Menu
- Install MapProxy from QGIS Plugin Menu --> MapProxy plugin. This install needs only one time.
- Run MapProxy server from QGIS Plugin Menu --> MapProxy plugin. If success, Layers are added.
- Select layer you want from QGIS Plugin Menu --> MapProxy plugin
You can set the layers by configuring the mapproxy yaml file.
- Make yaml file. Refer to http://mapproxy.org/docs/nightly/index.html
- Put it into project directory (.qgis2/python/plugins/mapproxy_plugin/project/)
yaml file restriction
- Set "wms" services
- Set "srs" into "services --> wms"
- "layers --> name" is used to QGIS layer name
- "layers --> title" is used to Plugin menu's layer name
mapproxy is running by this command "mapproxy-util serve-multiapp-develop project"
This is MIT LICENSE.