Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2282 → Rev 2283

/trunk/widget/modules/carto/squelettes/scripts/carto.js
12,7 → 12,7
var carteCentre = new google.maps.LatLng(46.4, 3.10);
var carteOptions = {
zoom: 6,
mapTypeId: google.maps.MapTypeId.ROADMAP,
mapTypeId: 'OSM',
mapTypeControlOptions: {
mapTypeIds: ['OSM',
google.maps.MapTypeId.ROADMAP,
/trunk/widget/modules/cartopoint/squelettes/scripts/carto.js
18,7 → 18,7
carteOptions = {
zoom: 3,
center:carteCentre,
mapTypeId: google.maps.MapTypeId.ROADMAP,
mapTypeId: 'OSM',
mapTypeControlOptions: {
mapTypeIds: ['OSM',
google.maps.MapTypeId.ROADMAP,