[mapguide-users] Expression - format float to decimal with 2 decimal places

2013-03-11 Thread Gunter Becker
Hi, formatting a number to a decimal with 2 decimal places could be solved by using Round(myPropery,2) So, 31.456 gives 31.46 But when myProperty is an integer then I would like to have for example 30.00. But the expression engine always returns just 30 without the 2 decimal places. How can I

Re: [mapguide-users] Expression - format float to decimal with 2 decimal places

2013-03-11 Thread Ryan Northcott
You tried tried Round (x,0) I have this solution for long integers ill re-write it when I get in my office - sent via mobile iOS5 On 2013-03-11, at 7:21 AM, Gunter Becker gunter.bec...@csogis.de wrote: Hi, formatting a number to a decimal with 2 decimal places could be solved by using

Re: [mapguide-users] Expression - format float to decimal with 2 decimal places

2013-03-11 Thread Gunter Becker
Ryan, thanks for your reply. I think you misunderstood my problem. I don't want to strip of the decimal places. Instead I do want to have 2 digital places. My problem is that I have already a float (ex 30.0) and the expression engine automatically strips of the decimal places. But I would

Re: [mapguide-users] Expression - format float to decimal with 2 decimal places

2013-03-11 Thread Ryan Northcott
Ahh.. Then that's a Masking,/Padding you want then, and not a Rounding Math function. Rounding 12.000 to 12 is correct no matter how many decimal places you ask for. 12.1 will probably go to 12.1 as well I know with a couple steps of logic you could probably use INSTR() and RPAD to test for

[mapguide-users] Mapguide Layer is dim with OpenLayers, but clear with MG OS' viewer itself.

2013-03-11 Thread carls
I post the same topic at OpenLayers' forum. But it is also related to MG OS. So I hope somebody could help resolving this issue. Please refer to: http://osgeo-org.1560.n6.nabble.com/Mapguide-Layer-is-dim-with-OpenLayers-but-clear-with-MG-OS-viewer-itself-td5039639.html

[mapguide-users] Mapguide 2.0.2 MrSid/ECW dlls...Need help getting them.

2013-03-11 Thread Flipper
We have an unfortunate occurrence that requires us to keep a customer on Mapguide 2.0.2 for reasons I would rather not get into. They will be upgraded this Summer, but in the mean time we are forced onto mapguide 2.0.2. They need MrSID support on gdal and the link provided in

[mapguide-users] Selection of Object from External Page by URL

2013-03-11 Thread RDBauer
I have searched and found a post similar to my question http://osgeo-org.1560.n6.nabble.com/Setting-Initial-Map-Selected-object-td4184679.html , but seemed to never be answered completely, or I am just confused. I am trying to load a map and select a parcel from an external application

[mapguide-users] I do not receive mail. Is there a problem?

2013-03-11 Thread Manuel Fernandez Carrillo
I do not receive mail. Is there a problem? The last mail Digest, Vol. 75, Issue 7. Thanks.___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] mapguide default font style

2013-03-11 Thread Steve G
There is a default font setting which are configured in C:\Program Files\OSGeo\MapGuide\Server\bin\serverconfig.ini, however, it is for legend font style only. There are a couple of different default font aliases set up in also, so you might want to check those as well. When you create a layer