Re: [mapguide-users] MGOS 2.0.0 RC 3 loadfile error

2008-02-13 Thread Ben_GeoIt
Jim O'Leary wrote: I have installed MapGuide Open Source 2.0.0 Beta 2 on Windows Server 2003. We also have MGE 2008 running on this machine. The MGOS web server does not start. When I manually try to start it, it says: httpd.exe: Syntax error on line 126 of C:/Program

[mapguide-users] Polygon labels - fusion problems

2008-02-13 Thread Klemen Sorcnik
Hi all, I have problem with labeling in fusion . Labels positions are in the center of the polygon, and are not dynamical move after i pan or resize map, so they are not shown althought polygon is still visible on the screen. But if i show the same map in ajax viwer it works just fine. Anyone

Re: [mapguide-users] Connecting MG with another app

2008-02-13 Thread Andrew DeMerchant
Here's a link to thread from 2006 about this: http://www.nabble.com/PHP-script-for-getting-data-from-selected-item%28s%29-to5125898s16610.html#a5127443 This is how I do it, but then, I'm using PHP and Studio to do all of the work - plus I'm still using MG 1.0.2. Andrew lmbap wrote:

Re: [mapguide-users] Connecting MG with another app

2008-02-13 Thread Ryan Northcott
Hello, I've done this exact scenario.. (using MapGuide Studio) You can either build the URL manually, and store it in a Database field Atttribute field, then point the Layer's URL to that property field in your layer settings.. so for example, I have a SHP file loaded with an attribute field

[mapguide-users] Making Tiles

2008-02-13 Thread George McLean
Hello, I am trying to use mapguide to create a large set of tiles that are compatible with google maps. I have a php script that will create the tiles and it appears to run fine but when I try and create a large set of tiles, I end up getting some tiles that are transparent. I do not get an

[mapguide-users] FDO 3.3 broke SDF files

2008-02-13 Thread J Manafi
We had some sdf files working fine on our production site using MGOS 1.2, and I transferred them to a test machine to configure our site with MGOS 2.0.x and test our data. When I tried connecting to the files in Studio 2009, the connection tests successful, but the layers give an error stating

[mapguide-users] Postgis Selection Problem

2008-02-13 Thread ary sucaya
Hello group, I did install MGOS 2.0RC3 with postgis fdo provider. I found something wrong with select feature tool. It bring up selected information on property panel but not show me selected object (with blue color) on the map. On the other hand, i could see selected object on the map if i

[mapguide-users] Postgis Selection Problem (additional)

2008-02-13 Thread ary sucaya
It works for simple polygon consists of 4 corner but doesn't work for complex polygon consists of thousand points.. Thx Ary Sucaya Never miss a thing. Make Yahoo your home page.

RE: [mapguide-users] Postgis Selection Problem (additional)

2008-02-13 Thread Jason Birch
I'd be interested in knowing if this problem persists when you change your rendering engine from AGG to GD. To test this, you can modify this setting in the serverconfig.ini file under c:\program files\mapguideopensource2.0\server\bin and then restart the MapGuide Server service. Jason

Re: [mapguide-users] Postgis Selection Problem (additional)

2008-02-13 Thread ary sucaya
I tried to change renderer into GD but problem remain the the same. Just to be clear, this is how i select feature programatically $layer = $map-GetLayers()-GetItem($layerName); $featureReader = $layer-SelectFeatures($queryOptions); $selection = new MgSelection($map);

RE: [mapguide-users] Postgis Selection Problem (additional)

2008-02-13 Thread Jason Birch
Oh wait, I don't know if that makes any sense. You say that the selection renders when you select it programmatically, not when using the MapGuide selection tool. I wonder what the difference between these approaches is. Jason From: Jason Birch Subject: RE: [mapguide-users] Postgis