[mapguide-users] Re: Problem connecting, but only on one server

2011-12-23 Thread vd
Hi, I had the same problem times ago. I guess it was a problem with the SQL Server Native Client. Is it the same client on all servers? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-connecting-but-only-on-one-server-tp7121934p7122029.html Sent from the MapGuide

[mapguide-users] RE: Problem connecting, but only on one server

2011-12-23 Thread vd
http://osgeo-org.1803224.n2.nabble.com/Configure-Dataconnection-to-SQL-Server-2008-tt5158450.html#none -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-connecting-but-only-on-one-server-tp7121934p7122073.html Sent from the MapGuide Users mailing list archive at

[mapguide-users] Re: MaestroAPI 3 or 4 - How do I get corner coordinates of a RuntimeMap

2011-12-14 Thread vd
Ajax Viewer: var map_xmin = getMapFrame().GetCenter().X - getMapFrame().GetMapWidth() / 2; and so on -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MaestroAPI-3-or-4-How-do-I-get-corner-coordinates-of-a-RuntimeMap-tp7093318p7094453.html Sent from the MapGuide Users

[mapguide-users] Transform problem

2011-06-22 Thread vd
Hi, i was wondering that transformed linestrings disappeared since i've upgraded to MG 2.2 and found out this: The same code returns different results: MGOS 2.1 source linestring: LineString LL: 9.7800051 52.3522099 LineString LL: 9.7816462 52.3522538 LineString LL: 9.7816569 52.3521009

[mapguide-users] Extent of selected symbol

2011-05-30 Thread vd
Hi, if you have a symbol, with different sizes in different scale ranges, the extent of the selection of this symbol is in all scale ranges the same (the first occuring in the layerdefinition). MGOS 2.2 Ajax Viewer sample layerdafinition: ?xml version=1.0 encoding=utf-8?

[mapguide-users] Re: mapagent crashes

2011-05-28 Thread vd
Hi, I think it's a bug in the mapagent.fcgi (maybe the validation of numeric parameters). You can send this request to any MG Server ( I tested only Windows systems ), it does not matter if the map or the session exist. There are not error messages in the Server logs. -- View this message in

[mapguide-users] mapagent crashes

2011-05-27 Thread vd
Hi, We ordered some security checks and one of the results was: The webserver crashes if you send a request like:

[mapguide-users] Re: WMS - A length exception occurred: string too long

2011-02-22 Thread vd
Hi, I have the same problem. First I published 1 layer in 16 projections and it worked fine. But since I published about 200 layers (all with the same meta data) I get this error-message. vd -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/WMS-A-length-exception

[mapguide-users] RE: MG WMS Service

2011-02-01 Thread vd
Thank You, I solved this problem using MapProxy. vd -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MG-WMS-Service-tp5950533p5980501.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

[mapguide-users] Re: Help regarding to set filter for a layer programmatically using Java

2011-01-27 Thread vd
You could use dom4j for example. http://sourceforge.net/projects/dom4j vd -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Help-regarding-to-set-filter-for-a-layer-programmatically-using-Java-tp3343625p5968900.html Sent from the MapGuide Users mailing list archive

[mapguide-users] MG WMS Service

2011-01-22 Thread vd
Hi, is it possible to publish many layers as one WMS-Layer (from the server - not Overriding WMS Provider settings)? Regards vd -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MG-WMS-Service-tp5950533p5950533.html Sent from the MapGuide Users mailing list archive

[mapguide-users] Re: how to change selectionColor opacity?

2010-10-18 Thread vd
http://osgeo-org.1803224.n2.nabble.com/Partial-transparent-selection-color-of-the-Ajax-viewer-td5015591.html -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/how-to-change-selectionColor-opacity-tp5645657p5646165.html Sent from the MapGuide Users mailing list archive at

[mapguide-users] Re: MGOS 2.2 Beta 1 on Win7 64bit Java

2010-08-04 Thread vd
Yes, it works! Thank You, Trevor. Regards vd -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MGOS-2-2-Beta-1-on-Win7-64bit-Java-tp5367799p5372993.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] MGOS 2.2 Beta 1 on Win7 64bit Java

2010-08-03 Thread vd
Hello, I installed MG OS 2.2Beta1 on Win7 (64bit), JAVA 1.6.0_21 (64bit) and Tomcat 6.0.29 (64bit) and get this error: MapGuideJavaApi.dll: Can't load IA 32-bit .dll on a AMD 64-bit Platform. I thought 2.2 supports 64 bit OS? -- View this message in context:

[mapguide-users] Re: MGOS 2.2 Beta 1 on Win7 64bit Java

2010-08-03 Thread vd
Yes, under Program Files (x86). But the Server is running, I can create Layers, Maps, Layouts with Meastro. So I think if I'd have the 64-bit MapGuideJavaApi.dll evrything should work. Where can I get it? -- View this message in context:

[mapguide-users] Re: Configure Dataconnection to SQL Server 2008

2010-07-22 Thread vd
I had the same problem with Oracle and I removed all unused tables and views from the config.xml -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Configure-Dataconnection-to-SQL-Server-2008-tp5158450p5324334.html Sent from the MapGuide Users mailing list archive at

[mapguide-users] Re: Configure Dataconnection to SQL Server 2008

2010-06-09 Thread vd
Did you install the SQL Server Native Client? Connetionstring: Driver={SQL Server Native Client 10.0};Server=[YourServer],[YourPort];Instance=[YourInstance];Database=[YourDB];Uid=[user];Pwd=[password]; -- View this message in context:

[mapguide-users] RE: Event that captures mouse action

2010-04-08 Thread vd
http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/AJAXViewerEventHooking -- View this message in context: http://n2.nabble.com/Event-that-captures-mouse-action-tp3939442p4870146.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] AW: Event that captures mouse action

2010-04-08 Thread vd
I think you do not point the viewerFrame (or however you named this frame!!! this is the top of the ajaxviewer). _ Von: SriRam007 [via OSGeo.org] [mailto:ml-node+4870628-1747384781-272...@n2.nabble.com] Gesendet: Donnerstag, 8. April 2010 14:09 An: vd Betreff: RE: Event