Re: [QGIS-Developer] Translation of QGIS ltr and QGIS master

2019-03-15 Thread skampus
ciao  Harrissou, thank you for your reply.
my experience with 2.18 ltr translation was terrificant.
the only solution i have found was to create a personal project in transifex
of qgis 2.18

i used english source file and target (italian) file from here [1] and I
imported them in personal transifex project, but many strings already
translated were not recognised :-(
at the end of work i downloaded from transifex the italian file and sent it
to werner.

i have lost a lot of time to harmonise the versions, because when i found
errors on master or ltr, I i corrected both master and ltr.

I don't understand jurgen's explanation because I don't have the skills, but
i'll try to learn :-)

s.

[1] https://github.com/qgis/QGIS/tree/release-2_18/i18n



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Translation of QGIS ltr and QGIS master

2019-03-15 Thread skampus
Dear all, the experience just ended of the first LTR version of QGIS leads me
to make some considerations regarding the management of translations.
Many QGIS users are users who work in companies and public administrations;
these users cannot freely choose on which version to operate and therefore
they will use the LTR version even beyond its end of life.

So the problem of harmonizing translations between the LTR version and the
master version is a very important aspect.

As you know, the sources of the GUI and documentation relating to the master
version are made available through the transifex platform. When the LTR
version is released, transifex continues to feed only the master version and
therefore untranslated or worse badly translated strings can no longer be
treated with transifex.

I ask how to resolve this situation.
for example, would it be possible to open a transifex instance ONLY for
3.4.x ltr? people translate and, as for the master, at every release of the
ltr, the translation files are automatically taken from transifex "ltr".
I know that it is possible to translate with qtlinguist and then to do a
pull request for .qm language file, but in this way it is not possible to
translate all together with problems for merging different version andd so
on.

what is your opinion?

thank you in advance

s.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Missing translated strings in localized master

2018-09-19 Thread skampus
I see similar problems problems in Italian version of QGIS 2.18.x.
There are some strings that appear in english but they are not present in
original .qm file.
these strings are not translated in other languages, for example in Spanish.

Some of these strings are (thx Totò Fiandaca for the picture):

http://osgeo-org.1560.x6.nabble.com/file/t378656/traduzione.png

I think that Transifex should be contain all version of QGIS that are still
supported and not only the Master version.
For example, during this period of coexistence between the QGIS 2.18.x LTR
version and the 3.x versions, the two transifex projects should remain
active for the master and for the 2.18 that is still released with updates.

ciao

s.







--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] [Processing] error updating "Processing"

2015-12-03 Thread skampus
Hi, I have posted this on User list, but maybe is better to ask here...

i have some installation of qgis on my windows 8.
I installed via osgeo4w:
2.8.4-2 (LTR dev)
2.12.1-1 (Lyon)
2.13.0-21 (dev)

but there is a problem with the update processing.
In fact, if I upgrade it to 2.12.2 from 2.10.99, a directory called
"processing" is created in C:\ Users\ ... \. qgis2\python\ plugins folder
and this error comes out:

Couldn't load plugin 'processing'

ImportError: cannot import name spatialite_utils
Traceback (most recent call last):
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 281, in
loadPlugin
__import__(packageName)
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/11186cs/.qgis2/python/plugins\processing\__init__.py", line
29, in
from processing.tools.general import *
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/11186cs/.qgis2/python/plugins\processing\tools\general.py",
line 28, in
from processing.core.Processing import Processing
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGeo4W/apps/qgis/./python/plugins\processing\core\Processing.py", line
40, in
from processing.core.GeoAlgorithm import GeoAlgorithm
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGeo4W/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py",
line 41, in
from processing.core.parameters import ParameterRaster, ParameterVector,
ParameterMultipleInput, ParameterTable, Parameter
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGeo4W/apps/qgis/./python/plugins\processing\core\parameters.py", line
33, in
from processing.tools.vector import resolveFieldIndex, features
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/11186cs/.qgis2/python/plugins\processing\tools\vector.py",
line 20, in
from processing.algs.qgis import spatialite_utils
ImportError: cannot import name spatialite_utils


Python version: 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit
(Intel)]
QGIS version: 2.12.1-Lyon Lyon, 16760fd


