Re: [mapguide-users] RE: wrong Polygon selection

2007-07-20 Thread Mansoureh Sadrykia
Hi Dhireendra Kumar! I'm going to start working with mysql as my spatial database, but have no idea how to use fdo2fdo to import geometry from .shp file to MySQL. would you please give me information about FDO2FDO,(I mean how I should prepare to use it, Is there any documentation for this

[mapguide-users] MapGuide Open Source Instalation issues

2007-07-20 Thread dorin
Hi, I try to install MapGuide Open Source on Windows 2000 Professional. I followed the PDF InstallConfigure MgOpenSourceonWindows from osgeo.org. I installed MapGuide Server as a Site Server, then I installed MapGuide Web Server Extensions - the bundled configuration (PHP). I used the default val

[mapguide-users] RE: wrong Polygon selection

2007-07-20 Thread Dhirendra Kumar
Hi Dave Wilson-3, Can i solve this wrong polygon selection problem ? I import all Geometry spatial value from .SHP file to MySQL through FDO2FDO. Dave i have not idea about MySQL envelop operation. MySQL is not a good database for spatial type data (i mean for MGOS) ? If you have any way to solve

Re: [mapguide-users] Opening a URL from a layer

2007-07-20 Thread James Card
On Fri, 20 Jul 2007 05:18:25 -0700, jamesdudden <[EMAIL PROTECTED]> wrote: Is there a way to click on the individual line to open Access and make the whole record available? The thought then being to use a script in Access to go straight to that record. What you probably should do is join

Re: [mapguide-users] Install error MGOS 1.1.0 Linux RHEL 4

2007-07-20 Thread James Card
On Fri, 20 Jul 2007 08:33:51 -0700, Audaire David <[EMAIL PROTECTED]> wrote: I have many difficulties to build MGOS 1.1.0 on a RHEL 4, i use the GCC 4.0.2. MapGuide 1.1: "For RedHat Enterprise Linux 3 you need GCC 3.2.3" http://mapguide.osgeo.org/1.1/docs/BuildInstallQuickStartLinux.html >

[mapguide-users] RE: WMS EPSG

2007-07-20 Thread Jim O'Leary
What the the equivalent file for MGE 2008? There is no C:\Program Files\MapGuideOpenSource\WebServerExtensions\www\nad folder and no epsg file. Thanks Bruce Dechant wrote: > > Brad, > > You will need to update the Proj.4 "epsg" file with the definition of > EPSG:102190 and it should work. I t

[mapguide-users] Combine Polygons

2007-07-20 Thread Mark Pendergraft
This may be a little off topic I'm looking for an algorithm to convert individual polygons to one single polygon.. I am able to do this in AutoDesk Map 3D.. but I would like to add the functionality to my MapGuide application... If anyone has any idea how to go about this, or where to look,

RE: [mapguide-users] MGOS server harware & bandwidth

2007-07-20 Thread Martin Morrison
10Mbits is nice but most people don't have the luxury. We have Mapguide running on a 512K link and it works fine, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Wekel Sent: Friday, July 20, 2007 12:46 PM To: MapGuide Users Mail List Subj

[mapguide-users] GETVISIBLEMAPEXTENT dimension limits

2007-07-20 Thread Nimrod Cnaan
I’m unable to retrieve [raster layer] image when palling OPERATION=GETMAPIMAGE for an image that is bigger then [2100 x 2600] pixels. Is there a dimension limitation for the OPERATION=GETVISIBLEMAPEXTENT ? I'm using mgos 1.1 version with gdal_ECW.dll FDO Provider for Raster -- View this mess

[mapguide-users] Raster did not load/show

