You could save your layers as image and paste it into the map:
var marker =
OpenLayers.Util.createDiv("marker",map.getLayerPxFromLonLat([your
coordinates]),new
OpenLayers.Size(25,23),"./images/cursor-crosshair.gif",null,null,null,null);
marker.style.zIndex = 2000;
map.div.appendChild(marker);

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/how-to-create-static-vector-layer-tp6229825p6234672.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
d...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to