[Geomoose-users] Buffer Units

Len Kne lkne at houstoneng.com
Fri Nov 5 15:01:47 EDT 2010


Look for where the shape and selection buffer is set in select.php:

# A buffer for the 'select' shapes
$shape_buffer = $_REQUEST['shape_buffer'];
$selection_buffer = $_REQUEST['selection_buffer'];
if(!isset($shape_buffer)) { $shape_buffer = 0; }
if(!isset($selection_buffer)) { $selection_buffer = 0; }

After this, you could add:

$shape_buffer = $shapebuffer * theConstantFromMetersToFeet

Len

From: Jacob Rodel [mailto:jacob.rodel at co.todd.mn.us]
Sent: Friday, November 05, 2010 11:17 AM
To: geomoose-users at lists.sourceforge.net
Subject: [Geomoose-users] Buffer Units

I have my buffer working but it is buffering in meters because I am using UTM.  I assume I will have to edit the select.php to change it to buffer in feet.  Can someone please point me in the right direction?  I am using version 2.2.  Thanks!

Jacob Rodel
GIS Technician
Todd County GIS & Land Services Dept.
347 Central Ave. Suite 1
Long Prairie, MN 56347
(320) 732-4248

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20101105/cecf6a6e/attachment.html


More information about the Geomoose-users mailing list