Route geometry compressed by default.
This commit is contained in:
@@ -35,7 +35,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "../Plugins/RawRouteData.h"
|
||||
|
||||
struct _DescriptorConfig {
|
||||
_DescriptorConfig() : instructions(true), geometry(true), encodeGeometry(false), z(18) {}
|
||||
_DescriptorConfig() : instructions(true), geometry(true), encodeGeometry(true), z(18) {}
|
||||
bool instructions;
|
||||
bool geometry;
|
||||
bool encodeGeometry;
|
||||
|
||||
Reference in New Issue
Block a user