Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-10 Thread Pirmin Kalberer
Hi Etienne, Am Mittwoch, 9. April 2014, 21.56:00 schrieb Etienne Tourigny: I meant heads up... not thumbs up On Wed, Apr 9, 2014 at 9:28 PM, Etienne Tourigny etourigny@gmail.comwrote: Hi Thanks for the thumbs up. Can you explain if using Google Maps with the OpenLayers plugin

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-09 Thread Pirmin Kalberer
Hi Etienne, Am Montag, 7. April 2014, 18.45:05 schrieb Etienne Tourigny: I have put together a simple plugin to load a number of TMS layers using the GDAL TMS mini-driver [1]. I see it as a simple alternative to the more complete OpenLayers plugin. Code is at github for now [2]. Any

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-09 Thread Etienne Tourigny
Hi Thanks for the thumbs up. Can you explain if using Google Maps with the OpenLayers plugin respects their TOS? Do you have any links for Google TOS using both tiles and web view (used in OpenLayers)? thanks Etienne On Wed, Apr 9, 2014 at 7:59 PM, Pirmin Kalberer pi...@sourcepole.comwrote:

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-09 Thread Etienne Tourigny
I meant heads up... not thumbs up On Wed, Apr 9, 2014 at 9:28 PM, Etienne Tourigny etourigny@gmail.comwrote: Hi Thanks for the thumbs up. Can you explain if using Google Maps with the OpenLayers plugin respects their TOS? Do you have any links for Google TOS using both tiles and web

[Qgis-developer] new plugin Load TMS Layer

2014-04-07 Thread Etienne Tourigny
I have put together a simple plugin to load a number of TMS layers using the GDAL TMS mini-driver [1]. I see it as a simple alternative to the more complete OpenLayers plugin. Code is at github for now [2]. Any suggestions are welcome (including plugin name). Also if you have any other working

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-07 Thread Mathieu Pellerin
Nice, few comments (based on my previous uses of the GDAL TMS mini-driver): - your plugin should make sure the loaded layer is assigned the proper projection (mostly pseudo-mercator); failing to do so will leave must users unable to understand why the TMS rendering fails - that would also switch

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-07 Thread Etienne Tourigny
Matthieu, Thanks for your input! I will change the project CRS by default but make it optional. Do you have a xml file for the TMS of the Global Forest Change, or any info on what server it uses or at least the path? While working on it I realized the power of the caching - I am taking