<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EstilCorreuElectrnic17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.errormessage
        {mso-style-name:errormessage;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello list,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>In a new class I&#8217;m trying to create a popup when users click over map.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>                getCoords: function(e) {<o:p></o:p></p><p class=MsoNormal>                    var lonlat = this.map.getLonLatFromViewPortPx(e.xy);<o:p></o:p></p><p class=MsoNormal>                               popup = OpenLayers.Popup.FramedCloud(&quot;featurePopup&quot;,<o:p></o:p></p><p class=MsoNormal>                                                  lonlat,<o:p></o:p></p><p class=MsoNormal>                                                  null,<o:p></o:p></p><p class=MsoNormal>                                                 &quot;&lt;div style='font-size:.8em'&gt;Lon: &quot; + lonlat.lon +&quot;&lt;br&gt;Lat: &quot; + lonlat.lat+&quot;&lt;/div&gt;&quot;,<o:p></o:p></p><p class=MsoNormal>                                                null, true, function() {alert(&quot;close2&quot;);}<o:p></o:p></p><p class=MsoNormal>                               );<o:p></o:p></p><p class=MsoNormal>                               <o:p></o:p></p><p class=MsoNormal>                               map.addPopup(popup);<o:p></o:p></p><p class=MsoNormal>                },<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Trying with OpenLayers. Popup. FramedCloud I got the following error in firebug:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span class=errormessage>&#8220;this.initialize is undefined&#8221;<o:p></o:p></span></p><p class=MsoNormal><span class=errormessage><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span class=errormessage>But using OpenLayers.Popup it works !<o:p></o:p></span></p><p class=MsoNormal><span class=errormessage><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span class=errormessage>What&#8217;s wrong?. I&#8217;m using OL 2.9.<o:p></o:p></span></p><p class=MsoNormal><span class=errormessage><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span class=errormessage>Any help would be appreciatted !.<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#0D0D0D'>Antoni Vidal</span></b><span style='color:#0D0D0D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:gray'>Unitat d'Aplicacions SIG-WEB<br><a href="http://mercuri.icc.cat/website/mob_nf/mob1/mob2/inici2.htm?CONSULTA=Institut%20Cartogr%25E0fic%20de%20Catalunya&amp;XYADDRESS=429486:4580392"><span style='color:gray'>Institut Cartogrāfic de Catalunya</span></a><br>Parc de Montjuīc, E-08038 Barcelona<br>Tel. (+34) 93 567 15 00 (ext. 3228)<br><a href="http://www.icc.cat/"><span style='color:blue'>www.icc.cat</span></a></span><span style='color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>