Hello All,<br><br>So I&#39;ve been trying to get Fusion to work for a while now with the Fusion Sheboygan example with no luck. (it comes in the fusion2.2/templates/standard) The closest I&#39;ve gotten is an &quot;overview map&quot; that shows the Sheboygan layer when I am looking at the google map (Screenshot <a href="http://i.imgur.com/B6m6p.png">here).</a> But when I uncheck the google map. Its only the brownish background color. When I try to select a parcel, I get an error:<b><u><br>
<br>FireBug Response:<br></u><br>Parameters:<br></b><table selected class="netInfoParamsText netInfoText netInfoParamsTable " cellpadding="0" cellspacing="0"><tbody class=" "><tr class=" "><td class="netInfoParamName "><span class=" ">clientagent</span></td>
<td class="netInfoParamValue "><code class="focusRow subFocusRow ">Fusion Viewer</code></td></tr><tr class=" "><td class="netInfoParamName "><span class=" ">geometry</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">POLYGON((-9764299.9866531 5426831.0385417, -9764130.3919966 5426831.0385417, -9764130.3919966 5426907</code><code class="focusRow subFocusRow ">.47557, -9764299.9866531 5426907.47557, -9764299.9866531 5426831.0385417))</code></td>
</tr><tr class=" "><td class="netInfoParamName "><span class=" ">layerAttributeFilter</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">3</code></td></tr><tr class=" "><td class="netInfoParamName ">
<span class=" ">locale</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">en</code></td></tr><tr class=" "><td class="netInfoParamName "><span class=" ">mapname</span></td><td class="netInfoParamValue ">
<code class="focusRow subFocusRow ">Sheboygan_m4e1e035eb6646</code></td></tr><tr class=" "><td class="netInfoParamName "><span class=" ">maxFeatures</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">-1</code></td>
</tr><tr class=" "><td class="netInfoParamName "><span class=" ">operation</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">QUERYMAPFEATURES</code></td></tr><tr class=" "><td class="netInfoParamName ">
<span class=" ">persist</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">1</code></td></tr><tr class=" "><td class="netInfoParamName "><span class=" ">selectionVariant</span></td><td class="netInfoParamValue ">
<code class="focusRow subFocusRow ">INTERSECTS</code></td></tr><tr class=" "><td class="netInfoParamName "><span class=" ">session</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">b59310f4-ad90-11e0-8000-0025901891b2_en_7F0000010AFC0AFB0AFA</code></td>
</tr><tr class=" "><td class="netInfoParamName "><span class=" ">version</span></td><td class="netInfoParamValue "><code class="focusRow subFocusRow ">1.0.0</code></td></tr></tbody></table><br><b>Location:</b><br><a href="http://localhost:8008/mapguide/mapagent/mapagent.fcgi?version=1.0.0&amp;locale=en&amp;clientagent=Fusion%20Viewer&amp;operation=QUERYMAPFEATURES&amp;session=b59310f4-ad90-11e0-8000-0025901891b2_en_7F0000010AFC0AFB0AFA&amp;mapname=Sheboygan_m4e1e035eb6646&amp;geometry=POLYGON((-9764299.9866531%205426831.0385417%2C%20-9764130.3919966%205426831.0385417%2C%20-9764130.3919966%205426907.47557%2C%20-9764299.9866531%205426907.47557%2C%20-9764299.9866531%205426831.0385417))&amp;maxFeatures=-1&amp;persist=1&amp;selectionVariant=INTERSECTS&amp;layerAttributeFilter=3">http://localhost:8008/mapguide/mapagent/mapagent.fcgi?version=1.0.0&amp;locale=en&amp;clientagent=Fusion%20Viewer&amp;operation=QUERYMAPFEATURES&amp;session=b59310f4-ad90-11e0-8000-0025901891b2_en_7F0000010AFC0AFB0AFA&amp;mapname=Sheboygan_m4e1e035eb6646&amp;geometry=POLYGON((-9764299.9866531%205426831.0385417%2C%20-9764130.3919966%205426831.0385417%2C%20-9764130.3919966%205426907.47557%2C%20-9764299.9866531%205426907.47557%2C%20-9764299.9866531%205426831.0385417))&amp;maxFeatures=-1&amp;persist=1&amp;selectionVariant=INTERSECTS&amp;layerAttributeFilter=3</a><br>
<br><b>Response:</b><br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;MgInvalidArgumentException&lt;/title&gt;<br>&lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;<br>&lt;/head&gt;<br>
&lt;body&gt;<br>&lt;h2&gt;Invalid argument(s):<br>The value cannot be less than or equal to zero.&lt;/h2&gt;<br>Invalid argument(s):<br>The value cannot be less than or equal to zero.<br>&lt;/body&gt;<br>&lt;/html&gt;<br>
<br>I am using MGOS 2.2 on RHEL 64 bit. I&#39;m using the latest release of fusion 2.2 (I also got the trunk from svn, but it does the same thing). <br><br>Here are my steps.<br><br>I made a copy of the Sheboygan.MapDefinition and called it Sheboygan_m. I converted it to PseudoMercator using Maestro3.5 and gave a warning (known warning I&#39;ve seen in another mailing list post). Then I changed the ResourceID ApplicationDefinition.xml where the MapGroup is google-sheboygan to point to Sheboygan_m. Then I uncommented the line in index.html to load the google maps api.<br>
<br>    &lt;MapGroup id=&quot;google-sheboygan&quot;&gt;<br>      &lt;Map&gt;<br>        &lt;Type&gt;Google&lt;/Type&gt;<br>        &lt;Extension&gt;<br>          &lt;ResourceId&gt;google&lt;/ResourceId&gt;<br>          &lt;Options&gt;<br>
            &lt;name&gt;GoogleLayer&lt;/name&gt;<br>          &lt;/Options&gt;<br>        &lt;/Extension&gt;<br>      &lt;/Map&gt;<br>      &lt;Map&gt;<br>        &lt;Type&gt;MapGuide&lt;/Type&gt;<br>        &lt;SingleTile&gt;true&lt;/SingleTile&gt;<br>
        &lt;Extension&gt;<br>         <b> &lt;ResourceId&gt;Library://Samples/Sheboygan/Maps/Sheboygan_m.MapDefinition&lt;/ResourceId&gt;</b><br>          &lt;ImageFormat&gt;PNG8&lt;/ImageFormat&gt;<br>          &lt;SelectionAsOverlay&gt;true&lt;/SelectionAsOverlay&gt;<br>
          &lt;SelectionFormat&gt;PNG&lt;/SelectionFormat&gt;<br>          &lt;SelectionColor&gt;0xFF0000FF&lt;/SelectionColor&gt;<br>          &lt;Options&gt;<br>            &lt;isBaseLayer&gt;false&lt;/isBaseLayer&gt;<br>
          &lt;/Options&gt;<br>        &lt;/Extension&gt;<br>      &lt;/Map&gt;<br>    &lt;/MapGroup&gt;<br><br>Then I loaded the map in a browser. And it has the two issues I mentioned above.<br><br>Thanks guys.<br>