Hi all,<br><br>I am interesting in constructing a function that places
a marker with a bubble text as provided by OpenLayers.Layer.Text but I
want to provide coordinates, title and description on the fly (without
saving them to a file and then loading them to the function).<br>
<br>I am using the OpenLayers example to catch clicks and then place a
simple marker using markers.addMarker(new OpenLayers.Marker(new
OpenLayers.LonLat(lonlat.lon,<div id=":17j" class="ii gt">lonlat.lat),icon)); and everything seems to working fine.<br>
<br>But I cannot seem to be able to figure out a way to do the same for OpenLayers.Layer.Text.<br><br>I
am guessing some heavy modification of Layer/Text.js is required? Is
there maybe a patch around that could help me on this since my
Javascript knowledge is pretty bad.<br>
<br>Thanks in advance!</div>