Skip to content

Commit

Permalink
g.projpicker: Add a GUI image and fix links to the docs (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Jul 17, 2021
1 parent 8ee4e1d commit 16e40e8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/general/g.projpicker/g.projpicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ <h2>DESCRIPTION</h2>
<a href="https://pypi.org/project/projpicker/">the ProjPicker module</a>
internally. Check <a href="https://projpicker.readthedocs.io/">its documentation</a>
for more details including
<a href="https://projpicker.readthedocs.io/en/latest/installation.html">installation</a>
and <a href="https://projpicker.readthedocs.io/en/latest/query_syntax.html">the query syntax</a>.
<a href="https://projpicker.readthedocs.io/en/latest/getting_started/installation.html">installation</a>
and <a href="https://projpicker.readthedocs.io/en/latest/getting_started/query_syntax.html">the query syntax</a>.

<h2>NOTES</h2>

Expand Down Expand Up @@ -525,6 +525,17 @@ <h3>Set-theoretic logical queries using postfix</h3>
EOT
</pre></div>

<h3>GUI</h3>

Start the GUI for selecting projections using the <b>-g</b> flag:
<div class="code"><pre>
g.projpicker -g query=34.2348,-83.8677
</pre></div>

<div align="center">
<img src="g_projpicker_gui.png" alt="GUI">
</div>

<h2>AUTHOR</h2>

<a href="mailto:grass4u@gmail com">Huidae Cho</a>
Expand Down

0 comments on commit 16e40e8

Please sign in to comment.