[mapguide-users] mgserver.exe (1692|1436) An unclassified exception occurred

2009-09-02 Thread x10dd
Hi everybody, I'm trying to start the MapGuide Server but I can't. I also tryed to run it from the command line and I get this: C:\Program Files\MapGuideOpenSource\Server\Binmgserver.exe run Running the server interactively as an application instead of as a service. (1692|1436) Invalid

Re: [mapguide-users] Duplicate/Orphaned Resource Data Files

2009-09-02 Thread KeithC
Thanks Kenneth, that looks like a useful utility. Could still be a time consuming operation though. Keith Kenneth Skovhede, GEOGRAF A/S wrote: I have no advice for figuring out why it happened in the first place. You cannot call any function to get the %MG_DATA_FILE_PATH% mapping. You

[mapguide-users] Temporary Line String Layer not showing up on runtime map.

2009-09-02 Thread rsri
Hello folks. I have read several posts and solutions where people have come across this problem, but I couldn't find a definitive solution. I would indeed be very grateful if someone may please help me. The task is to allow the user to click and create a digitized line and then display it on

RE: [mapguide-users] Viewing requests made by Mapguide as a WFS client

2009-09-02 Thread Gary Morin
Hi All If someone can suggest a way of looking at what requests are being made by MapGuide when it consumes a WFS it would be much appreciated. We are working with a partner who is developing a WFS for us to use and we are having problems and we would like to see what request are being made by

RE: [mapguide-users] Viewing requests made by Mapguide as a WFS client

2009-09-02 Thread Bob Basques
There must be an access log somewhere that details the requests being made. bobb Gary Morin gary.mo...@keynetix.com wrote: Hi All If someone can suggest a way of looking at what requests are being made by MapGuide when it consumes a WFS it would be much appreciated. We are working with

RE: [mapguide-users] Viewing requests made by Mapguide as a WFS client

2009-09-02 Thread Andy Morsell
Try using the Fiddler tool. It can be very helpful for trouble-shooting WMS and WFS issues with MGOS. It can be found here: http://www.fiddler2.com/fiddler2/ Gaia can also be very helpful for this kind of stuff: http://www.thecarbonproject.com/gaia.php Andy Morsell, P.E. Spatial Integrators,

[mapguide-users] renderingService.RenderMap -symbols from my symbol library do not render

2009-09-02 Thread djonio
Howdy, MGOS 2.0.2 Windows XP Sp2 .NET Ajax I have a BaseLayerGroup comprised of one(1) MrSid. Works great. When I issue a: renderingService.RenderMap(map, selection, mapCenterCoordinate, mapScale, width, height, color, imageflavor.ToUpper()); from codebehind to capture the current map image

RE: [mapguide-users] Viewing requests made by Mapguide as a WFS client

2009-09-02 Thread Gary Morin
Thanks Andy We will give them a go. Cheers Gary -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andy Morsell Sent: 02 September 2009 18:13 To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] Viewing

Re: [mapguide-users] Selection opacity

2009-09-02 Thread Jamo
Just a follow up, I still haven't found where the selection layer definition is. Turns out the css below refers to the actual selection shape. Surely someone has an answer ? :( Jamo wrote: Is it possible to change the selection opacity? I don't mind doing this globally at the moment.

Re: [mapguide-users] Selection opacity

2009-09-02 Thread Jackie Ng
At the function RequestSelectionImage() in ajaxmappane.templ it makes a call to GETDYNAMICMAPOVERLAYIMAGE passing in the selection color. That selection color is an ARGB (RGBA?) hex value. You should be able to control the selection opacity by tweaking the alpha component of that hex value. -