RE: [mapguide-users] Not Implemented for MgSelection.GenerateFilter

2008-04-14 Thread Steve Dang
Hi Darrin, What do you see in the server log file? Steve. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrin Maidlow Sent: Monday, April 14, 2008 3:24 PM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] Not Implemented for MgSelection.GenerateFilter Hi Steve, Tha

RE: [mapguide-users] Not Implemented for MgSelection.GenerateFilter

2008-04-14 Thread Darrin Maidlow
Hi Steve, Thanks for the suggestion and quick reply. I had tried MgSelection initially, and changed it over to MgSelectionBase in my trying of things. I just set it back and am still receiving the Not Implemented error. One other thing I noticed that may or may not be relevant is they if

RE: [mapguide-users] Not Implemented for MgSelection.GenerateFilter

2008-04-14 Thread Steve Dang
Try to use MgSelection instead of MgSelectionBase (e.g. Dim currentSel As New MgSelection(oMap)) Steve. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrin Maidlow Sent: Monday, April 14, 2008 1:28 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Not Implemented

[mapguide-users] Not Implemented for MgSelection.GenerateFilter

2008-04-14 Thread Darrin Maidlow
Hi, I'm stuck trying to work with a selection generated from the dwf viewer. I've been working with the sample in the developers guide but ported over to vb.net. I'm running MGE 2008. Basically I go through the motions, create new selection based on the passed selectionXML and everything i

Re: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Andrew DeMerchant
I'd tried a unc, and wasn't having success - so I thought I'd rule it out by using the mapped drive, since I didn't know for sure that unc's work. That said, I'd also tried using actual drive (the file server = the mgos server) and also admin sharesnone worked. andrew Dave Wilson wrote:

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Dave Wilson
In the MapGuide Enterprise stream of things we have found that mapped drives generally don't work for external resources. A UNC path \\servername\share\... does if the server login has share access. Of course this may not be the case with the gdal raster provider. Dave From: [EMAIL PROTECTED]

Re: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Andrew DeMerchant
N is indeed a network drive, but my other rasters are working fine using that drive letter. The mrsid is a couple of Mb - I'll email it to you andrew Jason Birch wrote: Well, it all seems to match up OK.   Are the other images on the same drive (wondering if N is a net

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Jason Birch
Well, it all seems to match up OK. Are the other images on the same drive (wondering if N is a network drive)? Is the MrSID small enough that you'd be able to provide it to me offline (ftp or something)? Jason From: Andrew DeMerchant Subject: Re: [mapguide-users] MGOS 2.0 - mrsid p

Re: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Andrew DeMerchant
Resourcecontent: −     OSGeo.Gdal −     DefaultRasterFileLocation n:\drawings\0600\65885\45206610.sid −     Default −     LOCAL_CS["Non-Earth (Meter)",LOCAL_DATUM["Local Datum",0],UNIT["Meter", 1],AXIS["X",EAST],AXIS["Y",NORTH]] *** Providers: −   

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Jason Birch
That's truly bizarre; this should not depend on whether you're using .sid files or not. Are these layers that you created with an earlier version of MapGuide? I'd be interested in seeing the results of GetResourceContent for one of the misbehaving feature sources http://localhost/mapguide/

Re: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Andrew DeMerchant
Thanks to Brain, I got my other (non-mrsid) images working for this project - same thing...it was a coord system issue. Jason: Yes, I followed those instructions...I've turned on debugging for mgos and checked out the error.log - what looks to be my problem is that it thinks the fdo isn't reg

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Jason Birch
Ah, I've just set a CS on my map and am seeing this too. I guess that with 1.2 MapGuide was less picky about the raster CS matching than it is in 2.0. Unfortunately, the GDAL provider's GetSchemaMapping and GetSpatialContexts calls appear to return a generic XY-MT coordinate system (for m

[mapguide-users] Unable to load DLL 'MapGuideUnmanagedApi'

2008-04-14 Thread cgrell
I keep getting thie error randomly Unable to load DLL 'MapGuideUnmanagedApi': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Everything will be working then I reboot the computer and this error starts to occur. I then reboot the computer, restart the web service,

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Berdel, Brian
Actually just got them to show up by setting the Coordinate System Override...Even though the correct coor system was coming up. Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Jason Birch
They're working for me. Did you install the new version of the MrSID plugin? http://trac.osgeo.org/fdo/wiki/FdoGdalNotes#FDO3.3.0MapGuide2.0.0 Jason From: Berdel, Brian Subject: RE: [mapguide-users] MGOS 2.0 - mrsid problem... Same issue for me as well. MrSID not showing up.

RE: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Berdel, Brian
Same issue for me as well. MrSID not showing up. Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew DeMerchant Sent: Monday, April 14, 2008 12:48 PM To: MapGuide Use

Re: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Andrew DeMerchant
Scratch thatMy mrsid's not showing up at all (the screen cap was actually another layer I'd forgotten to turn off) - I'm having troubles getting images to work for 1 specific library folder.more info once I test some more things out. Andrew Andrew DeMerchant wrote: I've got some MrS

Re: [mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Frank Warmerdam
Andrew DeMerchant wrote: I've got some MrSid files that are being displayed (incorrectly) like the attached image. The images are air photos...it's as though the layer is making nearly every other layer transparent or white. Andrew, Any possibility the files are not actually 8bit? Can you ru

[mapguide-users] Publish WMS without MapGuide Studio?

2008-04-14 Thread shane buscher
Is it possible to publish a WMS without purchasing MG Studio? If so, how? Thanx in advance, shane -- View this message in context: http://www.nabble.com/Publish-WMS-without-MapGuide-Studio--tp16678821s16610p16678821.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

[mapguide-users] MGOS 2.0 - mrsid problem...

2008-04-14 Thread Andrew DeMerchant
I've got some MrSid files that are being displayed (incorrectly) like the attached image. The images are air photos...it's as though the layer is making nearly every other layer transparent or white. Andrew ___ mapguide-users mailing list map

[mapguide-users] error building MGOS2

2008-04-14 Thread schwanzy
I got this error trying to build MapGuide OpenSource 2.0 in Debian Gnu/Linux etch i386: Making all in Geometry make[2]: Entering directory `/mnt/hdb1/mapguide-2.0.0/Common/Geometry' make[2]: *** No rule to make target `../../Oem/geos-2.2.0/source/geom/.libs/libgeos.a', needed by `libMgGeometry