As consequence of this installation in the property of plugin window i read:

Processing

Spatial data processing framework for QGIS

Spatial data processing framework for QGIS

77 rating vote(s), 196142 downloads

Category: Analysis
More info: homepage   tracker   code_repository

Author: Victor Olaya

Installed version: 2.12.2 (in
C:\Users\11186cs\.qgis2\python\plugins\processing)
Available version: 2.12.2 (in Repository plugin ufficiale QGIS)


Now, it no longer works neither processing nor any plugins associated
(processing_workflow, and so on).

The only solution is to delete the directory called "processing", but that
processing is outdated.

is this a bug?

thanks a lot 

stefano



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-error-updating-Processing-tp5239827.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-27 Thread skampus
ciao,
i heve just updated to 2.8.1 but it seems that problem still exists.

it seems it is not possible to change the style of fonts (bold, italics) in
the column header of tables inserted into composer.

is this only a problem of mine?

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Print-composer-font-pickers-are-broken-tp5189118p5190526.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Print composer font pickers are broken

2015-02-27 Thread skampus
Pedro Venâncio-2 wrote
 Fixed!
 
 Thanks Jurgen!

wow, three hours since my observation: fast ticket...

thank you pedro, thank you jurgen

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Print-composer-font-pickers-are-broken-tp5189118p5190563.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [Processing] - error in get models from on-line scripts collection

2014-12-01 Thread skampus
hi victor, 
i'm on win8 64 under proxy, but all operations that need internet connection
are working, like wms, plugins installations ecc.

qgis installation is 32

thank you 

s.





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-error-in-get-models-from-on-line-scripts-collection-tp5173288p5175753.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] [Plugin] Processing-Workflow

2014-11-24 Thread skampus
hi, when i launch create a new workflow, this error is produced.
also, there are not the three examples of land cover modules.
my OS is windows 8.
in windows 7 all works well and i see the three examples
thank you in advance

ticket opened in proper github repository
(https://github.com/TIGER-NET/Processing-Workflow/issues)

stefano

An error has occured while executing Python code:

Traceback (most recent call last):
File
C:/OSGeo4W/apps/qgis/./python/plugins\processing\gui\ProcessingToolbox.py,
line 214, in executeAlgorithm
action.execute()
File
C:/Users/11186cs/.qgis2/python/plugins\processing_workflow\CreateNewWorkflowAction.py,
line 45, in execute
dlg = WorkflowCreatorDialog(None)
File
C:/Users/11186cs/.qgis2/python/plugins\processing_workflow\WorkflowCreatorDialog.py,
line 67, in init
self.setupUi()
File
C:/Users/11186cs/.qgis2/python/plugins\processing_workflow\WorkflowCreatorDialog.py,
line 101, in setupUi
self.fillAlgorithmTree()
File
C:/Users/11186cs/.qgis2/python/plugins\processing_workflow\WorkflowCreatorDialog.py,
line 323, in fillAlgorithmTree
providerItem.setText(0, providers[providerName].getDescription())
KeyError: 'modelertools'

Python version:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]

QGIS version:
2.6.0-Brighton Brighton, exported




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Plugin-Processing-Workflow-tp5174616.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] [Processing] - error in get models from on-line scripts collection

2014-11-17 Thread skampus
hi,
i get this error when i try to launh this module:


An error has occured while executing Python code:


Traceback (most recent call last):
  File
C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\ProcessingToolbox.py,
line 214, in executeAlgorithm
action.execute()
  File
C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\GetScriptsAndModels.py,
line 77, in execute
dlg = GetScriptsAndModelsDialog(GetScriptsAndModelsDialog.MODELS)
  File
C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\GetScriptsAndModels.py,
line 124, in __init__
self.populateTree()
  File
C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\GetScriptsAndModels.py,
line 140, in populateTree
resources = readUrl(self.urlBase + 'list.txt').splitlines()
  File
C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\GetScriptsAndModels.py,
line 90, in readUrl
return urllib2.urlopen(url).read()
  File C:\OSGeo4W\apps\Python27\lib\urllib2.py, line 127, in urlopen
return _opener.open(url, data, timeout)
  File C:\OSGeo4W\apps\Python27\lib\urllib2.py, line 404, in open
