<?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">
    <ymaps:GeoObjectCollection>
        <gml:featureMembers>
            <ymaps:GeoObject>
                <gml:name>Москва</gml:name>
                <gml:Point>
                    <gml:pos>37.536434 55.749686</gml:pos>
                </gml:Point>
                <ymaps:style>http://api.yandex.ru/maps/doc/ymapsml/1.x/examples/xml/overlays_styles.xml#moscow</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject>
                <gml:name>Ростов</gml:name>
                <gml:Point>
                    <gml:pos>39.357326 57.186051</gml:pos>
                </gml:Point>
                <ymaps:style>http://api.yandex.ru/maps/doc/ymapsml/1.x/examples/xml/overlays_styles.xml#rostov</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject>
                <gml:name>Ростов</gml:name>
                <gml:LineString>
                    <gml:posList>
                       37.633926 55.797741 38.084365 56.314119 38.106338 56.381227 38.765517 
                       56.71499 38.842422 56.847669 39.11708 56.913832 39.347793 57.189242
                    </gml:posList>
                </gml:LineString>
                <ymaps:style>http://api.yandex.ru/maps/doc/ymapsml/1.x/examples/xml/overlays_styles.xml#myway</ymaps:style>
            </ymaps:GeoObject>
        </gml:featureMembers>
    </ymaps:GeoObjectCollection>
</ymaps:ymaps>

