<div dir="ltr"><div><div><div><div>I was looking into the files you sent and I think I am going in the right direction. I will try to complete the task as soon as possible. <br><br></div>As for the enhancement I was thinking of creating a search box in our current structure that takes the users query and redirects it to the result page of <a href="http://espg.io">espg.io</a> with the query. For e.g. if I search India redirect URL will be <a href="http://epsg.io/?q=india">http://epsg.io/?q=india</a>. <br></div>But where exactly do I need to make the changes? Please help me with that.<br><br></div>Regards<br></div>Jyoti<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 25, 2015 at 6:59 PM, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Mar 25, 2015 at 2:20 AM, jyoti misra <span dir="ltr"><<a href="mailto:jyotimisra.99@gmail.com" target="_blank">jyotimisra.99@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><div><div><div><div>I was looking into the Bug: "Quotes not preserved in command after pressing enter in GUI command console" and tried it out on my machine. I was trying to fix it and I think most probably it's some problem with regex search which is deleting the quotes from the command.<br></div>I was looking into the code for fixing the bug but couldn't find the relevant file to change. Could you please guide me with that.<br><br></div></div></div></div></blockquote></span><div>It will be probably one of those:<br></div><div><br><a href="http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/core/gconsole.py" target="_blank">http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/core/gconsole.py</a><br><a href="http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/core/gcmd.py" target="_blank">http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/core/gcmd.py</a><br><a href="http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/prompt.py" target="_blank">http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/prompt.py</a><br><a href="http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/pystc.py" target="_blank">http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/pystc.py</a><br><a href="http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/goutput.py" target="_blank">http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/goutput.py</a><br><a href="http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/lmgr/frame.py" target="_blank">http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/lmgr/frame.py</a><br> </div><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><div><div></div>Also for the enhancement: "Button, documentation and perhaps something more 
interactive for finding EPSG codes online rather then in GRASS GIS list" I was thinking of more interactive process of using EPSG - <br></div>1. We can merge <a href="http://epsg.io" target="_blank">epsg.io</a> code into our existing structure. <a href="http://epsg.io/" target="_blank">http://epsg.io/</a><br></div></div></blockquote><div><br></div></span><div>This is not desirable. Although there might be some places to get inspired from what the system offers while GRASS system lacks.<br></div><span class=""><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><div></div>2. We can add a button that will redirect users to <a href="http://epsg.io" target="_blank">epsg.io</a><br></div></blockquote><div><br></div></span><div>This is the most simple and straightforward way how to implement this. Button can just open a web browser. There is a standard way in wxPython to do this.<br></div><span class=""><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></div>I would like to have your suggestions on the same</blockquote></span></div><br>Alternative is to somehow use their URLs (or API if there is some) to do some search or show additional information about the projection. This needs a more detailed analysis of the problem. The button mentioned before would be a good start. Even with a simple button, the opened URL could also include something like currently searched URL.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra">Vaclav<br></div><div class="gmail_extra"><br></div></font></span></div>
</blockquote></div><br></div>