Hi, <div><br></div><div>trying to get a basic app working in geomoose using our own data and I am getting a blank map area. I have set up a simple map file in the standard ms4w maps folder in a folder called ArcView, I have put my map file in to that folder and have tested it using a browser and can see a map and am able to download an xml document when I do a get capabilities request.</div>

<div>The map file is as follows:</div><div><br></div><div>============== MAP FILE =======================</div><div><br></div><div>MAP<br>  NAME &quot;TESTMAP&quot;<br>  # Map image size<br>  SIZE 800 800<br>  UNITS INCHES<br>
<br>  EXTENT -990487.465830 -31957.211592 1696934.624449 1261986.757801<br>  FONTSET     &quot;../fonts/fontset.list&quot;<br>    SYMBOLSET    &quot;../symbols/symbol.sym&quot;<br>  PROJECTION <br>     &#39;init=epsg:4326&#39;<br>
    &#39;proj=longlat&#39;<br>    &#39;ellps=WGS84&#39;<br>    &#39;datum=WGS84&#39;<br>    &#39;no_defs&#39;<br>  END<br><br><br>  IMAGECOLOR 255 255 255<br>  IMAGEQUALITY 95<br>  IMAGETYPE jpeg<br><br>  OUTPUTFORMAT<br>
    NAME jpeg<br>    DRIVER &#39;GD/JPEG&#39;<br>    MIMETYPE &#39;image/jpeg&#39;<br>    IMAGEMODE RGBA<br>    EXTENSION &#39;jpeg&#39;<br>  END<br><br>  LEGEND<br>      IMAGECOLOR 255 255 255<br>    STATUS ON<br>    KEYSIZE 18 12<br>
    LABEL<br>      TYPE BITMAP<br>      SIZE MEDIUM<br>      COLOR 0 0 89<br>    END<br>  END<br><br>  WEB<br>    IMAGEPATH &#39;/tmp/&#39;<br><br>    IMAGEURL &#39;/tmp/&#39;<br><br>    METADATA<br>      &#39;ows_title&#39;           &#39;TESTMAP&#39;<br>
      &#39;ows_onlineresource&#39;  &#39;<a href="http://www">http://www</a>.<i>ourserver</i>.com:2112/cgi-bin/mapserv.exe?map=testshp.map&#39;<br>      &#39;ows_srs&#39;             &#39;EPSG:4326&#39;<br><br>    END<br>
<br>    TEMPLATE &#39;foo&#39;<br>  END<br><br>  LAYER<br>    NAME &#39;RECTANGLES&#39;<br>    TYPE POLYGON<br>    DUMP true<br>    TEMPLATE fooOnlyForWMSGetFeatureInfo<br>  EXTENT -990487.465830 -31957.211592 1696934.624449 1261986.757801<br>
    DATA &#39;D:/ms4w/apps/geomoose2/maps/ArcView/seamless_rectangle.shp&#39;<br>    METADATA<br>      &#39;ows_title&#39; &#39;rectangles&#39;<br>            &#39;ows_srs&#39; &#39;EPSG:4326&#39;<br><br>    END<br>    STATUS OFF<br>
    TRANSPARENCY 100<br>    PROJECTION<br>    &#39;init=epsg:4326&#39;<br>    &#39;proj=longlat&#39;<br>    &#39;ellps=WGS84&#39;<br>    &#39;datum=WGS84&#39;<br>    &#39;no_defs&#39;<br>    END<br>    CLASS<br>       NAME &#39;seamless_rectangle&#39; <br>
       STYLE<br>         WIDTH 1 <br>         OUTLINECOLOR 0 0 0<br>         COLOR 149 170 154<br>       END<br>    END<br>  END<br><br>END<br><br>=============== END OF MAP FILE=================<br><br><br>The map book .xml is as follows, just a commented out version of the original one:<br>
