Is it a coordinate system issue?  How do the extents of your new features
look relative to your map and do your new features have the proper
coordinate system assigned to them?

Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ataylor
Sent: Monday, November 10, 2008 5:31 AM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Fusion custom widget: how to proceed


Hi Stuart,

I don't think any questions are stupid at this point.  There's obviously a
secret handshake I'm missing ;-)

I do believe the map frame is being refreshed as both the layers pane and
map pane update after the operation, and the layers pane displays the new
Layer Group and Layer I've just created.

Below is the javascript I am using to refresh the map pane when the server
side draw_polygon.jsp completes and is posted to the "scriptFrame":

    function OnPageLoad()
    {
      
      parent.mapFrame.Refresh();
      alert("Map frame refreshed...");
    }

I've tried turning off all layers besides my new layer to see if my polygon
was just obfuscated, but that does not appear to be the case.

I'm just really at a loss as how to debug from here.

I have attached my draw_polygon.jsp file, just in case an extra set of eyes
can come up with something I've missed.

Thanks for responding,

Allen http://www.nabble.com/file/p20419941/draw_polygon.jsp draw_polygon.jsp

-- 
View this message in context:
http://www.nabble.com/Fusion-custom-widget%3A-how-to-proceed-tp18614320p2041
9941.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to