[mapguide-users] zoom in/out functionality lost

2007-09-05 Thread Jose Manuel C G
I had implemented a Autocad style zoom in/out (to the arrow) with the mouse wheel in the Viewer, but in this new release 1.2.0 has changed with the old style zoom (to the center). Is not a problem, but I would like to know if this decision is part of the team, or a deliberate change. Thks.

RE: [mapguide-users] Studio 2008 trial

2007-09-05 Thread Jason Birch
There already is, but you have to have it sent to you on disk: http://usa.autodesk.com/adsk/servlet/oc/offer/form?siteID=123112&id=9860434 Jason From: Jim O'Leary Subject: [mapguide-users] Studio 2008 trial Will there be a trial version of Studio 2008? <>

[mapguide-users] Studio 2008 trial

2007-09-05 Thread Jim O'Leary
Will there be a trial version of Studio 2008? Thanks -- View this message in context: http://www.nabble.com/Studio-2008-trial-tf4389703s16610.html#a12515673 Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing l

Re: [mapguide-users] ECW on MGOS 1.2 Final

2007-09-05 Thread didit.s banuardi.n
oke, i do the same uninstall the old mgos 1.2 rc2 delete the mapguideopensource directory... install mgos 1.2.0 and download gdalplugins (ecw and mrsid) from http://home.gdal.org/dl/mapguide/ work perfect for my ecw raster file On 9/6/07, Rock Beans <[EMAIL PROTECTED]> wrote: > > How do you ge

RE: [mapguide-users] Mapguide web documentation

2007-09-05 Thread Tom Fukushima
I have a ticket in for this. Hopefully, we'll have it online again shortly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George McLean Sent: Wednesday, September 05, 2007 2:56 PM To: MapGuide Users Mail List Subject: [mapguide-users] Mapguide web docume

Re: [mapguide-users] Remove layer C#

2007-09-05 Thread Jackie Ng
Remove() is expecting a MgLayerBase object, you are passing in a string. Hence the compilation error. Maybe try something like this instead: MgMap map = new MgMap(siteConnection); map.Open(mgMapName); MgLayerCollection layerCol = map.GetLayers(); string layerName = "myLayer"; MgLayer l

Re: [mapguide-users] Displaying multiple feature selections in the properties pane

2007-09-05 Thread Jackie Ng
To my knowledge the property pane can only display information for one selected feature, you will probably have to create a custom property pane. - Jackie Simon-43 wrote: > > Hi, > > > > I'm looking to find out whether it is possible to return multiple > features into the properties pane w

[mapguide-users] Displaying multiple feature selections in the properties pane

2007-09-05 Thread Simon Hope
Hi, I'm looking to find out whether it is possible to return multiple features into the properties pane within the ajax viewer. I'm currently just working through the samples and the documentation, and have scanned the nabble forum, but can't find any reference to how you can configure the prop

[mapguide-users] Remove layer C#

2007-09-05 Thread Alex Fordyce
I'm to see if a layer exists and remove it if it exists. The layer would have been saved as a temporary resource. Here is the code. // get the map MgMap map = new MgMap(siteConnection); map.Open(mgMapName); MgLayerCollection layerCol = map.GetLayers(); if(layerCol.Contains("my

[mapguide-users] ECW on MGOS 1.2 Final

2007-09-05 Thread Rock Beans
How do you get ECW files to work using this new version. I uninstalled all my old stuff, reinstalled the new 1.2 version today. Loaded a saved package where everything was working and now no rasters. Is there a patch or a download for the ECW and/or MySID? The Rock

Re: [mapguide-users] MapGuide Open Source 1.2.0 Released

2007-09-05 Thread Paul Spencer
John, I really doubt that there will be a new version in September. The PSC has yet to discuss a change in dates as we were focussed on getting 1.2 out the door - unfortunately, it was delayed due to problems in the GDAL FDO provider (among other minor issues). There are a bunch of chan

[mapguide-users] Mapguide web documentation

2007-09-05 Thread George McLean
I was looking for the web API documentation on http://mapguide.osgeo.org/1.1/documentation.html The link http://mapguide.osgeo.org/files/mapguide/docs/webapi/index.html gives me a page not found error. Am I looking in the wrong place? Thanks George McLean

Re: [mapguide-users] Windows 2003 server R2

2007-09-05 Thread jean marie
hello even problem with mapguide 2008 company and Windows 2003 server R2 the answer d'Autodesk is that the MG 2008 version is support with win server 2003 r2 Thanks Jean-Marie France Bruno Scott wrote: > > > Does Mapguide Opensource 1.2.0 officially support Windows server 2003 R2? > and same

RE: [mapguide-users] Samples and documentation for MGOS 1.2

