[OSM-talk-fr-bzh] Orthophotographie dans umap
Marc Gauthier
mga_geo at yahoo.fr
Lun 17 Fév 13:54:14 UTC 2014
Bonjour à tous,
Sur une version leaflet 0.7.2, l'inversion de signe du y se passe bien :
http://mga.alwaysdata.net/geoportail/exemples/leaflet_gb_tms.html
Par contre dans qgis, j'ai essayé avec un mini-driver gdal (dans
Couche/Ajouter une couche raster) et cela ne fonctionne pas.
Mon mini-driver :
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>http://tile.geobretagne.fr/gwc02/service/tms/1.0.0/satellite@EPSG%3A3857@jpeg/{zoom}/{x}/{-y}.jpg</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-20037508.34</UpperLeftX>
<UpperLeftY>20037508.34</UpperLeftY>
<LowerRightX>20037508.34</LowerRightX>
<LowerRightY>-20037508.34</LowerRightY>
<TileLevel>18</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:900913</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>3</BandsCount>
<Cache />
</GDAL_WMS>
Plus d'informations sur la liste de diffusion Talk-fr-bzh