[mapguide-users] ODBC provider refresh

2007-07-24 Thread Atika Sultan
i check with SQL Server Access that if you change something(update/delete/insert etc) in the database it doesnot appear on the layer ... some time i need to remake the feature source for the changes to take effect anyway out of this i'll really appreciate if anyone can tell me if there

Re: [mapguide-users] ODBC provider refresh

2007-07-24 Thread Kenneth, GEOGRAF A/S
It should be enough to set the NeedRefresh property on the runtime layer: map.Open(...) map.GetLayers()[1].ForceRefresh() map.Save(...) Regards, Kenneth, GEOGRAF A/S Atika Sultan skrev: i check with SQL Server Access that if you change something(update/delete/insert etc) in the database it

Re: [mapguide-users] RE: wrong Polygon selection

2007-07-24 Thread Kenneth, GEOGRAF A/S
Hi Dihendra. My experience dictates that pure SDF datasources are generally best. If you must use MySQL, you can try to build a custom OGR provider with MySQL support. Alternatively, the OGR provider supports Postgres/PostGIS directly. Regards, Kenneth, GEOGRAF A/S Dhirendra Kumar skrev:

[mapguide-users] Help please with error: 'requested provider: Autodesk Raster'

2007-07-24 Thread jamesdudden
Hi all I am running MGOS 1.1, XP, IIS5.1, ASP and MGStudio. I have been working through the getting started pdf that comes with studio and everything works except when loading tiff files. It comes up with the error 'server does not support requested provider: Autodesk Raster'. I have searched

Re: [mapguide-users] MapGuide Open Source Instalation issues

2007-07-24 Thread jamesdudden
Hey Dorin Did you do a custom install or manual? I did custom but found there were still some things I had to change i.e. 'Setting Up the PHP Association' and 'Setting Up the FastCGI Association' Try re-reading the pdf 'Installing and Configuring on Windows' the section titled 'Configuring

Re: [mapguide-users] Help please with error: 'requested provider: Autodesk Raster'

2007-07-24 Thread Kenneth, GEOGRAF A/S
You must manually install the raster providers. Unfortunately the binaries for FDO GDAL 3.2.0 are no longer avalible. You can download the source, and compile it yourself. If you are not used to building code, it might be an overwhelming task. If no-one is willing to send you a copy, you can

Re: [mapguide-users] Help please with error: 'requested provider: Autodesk Raster'

2007-07-24 Thread jamesdudden
Kenneth Thankyou for the reply. I am not used to building code so this will be a last resort. If anybody could send me a copy I would be hugely gratefull. If not do you know the implications of upgrading to MG 1.2? Is it likely to cause conflicts or problems etc? Thanks again Regards James

[mapguide-users] Any coord. system to WGS84 (Google Earth). What's wrong?

2007-07-24 Thread Jose Manuel C G
Sorry, but the Mapguide API is very difficult to my knowledge. Please any say to me what's wrong or missing in this code snippet . I want to transform XY from ED50 to WGS84. Thks to all. Here the code: include '../mapviewerphp/constants.php'; include '../mapviewerphp/common.php'; try{

[mapguide-users] Does anybody have the binaries for FDO GDAL 3.2.0?

2007-07-24 Thread jamesdudden
Hi all I am trying to import tiff files into Studio but keep getting an error. It appears that i need the FDO GDAL. The problem is that they are no longer available. I have the option to build from source (way beyond my programming skills) or install MG 1.2, which i am reluctant to do because

RE: [mapguide-users] Studio 2008 and MGOS 1.2RC2

2007-07-24 Thread Ivan Milicevic
Did you applied patch? Those little dll file (site.dll)? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Ng Sent: Tuesday, July 24, 2007 1:59 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Studio 2008 and MGOS 1.2RC2 I've

Re: [mapguide-users] RE: wrong Polygon selection

2007-07-24 Thread Kenneth, GEOGRAF A/S
That can happen for a number of reasons. Did you select the right version? MGE: FDO 3.0 MGOS 1.1: FDO 3.2 MGOS 1.2: FDO 3.2.2 Regards, Kenneth, GEOGRAF A/S Dhirendra Kumar skrev: Hi Kenneth, As per your suggestion, i download OGR provider and keep their dll file in server FDO directory and

RE: [mapguide-users] GDAL Raster Performance Enhancements

2007-07-24 Thread Campbell, Keith A
I think part of the reason this was not working is that I did not configure for PHP development. The installation notes suggest you can configure for both .NET and PHP development but as the virtual directories for viewers point to either the .NET or PHP folders, it is not clear how or even if

RE: [mapguide-users] RE: wrong Polygon selection

2007-07-24 Thread Dave Wilson
I'm sorry Dhirendra, but I don't have a solution otherwise I would have posted it. Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth, GEOGRAF A/S Sent: Tuesday, July 24, 2007 7:16 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] RE: wrong Polygon

[mapguide-users] Join features with non SDF sources