response = self._open(req, data)
  File C:\OSGeo4W\apps\Python27\lib\urllib2.py, line 422, in _open
'_open', req)
  File C:\OSGeo4W\apps\Python27\lib\urllib2.py, line 382, in _call_chain
result = func(*args)
  File C:\OSGeo4W\apps\Python27\lib\urllib2.py, line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
  File C:\OSGeo4W\apps\Python27\lib\urllib2.py, line 1184, in do_open
raise URLError(err)
URLError: 


Python version:
2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]


QGIS version:
2.7.0-Master Master, 0b9e1f6




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-error-in-get-models-from-on-line-scripts-collection-tp5173288.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Unable to load GdalTools plugin. The required osgeo [python-gdal] module is missing.

2014-10-04 Thread skampus
a ticket has been opened but refused because this error refers to osgeo4w.
http://hub.qgis.org/issues/11314

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Unable-to-load-GdalTools-plugin-The-required-osgeo-python-gdal-module-is-missing-tp5165887p5165958.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Adding modules in Processing

2014-09-08 Thread skampus
thank you victor, i will try...

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Adding-modules-in-Processing-tp5160553p5160768.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Adding modules in Processing

2014-09-06 Thread skampus
hi, i've searched for info about this topic, but i didn't find anything.

so please, is there anyone who can explain how adding some existing modules
in saga 2.1.2 into processing?

infact, in this last version of saga there are some very useful modules, in
my opinion, that could be available via Processing

thank you in advance

s.





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Adding-modules-in-Processing-tp5160553.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] error on GRASS 7 in Processing

2014-06-27 Thread skampus
hi, i have last updated master version but calling a module of grass 7 from
processing i've got this error:
path configuration for grass 7 is right.

is this a block error?
must i open a ticket?

thank you and ciao

s.

Errore durante l'esecuzione di codice Python:


Traceback (most recent call last):
  File C:/Documents and
Settings/11186CS/.qgis2/python/plugins\processing\gui\ProcessingToolbox.py,
line 191, in executeAlgorithm
dlg = ParametersDialog(alg)
  File C:/Documents and
Settings/11186CS/.qgis2/python/plugins\processing\gui\ParametersDialog.py,
line 38, in __init__
self.paramTable = ParametersPanel(self, alg)
  File C:/Documents and
Settings/11186CS/.qgis2/python/plugins\processing\gui\ParametersPanel.py,
line 84, in __init__
self.initGUI()
  File C:/Documents and
Settings/11186CS/.qgis2/python/plugins\processing\gui\ParametersPanel.py,
line 87, in initGUI
tooltips = self.alg.getParameterDescriptions()
  File C:/Documents and
Settings/11186CS/.qgis2/python/plugins\processing\algs\grass7\Grass7Algorithm.py,
line 101, in getParameterDescriptions
helpfile = self.helpFile()
AttributeError: Grass7Algorithm instance has no attribute 'helpFile'


Versione Python:
2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]


Versione di QGIS:
2.3.0-Master Master, 39eaff9





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/error-on-GRASS-7-in-Processing-tp5148307.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error on GRASS 7 in Processing

2014-06-27 Thread skampus
thank you, giovanni

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/error-on-GRASS-7-in-Processing-tp5148307p5148340.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Processing] operations in batch mode

2014-05-09 Thread skampus
thank you very much for adding this useful new feature!

the ticket can be closed now

ciao

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-operations-in-batch-mode-tp5134629p5139498.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Processing] operations in batch mode

2014-04-15 Thread skampus
ciao victor,
i opened a feature ticket here:
http://hub.qgis.org/issues/10054

i don't understand if i have to open it even here:
https://hub.qgis.org/projects/sextante/issues

thank you 

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-operations-in-batch-mode-tp5134629p5135169.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] [Processing] operations in batch mode

2014-04-11 Thread skampus
hello to all,
I have to make massive operations of intersect between postgis layers and
one simple area of extraction (shape file). 
I was thinking of using a module of Processing (in particular the shapes
cut saga module) in batch mode.
I immediately stopped because all operations can be performed only on data
sets that exist on the file system (shape, kml, etc.) so I can not use
postgis tables directly.

