Re: [mapguide-users] FDO provider for shp?

2007-08-06 Thread Kenneth, GEOGRAF A/S
1) Yes, it should be there. Try opening the "providers.xml" with Internet Explorer to ensure that it is valid. The server must be restarted for any changes to take effect. 2) It is supposed to work that way. 3) The provider will have access to any and all files that the MapGuide Server service

Re: [mapguide-users] RE: Introducing Fusion ...

2007-08-06 Thread bizna
Hi Rahul, I am a newbie to MGOS and would like to start developing using the demo version of fusion. I have MGOS 1.2.0 installed on my xp home machine, along with apache and php. I have been learning how to use MGOS for a few weeks but before I start developing further I thought it would be a g

Re: [mapguide-users] Labels in WebLayout not used for flyout menus

2007-08-06 Thread Jackie Ng
Hi, It sounds like this bug here http://trac.osgeo.org/mapguide/ticket/222 - Jackie Ismael Cams wrote: > > Hello, > > it seems to be the labels for commands are not used in the flyout menus. > Instead the real command names are used. Is this done with a purpose or is > this is a bug ? > > K

[mapguide-users] RE: IE, AJAX and Tooltip Images

2007-08-06 Thread Ben_D
Does anyone know if this works with version 1.1.0? I've put this in: if(x == lastposx && y ==lastposy) ( return false; ) and my map will not load (firebug comes up with a "OnMouseMove error" funnily enough...). If I comment it out, my map will load. Thanks! Seen this? http://trac.osgeo.or

[mapguide-users] RE: Symbols/theme name not showing in legend - known bug?

2007-08-06 Thread Ben_D
Done! Could you open a ticket for this on Trac? http://trac.osgeo.org/mapguide/ Regards, Kenneth, GEOGRAF A/S -- View this message in context: http://www.nabble.com/RE%3A-Symbols-theme-name-not-showing-in-legend---known%09bug--tf4213320s16610.html#a12021044 Sent from the MapGuide Users mail

Re: [mapguide-users] Switch Map dynamically

2007-08-06 Thread Jon Rizzo
I do this on my site. In addition to creating a map in the session repository, you also need to generate a web layout dynamically & save it to the session repository. In order to reference the session's map instead of the Library's copy, you have to specify the path to the new map in the web la

Re: [mapguide-users] ODBC Points Performance

2007-08-06 Thread Jon Rizzo
The x and y columns are indexed. There does not seem to be a noticeable difference with or without this index. Robert Bray-2 wrote: > > Jon, > > Out of curiosity are the X and Y columns in SQL Server indexed? If not > try creating indexs on those columns and see if that helps at all. > >

Re: [mapguide-users] ODBC Points Performance

2007-08-06 Thread Robert Bray
Jon, Out of curiosity are the X and Y columns in SQL Server indexed? If not try creating indexs on those columns and see if that helps at all. Regards, Bob Jon Rizzo wrote: Thanks for the suggestion(s). That is currently how we are serving up polygons - they are drawn in an SDF file but joi

Re: [mapguide-users] FDO provider for shp?

2007-08-06 Thread Rich Bauer
Hi, The place to use SHP data is in the "Load Procedure" or the "Load file-based data" on the getting started page in Studio. (I am assuming you are using Studio from what you are saying) Just click that and browse for your file wherever it might be just like any other program.  Set the settin

Re: [mapguide-users] ODBC Points Performance

2007-08-06 Thread Jon Rizzo
Thanks for the suggestion(s). That is currently how we are serving up polygons - they are drawn in an SDF file but joined with data on a SQL Server so they can be labeled/themed. The selection of the polygons suffers from the same problem as our point selection, so it stands to reason that your

[mapguide-users] Labels in WebLayout not used for flyout menus

2007-08-06 Thread Ismael Cams
Hello, it seems to be the labels for commands are not used in the flyout menus. Instead the real command names are used. Is this done with a purpose or is this is a bug ? Kind regards, Ismaël -- View this message in context: http://www.nabble.com/Labels-in-WebLayout-not-used-for-flyout-menus-t

Re: [mapguide-users] ODBC Points Performance

2007-08-06 Thread Ismael Cams
I don't know if it is an option for you but it might be sufficient to put only the x-y coordinates in an SDF together with a key that can be used to do further database queries. These SDF's can be generated out of the SQL server database you are using with some code. To get properties and other in

[mapguide-users] Browser support

2007-08-06 Thread Campbell, Keith A
Is there a definitive list of browsers, and versions, supported by the AJAX viewer? Keith This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed

Re: [mapguide-users] ODBC Points Performance

2007-08-06 Thread Jon Rizzo
Strange, we an ArcIMS site pulling points & other data out of a SQL Server database without a problem. Moving the data to SDF is not a desireable solution, since we have other systems in place that rely on the same data being available to ODBC/SQL. Duplicating data is certainly an option, it ju

Re: [mapguide-users] Solve problem MySQL Polygon Selection

2007-08-06 Thread Dhirendra Kumar
Hi Rahul, I could not import Shp file using Shpfile to PostGIs import tool of QGIS. After selecting SHP file and change SRID, Geometry column name whn i click on IMPORT button then i got on Error dialog box. sending screen. Rahul if posible then please give me steps of shp file importing in PostG

Re: [mapguide-users] ODBC Points Performance

2007-08-06 Thread Ismael Cams
If you can avoid using SQL Server I would advice to not use it. It is really very slow (also note to not use the Native Client driver as this is not working -> tables are not showed). Connection with Access is faster but I encountered some unstabilities with it. I did not investigate it further b

[mapguide-users] FDO provider for shp?

2007-08-06 Thread Mansoureh Sadrykia
Hi List! I want to connect to shp files in a remote computer, and I've decided to use ' fdo provider for shp' in mapguide studio; Although I have the 'SHPprovider.dll' and the necessary code in 'provides.xml' in..\Bin\FDO directory I can't see osgeo FDO provider for shp when using New>Data