Opened 14 years ago

Closed 14 years ago

#3009 closed bug (fixed)

v.kernel help missing

Reported by: pcav Owned by: rugginoso
Priority: minor: annoyance Milestone: Version 1.6.0
Component: GRASS Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

The help for the v.kernel GRASS module is missing:

Impossibile trovare la pagina di manuale /usr/lib/grass64/docs/html/qgis.v.kernel.rast.py.htmlAssicurarsi di aver installato la documentazione di GRASS.

In fact, the module calls qgis.v.kernel.rast.py instead of plain v.kernel:

/usr/share/qgis/grass/modules/v.kernel.qgm 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Gaussian kernel density" module="qgis.v.kernel.rast.py">
        <option key="input" />
        <option key="stddeviation" />
        <option key="output" />
</qgisgrassmodule>

Change History (2)

comment:1 by pcav, 14 years ago

Hopefully fixed in r14230

comment:2 by lutra, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.