[Geomoose-users] [Geomoose-developers] Buffer Problems

Nelson Soto NSoto at plotplans.com
Fri May 22 10:15:04 EDT 2009


There are intermittent issues with GM 1.6 is you are using that. I don't
know if they would be related to this, but I'd highly recommend porting
your work to GM 2 and give that a shot.

 

________________________________

From: Jay Kapalczynski [mailto:jkapalczynski at ci.maple-grove.mn.us] 
Sent: Friday, May 22, 2009 10:10 AM
To: geomoose-users at lists.sourceforge.net;
geomoose-developers at lists.sourceforge.net
Subject: [Geomoose-developers] Buffer Problems

 

I have had this app running for some time now.  I haven't touched
anything in a few months.

I went back in and tried to do a buffer by line and am getting
errors...I tried this on the other select buttons and the same error.

 

Nothing changed in my:

*         Maple Grove_demo.xml

*         Select.map 

*         Buffer_select.map

 

Why all of a sudden does the query not find the parcels?

 

Any thoughts?

 

 

FIREFOX:

<br />

<b>Warning</b>:  [MapServer Error]: msQueryByShape(): No matching
record(s) found.

 in <b>C:\ms4w\apps\GeoMOOSE\htdocs\php\buffer_select.php</b> on line
<b>139</b><br />

<html><head><title>Mailing Label Service
Error</title></head><body><h3>Service Message</h3><b style='color

:red'>Query Failed to return any results!</b></body></html>

 

 

LINE 139:

# Perform the Query.

$queryResultCheck = $queryMap->queryByShape($shape);

if($queryResultCheck == MS_FAILURE) {                            # If
the query fails, error out.

                # Check to see if the Map has any pointers to an empty
file

                $empty = $queryMap->web->empty;

                # If it's set then show that HTML instead. :D

                if(isset($empty) and $empty != '') {

                                readfile($empty);

                                exit(0);

                } else {

                                appError('Query Failed to return any
results!');

                }

}

 

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


More information about the Geomoose-users mailing list