Клуб API Карт

Не отображается ломаная

Пост в архиве.

Возможно есть ошибки в 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">      <repr:Representation>      <repr:Style gml:id="bus_parent">      <repr:lineStyle>      <repr:strokeColor>ffccffff</repr:strokeColor>      <repr:strokeWidth>1</repr:strokeWidth>      </repr:lineStyle>      </repr:Style><repr:Style gml:id="bus_12">      <repr:parentStyle>#bus_parent</repr:parentStyle>      <repr:lineStyle>      <repr:strokeColor>ffccffcc</repr:strokeColor>      <repr:strokeWidth>1</repr:strokeWidth>      </repr:lineStyle>      </repr:Style></repr:Representation><ymaps:GeoObjectCollection>      <gml:name>Маршруты автобусов</gml:name>      <gml:featureMembers><ymaps:GeoObject>      <gml:name>Маршрут 12</gml:name>      <gml:description><div></div>      <div>Перевозчик: </div>      <div>Интервал движения: </div>      <div>Начало работы: </div>      <div>Последнее отправление: </div></gml:description>      <gml:LineString>      <gml:posList>50.533476 53.255537 50.785475 53.241123 50.813628 53.160724 50.74771 53.098362</gml:posList>      </gml:LineString>      <ymaps:style>#bus_12</ymaps:style>      </ymaps:GeoObject></gml:featureMembers>      </ymaps:GeoObjectCollection>      </ymaps:ymaps>

4 комментария
провалидировать xml можно xmllint-ом

Еще, ссылка на страницу с неработающим
примером и минимумом всего остального,
поможет разобраться
Возможно вы забыли первой строчкой указать, что это xml. А так все остальное у вас без ошибок.
Вот пример: http://maps.yandex.ru/-/CNbqUrr
Комментарий удалён
Sergey Konstantinov
28 января 2016, 07:10
Ymaps.YmapsML -> YMaps.YMapsML
Спасибо. Заработало.