2007-07-24 Thread Kenneth, GEOGRAF A/S
I am trying to join an OGR datasource with ODBC data. If I use MGE, I get strange results, such as select command selects wrong, click select doesn't work while rectangle select partially works. The data gets displayed fine, and even themed with ODBC data. I then tried to replicate this

Re: [mapguide-users] Does anybody have the binaries for FDO GDAL 3.2.0?

2007-07-24 Thread Frank Warmerdam
jamesdudden wrote: Hi all I am trying to import tiff files into Studio but keep getting an error. It appears that i need the FDO GDAL. The problem is that they are no longer available. I have the option to build from source (way beyond my programming skills) or install MG 1.2, which i am

[mapguide-users] Safari issue

2007-07-24 Thread Jim O'Leary
Has anyone had trouble viewing MapGuide on Safari? The folliwing links do not show up on Mac 10.4.8 with Safari 3.0. 1. Map with ortho in BC Albers http://204.244.79.16:8008/mapguide2008/ortho/full_frameset.php 2. Map with WMS layer in EPSG: 4326

RE: [mapguide-users] GDAL Raster Performance Enhancements

2007-07-24 Thread Jason Birch
Hi Keith, Sorry you've been talking to yourself; I've been on vacation. What format are your images in? Jason From:Campbell, Keith A Subject: RE: [mapguide-users] GDAL Raster Performance Enhancements I think part of the reason this was not working is that

RE: [mapguide-users] GDAL Raster Performance Enhancements

2007-07-24 Thread Jason Birch
BTW, I have a version of the script that works without the PHP viewer being installed, I just haven't had a chance to upload it yet. Jason From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: Tuesday, July 24, 2007 08:27 To: MapGuide

Re: [mapguide-users] Safari issue

2007-07-24 Thread Zak James
Jim, I've had the same problems with the ajax viewer and they are new as of the 3.0 release of Safari. Safari 2.0.x works with the same viewer, at least in my tests. I am looking into what's going wrong. zak On 7/24/07, Jim O'Leary [EMAIL PROTECTED] wrote: Has anyone had trouble viewing

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

2007-07-24 Thread Haris Kurtagic
Great news. It looks very nice. Thank you for your efforts. I have question regarding user management. Fusion uses separate database for user management ? BTW: This looks like a typo in UserManager.php (disabled = 1 ): function EnableUser ($userId) { $success =

RE: [mapguide-users] Studio 2008 and MGOS 1.2RC2

2007-07-24 Thread Tom Fukushima
Hi Ivan, The patch only applies to Autodesk MapGuide Studio 2007. I have updated the download pages to specify that. Thanks for reminding me about that. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Milicevic Sent: Tuesday, July 24, 2007

[mapguide-users] php fatal error

2007-07-24 Thread Todd Wells
I have mgos 1.1 on win 2003 server and iis6.. I created an odbc connection to sql server 200o on another 2003 server... Using mg studio I am able to see the table data in the properties when the shape is selected but when I try to do a search i get this error Search results Title

[mapguide-users] Error with GDAL1.4 building Mapguide

2007-07-24 Thread Ray Holtz
Hey all, Everytime I make a bit of headway, I just get stuck again. I am following the directions on http://wiki.osgeo.org/index.php/Building_MapGuide_on_Fedora_Core_6 to build Mapguide on FC6. I have finished the mapguideaptinstaller, gotten past the FDO install, now I am running

Re: [mapguide-users] Error with GDAL1.4 building Mapguide

2007-07-24 Thread Frank Warmerdam
Ray Holtz wrote: Hey all, Everytime I make a bit of headway, I just get stuck again. I am following the directions on http://wiki.osgeo.org/index.php/Building_MapGuide_on_Fedora_Core_6 to build Mapguide on FC6. I have finished the mapguideaptinstaller, gotten past the FDO install, now I am

Re: [mapguide-users] Raster did not load/show

2007-07-24 Thread didit.s banuardi.n
i'm inserting another layer on top and bottom of the layer raster, still the raster layer didn''t show up... but the initial map view shows the correct coordinate of raster layer. fyi, -i'm using MGOS 1.2.0 RC2, MGS 2007,AJAX dotnet viwer, Win 2003 Sp2 On Virtual Server environment -the raster

RE: [mapguide-users] nstalled mapguide 1.20rc2 and got theSheboygan.mgp up and running; and next ...

2007-07-24 Thread Jason Birch
David, That's a fair amount of data that you want. To my knowledge, there are no bundled mgp's available other than the Sheboygan and Redding data sets. However, MapGuide does allow you to reference existing SHP files as well as SDF and other sources, so you may be able to use those.

Re: [mapguide-users] Error with GD2.0.33 building Mapguide

2007-07-24 Thread Ray Holtz
Frank, thank you, that got me past that bit of nastyness, onto the next! I ran ./build_oem.sh again and it got further, and stopped here: I'm not sure what it is telling me to do, how do I recreate aclocal.m4 with aclocal? Thanks! ** Configuration summary for gd 2.0.33: Support for PNG