[mapguide-users] PHP-CGI remote code execution bug

2012-05-08 Thread Berg, Leandros van den [FGSBV]
Hi Everyone, Does anybody know to what extent the PHP-CGI remote code execution bug found by Eindbazen (http://eindbazen.net/2012/05/php-cgi-advisory-cve-2012-1823/), which is not solved by the latest PHP update (http://www.php.net/archive/2012.php#id2012-05-06-1), affects MapGuide Open Source

[mapguide-users] Re: PHP-CGI remote code execution bug

2012-05-08 Thread Jackie Ng
The PHP bundled with MGOS 2.2 uses ISAPI and Apache modules for IIS and Apache respectively. However, it does look like IIS configuration for MGOS 2.4 is affected by this. - Jackie -- View this message in context:

[mapguide-users] Re: MapGuide 2.4

2012-05-08 Thread Chris Gountanis
Do we know if the open source GDAL will actual work well with rasters like SID, TIF, etc... I have had issues in using rasters (huge color projection images) since 1.x version. Will there be any, or is there already, new how-to guide on getting the FDO files setup for supporting raster imagery?

Re: [mapguide-users] Re: MapGuide 2.4

2012-05-08 Thread Andrew DeMerchant
Title: GEMTEC Email Signature Mine worked out of the box this time - didn't try sids though... Andrew On 12/05/08 11:50 AM, Chris Gountanis wrote: Do we know if the open source GDAL will actual work well with rasters like SID, TIF, etc... I have had

[mapguide-users] New QuickPlot Parameters

2012-05-08 Thread GordonL
Hi All, I have noticed some new QuickPlot parameters like ScaleListEntry and PaperListEntry. How do you populate them, meaning what format? i.e Should the scalelistentry look like: 1:5000/5000 or 'Five Thou':5000 or Five Thou::1:5000 I am not sure what its expecting in terms of value pairs...

[mapguide-users] Re: Mapgiude OS Mobile Viewer

2012-05-08 Thread Greg
I read this thread with great interest. We too have a very simple mobile viewer app based on openlayers with a Bing and Google base layers and Mapguide map as an overlay. Controls are available to switch between base layers and for zooming, but that is as far as we have taken it. I am wondering

[mapguide-users] Re: Mapgiude OS Mobile Viewer

2012-05-08 Thread Srecko Lipovsek
Hi, Actualy we did also this in this application. Try it at Sheboygan Map sample from our server: http://gis.iobcina.si/gisapp/m/Default.aspx?a=sheboygan Switch to second tab, there are three butons, witch enables selection by point, line and/or polygon. After selection is done, tooltip opens

[mapguide-users] Re: New QuickPlot Parameters

2012-05-08 Thread Jackie Ng
You can see some examples in the comments of QuickPlot.js (sorry, there wasn't an intuitive way to document this in the widgetinfo.xml that I could think of) For custom sizes, put a series of PaperListEntry elements like so. PaperListEntry NameLetter/Name

[mapguide-users] Re: New QuickPlot Parameters

2012-05-08 Thread GordonL
Thanks Jackie, exactly what I was looking for! These are really nice improvement to the quick plot. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/New-QuickPlot-Parameters-tp4961153p4962020.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Re: New QuickPlot Parameters

2012-05-08 Thread Ryan Northcott
Yes thank you, 1:5000 as the Max scale is way too close for anything useful. I don't understand how common scale ranges like 1:12000 and 1:24000 wouldn't have made the default list (even in map server 2012). Oh well at least we can customize it! - sent via mobile iOS5 On 2012-05-08, at

[mapguide-users] Re: Scaling of mapguide opensource 2.2

2012-05-08 Thread allfriends1990
if the concept of support server is not there in mapguide opensource 2.2 then the hardware requirement will be huge as a single serveri am using a server intel x series processor and about 7 GB RAM with about 2Mbps of server bandwith on my test server but still it supports hardly 3 users when

Re: [mapguide-users] Re: Scaling of mapguide opensource 2.2

2012-05-08 Thread Zac Spitzer
But how many cores does this server have? if you are using PNG for raster imagery, your bandwidth requirements will be crazy, JPG will speed up your map delivery (from server to client) and drastically reduce your bandwidth usage Also, are you using tiled maps? that is really the only way to

[mapguide-users] Re: Scaling of mapguide opensource 2.2

2012-05-08 Thread allfriends1990
The processor of server is having 2 cores and support hyper threading. I tried tiling the map but i need some layers as normal legend panel layers and some layers like satellite layers as base layers(tiled layers) when i tried same the map display is inconsistent some layers are visible and

[mapguide-users] Optimal Server and Connection speed for Mapguide Opensource 2.2 Server

2012-05-08 Thread allfriends1990
Hi, I have a IBM server M2 with X3650 processor shared by 5 virtual machine and RAM of my Server is 7GB per virtual machine.I am using a Virtual machine for mapguide server, web server extension and database and my connection speed is 2mbps,i have a heavy satellite image data on my server

Re: [mapguide-users] Optimal Server and Connection speed for Mapguide Opensource 2.2 Server

2012-05-08 Thread Zac Spitzer
you need to optimise/pre process your heavy imagery into a usable format otherwise the server is doing a lot of heavy processing for each request http://www.jasonbirch.com/nodes/2009/08/11/290/fwtools-ftw-gdal/ z On Wed, May 9, 2012 at 2:55 PM, allfriends1990 allfriends1...@gmail.com

[mapguide-users] Re: Optimal Server and Connection speed for Mapguide Opensource 2.2 Server

2012-05-08 Thread allfriends1990
Thanks, I have compressed my satellite image to about 600MB and also have divided the mosaic into dice (i.e into 12 parts each about 30-60MB) still the site is loading very slow it takes about 30-50 secs to load the map and about 12-30 sec for zoom and pan operations can any one suggest me for

Re: [mapguide-users] Re: Optimal Server and Connection speed for Mapguide Opensource 2.2 Server

2012-05-08 Thread Zac Spitzer
did you create a configuration file in maestro for all the images? if you want fast panning, you need to use tiled maps, dynamic maps require reprocessing the imagery for each pan is panning faster at lower scales? On Wed, May 9, 2012 at 3:15 PM, allfriends1990 allfriends1...@gmail.com wrote:

[mapguide-users] Re: Optimal Server and Connection speed for Mapguide Opensource 2.2 Server

2012-05-08 Thread allfriends1990
I do not know the configuration of maestro for images ,i will try it i tried tiling the map but has not got a considerable success in tiling can you just tell me how we can configure that file in maestro -- View this message in context:

Re: [mapguide-users] Re: Optimal Server and Connection speed for Mapguide Opensource 2.2 Server

2012-05-08 Thread Zac Spitzer
there is a rebuild all button on the right hand side when you edit a GDAL feature source z On Wed, May 9, 2012 at 3:25 PM, allfriends1990 allfriends1...@gmail.com wrote: I do not know the configuration of maestro for images ,i will try it i tried tiling the map but has not got a considerable