Re: [mapguide-users] MapGuide 2.2 on Ubuntu 9.10

2010-06-02 Thread Zac Spitzer
devil in the detail :) yup, alas raster is long known to be broken with mapguide os and gdal http://www.otxsystems.com/community-initiatives/gdal-provider-initiative.html z 2010/6/3 Pedro Venâncio > Hello Zac, > > As far as I can understand, just crashes the mapguide server, apache keeps > ru

Re: [mapguide-users] Commercial Map Service Help

2010-06-02 Thread Jason Birch
I think the Fusion commercial layers were a bit broken in the 2.1 release. I think there are posts in the archive talking about how to download the latest Fusion from SVN and replace the distributed version with it. You may also want to consider trying the 2.2 beta if your go live is a couple mont

Re: [mapguide-users] Services on Linux

2010-06-02 Thread Jason Birch
It depends on the flavour, but I think for most of them there is a more structured approach of creating a control script and then hyperlinking it from the appropriate linux run mode directory (or something like that). The OS then runs the script with start/stop parameters as appropriate. I built a

Re: [mapguide-users] RE: re: flexible web layouts

2010-06-02 Thread Jason Birch
Just some pointers... You can only change the appdef by directly modifying the XML resource (or a copy of it in the session repository). I haven't tried this myself, but I believe that the appdef url parameter will take relative references as well, so you may be able to point to a PHP/.Net script

RE: [mapguide-users] Services on Linux

2010-06-02 Thread Andy Morsell
You can stop and restart the services using the standard command line switches. Such as ./httpd . It would make more sense if they could be added to the system services and treated as such. My solution is basically a work-around. Andy From: mapguide-users-boun...@lists.osgeo.org [mailto:mapgu

RE: [mapguide-users] Services on Linux

2010-06-02 Thread Dave Wilson
That allows for automatic startup but how do you stop and restart once it's running? In RedHat there is a "services" menu where some services can be stopped and started. Is this RedHat specific or would it make sense to create an entry that appears here? Regards, Dave From: mapguide-users-bou

[mapguide-users] Re: Commercial Map Service Help

2010-06-02 Thread LLEUNDD
My appologies - MGOS version 2.1.0.4283 Running on windows server -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Commercial-Map-Service-Help-tp5131790p5131812.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Commercial Map Service Help

2010-06-02 Thread Zac Spitzer
software versions? On 3 June 2010 03:38, LLEUNDD wrote: > > Hi Listers - > > I have followed the instructions to add google maps to my fusion layout > here: http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays > > I have updated the index.html page to reflect the google maps key script as

[mapguide-users] Commercial Map Service Help

2010-06-02 Thread LLEUNDD
Hi Listers - I have followed the instructions to add google maps to my fusion layout here: http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays I have updated the index.html page to reflect the google maps key script as outlined in step 1. I have updated the coordinate system through m

RE: [mapguide-users] Re: MapGuide Open Source 2.2 beta released

2010-06-02 Thread Trevor Wekel
Hi Rafael, The beta is a 32 bit application on Windows and Linux. We will not be doing a 64 bit release for Linux this time around but we may have time to do 64 bits for Windows. Regards, Trevor -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-b

[mapguide-users] Re: MapGuide Open Source 2.2 beta released

2010-06-02 Thread rafaelmc
Ok, but is this release a 64 bits application ? Can the mgserver use more than 3G ? thanks Rafael -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-Open-Source-2-2-beta-released-tp5126722p5131577.html Sent from the MapGuide Users mailing list archive at Nabble.com

RE: [mapguide-users] Services on Linux

2010-06-02 Thread Andy Morsell
While this may not be the best practice, you can add the Apache and MapGuide daemons to the Linux startup scripts in /etc/rc.d/rc.local. Your entries (for a standard install) would be something like: #Start MGOS HTTP #cd /usr/local/mapguideopensource/webserverextensions/apache2/bin ./httpd #Star

RE: [mapguide-users] Re: MapGuide Open Source 2.2 beta released

2010-06-02 Thread Trevor Wekel
Hi Rafael, Yes. The CentOS 5 32 bit binaries should work on a CentOS 5 64 bit platform. You may need to install additional 32 bit packages to resolve linker dependencies for Apache and MapGuide. Regards, Trevor -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:

[mapguide-users] Services on Linux

2010-06-02 Thread Dave Wilson
A question to those that are more familiar with Linux. What is the standard practice for running something the equivalent as a service on Windows? I ask this question based on the recent email where the user had not started either Apache or MapGuide. This has happened several times so it would

[mapguide-users] Re: MapGuide Open Source 2.2 beta released

2010-06-02 Thread rafaelmc
HI, does this beta release work with Linux 64 ? Rafael -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-Open-Source-2-2-beta-released-tp5126722p5131041.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Re: Setting Initial Map Selected object

2010-06-02 Thread Jose Cerrejon
Mike Adair wrote: > > doStartup: function() { > this.mapWidget.deregisterForEvent(Fusion.Event.MAP_LOADED, > this.doStartupFn); > > if (this.startup.spatialfilter != '' || this.startup.filter != '') > { > var options = { > layers: this.start

RE: [mapguide-users] MapGuide 2.2 on Ubuntu 9.10

2010-06-02 Thread Martin Morrison
You have Apache running, but what about MapGuide? It is two separate processes. Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA 24018 540.345.1410 gis.edsi.com From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun

[mapguide-users] RE: How to render MgMultiGeometry

2010-06-02 Thread djonio
Gunter, In my case it appears to be an issue with S-L King 8.15. My MG byte reader returns empty, fdo2fdo returns a _bad_ geometry error and the FDO Toolkit returns a _null_ value. All seem to point to FDO. After I read Julien’s post I got real serious and stepped through my code. My SDF provider

Re: [mapguide-users] RE: How to render MgMultiGeometry

2010-06-02 Thread Zac Spitzer
it most definately a bug! if you can attach a mgp which demonstrates the problem it would be great! z On 2 June 2010 18:17, Gunter Becker wrote: > > Hi Dennis, hi Zac, > > At the moment I'm just using the SDF Provider (no oracle test data needed, > thanks). So, I assume that there are no FDO re

Re: [mapguide-users] MapGuide 2.2 on Ubuntu 9.10

2010-06-02 Thread Zac Spitzer
anything in the error logs? was it apache or the mapguide server which crashed? what kind of datasources and dataset's where you using? 2010/6/2 Pedro Venâncio > Hello Dave, > > You are right, I was missing to start the mapguide server. Now it's > running! > > I've been doing some tests and fi

[mapguide-users] RE: re: flexible web layouts

2010-06-02 Thread belleP
Hi again, This time i manage to correctly display google map with mapguide. I just forgot to download the svn trunk. But then i am unable to select features. It always throw back ajaxerror (fusion error, ajaxerror). But when i remove the google map, it works perfectly. What am I missing? Questi

RE: [mapguide-users] MapGuide 2.2 on Ubuntu 9.10

2010-06-02 Thread Pedro Venâncio
Hello Dave, You are right, I was missing to start the mapguide server. Now it's running! I've been doing some tests and find some instability. Within few hours, the server was down three times. Maestro also crashed several times. In windows I rarely had stability problems. I also could not

[mapguide-users] RE: How to render MgMultiGeometry

2010-06-02 Thread Gunter Becker
Hi Dennis, hi Zac, At the moment I'm just using the SDF Provider (no oracle test data needed, thanks). So, I assume that there are no FDO related issues in this provider. Like I said in my first post, I can write a MgMultiGeometry into the FeatureSource without any problem. Only problem I think i