is there still a copyright notice displaying? otherwise you have just breached the TOS for google maps
On Thu, May 31, 2012 at 11:35 PM, ilyasselk <[email protected]> wrote: > 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 -- Zac Spitzer Solution Architect / Director Ennoble Consultancy Australia http://www.ennoble.com.au http://zacster.blogspot.com +61 405 847 168 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
