Limit tile zoomlevel to 12+

This commit is contained in:
Patrick Niklaus
2016-03-02 19:59:49 +01:00
parent 6d749777fc
commit 0eaa393065
3 changed files with 39 additions and 10 deletions
+3 -3
View File
@@ -92,9 +92,9 @@ struct RouteParameters
void SetCoordinatesFromGeometry(const std::string &geometry_string);
void SetX(const int &x);
void SetZ(const int &z);
void SetY(const int &y);
bool SetX(const int x);
bool SetZ(const int z);
bool SetY(const int y);
short zoom_level;
bool print_instructions;