I should first convert the tables into shapes and then use the function
intersect in the batch but this should be done manually, taking up a lot
of disk space, and in any case it would be an extra step. 

is there a reason why all operations in batch mode have to be performed only
with shape files et similia?

ciao

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-operations-in-batch-mode-tp5134629.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Processing] operations in batch mode

2014-04-11 Thread skampus
thank you very much for your reply, victor!!!

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-operations-in-batch-mode-tp5134629p5134670.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis help in 2.0

2013-09-23 Thread skampus
any observation?

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/qgis-help-in-2-0-tp5077293p5079240.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] installation directory of qgis dev

2013-09-23 Thread skampus
i see that the installation directory of development version of qgis 2.0 is
still, so for example i still see the sextante plugin link in the plugin
manager window as Installed version: 1.1 (in
C:\OSGeo4W\apps\qgis-dev\.\python\plugins\sextante).

is it possible to define a new path or can you tell me how can remove all
traces of qgis 1.8 dev?

than you

s.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/installation-directory-of-qgis-dev-tp5079246.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] cpt-city missing colour ramps?

2013-09-17 Thread skampus
yes it happens to me too.
first i have updated the cpt version to 2.09 but the problem was still
there.
it seems that firstly the path of installation directory has not been
written in dialogue window.

now it works...




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/cpt-city-missing-colour-ramps-tp5078247p5078255.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] qgis help in 2.0

2013-09-11 Thread skampus
in qgis dev, i see that clicking help in Project--Project properties
window it recalls a help popup that refers qgis 1.8 version.

don't you think it could be better eliminate it and fix the link to on-line
documentation?

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/qgis-help-in-2-0-tp5077293.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Merge shapefiles plugin error

2013-06-26 Thread skampus
this very useful plugin doesn't work with new qgis master (version eda9cd3)

python error: Qgsfield object has no attribute iteritems

http://hub.qgis.org/issues/8173



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Merge-shapefiles-plugin-error-tp5062386.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] adding symbols

2013-06-03 Thread skampus
it would be nice that svg library should be available as for cpt-city
gradients for color ramp manager plugin.
it's up to user to decide to use base library or to download more.





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/adding-symbols-tp5057411p5057521.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] adding symbols

2013-06-03 Thread skampus
Luca Lanteri wrote
 We have produced a complete set of geological symbols [0] that follow
 the american FDCG standard and the Italian CARG/ISPRA standard.
 It would be nice to add them to the future repository.
 
 [0] https://code.google.com/p/gissymbology/downloads/list

luca, please add it to ticket opened by paolo



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/adding-symbols-tp5057411p5057583.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] editing problems

2013-05-24 Thread skampus
you're right. 
it is the only reason i still have many projects made in 1.8



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/editing-problems-tp5052578p5055466.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Qgis-user] New Icons - difficult to read

2013-05-24 Thread skampus
that could be a useful option.
sincerely, from my point of view, many icons are
unreadable/undistinguishable so i click them correctly only because now i
remberer relative position




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Re-Qgis-user-New-Icons-difficult-to-read-tp5055427p5055467.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] editing problems

2013-05-10 Thread skampus
hi, in master version it's not possible to edit a layer when it has a
categorized style, as reported in http://hub.qgis.org/issues/7321.

is this bug planned to be resolved before official release of 2.0 version?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/editing-problems-tp5052578.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] editing problems

2013-05-10 Thread skampus
thanx for clarification



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/editing-problems-tp5052578p5052607.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Logo Update

2013-05-03 Thread skampus
#420 for ever !!!
:-)

https://99designs.it/logo-design/contests/qgis-needs-logo-210397/entries/420



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Logo-Update-tp5050419p5051127.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Logo Update

2013-04-30 Thread skampus
if i can say my opinion, my preference go to #338

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Logo-Update-tp5050419p5050555.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] value tool plugin error

2013-04-15 Thread skampus
Issue #7617 has been reported by stefano campus. 


Bug #7617: Python error
Author: stefano campus 
Status: New 
Priority: Normal 
Assigned to: 
Category: 
Target version: 
Patch supplied: No 
Value tool version: 0.5.3 on qgis master Errore durante l'esecuzione di
codice Python: cfe43dc

Errore durante l'esecuzione di codice Python:

