[OpenLayers-Users] href in kml popup

Confimar bpaulowitz at hisgis.net
Wed Jun 30 15:43:24 EDT 2010


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: 

Amsterdam
<div class="markerLabel"><div
class="address">Amsterdam,
Pays-Bas</div><div><span
class="l">Address:</span> Strand
Blijburg</div><div><span
class="l">Zipcode:</span> 1000</div><div><span
class="l">Nr:</span> 25</div><div><span
class="l">Keywords:</span> BIG JUMP
EVENT</div><div><span
class="l">Organiser:</span> soon,
bientot,demnächst</div></div>
http://www.bigjump.eu/locaties.htm http://www.bigjump.eu/locaties.htm 

4.8909347,52.3738007,0
#1


code of the ol file (classic)
            var popup = new OpenLayers.Popup.FramedCloud("chicken", 
                feature.geometry.getBounds().getCenterLonLat(),
                new OpenLayers.Size(200,300),
                ""+feature.attributes.name + "" +  "
"+ feature.attributes.description + "
",
                null, true, onPopupClose
            );

Anybody got an idea?

thanks in advance Bernd
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/href-in-kml-popup-tp5238243p5238243.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20100630/c2535817/attachment.html


More information about the Users mailing list