Fixed browser compatiblity for Firefox with several cleanups, added jQuery and readded follow-boxes.

This commit is contained in:
FrozenCow 2010-12-31 13:33:51 +01:00
parent 453fe2c1c0
commit 6b6979ac3a
5 changed files with 644 additions and 481 deletions

View file

@ -53,6 +53,10 @@ CustomMarker.prototype.setPosition = function(p) {
}
};
CustomMarker.prototype.getPosition = function(p) {
return this.latlng_;
};
CustomMarker.prototype.hide = function() {
if (this.div_ && !this.isHidden) {
this.div_.style.display = 'none';