Traceback (most recent call last):
File C:\Users\skampus/.qgis2/python/plugins\valuetool\valuewidget.py, line
359, in printValue
if layer.dataProvider().isNoDataValue ( iband, doubleValue ):
AttributeError: 'QgsRasterDataProvider' object has no attribute
'isNoDataValue'

Versione Python:
2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]

Versione di QGIS:
1.9.0-Master Master, cfe43dc





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/value-tool-plugin-error-tp5046974.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] How do we deal with duplicate functionality in Select by Location and Spatial Query Plugin?

2013-04-07 Thread skampus
just yesterday i needed a spatial query but i realize that none of existing
plugin or core function have the possibility to apply a buffer for
selection.

i discovered a plugin called not properly query by example that lets to
apply a buffer (http://hub.qgis.org/projects/richie).

at the moment, it works only in 1.8. 
do you think it's possible to incorporate this feature into core?






--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/How-do-we-deal-with-duplicate-functionality-in-Select-by-Location-and-Spatial-Query-Plugin-tp5044808p5045096.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] ECW!!!

2013-03-17 Thread skampus
Manu users are not administrator of their pc, so it's easier to copy dll's
into proper directories.
Are the instructions not so clear?



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/RE-ECW-tp4646269p5040917.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] ECW!!!

2013-03-15 Thread skampus
self-defense...

1) from this archive (http://goo.gl/XiG21) copy gdal_ECW_JP2ECW into
C:\OSGeo4W\bin\gdalplugins\1.9 directory.

2) copy all other dll of previous archive in C:\OSGeo4W\bin and
C:\Windows\System32 directories

don't ask me why but it works!

this is valid, obviously fo sure in windows; i don't know for other O.S.
it works for brand new installation of qgis via osgeo4w both for 1.8 version
and dev. version

 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/RE-ECW-tp4646269p5040712.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] ECW!!!

2013-03-15 Thread skampus
ciao giovanni, 
the link to
http://www.gisinternals.com/sdk/Download.aspx?file=release-1600-gdal-1-9-2-mapserver-6-2-0
in faunalia page you said is broken





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/RE-ECW-tp4646269p5040713.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] ECW!!!

2013-03-15 Thread skampus
glad to hear it.

i don't know if dll i'm sharing are allowed or not by some license.
if not, tell me and i'll delete the post





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/RE-ECW-tp4646269p5040736.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Volume between two surfaces

2013-03-06 Thread skampus
hi, maybe this plugin can help you

qgSurf: a Python program for the interactive determination of intersections
between DEM and planes

http://www.malg.eu/gsurf_en.php



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Volume-between-two-surfaces-tp5038656p5038741.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Shipping SAGA with QGIS

2013-02-23 Thread skampus
Hi victor, i agree with you. 
I do prefer to use sextante also for basic operations already present in
qgis menu.
It seems to me it is faster and i  more appreciate  temporary results
instead of the duty of creating definitive layers.
I don't know if it is correct, but could it be possible to include saga in
osgeo installer package?



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Shipping-SAGA-with-QGIS-tp5036274p5036354.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Print composer changes: several side-effects

2013-02-21 Thread skampus
i observe also a regression regarding attribute table in print composer.
the table is not shown but you can see only the countour box: inside it's
all white.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Print-composer-changes-several-side-effects-tp5035484p5035766.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] qgis 1.8.0-5

2013-01-28 Thread skampus
hi, i see in osgeo4w setup that a new version of qgis 1.8 is available.
please, can you say me where i can find the differences between this version
and previous one?
thank you in advance



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/qgis-1-8-0-5-tp5030299.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis 1.8.0-5

2013-01-28 Thread skampus
thanks a lot, paolo!



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/qgis-1-8-0-5-tp5030299p5030323.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Migration of SEXTANTE repository

2012-09-05 Thread skampus
has this migration done? i don't see any new version after 355.
can you indicate which is the new url for svn update?
at the moment it is 
http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin/src/sextante

thank you



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Migration-of-SEXTANTE-repository-tp4992397p419.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] sextante svn

2012-08-23 Thread skampus
in order to update sextante svn version, i have indicated to tortoise the
C:\Users\skampus\.qgis\python\plugins\sextante folder.

