var url = «http://freeland.kurganobl.ru/geojson_apk/06072020.kml»;
ymaps.geoXml.load(url).then(function (res) {
res.geoObjects.each(function (obj) {
obj.each(function (nested) {
if (nested.properties.get(«name») == «Карта свободных сельскохозяйственных земель») {
nested.options.set(«strokeColor», «0066ffff»);
}
});
});
map.geoObjects.add(res.geoObjects);
});