From bf7cecaa19e07c5ab58ff7d20d999a6f13f244a9 Mon Sep 17 00:00:00 2001 From: map-per Date: Thu, 11 Dec 2025 19:35:00 +0100 Subject: [PATCH] add symlink for android Signed-off-by: map-per --- android/sdk/src/main/assets/mapcss-mapping.csv | 1 + libs/editor/feature_type_to_osm.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 android/sdk/src/main/assets/mapcss-mapping.csv diff --git a/android/sdk/src/main/assets/mapcss-mapping.csv b/android/sdk/src/main/assets/mapcss-mapping.csv new file mode 120000 index 000000000..5c30a5f51 --- /dev/null +++ b/android/sdk/src/main/assets/mapcss-mapping.csv @@ -0,0 +1 @@ +../../../../../data/mapcss-mapping.csv \ No newline at end of file diff --git a/libs/editor/feature_type_to_osm.hpp b/libs/editor/feature_type_to_osm.hpp index f8a31ba2f..07c4b8053 100644 --- a/libs/editor/feature_type_to_osm.hpp +++ b/libs/editor/feature_type_to_osm.hpp @@ -16,7 +16,8 @@ struct OSMTag class TypeToOSMTranslator { public: - explicit TypeToOSMTranslator(bool initialize = true); + TypeToOSMTranslator() : TypeToOSMTranslator(true) {} + explicit TypeToOSMTranslator(bool initialize); void LoadConfigFile(); void LoadFromStream(std::istream & s);