On Mon, May 18, 2015 at 5:16 AM, <[email protected]> wrote:
>
> +<h3>SVG Example</h3>
> +
> +Example: using the driver to generate a SVG vector file with a vector
> +map (bash-syntax):
> +
> +<div class="code"><pre>
> +export GRASS_RENDER_IMMEDIATE=cairo
> +export GRASS_RENDER_FILE=vectormap.svg
> +
> +g.region vector=roadsmajor
> +d.vect map=roadsmajor -c
> +</pre></div>

The syntax is not really nice. Is it possible to replace it with something
else like d.mon? Or is this the best interface we have?
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to