Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2326 → Rev 2327

/branches/v2.4-fourche/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/tuiles/osmfr/" + // cache de tuiles avec nginx
return "http://osm.tela-botanica.org/tile/" + // cache de tuiles avec nginx
zoom + "/" + coord.x + "/" + coord.y + ".png";
},
tileSize: new google.maps.Size(256, 256),
/branches/v2.4-fourche/widget/modules/cartopoint/squelettes/scripts/carto.js
35,7 → 35,7
},
osmMapType = new google.maps.ImageMapType({
getTileUrl: function(coord, zoom) {
return "http://osm.tela-botanica.org/tuiles/osmfr/" + // cache de tuiles avec nginx
return "http://osm.tela-botanica.org/tile/" + // cache de tuiles avec nginx
zoom + "/" + coord.x + "/" + coord.y + ".png";
},
tileSize: new google.maps.Size(256, 256),