On Sat, Apr 15, 2017 at 8:03 AM, Markus Neteler <nete...@osgeo.org> wrote:
>
> > it is nice to see porting of old addons.
> > As you added an example with LiDAR data - it is too large. Reduce its
> > size as default module help tab is much more narrow.
>
> The HTML code currently is this:
>
> <img src="r_fill_gaps_01.png" alt="Raw data">  <img
src="r_fill_gaps_02.png" alt="Gaps filled">


These are 250x232, so I assume you mean r_fill_gaps_lidar.png.

> Please use the img code as per submitting docs style guide in trac.

The current code is:

<a href="r_fill_gaps_lidar.png">
<img src="r_fill_gaps_lidar.png" alt="Point density and ground surface"
width=600>
</a>

which is almost exactly the following from Submitting/Docs [1]:

<a href="r_viewshed.png">
<img src="r_viewshed.png" width="600" alt="r.viewshed example" border=0>
</a>

The submitting guide does not consider the wxPython GUI manual tab which
doesn't understand more advanced HTML correctly. Please advise on the next
steps.

Vaclav

[1] https://trac.osgeo.org/grass/wiki/Submitting/Docs
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to