Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-28 Thread Jamo
Thanks for the heads up! That makes things a lot neater :) Hopefully I can make this available for some commenting when I'm all done :) Also, you may need to double check that you're correctly using the MgMap API as a result of http://trac.osgeo.org/mapguide/wiki/MapGuideRfc9 - Jackie --

Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-28 Thread Jamo
I can remember seeing somewhere something taht returns all the mapped feature properties from the layer, however I can seem to remember what it was attached to FeatureReader? LayerDefinitoin? MgSelection? -- View this message in context:

[mapguide-users] Oracle Layer Creation problem

2009-04-28 Thread padmini godavarthi
Hi, iam using mapguide opensource 2.0 (with .net 2.0 +IIS 5.1). Now iam trying for shortest path i have oracle procedure for finding shortest path between nodes. i have an resultant oracle table for this shortest path(which consists the resultant node,link ids) . Now i have to load this

Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-28 Thread Jackie Ng
That would be the Layer Definition. You would have to get the resource id of the layer definition from the MgLayer and get the resource content, looking for the PropertyMapping elements (I believe). - Jackie Jamo wrote: I can remember seeing somewhere something taht returns all the mapped

Re: [mapguide-users] [ZS1] Re: [ZS1] Re: FDO Provider for Postgis ERROR

2009-04-28 Thread nasp
Thank you very much for your help. Unfortunately it doesn't help, I have always the same error. Do you think that FDO 3.4 could solve my problem? Best Regards Naspi Bruno Scott wrote: I've notice something else that can make the describeschema command failed. It is mandatory to execute

[mapguide-users] service terminated unexpectedly

2009-04-28 Thread Johannes Schulte Südhoff
Hello I've got a problem with MapGuide OpenSource 2.0.0. In my test environment everything is working fine. The test machine is 32bit W2k server, whilst the production machine is 64bit AMD W2k server. I installed 32 bit versions of MapGuide and the King.Oracle (version 0.7.5) provider on this 

Re: [mapguide-users] service terminated unexpectedly

2009-04-28 Thread Zac Spitzer
what about the latest king oracle 0.8.9 ? http://www.sl-king.com/fdooracle/fdooracle.html 2.0.2 did help me a lot, i doubt there is any other solution have you considered trying running up 2.0.2 on another machine to compare? z 2009/4/28 Johannes Schulte Südhoff

[mapguide-users] Why MgMap::Create is so slow

2009-04-28 Thread Bruno Scott
I have a quite big MapDefinition with about 200 layers. When a use the MgMap API Create it takes about 20 seconds But if i use the GetResourceContent it almost instantly. I wonder why this function is so slow. The only thing i'm trying to do is to read this MapDefinition to retreive information

Re: [mapguide-users] Why MgMap::Create is so slow

2009-04-28 Thread Zac Spitzer
but GetResourceContent is just fetching only the xml MgMap Create is reading all the resources for the 200 layers z On Wed, Apr 29, 2009 at 1:51 AM, Bruno Scott bsc...@geomapgis.com wrote: I have a quite big MapDefinition with about 200 layers. When a use the MgMap API Create it takes about

RE: [mapguide-users] Why MgMap::Create is so slow

2009-04-28 Thread Bruce Dechant
Bruno, It is slow because for every layer in the map the web tier sends 2 requests (Authenticate + GetResourceContent) to the server. So in your map case there would be a minimum of 400 requests to the server. This is something we are aware of and would like to change. We have some test maps

[mapguide-users] [Maestro] [Mapguide] Raster projection

2009-04-28 Thread Dju
Hi, I need to know where can i write the projection parameter of a vector image to stick on a raster image. The problem i have is that when i load both, the vector one is really smaller than the raster one. I'm working with Geomatica too, and it does the reprojection for display by itself.

Re: [ZS1] [mapguide-users] [Maestro] [Mapguide] Raster projection

2009-04-28 Thread Kenneth Skovhede, GEOGRAF A/S
You need MGOS 2.1 (unreleased) or MGE 2010 (requires purchase) for raster reprojection to be supported. You may need to specify the raster projection on the raster featuresource: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes#OverridingCoordinateSystems You can also override the vector projection

Re: [mapguide-users] [ZS1] [Maestro] [Mapguide] Raster projection

2009-04-28 Thread Dju
Thanks for your fast reply. I don't think i ve understood the difference between reprojection and system coordinate override is that the same thing? i'm using MGOS 2.0.2. I ve tried many times system coordinate override but i cant see any difference... -- View this message in context:

Re: [ZS1] [mapguide-users] [Maestro] [MGOS 2.0.2] General information

2009-04-28 Thread Kenneth Skovhede, GEOGRAF A/S
Yes, it is. If you use the MapGuide API, there are some samples here and there. Also, the MapGuide viewer shows some of it. Try searching for WebStudio as that was PHP based. Maestro differs a bit, because it can do its work over http, without the MapGuide API. I recommend that you take a look

[mapguide-users] SDE Data

2009-04-28 Thread Daniel, Scott
I have created a layer from an SDE data source. However, Studio is not displaying any fields that are nvarchar field type. Is there a work-around or is this a known issue? Scott D. Daniel, GISP Senior GIS Analyst Ruekert * Mielke W233 N2080 Ridgeview Parkway Waukesha, WI 53188 (262) 542-5733

[mapguide-users] what does maestro version is need for MGOS 2.1?

2009-04-28 Thread Rodolfo Moreno
Hi All, I have installed the MGOS 2.1 (unreleased) in my test enviroment (a virtual machine with win 2003 SP2 + IIS6). The installer comes with the maestro 1.0.9.2926 version. Then I accessed to mapguide server using this maestro versiona and I could see the sheybogan sample that I had loaded

Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-28 Thread Jamo
Jackie I've created a monster.. something is wrong with the FeatureReader that is produced from the layer i think? It seems to be retrieveing all features from the featuresource the layer has a filter assigned that grabs only some features from the featuresource... If you or

Re: [mapguide-users] SDE Data

2009-04-28 Thread Jackie Ng
How big are these nvarchar fields? There were known problems with large nvarchar fields? http://trac.osgeo.org/fdo/ticket/471 - Jackie Daniel, Scott wrote: I have created a layer from an SDE data source. However, Studio is not displaying any fields that are nvarchar field type. Is there a