Skip to content

Commit

Permalink
Fix a typo and remove -z flag mention in v.out.ogr warning messages (O…
Browse files Browse the repository at this point in the history
…SGeo#1694)

* Fix a typo in v.out.ogr warning message
* Remove -z flag mention in v.out.ogr warning

The -z flag was introduced in GRASS 6.4 with commit OSGeo@ffaa430 and removed in GRASS 7.0 with commit OSGeo@606b979
  • Loading branch information
agiudiceandrea authored and ninsbl committed Oct 26, 2022
1 parent 9eb70e0 commit 229f572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.out.ogr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ int main(int argc, char *argv[])
if (!shpt || shpt[strlen(shpt) - 1] != 'Z') {
G_warning(_("Vector map <%s> is 3D. "
"Use format specific layer creation options SHPT (parameter 'lco') "
"or '-z' flag to export in 3D rather than 2D (default)"),
"to export in 3D rather than 2D (default)"),
options.input->answer);
}
}
Expand Down

0 comments on commit 229f572

Please sign in to comment.