// function ContentOverlay(gwikidata) {
//     this.g_ = gwikidata;
// }

// ContentOverlay.prototype = new WindowOverlay();


// ContentOverlay.prototype.beforeAdd = function() {
//     var proj = this.getProjection();

//     var markerPos = proj.fromLatLngToDivPixel(this.g_.getLatLng());
//     this.top_ = markerPos.y + 30;
//     this.left_ = markerPos.x + 30;    
// }


// ContentOverlay.prototype.afterAdd = function() {
//     var me = this;
//     // $(this.div_).qtip({
//     //     content: 'Moi',
//     //     show: {
//     //         ready: true
//     //     }
//     // });
//     // $.get(this.g_.getContentUrl(), {}, function(data) {
//     //     $(me.div_).html(data);
//     // });
// }

// ContentOverlay.prototype.draw = function() {
    
// }