2007-07-20 Thread didit.s banuardi.n
hi,all i'm testing the MGOS 1.2.0 RC2 now... all looks great... the dotnetviewer , the quey sample etc..etc.. but, i got a problem with raster file. i'm using OSGeo GDAL raster provider.. first step , i fill the "Default raster file location" field with my raster file (*tif) folder path ("examp

RE: [mapguide-users] MGOS server harware & bandwidth

2007-07-20 Thread Trevor Wekel
Hi Jorge, I have tried using MGOS over a 1Mbit "home" connection. Personally, I think it is too slow and the user experience is disappointing. I would suggest starting at 10Mbit/s. If you are using tiled maps, a single CPU can serve between 50 and 200 tiles per second. Assuming each tile is

[mapguide-users] RE: Insert point feature .NET

2007-07-20 Thread Nico777
Hello Mark Well i checked all your advices and I’m still having the same « BUG » (I probably have done something wrong, since its the first time I work with MapGuide OS). 1 – The feature was read only ! I changed the xml file and set it to FALSE. Still having the problem 2 – Class name is ok 3

RE: [mapguide-users] newbie

2007-07-20 Thread Mark Pendergraft
He is right.. You just need a Development Environment.. I personally would recommend downloading Microsoft Visual Web Developer Express Edition for FREE off of Microsoft's website... using it, you can write code in VB, C#, Java, and JavaScript. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

[mapguide-users] Install error MGOS 1.1.0 Linux RHEL 4

2007-07-20 Thread Audaire David
Hi, I have many difficulties to build MGOS 1.1.0 on a RHEL 4, i use the GCC 4.0.2. I am at the last step, "make install" of the mgserver and my error is : ld cannot find -lexpat I have to configure without python and the make (step before) send me an error message about doxygen. Any suggestion i

RE: [mapguide-users] wrong Polygon selection

2007-07-20 Thread Dave Wilson
This is a known issue with MySQL. MySQL only supports envelope operations so depending on the shape of the polygons selecting one whose border is somewhat diagonal to another may select the wrong polygon. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: Re: [mapguide-users] Inestabilidad MapGuide OpenSource

2007-07-20 Thread Sebastian Bedin
Problema solucionado: Historico del problema: (Servidor W2k) Error de FastCGI con MGOS 1.0.1 , 1.0.2 y 1.1.0 todo corriendo sobre IIS. El error se daba cuando reiniciaba el servicio de IIS. Solucion: Instale MGOS 1.1.0 sobre Apache2 - ahora tarda 5 min mas en iniciar, pero anda y no hay conf

[mapguide-users] MGOS server harware & bandwidth

2007-07-20 Thread Jorge Rubio
Hi list I would like to know what kind of hardware are you using as server and the bandwith recomended. Just to have an idea... -- Lic. Jorge Rubio ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/m

Re: [mapguide-users] newbie

2007-07-20 Thread Jorge Rubio
If you are working with MGOS Server and WebServerExtension and create your own Maps and Layouts with MG Studio you just need some software to write your own application. For instance, I use Macromedia Dreamweaver 8 to write my apps using JavaScript and PHP. I think it's all what you need to write

[mapguide-users] newbie

2007-07-20 Thread Todd Wells
New to mapguide os and mapgiude studio.. I am able to produce maps and all the layouts I want and preview them.. downloaded the sample google app and that works awesome... What software am I missing to be able to produce my own app using mapstudio maps and layouts or is there much better software I

RE: [mapguide-users] Layer not Displaying

2007-07-20 Thread Chris Claydon
What was the original format of your road data? If it already contained a coordinate system, it could be that it retained it rather than converting to the one that you specified in the load procedure... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre

Re: [mapguide-users] modifying map before the WebLayout loads

2007-07-20 Thread David Hequet
hum ok, my code miss this: Load WebLayout Modify WebLayout to point to session map Save WebLayout in session repo Open viewer pointing to WebLayout in Session repo Since there is no API to access WebLayout, i dont know how to acces/modify the Layout. Thank you! Kenneth, GEOGRAF A/S wrote: >

RE: [mapguide-users] RE: Studio2k7 take 3 minutes to connect totheresources

2007-07-20 Thread Traian Stanev
OK, one thing you can try is to go to the web interface pages (likely under http://localhost/mapguide/mapagent/index.html) and try to manually issue an Enumerate Resources command. How long does that take to come back with an XML? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[mapguide-users] wrong Polygon selection

2007-07-20 Thread Dhirendra Kumar
Hi All, I create polygon layer using FDO datasource from MySQL Database, In this layer many polygon, But problem in some polygon when i click on some polygon then another polygon get selected in place of current polygon. Any one have idea about this type of problem, Please help me. Thanky

[mapguide-users] Opening a URL from a layer

2007-07-20 Thread jamesdudden
Hi All I have set up a layer, in MG Studio using MGOS, with various lines all linked to a different person in an Access database. Is there a way to click on the individual line to open Access and make the whole record available? The thought then being to use a script in Access to go straight to

Re: [mapguide-users] Any coord. system to WGS84 (Google Earth)

2007-07-20 Thread Jose Manuel C G
Thk, I'm trying to implement, but is difficult with my knowledge. Kenneth, GEOGRAF A/S wrote: > > I've found this code i buffer.php: > > $srsFactory = new MgCoordinateSystemFactory(); > $srsDefMap = GetMapSRS($map); > $srsMap = $srsFactory->Create($srsDefMap); > ... > $srsXform = new MgCoordi

[mapguide-users] RE: Studio2k7 take 3 minutes to connect to theresources

2007-07-20 Thread Jose Manuel C G
I have a few resources, but with zero resources, the time is the same. -- View this message in context: http://www.nabble.com/Studio2k7-take-3-minutes-to-connect-to-the-resources-tf4109678s16610.html#a11706684 Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] modifying map before the WebLayout loads

2007-07-20 Thread Kenneth, GEOGRAF A/S
I realise that the supplied code is just a snip of the actual code, but the overal procedure should be: Create session Load MapDefinition Modify MapDefinition as needed Save MapDefinition in session repo Load WebLayout Modify WebLayout to point to session map Save WebLayout in session repo Open v

[mapguide-users] modifying map before the WebLayout loads

2007-07-20 Thread David Hequet
Hi, I'm using Mapguide Enterprise 2008 / MGOS1.2 and i can't solve this: I have a frame containing mapguide viewer. This frame performs VB.net scripts that initialize the Session and eventually modify the mapdefinition (setting filter's on layer..) I can Access the map before the WebLayout Load