diff --git a/Osmand-kernel/osmand/src/mapObjects.h b/Osmand-kernel/osmand/src/mapObjects.h index b8c1fb7a5d..280698e930 100644 --- a/Osmand-kernel/osmand/src/mapObjects.h +++ b/Osmand-kernel/osmand/src/mapObjects.h @@ -64,6 +64,8 @@ public: if(it->second.length() > 0) { if(it->second[0] == '-'){ return -1; + } else if (it->second[0] == '0'){ + return 0; } else { return 1; }