Re: [mapguide-users] MGOS2 handle .ecw

2008-02-27 Thread Jose Manuel C G
confused? It's simple: Download the file in: http://home.gdal.org/dl/gdal14_vc8/ecw_plugin_gdal14_vc8.zip The final location for the ECW files should look something like this: Server/Bin/Fdo/libecwj2.dll Server/Bin/gdalplugins/gdal_ECW.dll That's all! BeyondCAD wrote: Hi All, I

[mapguide-users] MGOS2 handle .ecw

2008-02-27 Thread BeyondCAD
Hi All, I installed MGOS2 to windows platform and using MapGuide Studio 2008 to load raster image .ecw into MGOS2 server. It always fail. It prompts the msg Server does not support requested provider: Autodesk.raster. Anyone can give me idea how to handle .ecw image in MGOS2? I got this link as

Re: [mapguide-users] MGOS2 handle .ecw

2008-02-27 Thread Zac Spitzer
what shows up in the server error.log? On Wed, Feb 27, 2008 at 9:28 PM, BeyondCAD [EMAIL PROTECTED] wrote: Hi All, I installed MGOS2 to windows platform and using MapGuide Studio 2008 to load raster image .ecw into MGOS2 server. It always fail. It prompts the msg Server does not support

[mapguide-users] Anybody else having trouble with the sample in RC4?

2008-02-27 Thread Jon Rizzo
I am trying to use the ajaxviewersample in RC4. It loads, but some things don't seem to be working correctly. For example, on the Find Address task, the two examples provided (601 north 5th street 720 Riverfront Drive) are not found. Also, the Query task throws a compilation error on line

RE: [mapguide-users] MGOS2 handle .ecw

2008-02-27 Thread Andy Morsell
Make sure you are using the OSGeo FDO Provider for Raster via a data connection rather than trying to create a Load Procedure. The Load Procedure will attempt to use (the non-existent in the case of MGOS) Autodesk Raster FDO provider. For ECW and MrSID support, you will have to install the

Re: [mapguide-users] map refresh timeout

2008-02-27 Thread Jonathan Manafi
No, the server never does recover from the leak. There was a time or two where I saw the process itself drop down to using 45 MB of memory or so, but the total commit charge in Task Manager was still saying 2031M/3938M or something like that. But, for the most part, the server process stays

[mapguide-users] Inverted Labels

2008-02-27 Thread Gary Braun
I posted this message on Autodesk's Mapguide forum as well, but since the technologies are pretty much the same I thought I might try for a response here too. I have some street centrelines that I've applied a feature label to in order to display street names in a map. When I view the map with

Re: [mapguide-users] Anybody else having trouble with the sample in RC4?

2008-02-27 Thread Jackie Ng
The compiler error is probably due to the coordinate system API changes. http://trac.osgeo.org/mapguide/wiki/MapGuideRfc35 - Jackie Jon Rizzo wrote: I am trying to use the ajaxviewersample in RC4. It loads, but some things don't seem to be working correctly. For example, on the Find

[mapguide-users] Terrabyte Size Raster Image Data Handling

2008-02-27 Thread Rahul
Hi All, I have some project with 8-10 terrabyte size of raster image data covering the whole area , The raster images are basically from LANDSAT $MODIS Satellite as well as Orthophotos ,All these images can be converted into *.ecw files, Finally we have to develop a web based

[mapguide-users] InitializeWebTier

2008-02-27 Thread swetha1
Hi, I am trying to run the dotnetviewersample through visual studio, Which gave me lots of errors so i have created a project in which default.aspx is created instead of the ajaxviewersample. Now if i want to view the map i need to include: Library://UISapp/UIS/Layout/layout.WebLayoutWhich

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
Did you create a function called InitializeWebTier() ? If you are following the sample then InitializeWebTier() is defined as follows: void InitializeWebTier() { MapGuideApi.MgInitializeWebTier(path to webconfig.ini); } - Jackie swetha1 wrote: Hi, I am trying to run the

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread swetha1
Hi, I am trying to open this dotnetviewersample in Visual studio, It is giving an error in the utilityfunction.aspxso i created my own project where in i pasted the code from ajaxviewersample and deleted the line #include file=utilityfunctions.aspx..and tried calling the weblayout in

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
InitializeWebTier() is defined in the utilityfunctions.aspx that you omitted from inclusion. The reason you are getting errors in are probably because of: - You are using frames (evil, but unavoidable since that's how the AJAX viewer was designed). Visual Studio has no designer support for

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
Oh, and the folder you put your code in, make sure it is configured as an application in IIS targeting ASP.net 2.0 - Jackie Jackie Ng wrote: InitializeWebTier() is defined in the utilityfunctions.aspx that you omitted from inclusion. The reason you are getting errors in are probably

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread swetha1
Hi, Well i am running the application with Visual Studio built in WebServer.How do i change the WebServer??? And Regarding the folder have prepared it in the www folder So may be the webserver is creating the problem Can you please send me the code and help me out in how to change

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Vishaal
Hi Swetha, there should be no problem at all after the description given by Jackie. neways, what you can do is make a new solution or say a new ASP.NEt website and place the folder in http(at the time of creating the solution---open visual studio , click on file--click on new website---select

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
I don't know what version or edition of Visual Studio you are using, but the procedure for Visual Studio 2005 (non-Express) is. If your project is an asp.net web application 1. Right click your asp.net project, select properties 2. Go to the Web tab and choose Use IIS Web Server, create or map

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread swetha1
Hi, It is now giving me an error saying failed to map utilityfunctions.aspx.It is in the same folder which is created.Dont know why it is unable to find it? :,(:,( -- View this message in context: http://www.nabble.com/InitializeWebTier-tp15729918s16610p15731086.html Sent from the