Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2322 → Rev 2323

/trunk/widget/modules/carto/squelettes/scripts/carto.js
25,7 → 25,7
var ctaLayer = null;
var osmMapType = new google.maps.ImageMapType({
getTileUrl: function(coord, zoom) {
return "http://osm.tela-botanica.org/tile/" + // cache de tuiles avec nginx
return "http://osm.tela-botanica.org/tuiles/osmfr/" + // cache de tuiles avec nginx
zoom + "/" + coord.x + "/" + coord.y + ".png";
},
tileSize: new google.maps.Size(256, 256),