<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs <span dir="ltr"><<a href="mailto:sdpan21@gmail.com" target="_blank">sdpan21@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif">I would like to work on this "<span style="font-size:12.8px;font-family:arial,sans-serif"> </span><span style="font-size:12.8px;font-family:arial,sans-serif">Add background color to d.legend.</span>". Can you please provide some approach and repository related to problem.</div><img src="https://mailtrack.io/trace/mail/d791b200e67e92d188c8b01355dc3f03207cb90f.png" height="0" width="0"></div></blockquote><div>Once you have GRASS GIS source code from Subversion repository [1], you will find d.legend source code in `display/d.legend` directory [2]. You should compile GRASS GIS, so you have everything you need for development [3].<br><br></div><div>d.legend is using GRASS Display library [4]. It would be best if you find some display (d.*) module which is already drawing some rectangle, polygon or area and get inspiration from there.<br><br></div><div>Please keep communication on the mailing list so other can contribute or read it too.<br></div><div><br></div><div>Vaclav<br></div><div><br>[1] <a href="http://trac.osgeo.org/grass/wiki/DownloadSource">http://trac.osgeo.org/grass/wiki/DownloadSource</a><br>[2] <a href="http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend">http://trac.osgeo.org/grass/browser/grass/trunk/display/d.legend</a><br>[3] <a href="http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents">http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents</a><br>[4] <a href="http://grass.osgeo.org/programming7/displaylib.html">http://grass.osgeo.org/programming7/displaylib.html</a><br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"></div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr">Durgesh Pandey.</div></div></div><div><div class="h5">
<br><div class="gmail_quote">On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><span><div><br><br>On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs <<a href="mailto:sdpan21@gmail.com" target="_blank">sdpan21@gmail.com</a>> wrote:<br>><br>> Hi,<br>> I Am an undergrad. student from IIIT Hyderabad,India. I believe I have<br>> good Programming Knowledge in languages like Python, C/C++. I have<br>> Already Done Some Projects in these Languages. I have practical<br>> knowledge in wxPython. I want to work on this Project as a pat of GSOC<br>> 2015.<br><br></div></span>Hi,<br><br></div>this sounds great. As you perhaps noticed students are encouraged [1] to show their skills by contributing to the project before applications are evaluated. OSGeo recommends [2] to do some bug fixing or implementation of small features. You can even try to implement some smaller things from the GSoC idea itself [3]. I selected some options which might be appropriate:<br><div><div><br>* Store legend, scale bar, north arrow and text (and potentially others objects if added) in the workspace (ticket #2369).<br><br>* Add units to legend as parameter to d.legend. Optionally add also title and description. Optionally also put units after each number, not just to one place in title area as it is now.<br><br>* Add possibility to add any image to Map Display (as in Animation Tool, `g.gui.animation`). Use cases are organization logo and overview maps (insets).<br><br>* Add background color to d.legend. Currently the legend has transparent 
background. Background rectangle should include all parts of the legend including (possible) title. Additional features include rounded corners, border and 
opacity settings.<br><br></div><div>You can select whatever you want but it should be something you are actually able to finish soon. You can also browse through bug tracker, components wxGUI and Dispaly [5, 6], to see other options to select from.<br></div><div><br></div><div>Vaclav<br></div><div><br>[1] <a href="http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students" target="_blank">http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students</a><br>[2] <a href="http://lists.osgeo.org/pipermail/soc/2015-March/002908.html" target="_blank">http://lists.osgeo.org/pipermail/soc/2015-March/002908.html</a><br>[3] <a href="http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay" target="_blank">http://trac.osgeo.org/grass/wiki/GSoC/2015#CompletebasiccartographysuiteinGRASSGISwxGUIMapDisplay</a><br>[4] <a href="http://trac.osgeo.org/grass/ticket/2369" target="_blank">http://trac.osgeo.org/grass/ticket/2369</a><br>[5] <a href="http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component" target="_blank">http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=wxGUI&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component</a><br>[6] <a href="http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone" target="_blank">http://trac.osgeo.org/grass/query?status=assigned&status=new&status=reopened&component=Display&order=priority&col=id&col=summary&col=component&col=status&col=type&col=priority&col=milestone</a><span><br> <br>><br>> I want to know whether someone is already committed to this<br>> Project or not? I also want to know how to get the mentor's contact<br>> regarding this Project. I have some Technical Doubts which I would<br>> like to ask them.<br>> Thanks<br>> Durgesh Pandey.<br></span>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div>