GeoView : Some css correction.
Added places list over the map.
Mapstraction infobull correction.
svn: r13279
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user