<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<STYLE type=text/css><!-- DIV {margin:0px;} --></STYLE>

<META content="MSHTML 6.00.2900.5848" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Dan:</DIV>
<DIV>&nbsp;</DIV>
<DIV>It will be of value to entities dealing with "licensed" data. Actually, I was&nbsp;going to use&nbsp;GeoMoose to display green career opportunities&nbsp;at the coming&nbsp;State Fair Green Career booth organized by the Department of Employment and Economic Development -- showing "green" educational programs and industries. &nbsp;If it is not too much trouble, would you consider?&nbsp;However, the deadline is August 14th. If you are busy at this time, we can always&nbsp;use GeoMoose next time when appropriate. Thank you either way. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Best,</DIV>
<DIV>Jessica&nbsp;&nbsp;&nbsp;&nbsp;<BR><BR>&gt;&gt;&gt; Dan Little &lt;danlittle@yahoo.com&gt; 8/6/2009 2:40 PM &gt;&gt;&gt;<BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>This the first request for the feature that I've heard, so no, it's not implemented.&nbsp; It wouldn't be a difficult add-on to either GM1.6.X or GM2.0 ... shall I consider the option officially requested?<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif"><FONT face=Tahoma size=2><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jessica Fendos &lt;Jessica.Fendos@state.mn.us&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Brent Fraser &lt;bfraser@geoanalytic.com&gt;; Dan Little &lt;danlittle@yahoo.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> geomoose-users@lists.sourceforge.net<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, August 6, 2009 2:33:21 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Geomoose-users] Limit Identify Result<BR></FONT><BR>
<DIV>Thanks Dan for the quick response. I know GeoMoose 2.0 is built on MapServer and OpenLayers. Will&nbsp;2.0 take care of identify limit at this time? Appreciate your time! </DIV>
<DIV>&nbsp;</DIV>
<DIV>Jessica <BR><BR>&gt;&gt;&gt; Dan Little &lt;danlittle@yahoo.com&gt; 8/6/2009 2:27 PM &gt;&gt;&gt;<BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>That add-on is something chameleon implemented.&nbsp; For identify functionality GeoMOOSE 1.6.X uses MapServer directly, so if it's not a native-MapServer supported function it will not work with GeoMOOSE 1.6.X<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif"><FONT face=Tahoma size=2><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jessica Fendos &lt;Jessica.Fendos@state.mn.us&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Brent Fraser &lt;bfraser@geoanalytic.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> geomoose-users@lists.sourceforge.net<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, August 6, 2009 2:23:20 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Geomoose-users] Limit Identify Result<BR></FONT><BR>
<DIV>Thanks Brent:</DIV>
<DIV>&nbsp;</DIV>
<DIV>I was able to limit the identify result using this metadata tag in Chameleon (another add-on to MapServer) so was hoping I can do the same in GeoMoose.... Suggestions anyone?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Jessica &nbsp;<BR><BR>&gt;&gt;&gt; Brent Fraser &lt;bfraser@geoanalytic.com&gt; 8/6/2009 2:10 PM &gt;&gt;&gt;<BR>Jessica,<BR><BR>&nbsp;&nbsp; I don't think "query_limit" has been implemented in Mapserver yet <BR><SPAN><SPAN>(<A href="http://trac.osgeo.org/mapserver/ticket/2424" target=_blank>http://trac.osgeo.org/mapserver/ticket/2424</A>).&nbsp; The only option I can think of </SPAN></SPAN><BR>is to do some PHP (or other scripting language) programming, similar to GM's <BR>select.php and limit the returned results there.<BR><BR>&nbsp;&nbsp; But you might want to ask the question on the Mapserver-users email list.<BR><BR>Best Regards,<BR>Brent Fraser<BR><BR>Jessica Fendos wrote:<BR>&gt; Hi list:<BR>&gt;&nbsp; <BR>&gt; I am using GeoMoose 1.6.1. I have several point layers (employers by <BR>&gt; industry) that I would like to display in the mapping interface.&nbsp; Due to <BR>&gt; InfoUSA data restriction, I would like to limit the display of records <BR>&gt; resulting from the "Identify" tool to 5.<BR>&gt;&nbsp; <BR>&gt; I added&nbsp; the following<BR>&gt;&nbsp; <BR>&gt;&nbsp; *METADATA<BR>&gt;&nbsp;&nbsp;&nbsp; "query_limit" "5"<BR>&gt;&nbsp;&nbsp; END*<BR>&gt;&nbsp; <BR>&gt; to this layer in identify.map (under maps_statedemo) and employer.map <BR>&gt; (under maps_statedemo/employer) but it does not seem to have any effect. <BR>&gt; Is there a way for me to do this without setting the maxscaledemo <BR>&gt; parameter? I would like to view these employer locations from the <BR>&gt; overview but identify less than 5 at a time.<BR>&gt;&nbsp; <BR>&gt; Thanks!<BR>&gt; Jessica<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; <BR>&gt; ------------------------------------------------------------------------------<BR>&gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day <BR>&gt; trial. Simplify your report design, integration and deployment - and focus on <BR>&gt; what you do best, core application coding. Discover what's new with <BR><SPAN><SPAN>&gt; Crystal Reports now.&nbsp; <A href="http://p.sf.net/sfu/bobj-july" target=_blank>http://p.sf.net/sfu/bobj-july</A></SPAN></SPAN><BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Geomoose-users mailing list<BR>&gt; Geomoose-users@lists.sourceforge.net<BR>&gt; <A href="https://lists.sourceforge.net/lists/listinfo/geomoose" target=_blank rel=nofollow>https://lists.sourceforge.net/lists/listinfo/geomoose</A>-users<BR><BR>------------------------------------------------------------------------------<BR>Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day <BR>trial. Simplify your report design, integration and deployment - and focus on <BR>what you do best, core application coding. Discover what's new with <BR><SPAN>Crystal Reports now.&nbsp; <A href="http://p.sf.net/sfu/bobj-july" target=_blank>http://p.sf.net/sfu/bobj-july</A></SPAN><BR>_______________________________________________<BR>Geomoose-users mailing list<BR>Geomoose-users@lists.sourceforge.net<BR><A href="https://lists.sourceforge.net/lists/listinfo/geomoose" target=_blank rel=nofollow>https://lists.sourceforge.net/lists/listinfo/geomoose</A>-users<BR></DIV></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></BODY></HTML>