Good afternoon OpenLayers community!<br><br>I have a question regarding the rendering of various build in graphic styles (names). Can I render, say, a circle marker into a custom &lt;div /&gt;?<br><br>For example:<br><br>Using these graphic names: <a href="http://openlayers.org/dev/examples/graphic-name.html">http://openlayers.org/dev/examples/graphic-name.html</a><br>
I would like to be able to, as well as adding a feature to a layer using that graphic name as its representation, store that exact graphic, as rendered on the map, in a div element as a &quot;key&quot;. I am building a user interface that puts layers that have been added to the map into one portion of the window. I want to identify the layer with its layer on the map via the style its using.<br>
<br>I hope this makes sense. Thank you in advance!<br>