RE: RE: [mapguide-users] [mapguide-announce] MapGuide Open Source 2.0.0released

2008-02-28 Thread Jose Manuel C G
Congratulations! This release is great, and fix the problem I had posted with a ticket about GETMAPIMAGE and multiple image format with the AGG renderer. I recommend to all users the change. -- View this message in context: http://www.nabble.com/MapGuide-Open-Source-2.0.0-released-tp15751970s1

Re: [mapguide-users] Select To Features & Zoom

2008-02-28 Thread Vishaal
Hi Max, i too want to do the same zoom to selected parcel thing. i have a list of records selected and now i want that if i click on a record then that record should get zoomed into. can you share your code with me and the logic about it thanks in advance.. regards, Vishal max_samart wrote

RE: [mapguide-users] RE: [mapguide-announce] MapGuide Open Source 2.0.0released

2008-02-28 Thread Jason Birch
That's great news Tom! >From my testing, there are also some performance enhancements that make a huge >difference, especially for Fusion. First, the GETMAPIMAGE request was modified to allow better performance for interactive maps. This is the call that Fusion uses (the Ajax Viewer uses

Re: [mapguide-users] Add/Edit on map

2008-02-28 Thread Vishaal
Hi Kenneth, i was again have a doubt...i want to restrict the information displayed in the result pane in MGOS. i know that i can do it using the web studio. but the case is i want to implement user management in the application, and say if a normal user has logged in the application then he can

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

2008-02-28 Thread Tom Fukushima
The samples for the MGOS 2.0.0 release have been updated to contain the correct calls. If you download and use these latest samples, the search will no longer have this error. Thanks Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Dechant Sent

[mapguide-users] RE: [mapguide-announce] MapGuide Open Source 2.0.0 released

2008-02-28 Thread Tom Fukushima
Further information for the MapGuide users mailing list: Note that the released version has some fixes that were not included in MGOS 2.0.0 RC4. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fukushima Sent: Thursday, February 28, 2008 9:44 PM

[mapguide-users] MapGuide Open Source 2.0.0 released

2008-02-28 Thread Tom Fukushima
We are pleased to announce that the MapGuide Open Source project team has released MapGuide Open Source 2.0.0. Release notes: http://trac.osgeo.org/mapguide/wiki/Release/2.0/Notes. Documentation: http://mapguide.osgeo.org/documentation.html Downloads: http://mapguide.osgeo.org/download Among the

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

2008-02-28 Thread Bruce Dechant
You are correct Jackie. As pointed out in the RFC you can no longer create the MgCoordinateSystemTransform class directly, instead you must use the MgCoordinateSystemFactory to do it for you. You will need to change the code to call the MgCoordinateSystemFactory GetTransform() API instead of t

RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-28 Thread Jack Lee
Hi, There are a couple of things you can check/try: 1) There was a change in MgHtmlController::GetMapImage recently. Verify that Common\MapGuideCommon\Controller\HtmlController.cpp is up to date. If it is, verify that you are not picking up an older version of libMgMapGuideCommon.so. 2) In Web

RE: [mapguide-users] Server instabillity

2008-02-28 Thread Jason Birch
Hi Kenneth, Have you tried setting the DataConnectionPoolExcludedProviders or DataConnectionPoolSizeCustom values to exclude the OGR provider? I don't think that OGR is guaranteed to be thread safe. Even this may not help unless there is some kind of semaphore in the OGR provider... this had t

[mapguide-users] Server instabillity

2008-02-28 Thread Kenneth, GEOGRAF A/S
Hello list. I am having problems troubleshooting a server instabillity. I use all OGR based layers with MapInfo TAB files. The server appears to randomly drop layers in the rendering process. Ocasionally it drops all layers, sometimes just a few. I suspect the trouble is some threading issue wi

RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-28 Thread Jo Cook
Hi, I get: U MgHtmlController::GetMapImage(MgMap*, MgSelection*, std::basic_string, std:: allocator> const&, MgPropertyCollection*, bool, bool) Which seems to be identical to what was in the error message Cheers Jo Jack Lee-3 wrote: > > Hi, > > What do you get if you execute > > nm -C /ho

RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-28 Thread Jack Lee
Hi, What do you get if you execute nm -C /home/joc/mgsvn/Web/src/HttpHandler/.libs/libMgHttpHandler.so|grep MgHtmlController::GetMapImage ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook Sent: Thursday, February 28, 2008 8:27 AM To: mapguide-

[mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-28 Thread Jo Cook
Hi All, I had a working build of MGOS from svn that I wanted to upgrade to the latest and greatest (build 3038 is the one I now have), but the new build is now failing. I get all the way through to the final make, but this fails with the following error: Making all in CgiAgent make[3]: Enterin

Re: [mapguide-users] Add/Edit on map

2008-02-28 Thread Kenneth, GEOGRAF A/S
No, I have not seen this error myself. You can use a tool like Process Monitor: http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx This tool can capture file access, and may give you an explanation. I would let the machine run until the error appears. Then launch Process Monitor, star

Re: [mapguide-users] Add/Edit on map

2008-02-28 Thread Vishaal
thanks Kenneth, can you answer my this question also: i am using MGOS1.1 with .NET as development environment. i have made a MapGuide Application and deployed it to a server ( windows server 2003). there is a problem in the application, it works fine for a day or two and after that it gives serv

Re: [ZS0] Re: [mapguide-users] [ZS0] drawing customized markers on the fly

2008-02-28 Thread Kenneth, GEOGRAF A/S
I understood from your original post that you wanted a tooltip with different icons. If that is the case, you can just modify the tooltip. If you want different symbols displayed in the map, you must create a theme (or display rules) in the layer. The easiest way to accomplish this, is to creat

[mapguide-users] Does Fusion access the tilecache?

2008-02-28 Thread Zac Spitzer
I have just been playing round with fusion and tiled maps using RC4. Using the 'classic static' ajax view a folder is created under tileCache which holds the tiles and the access.log is full of GetTile messages Using Fusion i see none of this, session id folders in the tileCache level stuff whilst

Re: [mapguide-users] [ZS0] drawing customized markers on the fly

2008-02-28 Thread Kencana
Hi Kenneth, Thanks for your reply. I have try it but some how i can't display 2 marker with 2 different icon in the same layer. unless i create different class definition $classDefinition = new MgClassDefinition(); $classDefinition->SetName("Points"); $classDefinition->SetDescription("Feature c

Re: [mapguide-users] Add/Edit on map

2008-02-28 Thread Kenneth, GEOGRAF A/S
Yes, you can add labels runtime, just add a point with an inivisble signature, and the label appears. To insert the points at runtime, refer to the post on the mailing list, that I just made: "drawing customized markers on the fly" You can edit the data by accessing the datasource. If the provi

Re: [ZS0] [mapguide-users] drawing customized markers on the fly

2008-02-28 Thread Kenneth, GEOGRAF A/S
Yes, it is possible, but a few steps are involved: 1. Create a temporary featuresource 2. Create a temporary layer to display the features 3. Insert the temporary layer into the runtime map The buffer files in the MapGuide viewer has template code for all three steps. All steps are explained i

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread Kenneth, GEOGRAF A/S
Odd, there is a leading "/" which indicates that the file utilityfunctions.aspx file is located at the root of the webserver. I sill suggest you start over, and don't try to include the ASPX files, but rather copy paste the code into a codebehind file. Regards. Kenneth, GEOGRAF A/S swetha1 s

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread swetha1
have pasted the screen shot of the error Swetha Kenneth, GEOGRAF A/S wrote: > > Where does it say "Failed to map utilityfunctions.aspx", is it in the > designer, at build time, or at runtime? > Are there any references to a line number? > If so, what does the line contain, and what about th

[mapguide-users] drawing customized markers on the fly

2008-02-28 Thread Kencana
Hi All, I've been trying to this for quite some time. Is that possible for us to create multiple markers with different icon and url source (displayed under tooltip) in one single php function (one layer) on the fly? Let's say there are 3 marker, what i want to do is i want to place 3 different m

[mapguide-users] Add/Edit on map

2008-02-28 Thread Vishaal
Hi Users, i want to know that whether it is possible to add labels to a map on runtime through a text box in MGOS or not??? Also is data editing and addition on runtime is possible in MGOS(same as ArcGIS Server)??? if yes then please do let me know the road map for how to go about these?? i am u

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread swetha1
Yes i have configured and it is also as an application Swetha Jackie Ng wrote: > > Did you create the appropriate virtual directory in IIS that maps to where > that folder is, and is it configured as an application? > > - Jackie > > > swetha1 wrote: >> >> Well i have copied all the folders

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread Kenneth, GEOGRAF A/S
Where does it say "Failed to map utilityfunctions.aspx", is it in the designer, at build time, or at runtime? Are there any references to a line number? If so, what does the line contain, and what about the lines above and below? To get this to work, I would recomend that you create a project, a

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread Jackie Ng
Did you create the appropriate virtual directory in IIS that maps to where that folder is, and is it configured as an application? - Jackie swetha1 wrote: > > Well i have copied all the folders available in dotnetviewersample in a > folder created in wwwThen opened the same folder in visua

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread swetha1
Well i have copied all the folders available in dotnetviewersample in a folder created in wwwThen opened the same folder in visual studioThen as you said have changed the webserver. Now it is unable to find the utilityfunctions.aspx.It says that failed to map utilityfunctions.aspx

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread Jackie Ng
You're gonna have to be more specific with the error message. - Jackie swetha1 wrote: > > 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 t