Page 1 of 1

rectangle generator

Posted: Mon Feb 01, 2010 3:03 pm
by hug
Hello,
Your circle generator program is very useful; but I'm looking for something similar for rectangles.
I'm using GEVoyager to make an automatic scan of different areas for automatic caching and offline use.
The rectangular area is defined with a point (NW corner) and a length and a height.
So visualizing this rectangular area would be useful, because I want to scan a lot of different areas.
Would you have a solution?
Best regards
Gerard

Re: rectangle generator

Posted: Tue Feb 02, 2010 1:00 pm
by ACalcutt
I still haven't had a chance to look at this....but as soon as I get the chance I will

Re: rectangle generator

Posted: Tue Feb 02, 2010 9:01 pm
by ACalcutt
here you go... v1 of the rectangle generator. very basic right now
rectangle_gen_v1.jpg
rectangle_gen_v1.jpg (30.92 KiB) Viewed 21130 times

you may find the gps input a little strange, since it it made to accept a few formats
Decimal format is expected to have seven decimal places {eg (N 0.0000000) or (0.0000000)
Decimal Minutes is expected to have four decimal placed {eg (N 0000.0000) or (0000.0000)
it also accepts Decimal Minute Second in this format dd° mm' ss"

Re: rectangle generator

Posted: Thu Feb 04, 2010 5:02 am
by hug
Thank you very much.
I have checked it , it works perfectly.
In the mean time, I have found another "FreeMapTool" (http://www.freemaptools.com/radius-around-point.htm)
With this tool, you can draw multiple circles, so adjusting the scanning area is easier.
Do you think that a modification from circle to rectangle in this way would be not too hard ?
gerard

Re: rectangle generator

Posted: Sat Feb 06, 2010 12:45 pm
by ACalcutt
I wouldn't know where to start with that....I will think about it

Re: rectangle generator

Posted: Sat Nov 06, 2010 1:33 pm
by hug
Hello,
Could it be possible , as an option, to enter Width and Height in degrees ?
Best regards
Gerard

Re: rectangle generator

Posted: Mon Nov 08, 2010 3:51 pm
by ACalcutt
This is incomplete, i still need to get the calculation for longitude degrees to meters working. Just posting it so I can work on it later