Re: [mapguide-users] studio 2008 with mg 2.0.0 (problem)

2008-03-13 Thread zspitzer
been a long hot week, i already asked that question and got an answer... sorry all zspitzer wrote: > > what is the studio version number which works with mg 2.0.0 using the > Autodesk.MapGuide.Studio.Site.dll patch ? > > mine is 1.2.0.3403 and i get a boolean error when i open studio > > --

Re: [mapguide-users] Problem with the MG 2.0 on IIS 5.0 ...

2008-03-13 Thread Shail_GIS
Hi, Thanks for the quick response. "mapguide" virtual directory do exist , This is the screenshot of it. http://www.nabble.com/file/p16044599/mapguide%2BIIS.JPG mapguide+IIS.JPG The .php extension is loaded in the default installation under the path .. "C:\Program Files\MapGuideOpenSource2.0

[mapguide-users] studio 2008 with mg 2.0.0 (problem)

2008-03-13 Thread Zac Spitzer
what is the studio version number which works with mg 2.0.0 using the Autodesk.MapGuide.Studio.Site.dll patch ? mine is 1.2.0.3403 and i get a boolean error when i open studio -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 ___ m

Re: [mapguide-users] Problem with the MG 2.0 on IIS 5.0 ...

2008-03-13 Thread Jackie Ng
Check the following. 1 - Does your "mapguide" virtual directory exist? 2 - If so, is the .php script extension mapped to [YOUR_MAPGUIDE_INSTALL_PATH]\WebServerExtensions\Php\php5isapi.dll ? - Jackie Shail_GIS wrote: > > I am a newbie to the Map Gguide. I have been trying to install / uninstal

[mapguide-users] Problem with the MG 2.0 on IIS 5.0 ...

2008-03-13 Thread Shail_GIS
I am a newbie to the Map Gguide. I have been trying to install / uninstall many times MG 2.0 on Windows XP, SP2 with IIS 5.0 all day long ... I have used following installer, MgServerSetup-2.0.0.exe and MgWebServerExtensionsSetup-2.0.0.exe . I chose .NET as a development mode instead of PH

Re: [mapguide-users] Problems using concat for URL Parsing

2008-03-13 Thread mauro1970
Oh I found the problem. Since I need to enclose the string variable with quotes. Duh. var Device_Type = ""; -- View this message in context: http://www.nabble.com/Problems-using-concat-for-URL-Parsing-tp16040944s16610p16042447.html Sent from the MapGuide Users mailing list archive at Nabble.co

Re: [mapguide-users] Problems using concat for URL Parsing

