Re: [mapguide-users] How can we make the changes stored in the map in programming methods ?

2007-07-11 Thread Tsai Chih-Cheng
Hi David : Thank you for your quick reply, I have read your VB code but I have not try it.. Actually, my job is to develop an application for user interacting with the ajax viewer. When user logined for authorization, he did something making the layer and feature source changes, then the code sav

[mapguide-users] build problems

2007-07-11 Thread Gregor Mosheh
Hi, all. I got FDO installed (hooray for me, it wasn't easy) and am trying to compile MapGuide. Any thoughts on this compile error? make[5]: Entering directory `/tmp/mapguide-1.1.0/Oem/DWFTK7.1/develop/global/src' Making all in dwfcore make[6]: Entering directory `/tmp/mapguide-1.1.0/Oem/DW

Re: [mapguide-users] Installation assistance

2007-07-11 Thread David Nuell
I copied the entire root of PHP in the C:\program files\mapguideopensource directory to the C:\PHP\ directory and restarted IIS and the same result occurred. I can get the site administrator (http://localhost/mapguide/mapadmin/login.php) to load which tells me that the PHP is working properly (or

[mapguide-users] Creating a new line layer at run time

2007-07-11 Thread passionlessDrone
Hello friends - MapGuide 1.2 / PHP / Postgres\PostGIS / Windows environment. I have a table with many lines in it. I'd like to be able to retrieve one record of line information, create a new layer on the fly, populate it with that line information, save to repository and go. I have been able

RE: [mapguide-users] Creating a new line layer at run time

2007-07-11 Thread Mark Pendergraft
If you can get the geometry of the line, then why not create a new temporary feature source, a new temporary layer, write the geometry to the feature source, and save all of it to the users session? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of passionle

Re: [mapguide-users] Problemas con el Mapguide Open source Web Studio

2007-07-11 Thread Rock Beans
Webstudio has never worked don't feel bad. Most of us use Autodesk Studio or we code everything manually. The Rock On 7/11/07, Jorge Rubio <[EMAIL PROTECTED]> wrote: El WebStudio tiene varias limitaciones. No es una aplicación que se encuentre completamente desarrollada... El día 10/07/07,

Re: [mapguide-users] Problemas con el Mapguide Open source Web Studio

2007-07-11 Thread Jorge Rubio
El WebStudio tiene varias limitaciones. No es una aplicación que se encuentre completamente desarrollada... El día 10/07/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> escribió: Hola a todos. Acabo de comenzar con esta herramienta y la verdad he tenido muchos problemas para trabajar con ella. Est

Re: [mapguide-users] Installation assistance

2007-07-11 Thread Rock Beans
Did you copy the PHP MapGuide extensions to your existing ExtDir? For example the php_MapGuideApi.dll file. You can find the location in your existing PHP.INI file. When Map Guide installs it hard codes the PHP Ext to "C:\Program Files\MapGuideOpenSource\WebServerExtensions\Php\ext" those files an

[mapguide-users] Installation assistance

2007-07-11 Thread David Nuell
Hi Listers - Here is the scoop. I am running a Windows 2003 Server with IIS6 and PHP 5.2.1 (no apache, no tomcat). I have a wiki set up for our company that uses the PHP 5.2.1 (successfully). I have read on the 1.2.0RC2 download site that PHP5.2.1 should work with this version. I have install

[mapguide-users] testing

2007-07-11 Thread None None
___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

RE: [mapguide-users] Buffer Issues Units

2007-07-11 Thread Scott Hameister
I've been trying to figure out where it happens and cant find it.all the ifs check out right.it seems like its in the API calls From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Morsell Sent: Wednesday, July 11, 2007 12:13 PM To: 'MapGuide Users Mail List' Subject: RE: [mapgui

RE: [mapguide-users] Buffer Issues Units

2007-07-11 Thread Andy Morsell
I just checked with 1.2.0 RC2 on a State Plane, feet map and see the same results as you. Regarding your other question below, I don't think this has anything at all to do with Studio, it is a bug with the AJAX viewer. Have you logged this issue in Trac yet? Andy Morsell, P.E. Spatial Integr

RE: [mapguide-users] Create Temporary Feature Source

2007-07-11 Thread Mark Pendergraft
Well, turns out the code works, the problem was that I was drawing a line, and the layer and feature source seemed to only accept polygons. Regardless, I got what I needed from the example. Thanks for the response. J As far as your question... Yes, I am able to programmatically create a layer

RE: [mapguide-users] Buffer Issues Units

2007-07-11 Thread Scott Hameister
Nobody is having issues with buffers not working properly on Maps using state Plane Coordinates? Or just no solutions. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hameister Sent: Tuesday, July 10, 2007 10:34 AM To: 'MapGuide Users Mail List' Subject: [mapguide-use

Re: [mapguide-users] Create Temporary Feature Source

2007-07-11 Thread Tsai Chih-Cheng
Hi Mark: First, I'm confused about your question. My experience is that I translated the same code ( the developer's guide example : task_pane_redlining.php & draw_line.php ) to C#. And it works fine, but I just could draw a line or a polygon temporarily stored in the session repository. So, acc

Re: [mapguide-users] How can we make the changes stored in the map in programming methods ?

2007-07-11 Thread David Hequet
Are you trying to the change without using the viewer? or before the viewer loads? Here is what the viewer do when loading : 1. Initialize web tier with an ini file. 2. Connect to the site. 3. Instantiate an MgMap object. 4. Call MgMap.Create to actually create it. 5. Save the MgMap object to you

Re: [mapguide-users] Symbols in the legend section

2007-07-11 Thread ori gudes
Thanks James, that was Helpful.. Regards Ori James Card wrote: > > On Sun, 08 Jul 2007 08:47:37 -0700, ori gudes <[EMAIL PROTECTED]> > wrote: > >> I defined a shp (sdf layer) inside the point style to present symbols >> using the symbol library folder. The various symbols are conditioned b