RE: [mapguide-users] MSSqlServer Spatial problem

2009-06-25 Thread zolinko
Hi, Thanks for your answer, A test code is here at the end. (I use custom geomtry parser to craete geometry, but I checked, that it creates valid geometry.) Simply the next row doesn't return: MgPropertyCollection propColl = fSrv.UpdateFeatures(cspResId, commands, false); Trace, Error and the

[mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Gyufi
Hi. I installed MapGuide Open Source 2.0.2 to a server, where already installed Autocad Map 3D 2009, Topobase Web 2009 (MapGuide Enterprise and Studio in it), MapGuide 6.5 and Raster Design 2009. I was surprised, when I used the GetBaseLibrary function in mapagent of the Open Source 2.0, it

Re: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Jackie Ng
Are you sure you weren't using the mapguide enterprise mapagent? - Jackie Gyufi wrote: Hi. I installed MapGuide Open Source 2.0.2 to a server, where already installed Autocad Map 3D 2009, Topobase Web 2009 (MapGuide Enterprise and Studio in it), MapGuide 6.5 and Raster Design 2009.

Re: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Gyufi
Hi Jackie, Thank you for answer. I using this link: http://localhost/mapguide/mapagent/index.html this is the mapagent of MapGuide Open Source. I can use the mapagent of MapGuide Enterprise with this link: http://localhost/mapguide2009/mapagent/index.html It's weird, because I can't use

RE: [mapguide-users] develping whit mapguid's api

2009-06-25 Thread Martin Morrison
Correct, but I was working under the assumption that someone new to Mapguide should really be using the latest production version. Martin -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent:

Re: [mapguide-users] Newbie

2009-06-25 Thread Kenneth Skovhede, GEOGRAF A/S
All resources in MapGuide are referenced by an Uri: Library://folder/name.extensions or Session:sessionid//folder/name.extension You are trying to pass a resourceId into MapGuide, that does not start with Library: or Session:. If you explain how you publish, I might be able to help you more.

Re: [mapguide-users] Missing tiles

2009-06-25 Thread Joel Carranza
If you can figure out what the tile is, you can either manually delete it from the file system or via the mapagent. Then retry rendering the tile. Other than that, sorry, I got no idea... Peter Filip wrote: Joel Carranza wrote: Check your error log on the server. If a tile fails to

RE: [mapguide-users] MSSqlServer Spatial problem

2009-06-25 Thread Dave Wilson
I was using a third party application to try and insert into SQL Server Spatial and I was getting no errors whatsoever. It came down to a security issue. Does the userid used in your FeatureSource have insert/update permissions in the database? It seems you have select permissions. Dave

RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Jason Birch
Are the MGOS and MGE servers and web tiers configured to run on different port numbers? I haven't tried running multiple versions of MG on the same box before, but I think I remember reading something about one of them having to run the MapAgent and PHP as CGI rather than ISAPI to prevent

RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Dave Wilson
I noticed you don't have an 8008 port in your URLs. Does this mean you are using IIS? If so only one instance of PHP will likely be valid which means you can only install one version of MapGuide and have it working properly? Site Admin is always PHP and Flexible Web Layouts use PHP so only one

RE: [mapguide-users] Missing tiles

2009-06-25 Thread Dave Wilson
If one area of the map consistently fails at different scale ranges could there be some bad data involved? If you manually preview the Map or the Layout can you generate the tile? Dave -Original Message- From: mapguide-users-boun...@lists.osgeo.org

RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Gyufi
Thanks you Jason and Dave for answers! Jason wrote: Are the MGOS and MGE servers and web tiers configured to run on different port numbers? MGOS and MGE using different ports. MGE using 2800, 2801 and 2802. MGOS using 2810, 2811 and 2812. Dave wrote: I noticed you don't have an

Re: [mapguide-users] Missing tiles

2009-06-25 Thread Kori Maleski
Empty tiles - will be the same file size and be much smaller than other tiles since they are of a single color. You can manually delete these from the cache and let MapGuide automatically rebuild them on demand. Cheers, On Thu, Jun 25, 2009 at 8:15 AM, Dave Wilson

RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Jason Birch
Yes, the PHP.INI search path makes this annoying. http://php.net/manual/en/configuration.file.php I wonder if it would work to create a new app pool that runs under a specific user and setting the PHPRC environment variable for that user? Or to run both PHPs as CGI apps, remove the registry

RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Jason Birch
I'm pretty sure that MGOS is not able to work with Mentor until 2.1. Jason -Original Message- From: Gyufi Sent: Thursday, June 25, 2009 8:48 AM Subject: RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor? Actually I interested in, how can I use Mentor with MGOS 2.0.2. I

RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor?

2009-06-25 Thread Gyufi
Thanks a lot. :) Gyufi Jason Birch wrote: I'm pretty sure that MGOS is not able to work with Mentor until 2.1. Jason -Original Message- From: Gyufi Sent: Thursday, June 25, 2009 8:48 AM Subject: RE: [mapguide-users] MapGuide Open Sourc 2.0.2 how can use Mentor? Actually

