[mapguide-users] RE: Postgis/mapguide

2007-09-12 Thread dorra labidi
Thank you for your responses; I have successfully installed the fdoPostgis provider and connected mapguide studio to it. The problem is how could I display the data contained in the postgis tables an make some requests in them (inserting data, filters...etc). In other words, I want to access the

[mapguide-users] Invitation from Scott Steigerwald ([EMAIL PROTECTED])

2007-09-12 Thread Scott Steigerwald
ScottSteigerwald ([EMAIL PROTECTED]) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDEwMzU2NjUyJmM9MTA0NDY5 to accept Scott's invite You can use Quechup to meet new people, catch up with old f

[mapguide-users] Help needed please

2007-09-12 Thread Bjarki Valberg
Hi there, I recently downloaded and started using map guide open source and like it very much. I would really like some assistance, guidence or samples :-) on how to make a Spatial Analysis and Reporting actions and buttons in map guide. Im currently using php setup. Is there a forum or a samples o

[mapguide-users] Schema Error

2007-09-12 Thread Jorge Rubio
Hi friends I would like to delete a data connection using MapGuide Studio 2007 but it returns the following error. "An exception occurred in DB XML component. Error: the specified schema file is not found: c:\Program Files\MapGuideOpenSource\Server\Schema\SymbolDefinition-1.0.0.xsdFile:c:\build_b

Re: [mapguide-users] Help on Saving my Finished MAP

2007-09-12 Thread sweetGemini
Follow up question carl,in making a package what folder am i going to put in the text box is the WebLayout Folder or the Map Folder? -- View this message in context: http://www.nabble.com/Help-on-Saving-my-Finished-MAP-tf4420647s16610.html#a12630015 Sent from the MapGuide Users mailing list arch

Re: [mapguide-users] Help on Saving my Finished MAP

2007-09-12 Thread sweetGemini
thanks for the help carl,i have one more question,i already did the loading of package on server site administrator, how can i access that package on the browser? thank you -- View this message in context: http://www.nabble.com/Help-on-Saving-my-Finished-MAP-tf4420647s16610.html#a12629825 Sent

Re: [mapguide-users] Help on Saving my Finished MAP

2007-09-12 Thread sweetGemini
thanks for the reply carl, but how can i make a package as a file? srry for the simple question im a newbie here, please help me, thank you again... -- View this message in context: http://www.nabble.com/Help-on-Saving-my-Finished-MAP-tf4420647s16610.html#a12626890 Sent from the MapGuide Users m

Re: [mapguide-users] Postgis/mapguide

2007-09-12 Thread mauricio marcelo
do you know how to add a point on the map from database? (with php) From: Maciej Skorczewski <[EMAIL PROTECTED]> Reply-To: MapGuide Users Mail List To: MapGuide Users Mail List Subject: Re: [mapguide-users] Postgis/mapguide Date: Wed, 12 Sep 2007 16:55:52 +0200 MIME-Version: 1.0 Received: fro

RE: [mapguide-users] Postgis/mapguide

2007-09-12 Thread mauricio marcelo
do you know how to add a point on the map from database? (with php) From: dorra labidi <[EMAIL PROTECTED]> Reply-To: MapGuide Users Mail List To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Postgis/mapguide Date: Wed, 12 Sep 2007 14:19:40 + (GMT) MIME-Version: 1.0 Received: fr

RE: [mapguide-users] Postgis/mapguide

2007-09-12 Thread Jason Birch
As Kenneth says, you can use the OGR provider or the PostGIS Provider. The OGR provider has until recently been more usable than the PostGIS provider, but the PostGIS provider is now starting to mature and some people are having reasonable success with it. There is more information on the PostGIS

Re: [mapguide-users] Postgis/mapguide

2007-09-12 Thread Kenneth, GEOGRAF A/S
Yes. You have to install either the PostGIS FDO provider, or the OGR FDO Provider. You can download it from here: http://fdo.osgeo.org/downloads.html Each file should contain installation instructions, but it is basically: 1. Extract 2. Copy files to the server FDO folder (C:\program files\map

Re: [mapguide-users] Postgis/mapguide

2007-09-12 Thread Maciej Skorczewski
hi! What exactly did you want to know? How to connect to Postgis date whit MG Studio? dorra labidi pisze: I can't find any documentation nor howto that explains *how to expose content stored in postgis using mapguide*, however there are several posts in mailing lists regarding mor

[mapguide-users] Postgis/mapguide

2007-09-12 Thread dorra labidi
I can't find any documentation nor howto that explains how to expose content stored in postgis using mapguide, however there are several posts in mailing lists regarding more advanced problems (filtering, etc). I'm pretty sure it's really easy, but I'm too newbee to find it out. Could anyone hel

[mapguide-users] ExecuteSqlQuery on ODBC Data Source

2007-09-12 Thread Rahul
Hi , I tried to query the FeatureData Source (SQL Server 2005 view -odbc), $sql="select ownername_th,epz_type,province_name_th from V_estates where estate_no=10"; $featureResIdSql = new MgResourceIdentifier("Library://VV/Data/sql_odbc.FeatureSource");