|
@@ -153,8 +153,8 @@ int main(int argc, char **argv)
|
|
|
render_opt->type = TYPE_STRING;
|
|
|
render_opt->required = NO;
|
|
|
render_opt->multiple = NO;
|
|
|
- render_opt->answer = "c";
|
|
|
- render_opt->options = "g,r,d,c,l";
|
|
|
+ render_opt->answer = "l";
|
|
|
+ render_opt->options = "d,c,l";
|
|
|
render_opt->description = _("Rendering method for filled polygons");
|
|
|
render_opt->descriptions =
|
|
|
_("d;use the display library basic functions (features: polylines);"
|