Hi all,
First time, so I hope format is ok.
I have set up a popup function for a kml layer and it works fine, only problem is the href does not show:
http://www.rivernet.org/bigjump/bigjumpmap.htm. funny thing is emailto works fine.
code of one of the placemarks in the kml file:
<Placemark>
<name>Amsterdam</name>
<description><div class="markerLabel"><div class="address">Amsterdam, Pays-Bas</div><div><span class="l">Address:</span>&nbsp;Strand Blijburg</div><div><span class="l">Zipcode:</span>&nbsp;1000</div><div><span class="l">Nr:</span>&nbsp;25</div><div><span class="l">Keywords:</span>&nbsp;BIG JUMP EVENT</div><div><span class="l">Organiser:</span>&nbsp;soon, bientot,demnächst</div></div><p><a href="http://www.bigjump.eu/locaties.htm" target="_top" rel="nofollow" link="external">http://www.bigjump.eu/locaties.htm</a></p></description>
<Point><coordinates>4.8909347,52.3738007,0</coordinates></Point>
<styleUrl>#1</styleUrl>
</Placemark>
code of the ol file (classic)
var popup = new OpenLayers.Popup.FramedCloud("chicken",
feature.geometry.getBounds().getCenterLonLat(),
new OpenLayers.Size(200,300),
"<h4>"+feature.attributes.name + "</h4>" + "<div style="font-size:.90em; font-weight: normal">"+ feature.attributes.description + "</div>",
null, true, onPopupClose
);
Anybody got an idea?
thanks in advance Bernd
<br><hr align="left" width="300">
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/href-in-kml-popup-tp5238243p5238243.html">href in kml popup</a><br>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Users-f1822463.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br>