Closed GoogleCodeExporter closed 9 years ago
I see a discussion of this at the bottom of this thread:
http://openlayers.org/blog/2010/07/10/google-maps-v3-for-openlayers/
only way to remove the popup is extend the stylesheet with
.olLayerGoogleCopyright {visibility: hidden;}
Original comment by Aleda.Fr...@state.ma.us
on 8 Feb 2012 at 7:55
Unfortunately I looked into our code and I see
.olLayerGoogleCopyright {
visibility : hidden; !important;
}
already in ogcsearch.css
So it seems to have stopped working. I'm not sure if I should put it into a
different .css file? We see the popups everywhere - staging and maps, also
pre-Jan 10th version and post-Jan 10th version.
Original comment by Aleda.Fr...@state.ma.us
on 9 Feb 2012 at 7:10
http://comments.gmane.org/gmane.comp.gis.openlayers.user/16571
Original comment by Aleda.Fr...@state.ma.us
on 9 Feb 2012 at 8:46
A similar issue appeared and was fixed over a year ago. It has reappeared in
the last two days, following a recent Google Maps API update. As per the final
comments in http://trac.osgeo.org/openlayers/ticket/2984 a workaround can be
achieved by adding the following css:
div.olLayerGoogleCopyright,
div.olLayerGooglePoweredBy
{
display: none !important;
}
This presents a temporary stopgap measure, but I'd expect a formal fix in
openlayers soon. In the meantime, it's been committed into morisoliver.css
Original comment by maric423@gmail.com
on 9 Feb 2012 at 9:16
Original comment by Aleda.Fr...@state.ma.us
on 31 Oct 2012 at 4:02
Original issue reported on code.google.com by
Aleda.Fr...@state.ma.us
on 8 Feb 2012 at 7:49Attachments: