mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 18:44:02 +00:00
[editor] Change xml root to comaps
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
54ab965822
commit
2b7246d463
@@ -162,7 +162,7 @@ void GenerateUploadedFeature(MwmSet::MwmId const & mwmId,
|
||||
osm::EditableMapObject const & emo,
|
||||
pugi::xml_document & out)
|
||||
{
|
||||
pugi::xml_node root = out.append_child("omaps");
|
||||
pugi::xml_node root = out.append_child("comaps");
|
||||
root.append_attribute("format_version") = 1;
|
||||
|
||||
pugi::xml_node mwmNode = root.append_child("mwm");
|
||||
|
||||
Reference in New Issue
Block a user