Skip to content

Commit

Permalink
vmapExtractor: fix -l option (precise vector data)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxa committed Dec 10, 2016
1 parent 71bd6cd commit 99d6517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/vmap_extractor/vmapextract/vmapexport.cpp
Expand Up @@ -391,7 +391,7 @@ bool processArgv(int argc, char** argv)
{
bool result = true;
hasInputPathParam = false;
bool preciseVectorData = false;
preciseVectorData = false;

for (int i = 1; i < argc; ++i)
{
Expand Down

0 comments on commit 99d6517

Please sign in to comment.