[mapguide-users] Help with opening maps from code behind

2007-12-10 Thread Ivan Milicevic
Hello, is it possible to change map nae programaticly on runtime? I need to change map name, do something with layers and then render map image. I'm struggling with this for last 20h. Please if somebody can help me. The problem is down below at commented line. string mgSessionId =

[mapguide-users] Linux and mssql

2007-12-10 Thread Kencana
Hi All, I am trying to get mapguide opensource 1.1 works on Linux enterprise 4.5. and It works anyway. However my question is, I need to connect to mssql (in my php code). Any idea on how to setup the php to connect to the mssql server? I heard that I need to install freetds to get it works

Re: [mapguide-users] Help with opening maps from code behind

2007-12-10 Thread Kenneth, GEOGRAF A/S
I can't guess what you want to do. The name of the map that you are trying to open is constructed by the AJAX viewer, and is always identical to the name of the MapDefinition on which it is based. If you want to read the name, open the WebLayout, look at the resourceID:

RE: [mapguide-users] Help with opening maps from code behind

2007-12-10 Thread Ivan Milicevic
Thank! That was helpful! From: [EMAIL PROTECTED] on behalf of Kenneth, GEOGRAF A/S Sent: pon 10.12.2007 10:10 To: MapGuide Users Mail List Subject: Re: [mapguide-users] Help with opening maps from code behind I can't guess what you want to do. The name of the

[mapguide-users] Generating KML from MapDefinition including vector data

2007-12-10 Thread mg
Hi list, is it possible generating vector datas with getmapkml. In my file I've only links to my local server. If I use getlayerkml, I get the right data. Thanks Max ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Tomcat error on Release 2.0.0 Beta 1

2007-12-10 Thread Mbonnet
i 've just fixed out. in the conf directory of the tomcat, create a directory called Catalina and in this a subdirectory called locahost and put the mapguide.xml (in the conf directory) in it. and it works for me. -- View this message in context:

[mapguide-users] King.Oracle provider

2007-12-10 Thread Kenneth, GEOGRAF A/S
I have recently tested the King.Oracle provider, and it works great. However, I cannot get it to list tables with non-english characters. Is there a solution for this, or should I just accept it for now? It seems that if the primary key column contains non-english characters, it will not render

Re: [mapguide-users] Using X,Y from Oracle

2007-12-10 Thread Bruno Scott
You need to use the KingFdoClass table to be able to use x,y. With this metadata table you can also overide lots of defaults. Like geometry type, by the way You can find the description of this table at www.sl-king.com. Fdo2fdo help you create and manage this table Bruno Kenneth, GEOGRAF A/S

RE: [mapguide-users] King.Oracle provider

2007-12-10 Thread Brad Nesom
I know that I had a similar problem with sde set to Unicode and the ogr provider didn't support that. I had to change my sde to Unicode=false. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth, GEOGRAF A/S Sent: Monday, December 10, 2007 8:29 AM

RE: [mapguide-users] Using X,Y from Oracle

2007-12-10 Thread Brad Nesom
I haven't seen the new MG's capability to produce points. I know that it was a capability in MG6.5. I'm sure someone else will have the answer. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth, GEOGRAF A/S Sent: Monday, December 10, 2007 8:37

Re: [mapguide-users] Using X,Y from Oracle

2007-12-10 Thread Andrew DeMerchant
I have no experience with Oracle, but I can tell you that in order to produce points from x and y data using the ODBC FDO, you need to have the x and y fields as doubles, rather than single or integers. You also can't have any spaces in the names of ANY fields in tables you're usingsame

[mapguide-users] FeatureReader

2007-12-10 Thread ary sucaya
Hii group, I have a problem with feature reader. I have a sdf layer joined with external table and i can't make a looping for all of this records. It's always jump out the loop after 100 records. I tried the same code with different sdf layer without join to external layer, it's work well. Is

RE: [mapguide-users] Published layers not showing usingWMS-GetCapabilities

2007-12-10 Thread azpublic
Ok I managed to publish my layers correctly. I changed my user (I was using admin with author permissions) and the wms publishing finally worked well. Thanks for helping. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zac Spitzer Sent: vendredi, 7.

RE: [mapguide-users] RFC43 - FDO maps some database types like an Oracle NUMBER(38,0) to an Fdo decimal.

2007-12-10 Thread Trevor Wekel
Hi Bruno, I am not an FDO expert. You may want to post this question to the FDO users or FDO internals list. Thanks, Trevor -Original Message- From: Bruno Scott [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 12:18 AM To: mapguide-users@lists.osgeo.org Subject:

Re: [mapguide-users] RFC43 - FDO maps some database types like an Oracle NUMBER(38, 0) to an Fdo decimal.

2007-12-10 Thread Ryan Northcott
Number(18,0) are usually Long / Int64's On Dec 10, 2007 12:26 PM, Trevor Wekel [EMAIL PROTECTED] wrote: Hi Bruno, I am not an FDO expert. You may want to post this question to the FDO users or FDO internals list. Thanks, Trevor -Original Message- From: Bruno Scott

Re: [mapguide-users] King.Oracle and Autodesk Oracle provider, line selection problem

2007-12-10 Thread Zac Spitzer
just a guess, http://trac.osgeo.org/mapguide/wiki/MapGuideRfc43 ?? On Dec 11, 2007 1:32 AM, Kenneth, GEOGRAF A/S [EMAIL PROTECTED] wrote: Having tested the King.Oracle provider, I noticed some lines were not selectable, even though other lines from the same layer were. I then tried the

Re: [mapguide-users] Using X,Y from Oracle

2007-12-10 Thread Zac Spitzer
It's mostly MS databases which allows spaces, Oracle definately doesn't On Dec 11, 2007 2:57 AM, Andrew DeMerchant [EMAIL PROTECTED] wrote: I have no experience with Oracle, but I can tell you that in order to produce points from x and y data using the ODBC FDO, you need to have the x and y

Re: [mapguide-users] Tomcat error on Release 2.0.0 Beta 1

2007-12-10 Thread eespares
Mbonnet, Thanks for your inputs, it works for me also. Cheers, Eric Mbonnet wrote: i 've just fixed out. in the conf directory of the tomcat, create a directory called Catalina and in this a subdirectory called locahost and put the mapguide.xml (in the conf directory) in it. and it