Re: [mapguide-users] Problem loading tif files

2008-08-06 Thread wkhattak
Hi, Yeah the tiffs work ok with gdalinfo. Infact I have used the GDAL API for c# in order to extract the extents for (ecw/tif) files in order to generate the required index file. The ecw files are working perfectly (quite a large amount of ecw files stored in mutiple folders).I just tried again,

[mapguide-users] too Many Connections error(JSP+MySQL)

2008-08-06 Thread 徐震
Hi, I use JSP and MySQL to develop .FDO connects these two parts together. In the software,i use resource service and feature service to search data stored in the MySQL database.Once i run the page for searching. I will got two sleep process in MySQL.I guess the reason is i forgot to close

Re: [mapguide-users] too Many Connections error(JSP+MySQL)

2008-08-06 Thread Zac Spitzer
try using featureReader close() z On Wed, Aug 6, 2008 at 7:30 PM, 徐震 [EMAIL PROTECTED] wrote: Hi, I use JSP and MySQL to develop .FDO connects these two parts together. In the software,i use resource service and feature service to search data stored in the MySQL database.Once i run

RE: [mapguide-users] Map doesn't zoom and center after searchselect

2008-08-06 Thread Dragan Podvezanec
Hi again. I have found error on this subject: mgserver throws Feature Service exception - Only one aggregate function of this kind is supported When using search on king oracle layer. I don't know what this error means. But this is why object doesn't get zoomed. -- View this message in

[mapguide-users] Attaching files (BLOB) to a feature

2008-08-06 Thread Dejan Gregor
Hi, I would like to attach various files (like a 'light' document management) to features in MapGuide. How can I do this? I would like to attach files and save them to a BLOB in Oracle 11g and also at SQL Sever 2005 (two different implementations). Are there any examples how to do this in

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-06 Thread stoff
Hi James, thanks for your answer, I'll try out ... and report about it! Best regards, stoff James Card wrote: On Fri, 01 Aug 2008 06:35:04 -0700, stoff [EMAIL PROTECTED] wrote: is it possible to export/import the mapguide Weblayout configuration of the toolbox/contextmenu/task

[mapguide-users] fusion - default tool selected?

2008-08-06 Thread Andrew DeMerchant
Is there a way to make the Select tool selected by default in fusion? What I mean is, if I load a Fusion map there is no tool selected. So the user can click and click all they want, but nothing will ever happen until they pick the Select tool (or some other tool). In AJAX and DWF, the Select

Re: [mapguide-users] fusion - default tool selected?

2008-08-06 Thread Mike Adair
In your Fusion init method (i.e. a function registered to the FUSION_INITIALIZED event), you can activate a widget like so: var mapWidget = Fusion.getMapById('mainMap'); //enable pan widget mapWidget.activateWidget(Fusion.getWidgetsByType('Pan')[0]); getWidgetsByType returns an array

[mapguide-users] MGOS and StoredProcedures

2008-08-06 Thread Gunter Becker
Hi, does MGOS supports StoredProcedures via the FDO Provider for ODBC and other FDO providers or does someone knows if there are any plans to support them. I miss the ability to access feature data in a more sophisticated way like I did it in some MapServer application I wrote. Thanks in

Re: [mapguide-users] fusion - default tool selected?

2008-08-06 Thread Andrew DeMerchant
I'm using Studio / Maestro to design this, so I'm not 100% sure where this would be getting called. Judging by the content of the index.html files in the templates folders, it looks to me like I just modify the fusionInitialized functionis that right? (I'd just try it right now, but I'm

RE: [mapguide-users] fusion - default tool selected?

2008-08-06 Thread Nolte, Tim
Andrew, You are correct. I actually saw this thread and decided to implement this myself and that function is where I placed the code and it works great! - Tim Timothy J Nolte - [EMAIL PROTECTED] Network Planning Engineer iPCS Wireless, Inc. 4717 Broadmoor Ave, Suite G Kentwood, MI 49512

Re: [mapguide-users] fusion - default tool selected?

2008-08-06 Thread Andrew DeMerchant
Maybe someone could added this change to the templates permanently, so that it will be in the next MGOS release? Andrew Nolte, Tim wrote: Andrew, You are correct. I actually saw this thread and decided to implement this myself and that function is where I placed the code and it works

[mapguide-users] Create layer from oracle database without spatial data

2008-08-06 Thread 0uch
Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else?) If not , are there any kind of way that could build my point data (ex: land-mark) on map? I'll be very appreciate with any useful information T.H. Yu. -- View this