Problem Querying Points

Mark Andrle Mark.Andrle at NEWBRIGHTONMN.GOV
Mon Aug 29 17:21:33 EDT 2005


Hello,

I'm new to MapServer and I'm having trouble querying my points layer.
When I try to do so I receive the following error message:

mapserv(): Web application error. No way to generate a valid map extent
from selected shapes

The query function works fine with my polygon layers.

Below is the code I'm using for the point layer I'm tyring to query.

LAYER
  NAME '2005 crime'
  DATA "2005 crime"
  STATUS OFF
  TOLERANCE 20
  TYPE POINT
  CLASS
   STYLE
           SYMBOL 'circle'
           SIZE 8
    COLOR 255 0 0
           OUTLINECOLOR 0 0 0
                END
   TEMPLATE "crime.html"
  END

 END

Any assistance would be much appreciated.

Thanks.



More information about the mapserver-users mailing list