2008-03-13 Thread mauro1970
URL in Mapguide: concat('../central_plant/sensors/send_Id.php?DeviceID=', concat("thermostat_id", concat('&DeviceType=', concat("type_d", concat('&PrimaryIndex=', "PRIMARYINDEX") Yes I do. I get this: array(3) { ["DeviceID"]=> string(1) "1" ["DeviceType"]=> string(10) "thermostat" ["Prima

Re: [mapguide-users] Problems using concat for URL Parsing

2008-03-13 Thread Jackie Ng
If you var_dump($_GET) in your php script, do you get anything w/ the string attribute? - Jackie mauro1970 wrote: > > I added to this code to a layer: > > concat('../central_plant/sensors/send_Id.php?DeviceID=', > concat("thermostat_id", concat('&DeviceType=', "coord_x"))) > > When Control c

[mapguide-users] Problems using concat for URL Parsing

2008-03-13 Thread mauro1970
I added to this code to a layer: concat('../central_plant/sensors/send_Id.php?DeviceID=', concat("thermostat_id", concat('&DeviceType=', "coord_x"))) When Control clicking, Mapguide correctly sends out the attributes "thermostat_id" and "coord_x" (both of type integer) to a script that displays

Re: [mapguide-users] Page Faults

2008-03-13 Thread web
BenoitBegin, I can not tell you why you experience so many pagefaults, but there is something that comes me in mind: I've tried to deactivate the virtual memory of my windows server (by telling "no swap file for all my hard disks on system properties") and after I had make some measures, it appe

[mapguide-users] Ubuntu 7.10 MGOS 2.0 Newbie Build Help

2008-03-13 Thread Ed Davis
Started all over with the build and just in case did 5 server images along the way. The only option different that the Quick Start for Ubuntu 7.10/MGOS 2.0 was the inclusion of the tomcat option . Included the most recent SVN as of March 12th,08 Added the Patch 347 for json lib errors No app

RE: [mapguide-users] MGOS2 ECW Issue

2008-03-13 Thread nclayton
You are a life saver! That was exactly my problem. Changed it to Arbitrary X-Y (U.S. Survey Feet) and all is well again. Thanks again! Andy Morsell wrote: > > I'm not sure if this will help with your problem or not, but thought I'd > throw it out there. > > I had a problem displaying ECW (and

[mapguide-users] Zoom Rectangle tool observations and (in my situation) fix

2008-03-13 Thread nclayton
Hi everyone, I'd noticed in working with MGOS (1.2 and 2.0) that the zoom rectangle tool seemed a bit "off", in that I would create a rectangle around and area and it would actually zoom in closer than I felt it should. This may have been an intentional action, but for my needs, I needed it to zo

RE: [mapguide-users] MGOS2 ECW Issue

2008-03-13 Thread Andy Morsell
I'm not sure if this will help with your problem or not, but thought I'd throw it out there. I had a problem displaying ECW (and I believe SID's too), after migrating a test site to MGOS 2.0. In my case, I received error messages in the error.log file about coordinate transformation not being sup

RE: [mapguide-users] MapGuide Open Source2.0(Final)Possible SecurityIssue

2008-03-13 Thread Jason Birch
Hi Andre, Could you please add this issue to Trac with a recipe that allows a developer to quickly and easily reproduce it: http://trac.osgeo.org/mapguide/wiki/SubmitTicket Jason From: Andre Schoonbee Subject: RE: [mapguide-users] MapGuide Open Source2.0(Final)Possible SecurityIssue

[mapguide-users] MGOS2 ECW Issue

2008-03-13 Thread nclayton
Hi all, I am trying to get rolling with MGOS2 and am not able to get ECW files to display. These worked in MGOS 1.2 I have tried everything that I've found in the forum: Replaced gdal14.dll (version 1.4.3) with gdal14.dll (version 1.4.4) Placed libecwj2.dll in C:\Program Files\MapGuideOpenSource2

[mapguide-users] Fusion learning materials

2008-03-13 Thread Tom Fukushima
Fusion learning materials have been posted at http://mapguide.osgeo.org/2.0/documentation.html. Here is an extract from the Introduction.pdf document: This set of guides and tutorials are intended for beginner and intermediate web developers interested in building compelling spatial applications

Re: [mapguide-users] featurereader, tileservice, map.open() problem

2008-03-13 Thread Kenneth, GEOGRAF A/S
I haven't used the official API for a while, because I made my own. You can see how to do use it on this page: http://code.google.com/p/mapstudioos/wiki/HowToUseMapGuideAPI With that API you can use the following code: MapGuideAPI.ServerConnectionI con = new HttpServerConnection(new Uri("http://

Re: [mapguide-users] Dynamic Load WebLayout

2008-03-13 Thread Kenneth, GEOGRAF A/S
Are you sure that your SessionID is valid, and not expired? Are you sure that you get a Permission Denied error, and not an "Invalid Content" error? I know that there are some problems with the BOM on UTF-8 data, other than that, it looks OK to me. Regards, Kenneth, GEOGRAF A/S JotaroKujo s

Re: [mapguide-users] featurereader, tileservice, map.open() problem

2008-03-13 Thread Áron Deák
Thank you for your quick reply, I am still stuck tough. What I really need is to be able to access the feature information on the server without having to create a viewer. I couldn't find sample code that does this, please show me how I could do this. Thanks in advance Aron Deak ___

RE: [mapguide-users] MapGuide Open Source 2.0(Final)Possible SecurityIssue

2008-03-13 Thread Andre Schoonbee
Any feedback on this issue! Regards Andre _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre Schoonbee Sent: Wednesday, March 12, 2008 10:08 AM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] MapGuide Open Source 2.0(Final)Possible Securit

RE: RE: [mapguide-users] Losing Session ID

2008-03-13 Thread Tomas PL
Hi, I have the same problem with SESSION ID in PHP. Do You know how should it loks like in PHP?? Tom Chris Gountanis wrote: > > Using the ASP.Net examples from the guide and the ZIP files on OSGEO site > the code starts like this: > > <%@ Page Language="C#" %> > <%@ Import Namespace="OSGeo.