<br><br>============== MAPBOOK.XML ===================<br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;mapbook version=&quot;2.0&quot;&gt;<br>    &lt;configuration&gt;<br>        &lt;!--<br>            &lt;param name=&quot;links_bar_html&quot;&gt;&lt;![CDATA[Perfect timing for some damn CDATA &quot;all&quot; of &#39;its&#39; here &lt;&amp;&gt;]]&gt;&lt;/param&gt;<br>
            &lt;param name=&quot;layer_controls.unfade.on&quot;&gt;false&lt;/param&gt;<br>        --&gt;<br>        &lt;!--    &lt;param name=&quot;zoomto[&#39;Jump To:&#39;]&quot;&gt;&lt;![CDATA[<br>        {<br>            &#39;Dakota County&#39; : [521238.614537864,4924218.86673578,473921.947801381,4974430.36885032],<br>
            &#39;Parcel Data&#39; : [497205.409367,4923984.423582,477595.805945,4941970.52988],<br>            &#39;Full State of MN&#39; : [189783.560000,4816309.330000,761653.524114,5472346.500000]<br>        }<br>        ]]&gt;&lt;/param&gt; --&gt;<br>
        &lt;param name=&quot;max_extent&quot;&gt;-1053325.991731,-63036.027500,1763261.991731,1293098.927500&lt;/param&gt;<br>        &lt;param name=&quot;initial_extent&quot;&gt;-990487.465830,-31957.211592,1696934.624449,1261986.757801&lt;/param&gt;<br>
<br>        &lt;param name=&quot;layer_controls.legend.on&quot;&gt;false&lt;/param&gt;<br>        &lt;param name=&quot;mapserver_url&quot;&gt;/cgi-bin/mapserv.exe&lt;/param&gt;<br>        &lt;param name=&quot;mapfile_root&quot;&gt;/ms4w/apps/geomoose2/maps/&lt;/param&gt;<br>
<br>        &lt;param name=&quot;projection&quot;&gt;EPSG:4326&lt;/param&gt;<br><br>        &lt;param name=&quot;layer_controls.up.on&quot;&gt;false&lt;/param&gt;<br>        &lt;param name=&quot;layer_controls.down.on&quot;&gt;false&lt;/param&gt;        <br>
        &lt;param name=&quot;layer_controls.legend.on&quot;&gt;true&lt;/param&gt;    <br><br>        &lt;param name=&quot;drawing_tools.default_fill&quot;&gt;red&lt;/param&gt;<br>        &lt;param name=&quot;drawing_tools.default_stroke&quot;&gt;yellow&lt;/param&gt;<br>
        &lt;param name=&quot;drawing_tools.default_opacity&quot;&gt;1&lt;/param&gt;<br><br>        &lt;param name=&quot;group_checkboxes&quot;&gt;false&lt;/param&gt;<br><br>        &lt;param name=&quot;default_tab&quot;&gt;Catalog&lt;/param&gt;<br>
        &lt;param name=&quot;catalog_name&quot;&gt;Catalog&lt;/param&gt;<br>        &lt;param name=&quot;show_service_settings_in&quot;&gt;Information&lt;/param&gt;<br>        &lt;param name=&quot;show_results_in&quot;&gt;Information&lt;/param&gt;<br>
          <br>        &lt;param name=&quot;tabs&quot;&gt;&lt;![CDATA[<br>         {<br>             &#39;Catalog&#39; : &#39;catalog-tab&#39;,<br>             &#39;Information&#39; : &#39;information-tab&#39;,<br>             &#39;Custom&#39; : &#39;custom-tab&#39;<br>
         }<br>         ]]&gt;&lt;/param&gt;<br>         <br>        &lt;param name=&quot;ground_units&quot;&gt;km&lt;/param&gt;<br>        &lt;param name=&quot;scales&quot;&gt;.5,1,4,8,16,24,32,64,128,270,550,1000&lt;/param&gt;<br>
        &lt;param name=&quot;reference_map.enabled&quot;&gt;false&lt;/param&gt;<br>        &lt;param name=&quot;coordinate_display.usng&quot;&gt;false&lt;/param&gt;<br>        &lt;param name=&quot;jumpto_scales&quot;&gt;&lt;![CDATA[<br>
        {<br>            &#39;1:50000&#39; : 50000,<br>            &#39;1:24000&#39; : 24000,<br>            &#39;1:10000&#39; : 10000,<br>            &#39;1:5000&#39; : 5000<br>        }<br>    ]]&gt;&lt;/param&gt;    <br>
<br>    &lt;/configuration&gt;<br>    &lt;!--<br>        The mapping services define the source of the mapping data.<br>    --&gt;<br><br>    &lt;map-source name=&quot;highlight&quot; type=&quot;mapserver&quot;&gt;<br>        &lt;file/&gt;<br>
        &lt;layer name=&quot;all&quot;/&gt;<br>    &lt;/map-source&gt;<br><br>    &lt;map-source name=&quot;TESTMAP&quot; type=&quot;mapserver&quot;&gt;<br>        &lt;file&gt;./ArcView/testshp.map&lt;/file&gt;<br>        &lt;layer name=&quot;rectangles&quot;/&gt;<br>
    &lt;/map-source&gt;<br><br>    &lt;!--    &lt;map-source name=&quot;borders&quot; type=&quot;mapserver&quot; reference=&quot;true&quot;&gt;<br>        &lt;file&gt;./demo/statedata/basemap.map&lt;/file&gt;<br>        &lt;layer name=&quot;all&quot;/&gt;<br>
    &lt;/map-source&gt;<br><br>    &lt;map-source name=&quot;iastate&quot; type=&quot;wms&quot; tiled=&quot;false&quot; projection=&quot;EPSG:900913&quot; width=&quot;512&quot; height=&quot;512&quot;&gt;<br>        &lt;url&gt;<a href="http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi">http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi</a>&lt;/url&gt;<br>
        &lt;layer name=&quot;nexrad-n0r&quot;/&gt;<br>        &lt;param name=&quot;format&quot; value=&quot;image/jpeg&quot;/&gt;<br>        &lt;param name=&quot;TRANSPARENT&quot; value=&quot;TRUE&quot;/&gt;<br>    &lt;/map-source&gt;<br>
<br>    &lt;map-source name=&quot;metbase&quot; type=&quot;ags&quot; &gt;<br>        &lt;url&gt;<a href="http://gis.metc.state.mn.us/ArcGIS/rest/services/BaseLayer/UTMBaseMap/MapServer/export">http://gis.metc.state.mn.us/ArcGIS/rest/services/BaseLayer/UTMBaseMap/MapServer/export</a>&lt;/url&gt;<br>
        &lt;layer name=&quot;Met Council Base Map Layers&quot; /&gt;<br>        &lt;param name=&quot;FORMAT&quot; value=&quot;JPG&quot;/&gt;<br>    &lt;/map-source&gt;<br><br>    &lt;map-source name=&quot;lmic&quot; type=&quot;wms&quot; tiled=&quot;false&quot;&gt;<br>
        &lt;url&gt;<a href="http://geoint.lmic.state.mn.us/cgi-bin/wms">http://geoint.lmic.state.mn.us/cgi-bin/wms</a>&lt;/url&gt;<br>        &lt;layer name=&quot;fsa2008&quot;/&gt;<br>        &lt;layer name=&quot;bw1997&quot;/&gt;<br>
    &lt;/map-source&gt;<br><br>    &lt;map-source name=&quot;usgs_doq&quot; type=&quot;wms&quot; tiled=&quot;false&quot; projection=&#39;EPSG:26915&#39;&gt;<br>        &lt;url&gt;<a href="http://terraservice.net/ogcmap.ashx">http://terraservice.net/ogcmap.ashx</a>?&lt;/url&gt;<br>
        &lt;layer name=&quot;DOQ&quot;/&gt;<br>        &lt;param name=&quot;format&quot; value=&quot;image/jpeg&quot;/&gt;<br>        &lt;param name=&quot;TRANSPARENT&quot; value=&quot;TRUE&quot;/&gt;<br>    &lt;/map-source&gt;    <br>
<br>    &lt;map-source name=&quot;usgs_drg&quot; type=&quot;wms&quot; tiled=&quot;false&quot; projection=&#39;EPSG:26915&#39;&gt;<br>        &lt;url&gt;<a href="http://terraservice.net/ogcmap.ashx">http://terraservice.net/ogcmap.ashx</a>?&lt;/url&gt;<br>
        &lt;layer name=&quot;DRG&quot;/&gt;<br>        &lt;param name=&quot;format&quot; value=&quot;image/jpeg&quot;/&gt;<br>        &lt;param name=&quot;TRANSPARENT&quot; value=&quot;TRUE&quot;/&gt;<br>    &lt;/map-source&gt;    <br>
<br>    &lt;map-source name=&quot;reference&quot; type=&quot;wms&quot; tiled=&quot;false&quot; reference=&quot;true&quot;&gt;<br>        &lt;url&gt;<a href="http://geoint.lmic.state.mn.us/cgi-bin/wms">http://geoint.lmic.state.mn.us/cgi-bin/wms</a>&lt;/url&gt;<br>
        &lt;layer name=&quot;fsa2008&quot; reference=&quot;true&quot; /&gt;<br>    &lt;/map-source&gt; --&gt;<br><br>    &lt;service name=&quot;print&quot; title=&quot;Print Map&quot;&gt;<br>        &lt;step type=&quot;input&quot;&gt;<br>
            &lt;url&gt;php/print.php&lt;/url&gt;<br>            &lt;input type=&quot;print_info&quot; name=&quot;layers&quot;/&gt;<br>            &lt;input type=&quot;extent&quot; name=&quot;extent&quot;/&gt;<br>            &lt;input type=&quot;sketches&quot; name=&quot;sketches&quot;/&gt;<br>
<br>            &lt;input type=&quot;user&quot; name=&quot;title&quot; title=&quot;Map Title&quot;&gt;Map&lt;/input&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;date&quot; title=&quot;Map Date&quot;&gt;true&lt;/input&gt;<br>
<br>            &lt;input type=&quot;select&quot; name=&quot;template&quot; title=&quot;Output Template: &quot;&gt;<br>                &lt;option value=&quot;letter_landscape&quot;&gt;Letter - Landscape&lt;/option&gt;<br>
                &lt;option value=&quot;letter_portrait&quot;&gt;Letter - Portrait&lt;/option&gt;<br>                &lt;option value=&quot;poster_landscape&quot;&gt;11&quot; x 17&quot; - Landscape&lt;/option&gt;<br>                &lt;option value=&quot;poster_portrait&quot;&gt;11&quot; x 17&quot; - Portrait&lt;/option&gt;<br>
            &lt;/input&gt;<br><br>            &lt;input type=&quot;select&quot; name=&quot;quality&quot; title=&quot;Image Quality: &quot;&gt;<br>                &lt;option value=&quot;2&quot;&gt;Higher&lt;/option&gt;<br>
                &lt;option value=&quot;3&quot;&gt;Highest&lt;/option&gt;<br>                &lt;option value=&quot;1&quot;&gt;Standard&lt;/option&gt;<br>            &lt;/input&gt;<br><br>            &lt;input type=&quot;select&quot; name=&quot;scale&quot; title=&quot;Preserve Scale: &quot;&gt;<br>
                &lt;option value=&quot;preserve&quot;&gt;Yes&lt;/option&gt;<br>                &lt;option value=&quot;no&quot;&gt;No&lt;/option&gt;<br>            &lt;/input&gt;<br>        &lt;/step&gt;<br>    &lt;/service&gt;<br>
<br>    &lt;service name=&quot;identify&quot; title=&quot;Identify&quot; display=&quot;false&quot;&gt;<br>        &lt;url&gt;php/identify.php&lt;/url&gt;<br>        &lt;step type=&quot;spatial&quot; name=&quot;shape&quot; line=&quot;false&quot; polygon=&quot;false&quot; jump-start=&quot;true&quot; default=&quot;point&quot;&gt;<br>
            &lt;input type=&quot;visiblelayers&quot; name=&quot;layers&quot;/&gt;<br>        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;birdseye&quot; display=&quot;false&quot; target=&quot;_blank&quot;&gt;<br>
        &lt;url&gt;php/birdseye.php&lt;/url&gt;<br>        &lt;step type=&quot;spatial&quot; name=&quot;xy&quot; line=&quot;false&quot; polygon=&quot;false&quot; jump-start=&quot;true&quot; default=&quot;point&quot; format=&quot;delim&quot; reproject=&quot;EPSG:4326&quot;&gt;<br>
        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;streetview&quot; display=&quot;false&quot; target=&quot;_blank&quot;&gt;<br>        &lt;url&gt;php/streetview.php&lt;/url&gt;<br>        &lt;step type=&quot;spatial&quot; name=&quot;xy&quot; line=&quot;false&quot; polygon=&quot;false&quot; jump-start=&quot;true&quot; default=&quot;point&quot; format=&quot;delim&quot; reproject=&quot;EPSG:4326&quot;&gt;<br>
        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;feature_report&quot; display=&quot;false&quot;&gt;<br>        &lt;url&gt;php/feature_report.php&lt;/url&gt;<br>        &lt;input type=&quot;hidden&quot; name=&quot;layers&quot; value=&quot;lmic/fsa&quot;/&gt;<br>
        &lt;input type=&quot;hidden&quot; name=&quot;src&quot;/&gt;<br>        &lt;input type=&quot;hidden&quot; name=&quot;PIN&quot;/&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;select&quot; title=&quot;Select&quot;&gt;<br>
        &lt;url&gt;php/select.php&lt;/url&gt;<br><br>        &lt;!-- Send a selection shape + the visible layers list to the service --&gt;<br>        &lt;step type=&quot;spatial&quot; showTools=&quot;true&quot; name=&quot;shape&quot; line=&quot;true&quot; polygon=&quot;true&quot; point=&quot;true&quot; default=&quot;polygon&quot; edit-polygon=&quot;false&quot; pan=&quot;false&quot; jump-start=&quot;true&quot;&gt;<br>
<br>            &lt;header&gt;&lt;![CDATA[Create a selection area by clicking on the map.]]&gt;&lt;/header&gt;<br><br>            &lt;input type=&quot;visiblelayers&quot; name=&quot;layers&quot;/&gt;<br><br>            &lt;!-- <br>
                Option values should be the mapbook path to the layer.<br>                This only supports &#39;mapserver&#39;-type layers.<br>            --&gt;<br>            &lt;input type=&quot;select&quot; name=&quot;select_layer&quot; title=&quot;Select:&quot;&gt;<br>
                &lt;option value=&quot;parcels/parcels&quot;&gt;Parcels&lt;/option&gt;<br>            &lt;/input&gt;<br>            <br>            &lt;!--<br>            &lt;input type=&quot;user&quot; name=&quot;shape_buffer&quot; title=&quot;Buffer Selection Shape (ft)&quot;&gt;0&lt;/input&gt;<br>
            <br>            &lt;input type=&quot;select&quot; name=&quot;query_layer&quot; title=&quot;Using Features In&quot;&gt;<br><br>                &lt;option value=&quot;parcels/parcels&quot;&gt;Parcels&lt;/option&gt;<br>
            &lt;/input&gt;<br>            --&gt;<br>            &lt;input type=&quot;user&quot; name=&quot;shape_buffer&quot; title=&quot;Buffer Selection Shape (ft)&quot;&gt;0&lt;/input&gt;<br><br>            &lt;footnote&gt;&lt;![CDATA[<br>
            ]]&gt;&lt;/footnote&gt;<br>        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;!-- this is called after a standard select in order to buffer the previous selection --&gt;<br>    &lt;service name=&quot;buffered_select_followup&quot; title=&quot;Buffered Select&quot;&gt;<br>
        &lt;url&gt;php/select.php&lt;/url&gt;<br>        &lt;step type=&quot;input&quot;&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;shape&quot;/&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;select_layer&quot;/&gt;<br>
            &lt;input type=&quot;hidden&quot; name=&quot;query_layer&quot;/&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;shape_buffer&quot;/&gt;<br>            &lt;input type=&quot;user&quot; name=&quot;selection_buffer&quot; title=&quot;Buffer Features By: &quot;/&gt;<br>
        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;buffered_select&quot; title=&quot;Buffered Select&quot;&gt;<br>        &lt;url&gt;php/select.php&lt;/url&gt;<br><br>        &lt;!-- Send a selection shape + the visible layers list to the service --&gt;<br>
        &lt;step type=&quot;spatial&quot; showTools=&quot;true&quot; name=&quot;shape&quot; line=&quot;true&quot; polygon=&quot;true&quot; point=&quot;true&quot; default=&quot;polygon&quot; edit-polygon=&quot;false&quot; pan=&quot;false&quot;&gt;<br>
<br>            &lt;header&gt;&lt;![CDATA[Create a selection area by clicking on the map.]]&gt;&lt;/header&gt;<br><br>            &lt;input type=&quot;visiblelayers&quot; name=&quot;layers&quot;/&gt;<br><br>            &lt;!-- <br>
                Option values should be the mapbook path to the layer.<br>                This only supports &#39;mapserver&#39;-type layers.<br>            --&gt;<br>            &lt;input type=&quot;select&quot; name=&quot;select_layer&quot; title=&quot;Select features from:&quot;&gt;<br>
                &lt;option value=&quot;parcels/parcels&quot;&gt;Parcels&lt;/option&gt;<br>            &lt;/input&gt;<br>            <br>            &lt;input type=&quot;user&quot; name=&quot;selection_buffer&quot; title=&quot;Buffer Selected Features (ft)&quot;&gt;0&lt;/input&gt;<br>
<br>&lt;!--            &lt;input type=&quot;user&quot; name=&quot;shape_buffer&quot; title=&quot;Buffer Selection Shape (ft)&quot;&gt;0&lt;/input&gt;<br>--&gt;            <br>            &lt;input type=&quot;select&quot; name=&quot;query_layer&quot; title=&quot;Using Features In&quot;&gt;<br>
<br>                &lt;option value=&quot;parcels/parcels&quot;&gt;Parcels&lt;/option&gt;<br>            &lt;/input&gt;<br><br>            &lt;footnote&gt;&lt;![CDATA[<br>            ]]&gt;&lt;/footnote&gt;<br>        &lt;/step&gt;<br>
    &lt;/service&gt;<br><br>    &lt;service name=&quot;popups&quot; display=&quot;false&quot;&gt;<br>        &lt;url&gt;php/popups.php&lt;/url&gt;<br>        &lt;step type=&quot;spatial&quot; name=&quot;shape&quot; line=&quot;false&quot; polygon=&quot;false&quot; jump-start=&quot;true&quot; default=&quot;point&quot;&gt;<br>
            &lt;header&gt;&lt;![CDATA[<br>            Click on the map to show a popup about the features.<br>            ]]&gt;&lt;/header&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;layer&quot;/&gt;<br>
        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;geocode_address&quot; title=&quot;Geocode Address&quot;&gt;<br>        &lt;url&gt;php/geocode.php&lt;/url&gt;<br>        &lt;step type=&quot;input&quot;&gt;<br>
            &lt;input type=&quot;user&quot; name=&quot;address&quot; title=&quot;Enter Address: &quot;/&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;googlekey&quot; value=&quot;ABQIAAAA4Q-VLyIpwp3L8M9DIzKb2BT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRe8Hd6FR51Hvb-Fvd-wGjiDZDC4w&quot;/&gt;<br>
        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;service name=&quot;search_parcels&quot;&gt;<br>        &lt;url&gt;php/query.php&lt;/url&gt;<br>        &lt;step type=&quot;input&quot;&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;highlight&quot; value=&quot;true&quot;/&gt;<br>
            &lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;search&quot;/&gt;<br><br>            &lt;input type=&quot;hidden&quot; name=&quot;layer0&quot; value=&quot;parcels/parcels&quot;/&gt;<br>            &lt;input type=&quot;hidden&quot; name=&quot;template0&quot; value=&quot;itemquery&quot;/&gt;<br>
<br>            &lt;input type=&quot;select&quot; name=&quot;fieldname0&quot; title=&quot;Search By:&quot;&gt;<br>                &lt;option value=&quot;OWNER_NAME&quot;&gt;Owner&lt;/option&gt;<br>                &lt;option value=&quot;PIN&quot;&gt;Parcel ID&lt;/option&gt;<br>
            &lt;/input&gt;<br>            &lt;input type=&quot;select&quot; name=&quot;comparitor0&quot; title=&quot;That: &quot;&gt;<br>                &lt;option value=&quot;like-icase&quot;&gt;Contains&lt;/option&gt;<br>
                &lt;option value=&quot;right-like-icase&quot;&gt;Begins With&lt;/option&gt;<br>                &lt;option value=&quot;eq-str&quot;&gt;Matches Exactly&lt;/option&gt;<br>            &lt;/input&gt;<br>            &lt;input type=&quot;user&quot; name=&quot;value0&quot; title=&quot;&quot;/&gt;<br>
<br>            &lt;input type=&quot;hidden&quot; name=&quot;fieldname1&quot; value=&quot;FIN_SQ_FT&quot;/&gt;<br>            &lt;input type=&quot;select&quot; name=&quot;operator1&quot;&gt;<br>                &lt;option value=&quot;or&quot;&gt;OR&lt;/option&gt;<br>
                &lt;option value=&quot;and&quot;&gt;AND&lt;/option&gt;<br>            &lt;/input&gt;<br>            &lt;input type=&quot;select&quot; name=&quot;comparitor1&quot; title=&quot;Having Fin. Sq. Ft. &quot;&gt;<br>
                &lt;option value=&quot;gt&quot;&gt;Greater Than&lt;/option&gt;<br>                &lt;option value=&quot;eq&quot;&gt;Equal To&lt;/option&gt;<br>                &lt;option value=&quot;lt&quot;&gt;Less Than&lt;/option&gt;<br>
            &lt;/input&gt;<br>            &lt;input type=&quot;user&quot; name=&quot;value1&quot; title=&quot;&quot;/&gt;<br>        &lt;/step&gt;<br>    &lt;/service&gt;<br><br>    &lt;!-- <br>        The catalog defines how the layers will be displayed in the catalog tab.<br>
    --&gt;<br>    &lt;layer-controls&gt;<br>        &lt;layer-control name=&quot;popups&quot; service-name=&quot;popups&quot; layer-input=&quot;layer&quot; on=&quot;false&quot; tip=&quot;Show Popups for %LAYER%&quot;/&gt; <br>
    &lt;/layer-controls&gt;<br>    &lt;catalog&gt;<br><br>    &lt;!--     &lt;layer title=&quot;overallmap&quot; src=&quot;parcels/parcels&quot; status=&quot;on&quot; popups=&quot;true&quot; minscale=&quot;0&quot; maxscale=&quot;150000&quot; metadata=&quot;true&quot; &gt;<br>
            &lt;metadata&gt;<a href="http://www.aqua3.com">http://www.aqua3.com</a>&lt;/metadata&gt;<br>        &lt;/layer&gt;<br>        &lt;layer title=&quot;City and County Boundaries&quot; src=&quot;borders/all&quot; status=&quot;on&quot;/&gt;<br>
<br>        &lt;layer title=&quot;Weather Radar&quot; src=&quot;iastate/nexrad-n0r&quot; status=&quot;off&quot; legend=&quot;false&quot;/&gt;<br><br>        &lt;group title=&quot;Backgrounds&quot; expand=&quot;true&quot; multiple=&quot;false&quot;&gt;<br>
            &lt;layer title=&quot;Metro Base Map&quot; src=&quot;metbase/Met Council Base Map Layers&quot; status=&quot;on&quot; legend=&quot;false&quot; /&gt;<br>            &lt;layer title=&quot;2008 Aerial Photographs&quot; src=&quot;lmic/fsa2008&quot; status=&quot;off&quot; legend=&quot;false&quot; /&gt;<br>
            &lt;layer title=&quot;1997 Aerial Photographs&quot; src=&quot;lmic/bw1997&quot; status=&quot;off&quot; legend=&quot;false&quot; /&gt;<br>            &lt;layer title=&quot;USGS DOQs&quot; src=&quot;usgs_doq/DOQ&quot; status=&quot;off&quot; fade=&quot;true&quot; unfade=&quot;true&quot; legend=&quot;false&quot; /&gt;<br>
            &lt;layer title=&quot;USGS Topo Quads&quot; src=&quot;usgs_drg/DRG&quot; status=&quot;off&quot; fade=&quot;true&quot; unfade=&quot;true&quot; legend=&quot;false&quot; /&gt;<br>            &lt;layer title=&quot;None&quot; src=&quot; &quot; status=&quot;off&quot; legend=&quot;false&quot; fade=&quot;false&quot; unfade=&quot;false&quot; /&gt;<br>
            <br>        &lt;/group&gt; --&gt;<br>    &lt;/catalog&gt;<br><br>    &lt;!--<br>        The toolbar defines which services are referneces in the toolbar<br>    --&gt;<br>    &lt;toolbar&gt;<br>        &lt;tool name=&quot;previous&quot; title=&quot;Previous Extent&quot; type=&quot;internal&quot; action=&quot;previous&quot; selectable=&quot;false&quot;/&gt;<br>
        &lt;tool name=&quot;next&quot; title=&quot;Next Extent&quot; type=&quot;internal&quot; action=&quot;next&quot; selectable=&quot;false&quot;/&gt;<br>        &lt;tool name=&quot;fullextent&quot; title=&quot;Zoom to Full Extent&quot; type=&quot;internal&quot; action=&quot;fullextent&quot; selectable=&quot;false&quot;/&gt;<br>
        &lt;tool name=&quot;pan&quot; title=&quot;Pan&quot; type=&quot;internal&quot; action=&quot;pan&quot;/&gt;<br>        &lt;tool name=&quot;zoomin&quot; title=&quot;Zoom In&quot; type=&quot;internal&quot; action=&quot;zoomin&quot; selected=&quot;true&quot;/&gt;<br>
        &lt;tool name=&quot;zoomout&quot; title=&quot;Zoom Out&quot; type=&quot;internal&quot; action=&quot;zoomout&quot;/&gt;<br>        &lt;!--    &lt;tool name=&quot;identify&quot; title=&quot;Identify&quot; type=&quot;service&quot; service=&quot;identify&quot; cursor=&quot;url(&#39;cursors/identify2.cur&#39;) 9 9,url(&#39;cursors/identify2.cur&#39;),auto&quot; /&gt; --&gt;<br>
&lt;!--        &lt;tool name=&quot;select&quot; title=&quot;Select&quot; type=&quot;service&quot; service=&quot;select&quot;/&gt; --&gt;<br>        &lt;!--    &lt;tool name=&quot;buffered_select&quot; title=&quot;Buffered Select&quot; type=&quot;service&quot; service=&quot;buffered_select&quot;/&gt; --&gt;<br>
        &lt;!--    &lt;tool name=&quot;clear&quot; title=&quot;Clear Selection&quot; type=&quot;javascript&quot; selectable=&quot;false&quot;&gt;<br>            GeoMOOSE.changeLayerVisibility(&#39;highlight/all&#39;, false);<br>
        &lt;/tool&gt; --&gt;<br>        &lt;tool name=&quot;measure&quot; title=&quot;Measure&quot; type=&quot;internal&quot; action=&quot;measure&quot;/&gt;<br>        &lt;tool name=&quot;measurearea&quot; title=&quot;Measure Area&quot; type=&quot;internal&quot; action=&quot;measurearea&quot;/&gt;<br>
        &lt;!-- &lt;tool name=&quot;search_parcels&quot; title=&quot;Search Parcels&quot; type=&quot;service&quot; service=&quot;search_parcels&quot; selectable=&quot;false&quot;/&gt; --&gt;<br>        &lt;!-- &lt;tool name=&quot;print&quot; title=&quot;Print&quot; type=&quot;service&quot; service=&quot;print&quot; selectable=&quot;false&quot;/&gt; --&gt;<br>
        &lt;!-- &lt;tool name=&quot;birdseye&quot; title=&quot;Bird&#39;s Eye View&quot; type=&quot;service&quot; selectable=&quot;true&quot; service=&quot;birdseye&quot;/&gt; --&gt;<br>        &lt;!-- &lt;tool name=&quot;streetview&quot; title=&quot;Google Street View&quot; type=&quot;service&quot; service=&quot;streetview&quot; selectable=&quot;true&quot;/&gt; --&gt;<br>
        &lt;!-- &lt;tool name=&quot;geocode&quot; title=&quot;Geocode Address&quot; type=&quot;service&quot; service=&quot;geocode_address&quot; selectable=&quot;true&quot;/&gt;  --&gt;    <br>        &lt;!-- &lt;drawer&gt;<br>
            &lt;tool name=&quot;markup_tools&quot; title=&quot;Sketch Tools&quot; type=&quot;internal&quot; action=&quot;none&quot; selectable=&quot;false&quot;/&gt;<br>            &lt;tool name=&quot;draw_polygon&quot; title=&quot;Draw Polygon&quot; type=&quot;internal&quot; action=&quot;draw_polygon&quot;/&gt;<br>
            &lt;tool name=&quot;draw_line&quot; title=&quot;Draw Line&quot; type=&quot;internal&quot; action=&quot;draw_line&quot;/&gt;<br>            &lt;tool name=&quot;draw_point&quot; title=&quot;Draw Point&quot; type=&quot;internal&quot; action=&quot;draw_point&quot;/&gt;<br>
            &lt;tool name=&quot;draw_remove&quot; title=&quot;Remove Drawing&quot; type=&quot;internal&quot; action=&quot;draw_remove&quot;/&gt;<br>            &lt;tool name=&quot;draw_edit&quot; title=&quot;Edit Drawing&quot; type=&quot;internal&quot; action=&quot;draw_edit_shapes&quot;/&gt;<br>
            &lt;tool name=&quot;draw_edit_attributes&quot; title=&quot;Edit Attributes&quot; type=&quot;internal&quot; action=&quot;draw_edit_attributes&quot;/&gt;<br>            &lt;tool name=&quot;clear_drawings&quot; title=&quot;Clear Drawings&quot; type=&quot;internal&quot; action=&quot;clear_drawings&quot; selectable=&quot;false&quot;/&gt;<br>
        &lt;/drawer&gt; --&gt;<br>    &lt;/toolbar&gt;<br>&lt;/mapbook&gt;<br><br>============= END OF MAPBOOK.XML =============<br><br>I have tried getting some error reporting out of firebug with little success, if anyone can help me spot what I have done wrong it would be much appreciated and I would be happy to supply the real url&#39;s to the server off-list.<br>
<br>Cheers<br><br>Carl<br></div>