often it happens that when i update sextante torotise tells that here is a
conflict so i have to delete sextante folder, re-install sextante via qgis
and finally re-update sextante via tortoise.
is there anything i'm failing?
is it right to update directly original directory of sextante or is it
better to update another copy of sexante not in .qgis subfolder and then to
copy it?




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/sextante-svn-tp4997513.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Welcome to our newest core commiter: Victor Olaya

2012-08-21 Thread skampus
yepppaaa
:-)



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Welcome-to-our-newest-core-commiter-Victor-Olaya-tp4996733p4996780.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] image boundary

2012-08-14 Thread skampus
hi, i have almost 4700 ortophoto, not geotiff, but each one has its proper
tfw world file.
i'd like to generate correpsonding shape file of the boundary in order to
add an action able to open a single image.

first problem i have is to generate shape file. i read (and prove it) that
image boundary plugin works only with geotiff so it's very hard for me to
use the old geotiffexamine that works one by one image.

so, do you know if exists any other solution for having vector boundary of a
tiff in a very massive way?





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/image-boundary-tp4995238.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] image boundary

2012-08-14 Thread skampus
thank you for your reply, giovanni.
when i saw i put my question in the wrong list (developer list) i moved it
in the proper one (user list)



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Re-image-boundary-tp4995240p4995275.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] raster in qgis 1.8 and 1.9

2012-08-09 Thread skampus
thank you for your reply, werner.

but if you try to see raster in singleband pseudocolor, you can see that non
data is not transparent even if -9 is properly indicated as no data
value.
as i have reported, to activate transparency i have to reclassify raster by
means of sextante--saga--reclassify grid values.
replace no data values = yes,
new value for no data values = -9

at this point, the new raster has transparent no data



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/raster-in-qgis-1-8-and-1-9-tp4993536p4994197.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] raster in qgis 1.8 and 1.9

2012-08-06 Thread skampus
i'm trying to find the difference between raster management in qgis ver. 1.8
and 1.9. but there are some features that i don't understand.

as it has already been stated in other threads, qgis has some problems
(error ?) in treating the value no data in raster.
it makes some confusion in applying transparency to no data, and so the only
way I found to get around this problem is to reclassify the raster
immediately after a raster has been created (for example through the
application of raster operations).
Using the Sextante-saga reclassification module and immediately i convert no
data to -9 value and this valued is suited for transparency.
Needless to say how much this is annoying but now it seems that between
version 1.8 and version 1.9 there is no continuity.

I'll explain: Having dealt with a raster in version 1.8 as mentioned above,
I would expect to (not) see no data in the version 1.9.
instead it seems that the classification made ​​with Ver. 18 is not
recognized by ver. 1.9 and so it begins again.

is it so, or I'm missing something?

s.

ps: please open attached raster with 1.8 and 1.9
1.8: colormap, three classes 
1.9: singleband pseudocolor, three classes
please see, how no data in 1.9 don't disappear
http://osgeo-org.1560.n6.nabble.com/file/n4993536/OK_iso_2_50anos.tif
OK_iso_2_50anos.tif 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/raster-in-qgis-1-8-and-1-9-tp4993536.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Sextanter.colors

2012-07-05 Thread skampus
+1

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Sextante-r-colors-tp4986036p4986252.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] TauDEM

2012-06-26 Thread skampus
wow!!
thank you for this effort

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/TauDEM-tp4983821p4983845.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] installing qgis master 1.9

2012-06-17 Thread skampus
just updated to 1.9.0-4 and now all is working...

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/installing-qgis-master-1-9-tp4981928p4981973.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Qgis-user] no data values are not recognised by colormap

2012-06-13 Thread skampus
thank you for your reply.
i think that a such bug, problem, strange beahaviour (call it as you want),
is very limitating. 
maybe at the same level as a blocker bug, IMO

s.

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Re-Qgis-user-no-data-values-are-not-recognised-by-colormap-tp4981093p4981147.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Raster visualization

2012-06-03 Thread skampus
yes, i see strange behaviour of one raster.
it is always above every layer even if it is the last onein the toc.

(Versione di QGIS, 1.8.0-Lisboa, Revisione codice QGIS cdd683c)
http://osgeo-org.1560.n6.nabble.com/file/n4978855/1.png 1.png 
http://osgeo-org.1560.n6.nabble.com/file/n4978855/2.png 2.png 

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Raster-visualization-tp4978783p4978855.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Raster visualization

