Hi all
The problem is just with "Google Chrome" but in Firefox the popup
disappeared

i just change the 

C:\Documents and Settings\ ["user"]
\.qgis\python\plugins\openlayers\html\google.css

*I change this :*

.olLayerGoogleV3.olLayerGooglePoweredBy {  
    visibility:hidden !important; 
    bottom: 15px !important;  
}

*and add this*

.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint { 
visibility:hidden !important; 
}

*So the contain of the file will be like this :*

.olLayerGoogleCopyright {
    right: 3px;
    bottom: 2px;
    left: auto;  
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    bottom: 0px;
    right: 0px !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 2px;   
}

.olLayerGoogleV3.olLayerGooglePoweredBy {  
    visibility:hidden !important; 
    bottom: 15px !important;  
}
.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint { 
visibility:hidden !important; 
}



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Popup-info-on-data-with-Google-Maps-as-external-provider-tp4376251p4978288.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to