Hello,

I'm interested in pulling in a reference to Drupal node ids in the SVG code of each marker, such that the final output might looks something like:

<image class="node-5" id="OpenLayers.Geometry.Point_46" cx="-1573.9999999972076" cy="219.50000000002422" r="1" preserveAspectRatio="none" x="-1584" y="195" width="21" height="25" href="[url]/sites/all/modules/openlayers/themes/default_dark/img/marker-red.png" style="opacity: 1" fill="#000000" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>

Would anyone have any suggestions as to where I'd start pulling in Drupal data into the OL output?

Thanks!