Fixed browser compatiblity for Firefox with several cleanups, added jQuery and readded follow-boxes.
This commit is contained in:
parent
453fe2c1c0
commit
6b6979ac3a
5 changed files with 644 additions and 481 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue