Re: [mapguide-users] how to create a wms service

2008-02-19 Thread Zac Spitzer
there is a good info in the mailing list archives ie: http://www.nabble.com/WMS-td3514133.html#a3514133 if you can, i would recommend upgrading to at least mapguide 1.20 Kepp in mind you can only access single layers via WMS with mapguide, not maps unfortunately. Fusion provides access to

Re: [mapguide-users] error in building

2008-02-19 Thread Vishaal
Hi swetha, my suggestion is just dont blindly copy the samples in your code. utilityfunctions.aspx is the supported aspx file which u need to include in your default page by import. also don't forget to add the utilityfunctions.aspx page to your project. if you see clearly then you can write the

[mapguide-users] Compound line with Cartographic Stylization Engine

2008-02-19 Thread Gunter Becker
Hi all, I would like to have a compound line symbol for street stylization like I can do with basic stylization in MapGuide Studio. Now I've created a SimpleSymbolDefinition called SolidLine and use this two times in the CompositeSymbolization of my LayerDefintion. My problem is that the line

Re: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-02-19 Thread Maksim Sestic
Hi Gunter, Had the same problem and didn't find the solution (yet), except for some extra stylization that mimics proper line stitching: http://www.nabble.com/MGE%3A-Composite-line-styles-with-EndCaps-and-Roads-infrastructure-td12689297s16610.html#a12689297

[mapguide-users] login.php returns blank page

2008-02-19 Thread btenbroeck
This is actually on the MGE 2009 beta, but thought maybe someone would have an idea. PHP seems to be working, as a test page with phpinfo in the mapadmin directory returns the expected info. -- View this message in context:

RE: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-02-19 Thread Traian Stanev
Try adding setting a RenderingPass tag as follows: SymbolInstance ResourceIdLibrary://Symbols/SolidLine.SymbolDefinition/ResourceId ParameterOverrides Override SymbolNameSolidLine/SymbolName ParameterIdentifierLINE_COLOR/ParameterIdentifier

RE: [mapguide-users] Compound line with Cartographic StylizationEngine

2008-02-19 Thread Gunter Becker
Thanks Traian, RenderingPass was correct. But I had not to sign it to the LayerDefinition but to the SymbolDefinition. I've created a SymbolDefinition (CompoundSymbolDefinition) in MapGuide Studio where I referenced my previous SolidLine.SymbolDefinition (SimpleSymbolDefinion) and there you

Re: [mapguide-users] login.php returns blank page

2008-02-19 Thread Crispin @ 1Spatial
Just to say I also have this replicated on IIS... - I have had no issues with PHP and the admin page on the previous 3 RCs and gone through the usual troubleshooting. PHP is running and most of the web-tier tests are OK. PHP is associated with php5isapi.dll. Crispin btenbroeck wrote:

RE: [mapguide-users] King Provider and Feature Service Exception inStudio 2008

2008-02-19 Thread Jason Birch
Interesting. This same error message occurred with the PostGIS provider when I tried to apply theming because it returned all of the data columns instead of only the ones requested. I believe that Haris was the one that fixed it for the PostGIS provider, so I'd be surprised if the underlying

[mapguide-users] King Provider and Feature Service Exception in Studio 2008

2008-02-19 Thread Crispin @ 1Spatial
Hi, This is the first release I have been able to test the King provider on and connections are OK but using MapGuide Studio 2008 and the UI to create a filter I cannot use the Get button as the following is thrown... Feature Service exception - Only one aggregate function of this kind is

[mapguide-users] MG 2.0 RC4 selection ALMOST working

2008-02-19 Thread J Manafi
I was previously having issues with selection ( http://www.nabble.com/Postgis-Selection-Problem-%28additional%29-tt15466067s16610.html http://www.nabble.com/Postgis-Selection-Problem-%28additional%29-tt15466067s16610.html ) where it looked like my objects were selected, but nothing actually was,

Re: [mapguide-users] Local drive vs Network drive with MGOS (Vista/XP)

2008-02-19 Thread Pierre Cardinal
Thank you both for your help but I still have the problem. Could it be VMware? My OS are running in VMware with MGOS and I am trying to connect with drive that are outside VMware (network drive). Pierre Pierre Cardinal wrote: Environment: XP or Vista with MG studio and MGOS 2.0 RC3.0

RE: [mapguide-users] Local drive vs Network drive with MGOS (Vista/XP)

2008-02-19 Thread Andy Morsell
In Windows Explorer on your virtual machine, can you login and successfully connect to the network locations in question? If so, then the problem is that the MapGuide Windows Service itself does not have necessary rights to that location and is most likely running under a local system account (by

RE: [mapguide-users] Local drive vs Network drive with MGOS (Vista/XP)

2008-02-19 Thread Pierre Cardinal
Hi, I finally make it works by using the command net use ... under the system account of my virtual machine. Thanks for your support Pierrre Andy Morsell wrote: In Windows Explorer on your virtual machine, can you login and successfully connect to the network locations in question?

[mapguide-users] tool tip image source

2008-02-19 Thread Kencana
Hi All, In one of the article (written by Andy Morsell), He provide some information on how to embed image inside the tooltip. So far, based on his sample code, he retrieve the image from some url. My question is, instead of pulling it from other site, are we able to pull the image from the

Re: [mapguide-users] tool tip image source

2008-02-19 Thread Jackie Ng
I assume you mean local drive as in the same drive as the MapGuide Web Extensions installation? If that's the case, just make sure the path that contains the images is exposed as an accessible virtual directory in Apache/IIS. - Jackie Kencana wrote: Hi All, In one of the article

Re: [mapguide-users] tool tip image source

2008-02-19 Thread Kencana
Hi Jackie, Assume that i place the image under MapGuideOpenSource/WebServerExtension/www/image.gif So how should i provide the image path? can i just give ../image.gif or i must give the url in http://localhost/image.gif? Thank you Regards, Kencana Kesuma Jackie Ng wrote: I assume you

Re: [mapguide-users] tool tip image source

2008-02-19 Thread Jackie Ng
Under the default configuration. http://your server name/mapguide maps to Your MapGuide Install Dir\WebServerExtensions\www And if i recall, the tooltips are processed from the context of mapviewer[php/java/net] So therefore, any of the following urls should work http://your server

Re: [mapguide-users] tool tip image source

2008-02-19 Thread Kencana
Hi Jacky, Thanks for your help :jumping: Regards, Kencana Jackie Ng wrote: Under the default configuration. http://your server name/mapguide maps to Your MapGuide Install Dir\WebServerExtensions\www And if i recall, the tooltips are processed from the context of

Re: [mapguide-users] MG 2.0 RC4 selection ALMOST working

2008-02-19 Thread ary sucaya
Still doesn't work for me with the same problem as before and even worst. I couldn't made selection for all object. Prior to RC4, i could select object consists of 4 corner. Now i can't select anything.. Selection tool doesn't render selected object but shows object properties, number of object