AW: AW: [mapguide-users] Changed shape columns cause problems

2012-03-13 Thread David Das Neves
Sure I did ;) I debugged now the javascript for inserting the propertypane and found the error: {Error:{Message:An exception occurred in FDO component. The property #39;BEZEICHNUN#39; was not found. ,StackTrace:- MgFeatureServiceHandler.ProcessOperation line 83 file

[mapguide-users] dynamic filter for Layers in Maestro possible?

2012-03-13 Thread Stefanie Siegel
We are currently setting up an WMS using MGOS 2.0.2 and Maestro 4 on Windows. The WMS is connected to another system using gisviewer and OpenLayers to work with. Most of the data are stored in an Oracle database (except of some layers for the background map). The client starts the

Re: AW: AW: [mapguide-users] Changed shape columns cause problems

2012-03-13 Thread Jackie Ng
Probably because the problem was only recently discovered and fixed http://trac.osgeo.org/mapguide/ticket/1898 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Changed-shape-columns-cause-problems-tp4569463p4574402.html Sent from the MapGuide Users mailing list

[mapguide-users] Re: dynamic filter for Layers in Maestro possible?

2012-03-13 Thread Jamo
Generate a layer at runtime taking the user login/id as a variable to be used in the layers filter. Refer to the buffer command for some code samples on how to add a layer at runtime. I would suggest building your layer.templ from an existing layer then simply make the filter a variable so all

[mapguide-users] Re: error on the map

2012-03-13 Thread Jackie Ng
Ok it seems that bad image requests are being made, causing the request failure handler (containing the alert() calls) to be called. I think you can just remove the alert() calls from ajaxmappane.templ - Jackie -- View this message in context: