[GRASS-dev] r.fill.gaps porting

Vaclav Petras wenzeslaus at gmail.com
Sat Apr 15 05:52:33 PDT 2017


On Sat, Apr 15, 2017 at 8:03 AM, Markus Neteler <neteler at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20170415/48a9c6f8/attachment.html>


More information about the grass-dev mailing list