Re: your old qgis plugins

4 messages Options
Embed this post
Permalink
Maurício de Paulo

Re: your old qgis plugins

Reply Threaded More More options
Print post
Permalink
Hi everyone,
As asked, I upgraded the qgsAffine plugin to work with versions 1.x. I've tested it on ubuntu from ubuntugis repository.
Everything seems to be working as expected. Please mail me in case of suggestions, problems or anything.
Thanks Borys for the advice.
It still had a problem from older versions of the API so I fixed it to work only on editable layers.
I hope it helps.
Maurício de Paulo


2009/10/22 Borys Jurgiel <[hidden email]>
Dne čtvrtek 22 října 2009 13:15:27 jste napsal(a):
> Well, I've sent the code of qgsAffine to Carson Farmer so that it can be
> placed together with ftools. It should be there as soon as he finishes his
> modifications.

Great :)

> I'm trying to access the old repo to get the old plugin code but I can't
> find the link. Can you help me?
> I have a backup at home, but it would take longer.

http://spatialserver.net/pyqgis/plugins/


_______________________________________________
Qgis-user mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-user
Maurício de Paulo

Re: your old qgis plugins

Reply Threaded More More options
Print post
Permalink
Oops, wrong plugin name. QgsAzimuth was the one I was talking about. :P

2009/10/22 Maurício de Paulo <[hidden email]>
Hi everyone,
As asked, I upgraded the qgsAffine plugin to work with versions 1.x. I've tested it on ubuntu from ubuntugis repository.
Everything seems to be working as expected. Please mail me in case of suggestions, problems or anything.
Thanks Borys for the advice.
It still had a problem from older versions of the API so I fixed it to work only on editable layers.
I hope it helps.
Maurício de Paulo


2009/10/22 Borys Jurgiel <[hidden email]>
Dne čtvrtek 22 října 2009 13:15:27 jste napsal(a):

> Well, I've sent the code of qgsAffine to Carson Farmer so that it can be
> placed together with ftools. It should be there as soon as he finishes his
> modifications.

Great :)

> I'm trying to access the old repo to get the old plugin code but I can't
> find the link. Can you help me?
> I have a backup at home, but it would take longer.

http://spatialserver.net/pyqgis/plugins/



_______________________________________________
Qgis-user mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-user
Fred LaPlante

Re: your old qgis plugins

Reply Threaded More More options
Print post
Permalink
In reply to this post by Maurício de Paulo
Hi,
I finally figured out how to remove the reference to the older 0.3
version of qgsAzimuth and now have 0.4 installed and (sort of) working.
But I am having trouble figuring out just how to use it. The screen
looks simple enough, but it doesn't seem to do what I expect.

I created a new empty vector polygon layer over a work layer with
polygons on it. I enabled editing on the new layer and selected at the
top of the screen. I clicked the 'from canvas' button then clicked one
vertex of my test polygon on my work layer display - I get X & Y
coordinates as expected. So far, so good.

But what do I do next? I had thought I would simply click the 'from
canvas' button, pick the other end of one side of the polygon and the
azimuth and distance of the indicated line would be entered into the
list. I would repeat this until I got around the polygon. Then I would
edit my line lengths to to what they should be. Finally I would click
'draw' and the new polygon would appear in the previously empty layer so
I could later trace over it onto my work layer.

Obviously I am mistaken, as it doesn't seem to work that way.  Can
someone point me in the right direction. Perhaps since its only ver. 0.4
this plugin is incomplete and I am expecting too much.

Fred LaPlante

> Date: Thu, 22 Oct 2009 10:40:23 -0200
> From: Maur?cio de Paulo <[hidden email]>
>  

> Oops, wrong plugin name. QgsAzimuth was the one I was talking about. :P
>
> 2009/10/22 Maurício de Paulo <[hidden email]>
>
>  
>> > Hi everyone,
>> > As asked, I upgraded the qgsAffine plugin to work with versions 1.x. I've
>> > tested it on ubuntu from ubuntugis repository.
>> > Everything seems to be working as expected. Please mail me in case of
>> > suggestions, problems or anything.
>> > Thanks Borys for the advice.
>> > It still had a problem from older versions of the API so I fixed it to work
>> > only on editable layers.
>> > I hope it helps.
>> > Maurício de Paulo
>> >
>> >
>> > 2009/10/22 Borys Jurgiel <[hidden email]>
>> >
>>    
>>> >> Dne ètvrtek 22 øíjna 2009 13:15:27 jste napsal(a):
>>> >>
>>>      
>>>> >> > Well, I've sent the code of qgsAffine to Carson Farmer so that it can be
>>>> >> > placed together with ftools. It should be there as soon as he finishes
>>>>        
>>> >> his
>>>      
>>>> >> > modifications.
>>>>        
>>> >>
>>> >> Great  :)
>>> >>
>>>      
>>>> >> > I'm trying to access the old repo to get the old plugin code but I can't
>>>> >> > find the link. Can you help me?
>>>> >> > I have a backup at home, but it would take longer.
>>>>        
>>> >>
>>> >> http://spatialserver.net/pyqgis/plugins/
>>> >>
>>>      
>> >
>> >
>>    

_______________________________________________
Qgis-user mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-user
Darren Cope

Azimuth and Distance Plugin (was Re: your old qgis plugins)

Reply Threaded More More options
Print post
Permalink
In reply to this post by Maurício de Paulo
Hi Mauricio,

Great plugin!  A couple of thoughts for enhancements in the future that would be fantastic:

- ability for the "From Canvas" feature to respect the snapping rules in the project.  This way if I wanted to snap to a corner of an existing polygon to start a new one, it would be possible
- ability to enter azimuth as DMS N/S/E/W (for example enter N41d28'00"W)
- the map canvas zooms out to a much larger extent after clicking 'draw'
- the start point of the drawn polygon doesn't seem to match the coordinates entered, although it's usually pretty close.

Great work!  Can't wait to see how this progresses!

Cheers,

Darren

Maurício de Paulo wrote:
Hi everyone,
As asked, I upgraded the qgsAffine plugin to work with versions 1.x. I've
tested it on ubuntu from ubuntugis repository.
Everything seems to be working as expected. Please mail me in case of
suggestions, problems or anything.
Thanks Borys for the advice.
It still had a problem from older versions of the API so I fixed it to work
only on editable layers.
I hope it helps.
Maurício de Paulo


2009/10/22 Borys Jurgiel <borysiasty@aster.pl>

> Dne čtvrtek 22 října 2009 13:15:27 jste napsal(a):
> > Well, I've sent the code of qgsAffine to Carson Farmer so that it can be
> > placed together with ftools. It should be there as soon as he finishes
> his
> > modifications.
>
> Great :)
>
> > I'm trying to access the old repo to get the old plugin code but I can't
> > find the link. Can you help me?
> > I have a backup at home, but it would take longer.
>
> http://spatialserver.net/pyqgis/plugins/
>

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user