[sextante-users] Re: Unable to create graticule

  • From: Victor Olaya <volayaf@xxxxxxxxx>
  • To: Agustin Diez Castillo <agustin.diez@xxxxx>
  • Date: Tue, 24 Jan 2012 17:45:37 +0100

Agustin,

You are using the graticule algorithm with the older syntax

Now you should be using something like this:

runalg("graticulebuilder", "4000.0", "4000.0", "0", "#")

The extent is not included now in the paramenters of the algorithm, but set
with the extent() command

The manual explains how to use this command.

Hope this helps

Regards

Victor

2012/1/24 Agustin Diez Castillo <agustin.diez@xxxxx>

> Victor,
> Thanks for the answer
>
> On Jan 23, 2012, at 8:08 PM, Victor Olaya wrote:
>
> Agustin
>
> let me check what is happening and I will tell you. Are you using 1.0? the
> nightly build is the same now, since i haven't done anything since 1.0 was
> released
>
> I'm using the one that can be installed with gvSIG add-ons manager.
>
>
> The list is now hosted at freelists. You can find the new adresses in our
> website
>
> Regards
>
> Victor
>
>
> 2012/1/23 Agustin Diez Castillo <agustin.diez@xxxxx>
>
>> Victor and others,
>> I'm trying to create a graticule with the nightly build and I'm having
>> some problems besides being monday morning.
>> extent( 722736.0, 4282865.0, 0.0, 726928.0, 4285781.0, 0.0, 0.5, 1.0);
>> runalg("graticulebuilder", "100.0", "100.0", "0", "#");
>> I can't reproduce that with the gui, it insists that the extension either
>> wrong or missed.
>> Any clue.
>> Agustin
>>
>
>
>

Other related posts:

  • » [sextante-users] Re: Unable to create graticule - Victor Olaya