Hello All,<br><br>So I'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've gotten is an "overview map" 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&locale=en&clientagent=Fusion%20Viewer&operation=QUERYMAPFEATURES&session=b59310f4-ad90-11e0-8000-0025901891b2_en_7F0000010AFC0AFB0AFA&mapname=Sheboygan_m4e1e035eb6646&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))&maxFeatures=-1&persist=1&selectionVariant=INTERSECTS&layerAttributeFilter=3">http://localhost:8008/mapguide/mapagent/mapagent.fcgi?version=1.0.0&locale=en&clientagent=Fusion%20Viewer&operation=QUERYMAPFEATURES&session=b59310f4-ad90-11e0-8000-0025901891b2_en_7F0000010AFC0AFB0AFA&mapname=Sheboygan_m4e1e035eb6646&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))&maxFeatures=-1&persist=1&selectionVariant=INTERSECTS&layerAttributeFilter=3</a><br>
<br><b>Response:</b><br><html><br><head><br><title>MgInvalidArgumentException</title><br><meta http-equiv="Content-type" content="text/html; charset=utf-8"><br></head><br>
<body><br><h2>Invalid argument(s):<br>The value cannot be less than or equal to zero.</h2><br>Invalid argument(s):<br>The value cannot be less than or equal to zero.<br></body><br></html><br>
<br>I am using MGOS 2.2 on RHEL 64 bit. I'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'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> <MapGroup id="google-sheboygan"><br> <Map><br> <Type>Google</Type><br> <Extension><br> <ResourceId>google</ResourceId><br> <Options><br>
<name>GoogleLayer</name><br> </Options><br> </Extension><br> </Map><br> <Map><br> <Type>MapGuide</Type><br> <SingleTile>true</SingleTile><br>
<Extension><br> <b> <ResourceId>Library://Samples/Sheboygan/Maps/Sheboygan_m.MapDefinition</ResourceId></b><br> <ImageFormat>PNG8</ImageFormat><br> <SelectionAsOverlay>true</SelectionAsOverlay><br>
<SelectionFormat>PNG</SelectionFormat><br> <SelectionColor>0xFF0000FF</SelectionColor><br> <Options><br> <isBaseLayer>false</isBaseLayer><br>
</Options><br> </Extension><br> </Map><br> </MapGroup><br><br>Then I loaded the map in a browser. And it has the two issues I mentioned above.<br><br>Thanks guys.<br>