2012-06-03 Thread skampus
opsss...sorry...

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Raster-visualization-tp4978783p4978857.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] how to use sextante svn?

2012-06-02 Thread skampus
is there a way to know which version of sextante dev. version qgis is using?
i have installed tortoiseSVN, assigned the right (?) url to
C:\Users\skampus\.qgis\python\plugins\sextante folder
(C:\Users\skampus\.qgis\python\plugins\sextante) and made first time the SVN
checkout and then SVN update.
all is ok and tortoise log tells me there is the r211 version, but qgis
doesn't seem to recognize the correction victor  c. made. 
for instance, the error in saga idw model, already fixed, for me still
exists.

do i have to do any other operation?


--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/how-to-use-sextante-svn-tp4978712.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] how to use sextante svn?

2012-06-02 Thread skampus
thank you, now i'm updated!

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/how-to-use-sextante-svn-tp4978712p4978733.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Sextante: vector to raster

2012-06-01 Thread skampus
i have opened a ticket some days ago

http://hub.qgis.org/issues/5664



Paolo Cavallini wrote
 
 BTW, I get an error while using shape to grid (saga):
 
 An error has occured while executing Python code:
 
 Traceback (most recent call last):
   File
 /home/paolo/.qgis//python/plugins/sextante/gui/ParametersDialog.py, line
 147, in accept
 if self.setParamValues():
   File
 /home/paolo/.qgis//python/plugins/sextante/gui/ParametersDialog.py, line
 98,
 in setParamValues
 if not self.setParamValue(param,
 self.paramTable.valueItems[param.name]):
   File
 /home/paolo/.qgis//python/plugins/sextante/gui/ParametersDialog.py, line
 139, in setParamValue
 return param.setValue(widget.getValue())
   File
 /home/paolo/.qgis//python/plugins/sextante/parameters/ParameterExtent.py,
 line 11, in setValue
 if value is None:
 NameError: global name 'value' is not defined
 
 All the best.
 -- 
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 ___
 Qgis-developer mailing list
 Qgis-developer@.osgeo
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
 


--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Sextante-vector-to-raster-tp4978343p4978474.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Sextante: vector to raster

2012-06-01 Thread skampus
fixed and closed.
thank you victor!

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Sextante-vector-to-raster-tp4978343p4978503.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Re: adding options to sextante grass-functions

2012-05-11 Thread skampus
thank you very much, victor.
i'll try asap.

thank you for your work

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/adding-options-to-sextante-grass-functions-tp4965610p4968079.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] adding options to sextante grass-functions

2012-05-10 Thread skampus
I seem to have realized that you can put in each algorithm of Sextante all
the options originally planned for grass, by editing the specified command
file .txt which is (in my case) in C:\Users\
skampus\.qgis\python\plugins\Sextante\grass\description

So I did for the command v.transform, in order to perform the transformation
by means of GCP whose coordinates are into a separate table, as shown in the
help of command (http://grass.osgeo.org/gdp/html_grass64/v.transform.html).

I opened the file v.transform.txt and i added the line ParameterString |
pointsfile | GCP_Table |

v.transform
v.transform
Vector (v.*)
ParameterVector|input|input|-1|False
ParameterNumber|xshift|xshift|None|None|0.0
ParameterNumber|yshift|yshift|None|None|0.0
ParameterNumber|zshift|zshift|None|None|0.0
ParameterNumber|xscale|xscale|None|None|1.0
ParameterNumber|yscale|yscale|None|None|1.0
ParameterNumber|zscale|zscale|None|None|1.0
ParameterNumber|zrot|zrot|None|None|0.0
ParameterString|pointsfile|GCP_Table|
OutputVector|output|output

Once the command is launched by Sextante, i add the path to the table (using
both / and \) but everything freezes and after several minutes it gives
an error indeterminate, not reported in the log Sextante.

I'd like to know if the use of this external table relates to
ParameterString category or another not listed in
http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin/src/sextante/grass/grass.txt

thank you in advance 

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/adding-options-to-sextante-grass-functions-tp4965610.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer