Skip to content

Commit

Permalink
espacio malo
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Nov 25, 2010
1 parent f298089 commit f804acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fed/influencia.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
var centro = map.getCenter();
url = 'http://maps.google.com/maps/api/staticmap?center='+centro.lat().toFixed(2)+','+centro.lng().toFixed(2)+'&size=600x500&maptype=roadmap';
if (markers.length>90){
alert('La cantidad de puntos a superado el limite.\n Actual: '+markers.length+'\nMax: 90');
alert('La cantidad de puntos a superado el limite.\nActual: '+markers.length+'\nMax: 90');
for (i=0; i < 90; i++){
url += '&markers='+markers[i][0].toFixed(2)+','+markers[i][1].toFixed(2)+'';
}
Expand Down

0 comments on commit f804acf

Please sign in to comment.