<?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:featureMember>
            <ymaps:GeoObject>
                <gml:name>Ломаная линия</gml:name>
                <gml:description>Координаты вершин ломаной можно определить с помощью двух или более элементов gml:pos</gml:description>
				<gml:LineString>
					<gml:pos>35.894999 56.825799</gml:pos>
					<gml:pos>35.919029 56.843491</gml:pos>
					<gml:pos>35.93139 56.838597</gml:pos>
				</gml:LineString>
            </ymaps:GeoObject>
        </gml:featureMember>
    </ymaps:GeoObjectCollection>
</ymaps:ymaps>

