I'm looking for a way to display one of my Mapbox map in QGis (baselayer edited on mapbox.com & data uploaded from tilemill).
Did someone here already find a way ? Is there a feature or a plugin to do that ?
Thanks for your future answers !
Adrien
Yesterday, I found two solutions by myself :
1) the pretty official "TileLayer Plugin" QGis plugin
You'll have to write a TSV file (Tab Separated Values) with, at least, the name, the credits and the URL of your Mapbox map. The URL should look like :
You just have to replace mapboxId and mapId with your ids. See the github repository of the plugin for further informations and values to add to your TSV file (minZoom, maxZoom, etc).
Then, in the "settings" menu of the plugin, link the plugin to the directory of your TSV file ("external layers directory").
Finally, in the "add" menu of the plugin, select your map and click "add".
2) a XML file which is interpreted as a raster
Write a XML file with this code :
Once again, replace the ids with yours. Then, open the file in QGis as a raster.