Сформировал процедурой такох XML
<ymaps:ymaps xmlns:ymaps="http://maps.yandex.ru/ymaps/1.x" xmlns:repr="http://maps.yandex.ru/representation/1.x" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maps.yandex.ru/schemas/ymaps/1.x/ymaps.xsd">
<Representation>
<Style gml:id="StyleSec">
<iconStyle>
<size x="12" y="12" />
<href>http://api-maps.yandex.ru/i/0.3/icons/bar.png</href>
</iconStyle>
</Style>
</Representation>
<GeoObjectCollection>
<style>#StyleSec</style>
<gml:featureMembers>
<GeoObject id="0000">
<gml:name>Surgard</gml:name>
<gml:description></gml:description>
<gml:Point>
<gml:pos>36.222538 50.093225</gml:pos>
</gml:Point>
</GeoObject>
<GeoObject id="0101">
<gml:name>Феникс-техник Мещеряков</gml:name>
<gml:description></gml:description>
<gml:Point>
<gml:pos>36.238928 49.998642</gml:pos>
</gml:Point>
</GeoObject>
<GeoObject id="10001">
<gml:name>ООО "Виатон" - офис</gml:name>
<gml:description>ул.Мироносицкая, 54 кв.30</gml:description>
<gml:Point>
<gml:pos>36.239952 50.007494</gml:pos>
</gml:Point>
</GeoObject>
<GeoObject id="10002">
<gml:name>Филипповский В.В. - квартира</gml:name>
<gml:description>ул.Революции, 13 кв.6 под.1 эт.4</gml:description>
<gml:Point>
<gml:pos>36.243837 49.995425</gml:pos>
</gml:Point>
</GeoObject>
<GeoObject id="10003">
<gml:name>ЧАО "Датагруп" - офис </gml:name>
<gml:description>ул.Мироносицкая, 44</gml:description>
<gml:Point>
<gml:pos>36.238742 50.006178</gml:pos>
</gml:Point>
</GeoObject>
</gml:featureMembers>
</GeoObjectCollection>
</ymaps:ymaps>
скачал скрипт для нарезки тайлов, прописал в index.php с каким файлом XML работать , запускаю скрипт, тестовую карту создает, но меток на ней нет, тут <href>http://api-maps.yandex.ru/i/0.3/icons/bar.png</href> пробовал прописывать картинку, находящуюся в корне с index.php, результат тот же...папка с описанием меток (js) и png(чистые) создаются. В чем может быть проблема?