Re: [mapguide-users] zoom polygon prob

2009-06-25 Thread Gyufi
Hi saloua! Maybe I not understand exactly your question, but if you want to zoom to the selected polygon/polygon you can get the selection extent from the MgSelection object. MgSelection have a method, which name is GetExtents, this return with an MgEnvelope object. The MgEnvelope object have

Re: [mapguide-users] MGE 2010: fusion pre-authentication (autologin) no longer works

2009-06-25 Thread GordonL
Andy, have you tried it? I am struggling with MapGuide/FUSION and firefox authentication. It's werid the the GET will not work with the SESSION for FIREFOX. gordon Andy Morsell wrote: Can anyone confirm that this is a problem with MGOS 2.1 beta? It probably is since it uses the same

[mapguide-users] Bitonal Image Problem

2009-06-25 Thread Mark Nichols
Using MapGuide 2.0.2, Windows 2008 Server, PHP/Apache Bundle. In Maestro I¹ve added a bitonal TIFF image. I¹ve double checked the tiff image in ArcGIS and it is 1bpp. I¹ve set the layer to show the background as transparent but it does not change anything, nor will it change the foreground

RE: SPAM-LOW: Re: [mapguide-users] MGE 2010: fusion pre-authentication (autologin) no longer works

2009-06-25 Thread Andy Morsell
Gordon. No, I haven't had a chance to install the MGOS beta and get my application working with it yet. I hope to get to that today or tomorrow. Andy -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of GordonL

RE: [mapguide-users] WMS

2009-06-25 Thread sathishpsk9
HI Chris Claydon I am Using MapGuide 2.01 , .net environment , and maestro r3911 , i did all the set up as you said in your earlier post, when i use url 1: http://localhost/mapguide/mapagent/mapagent.fcgi i shows nothing in browser . and when use url ( Sheboygon map and bounds as you

[mapguide-users] problems with maestro r3911 in fdo's

2009-06-25 Thread T.kiran kumar reddy
hi to everyone, Presently i am useing the r3911 version of the maestro for the sake of the map tiles (map tiling working well with this) but previously i used maestro 1.0.9 with this i created some packages and data connections with oracle providers, now when i update maestro r3911 data

Re: [mapguide-users] problems with maestro r3911 in fdo's

2009-06-25 Thread Jackie Ng
Maestro isn't directly using FDO. All it is doing behind the scenes, is relaying these requests to the MapGuide Server, which does all the heavy lifting. Just for a test, use the raw mapagent interface, and test the GetSchemas and GetSpatialContext methods. Do they report the same problems? -

RE: [mapguide-users] WMS

2009-06-25 Thread Chris Claydon
The first URL is just the location of the agent that can respond to WMS requests. If you don't specify any parameters (or if you specify the wrong parameters) you won't get a usable response. The format for WMS requests is documented thoroughly in the specifications created by the Open