mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[core] Update bookmarks filenames
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ kml::FileData GenerateKmlFileData()
|
||||
result.m_categoryData.m_annotation[kEnLang] = "Test annotation";
|
||||
result.m_categoryData.m_imageUrl = "https://localhost/123.png";
|
||||
result.m_categoryData.m_visible = true;
|
||||
result.m_categoryData.m_authorName = "Organic Maps";
|
||||
result.m_categoryData.m_authorName = "author";
|
||||
result.m_categoryData.m_authorId = "12345";
|
||||
result.m_categoryData.m_rating = 8.9;
|
||||
result.m_categoryData.m_reviewsNumber = 567;
|
||||
@@ -123,7 +123,7 @@ kml::FileData GenerateKmlFileData()
|
||||
compilationData1.m_annotation[kEnLang] = "Test collection annotation";
|
||||
compilationData1.m_imageUrl = "https://localhost/1234.png";
|
||||
compilationData1.m_visible = true;
|
||||
compilationData1.m_authorName = "Organic Maps";
|
||||
compilationData1.m_authorName = "author";
|
||||
compilationData1.m_authorId = "54321";
|
||||
compilationData1.m_rating = 5.9;
|
||||
compilationData1.m_reviewsNumber = 333;
|
||||
@@ -146,7 +146,7 @@ kml::FileData GenerateKmlFileData()
|
||||
compilationData2.m_annotation[kEnLang] = "Test category annotation";
|
||||
compilationData2.m_imageUrl = "https://localhost/134.png";
|
||||
compilationData2.m_visible = false;
|
||||
compilationData2.m_authorName = "Organic Maps";
|
||||
compilationData2.m_authorName = "author";
|
||||
compilationData2.m_authorId = "11111";
|
||||
compilationData2.m_rating = 3.3;
|
||||
compilationData2.m_reviewsNumber = 222;
|
||||
|
||||
@@ -34,7 +34,7 @@ std::string_view constexpr kCmt = "cmt";
|
||||
std::string_view constexpr kTime = "time";
|
||||
|
||||
std::string_view constexpr kGpxHeader = R"(<?xml version="1.0"?>
|
||||
<gpx version="1.1" creator="Organic Maps" xmlns="http://www.topografix.com/GPX/1/1"
|
||||
<gpx version="1.1" creator="CoMaps" xmlns="http://www.topografix.com/GPX/1/1"
|
||||
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
|
||||
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
||||
Reference in New Issue
Block a user