<?xml version="1.0" encoding="windows-1251"?>
<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">
    <repr:Representation>
        <repr:Style gml:id="styleCafe">
            <repr:iconStyle>
                <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_cafe.png</repr:href>
                <repr:size x="18" y="29"/>
                <repr:offset x="-11" y="-28"/>
                <repr:shadow>
                    <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_shadow.png</repr:href>
                    <repr:size x="26" y="19"/>
                    <repr:offset x="4" y="10"/>
                </repr:shadow>
            </repr:iconStyle>
        </repr:Style>
    </repr:Representation>

    <ymaps:GeoObjectCollection>
        <gml:featureMember>
            <ymaps:GeoObject>
                <ymaps:style>#styleCafe</ymaps:style>
                <gml:name>Кафе</gml:name>
                <gml:description>Пункт питания</gml:description>
                <gml:Point>
                    <gml:pos>37.561598 55.692394</gml:pos>
                </gml:Point>
            </ymaps:GeoObject>
        </gml:featureMember>
    </ymaps:GeoObjectCollection>
</ymaps:ymaps>

