GeoView : Some css correction.

Added places list over the map.
          Mapstraction infobull correction.


svn: r13279
This commit is contained in:
Serge Noiraud
2009-09-30 21:41:50 +00:00
parent 1e5b2c02ed
commit a70cc55d01
3 changed files with 163 additions and 32 deletions

View File

@@ -4164,9 +4164,7 @@ Marker.prototype.toGoogle = function() {
event_action = "click";
}
GEvent.addListener(gmarker, event_action, function() {
gmarker.openInfoWindowHtml(theInfo, {
maxWidth: 100
});
gmarker.openInfoWindowHtml(theInfo);
});
}