Subversion Repositories eFlore/Applications.cel

Rev

Rev 2324 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2324 Rev 2327
Line 33... Line 33...
33
		},
33
		},
34
		panControl: false
34
		panControl: false
35
	},
35
	},
36
	osmMapType = new google.maps.ImageMapType({
36
	osmMapType = new google.maps.ImageMapType({
37
		getTileUrl: function(coord, zoom) {
37
		getTileUrl: function(coord, zoom) {
38
			return "http://osm.tela-botanica.org/tuiles/osmfr/" + // cache de tuiles avec nginx
38
			return "http://osm.tela-botanica.org/tile/" + // cache de tuiles avec nginx
39
			zoom + "/" + coord.x + "/" + coord.y + ".png";
39
			zoom + "/" + coord.x + "/" + coord.y + ".png";
40
		},
40
		},
41
		tileSize: new google.maps.Size(256, 256),
41
		tileSize: new google.maps.Size(256, 256),
42
		isPng: true,
42
		isPng: true,
43
		alt: "OpenStreetMap",
43
		alt: "OpenStreetMap",