[GRASS-dev] [GRASS-SVN] r65264 - grass/trunk/lib/cairodriver

Vaclav Petras wenzeslaus at gmail.com
Mon May 18 06:36:41 PDT 2015


On Mon, May 18, 2015 at 5:16 AM, <svn_grass at osgeo.org> 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20150518/b813fe4b/attachment.html>


More information about the grass-dev mailing list