<div dir="ltr"><div><br>On Mon, May 18, 2015 at 5:16 AM, <<a href="mailto:svn_grass@osgeo.org">svn_grass@osgeo.org</a>> wrote:<br>><br>> +<h3>SVG Example</h3><br>> +<br>> +Example: using the driver to generate a SVG vector file with a vector<br>> +map (bash-syntax):<br>> +<br>> +<div class="code"><pre><br>> +export GRASS_RENDER_IMMEDIATE=cairo<br>> +export GRASS_RENDER_FILE=vectormap.svg<br>> +<br>> +g.region vector=roadsmajor<br>> +d.vect map=roadsmajor -c<br>> +</pre></div><br><br></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?<br><div><br></div></div>