[Geomoose-users] Prolem with Identify/select on a layer

Bistrais, Bob Bob.Bistrais at maine.gov
Thu Sep 6 07:47:01 PDT 2012


(Also posted to MapServer list)

I am having trouble with a specific layer.  This shows up and displays correctly, but I can't get it  to work with Identify or Select.  It just doesn't show up in the results.  The error log says: msQueryByPoint(): Search returned no results. No matching record(s) found.

As best as I can tell, I have the coding in there correctly:

  LAYER
    NAME 'GeoLibrary_2ft_2003_2005'
    GROUP 'GeoLibrary_2ft_2003_2005'
    DATA "/mapserver_data/basemap/ortho2f/ortho2f_index2.shp"
    STATUS on
    TYPE polygon
    TRANSPARENCY 50
    METADATA
      "opacity" "50"
      "queryable" "True"
      "DESCRIPTION" "GeoLibrary 2ft index"
      "SEARCHFIELD" "tile"
      "fields" "tile:tilename,location,link"
      "hyperlink" "link"
      "wms_title" "GeoLibrary 2ft Index"
      'identify_record' 'templates/identify_geolib.html'
      'select_record' 'templates/ortho_result.html'
      'select_header' 'templates/ortho_header.html'
    END

  PROJECTION
    "init=epsg:26919"
  END


    CLASS
#      NAME "Geolibrary 2ft Index"
      STYLE
       OUTLINECOLOR 255 0 255
       WIDTH 2
      END
    END
  END


...And as mentioned, the layer shows up as expected.  What am I missing here??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20120906/7fd5114b/attachment.html>


More information about the Geomoose-users mailing list