We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fcc8b commit c234d24Copy full SHA for c234d24
utility/mapcode.cpp
@@ -85,6 +85,9 @@ static void usage(const char* appName) {
85
printf("\n");
86
#ifndef SUPPORT_HIGH_PRECISION
87
printf("Warning: High precision support is disabled in this build.)\n\n");
88
+#endif
89
+#ifndef LIMIT_TO_MICRODEGREES
90
+ printf("Warning: This build is limited to using microdegrees.\n\n");
91
#endif
92
printf("Usage:\n");
93
printf(" %s [-d| --decode] <default-territory> <mapcode> [<mapcode> ...]\n", appName);
0 commit comments