2007-09-05 Thread Tom Fukushima
Yes, the links on this page should not have been pointing to rc2. The page has been updated. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: Wednesday, September 05, 2007 11:06 AM To: MapGuide Users Mail List Subject: RE: [mapguide-users

[mapguide-users] RE: Samples and documentation for MGOS 1.2

2007-09-05 Thread Jim O'Leary
Yes, the phpviewersamples are the same. I just downloaded from the second URL and did a BeyondCompare. I guess the right url for phpviewersamples is thus: http://download.osgeo.org/mapguide/releases/1.2.0/samples/ JasonBirch wrote: > > Hi Jim, > > You pointed to the following for phpviewersa

RE: [mapguide-users] Samples and documentation for MGOS 1.2

2007-09-05 Thread Jason Birch
Hi Jim, You pointed to the following for phpviewersample: http://download.osgeo.org/mapguide/releases/1.2.0-rc2/samples I think these are the same, but they should be downloaded from: http://download.osgeo.org/mapguide/releases/1.2.0/samples/ Guess we need to update this page: http://mapguid

RE: [mapguide-users] MapGuide Open Source 1.2.0 Released

2007-09-05 Thread Tom Fukushima
Hi Keith, The view support is part of FDO 3.2. I was told that the relevant submissions in FDO for this are: Revision: 742, 770 Date: 6:28:33 PM, Tuesday, February 13, 2007 View to Fdo ClassDefinition Support. Revision: 750 Date: 6:27:45 PM, Wednesday, February 14, 2007 ODBC: Pri

[mapguide-users] Samples and documentation for MGOS 1.2

2007-09-05 Thread Jim O'Leary
A few notes on the samples and documentation released with MGOS 1.2. phpviewersamples These samples are at: http://download.osgeo.org/mapguide/releases/1.2.0-rc2/samples ...and appears to be the old phpviewersamples, reorganized. phpsamples These samples are at: http://download.osgeo.org/mapg

RE: [mapguide-users] MapGuide Open Source 1.2.0 Released

2007-09-05 Thread Berdel, Brian
Got it. Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian Sent: Wednesday, September 05, 2007 11:07 AM To: MapGuide Users Mail List Subject: RE: [mapguide-use

RE: [mapguide-users] MapGuide Open Source 1.2.0 Released

2007-09-05 Thread Berdel, Brian
Anyone else having issues installing the latest 1.2? I have downloaded it multiple times and keep getting different errors and I have tried on different OS Thanks, Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com From: [EMAIL PRO

[mapguide-users] Raster (SID / TIF ) Images not working !

2007-09-05 Thread BillMasters
Hello, I am fairly new to MGOS, and I am having problems getting raster images to work. I am using version 1.1. I installed all the dlls from http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Note that in my development environment we have MG Enterprise setup and the rasters worked fine. I have both

Re: [mapguide-users] Mapping lat long to screen x y coordinates

2007-09-05 Thread julienltr
Kneo wrote: > > How can one map any lat long to screen's x y coordinate system. > Hi, Do you finally find a way to translate map coordinates to screen XY? I know that AJAX viewer use the JavaScript function "ScreenToMapUnits" to translate screen coordinates to map's but I can't find a reverse

RE: [mapguide-users] MapGuide Open Source 1.2.0 Released

2007-09-05 Thread Campbell, Keith A
Did support for views/queries through the ODBC provider make it into this release? I can't find any mention of it, nor anywhere in the tickets (but I'm not that familiar with the system). Keith From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom F

Re: [mapguide-users] MapGuide Open Source 1.2.0 Released

2007-09-05 Thread Jon Rizzo
Excellent! Is there an updated target date for 1.3.0 ? The roadmap currently says 9/28/07. -- View this message in context: http://www.nabble.com/MapGuide-Open-Source-1.2.0-Released-tf4381061s16610.html#a12497660 Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] Windows 2003 server R2

2007-09-05 Thread Ivan Miličević
For me, it's work perfectly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Scott Sent: Wednesday, September 05, 2007 2:14 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Windows 2003 server R2 Does Mapguide Opensource 1.2.0 offici

[mapguide-users] Windows 2003 server R2

2007-09-05 Thread Bruno Scott
Does Mapguide Opensource 1.2.0 officially support Windows server 2003 R2? and same question about Mapguide Enterprise 2008? Thanks Bruno -- View this message in context: http://www.nabble.com/Windows-2003-server-R2-tf4383684s16610.html#a12496779 Sent from the MapGuide Users mailing list archiv

Re: [mapguide-users] Cartographicsymbolsproblems

2007-09-05 Thread Stefan Dalakov
I seem to have reached the top level of psychical disorder - I answer my own posts. Anyway .. Traian was right - I found a workaround for this problem (N:1) - massages usually relief the situation. I will add the working SymbolDef to the ticket - don't know if this is the correct way to procee

Re: [mapguide-users] XML for connecting to files in LAN; please help

2007-09-05 Thread Mansoureh Sadrykia
Hi ! Would you please send me the complete sample XML file I should write as the content in map agent in order to make feature sources from the shp files of a computer in LAN which I've introduced as aliases using mapguide site administrator? or may you kindly introduce me a reference or d