[OpenLayers-Users] popups
Bart van den Eijnden (OSGIS)
bartvde at osgis.nl
Mon Mar 31 08:38:00 EDT 2008
I can get the closebox back to its original position using css:
.olPopupCloseBox {
background: url("../geoservices2/lib/openlayers/img/close.gif") no-repeat;
cursor: pointer;
right: 15px !important;
top: 5px !important;
}
Setting OpenLayers.Popup.COLOR = 'transparent' hides the "bigger popup"
issue for me, which is fine by me.
Best regards,
Bart
--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl
--------- Oorspronkelijk bericht --------
Van: Bart van den Eijnden OSGIS <bartvde at osgis.nl>
Naar: Christopher Schmidt <crschmidt at metacarta.com>, Bart van den Eijnden
OSGIS <bartvde at osgis.nl>
Cc: users at openlayers.org
Onderwerp: Re: [OpenLayers-Users] popups
Datum: 31/03/08 10:13
> Hi Chris,
>
> I was using a different close.gif, so I had to copy the new lines of css
for
> the olPopupCloseBox class into my css file to get the closebox. But as you
> say, it's now outside of the popup content, which is a bit unexpected for
> me.
>
> The old situation:
> http://www.rijkswaterstaat.nl/apps/geoservices/mapviewer2/
>
> The new situation:
>
http://www.rijkswaterstaat.nl/apps/geoservices/mapviewer2/index_oltrunk.html
>
> Use the fifth tool in the toolbar (the one that looks like i) and click in
> the map to get the popup.
>
> TIA.
>
> Best regards,
> Bart
>
> --
> Bart van den Eijnden
> OSGIS, Open Source GIS
> http://www.osgis.nl
>
>
> --------- Oorspronkelijk bericht --------
> Van: Christopher Schmidt <crschmidt at metacarta.com>
> Naar: Bart van den Eijnden OSGIS <bartvde at osgis.nl>
> Cc: users at openlayers.org
> Onderwerp: Re: [OpenLayers-Users] popups
> Datum: 31/03/08 09:51
>
> > On Mon, Mar 31, 2008 at 01:19:17PM +0200, Bart van den Eijnden
(OSGIS)
> wrote:
> > &gt; Hi list,
> > &gt;
> > &gt; just upgraded to trunk and have some trouble with my popups.
They are
> > &gt; created using feature.createPopup(true).
> > &gt;
> > &gt; Problems I have:
> > &gt; -closebox image is no longer visible
> >
> > I'm assuming you have a different ImgPath or something than the
> > OpenLayers default? We were just discussing that in #1472: have you
> > customized the close.gif at all, or were you just using the default
one
> > in a different place?
> >
> > (This is now committed, so 'svn up' should help you here.)
> >
> > &gt; -there is a bigger white rim around the popup now, on the
right and
> bottom
> >
> > I'm surprised by the 'bottom' part of this: the 'right' part is
somewhat
> > expected, since we now ensure that the closebox isn't covering the
> > content. I'm guessing you feel that this is a regression.
> >
> > Can you link a copy of the current code? Perhaps even one that is
using
> > the older code as well?
> >
> > Thanks,
> > --
> > Christopher Schmidt
> > MetaCarta
> >
> >
>
>
>
>
>
More information about the Users
mailing list