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);